@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], .hidden {
  display: none !important;
}

.hidden-label {
  position: absolute;
  z-index: -1;
  height: 0px;
  width: 0px;
}

/******************************************************************
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

******************************************************************/
@font-face {
  font-family: "Tiempos Headline Bold Italic";
  src: url("../assets/fonts/TiemposHeadline/TiemposHeadline-BoldItalic.woff") format("woff"), url("../assets/fonts/TiemposHeadline/TiemposHeadline-BoldItalic.ttf") format("truetype"), url("../assets/fonts/TiemposHeadline/TiemposHeadline-BoldItalic.svg#TiemposHeadlineBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos Headline Semibold";
  src: url("../assets/fonts/TiemposHeadline/TiemposHeadline-Semibold.woff") format("woff"), url("../assets/fonts/TiemposHeadline/TiemposHeadline-Semibold.ttf") format("truetype"), url("../assets/fonts/TiemposHeadline/TiemposHeadline-Semibold.svg#TiemposHeadlineSemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
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: #333333;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  clear: none;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #2e1a47;
  line-height: 1.333;
  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: 32px;
  font-size: 2rem;
}

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

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

p {
  margin: 0 0 1.5em;
}
p a {
  text-decoration: underline;
}

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

.unstyled {
  list-style-type: none;
  padding: 0;
}

/******************************************************************
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;
  margin-left: auto;
  margin-right: auto;
}

.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: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

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

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

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

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

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

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

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

  .p-4of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 80%;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}
@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: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-center-2of3 {
    width: 66.66%;
    -webkit-flex-basis: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.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

*********************/
.green-btn, .blue-btn, .b-button_flat, .small-btn {
  display: inline-block;
  position: relative;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #2e1a47;
  padding: 0.7em 1.825em;
  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;
}
.green-btn:hover, .blue-btn:hover, .b-button_flat:hover, .small-btn:hover, .green-btn:focus, .blue-btn:focus, .b-button_flat:focus, .small-btn:focus {
  color: #fff;
  text-decoration: none;
}
.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: #160c22;
}
.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: #0c5590;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #0a4a7d;
}
.blue-btn:active {
  background-color: #0a4778;
}

.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: #F56600;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.5em;
  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: #F56600;
  text-decoration: none;
}

input[type=submit]:focus {
  outline: thin dotted initial;
}

button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
.button:active,
.more-link:active {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: thin dotted initial;
}

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 1.5em;
  background: #fff;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  border-color: #2e1a47;
  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: "trade-gothic-next", "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;
}

/*********************
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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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. */
}
body.menu-open #page {
  overflow: hidden;
  max-height: 100vh;
}
body.menu-open .primary-menu-wrapper {
  max-height: 100vh;
  overflow-y: auto;
}

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: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3847;
}

th,
td {
  padding: 0.8em;
}

input[type=button], input[type=reset], input[type=submit], .button, .more-link, .btn, .b-cta__btn a,
input[type=button], input[type=reset], input[type=submit],
.wpcf7 input[type=button] {
  background: transparent linear-gradient(0deg, #D95700 0%, #F56600 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 1px #B94700;
  font-size: 1rem;
  padding: 0.5rem 2rem;
  text-transform: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  color: white;
  font-weight: bold;
  text-decoration: none !important;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover, .more-link:hover, .btn:hover, .b-cta__btn a:hover,
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover,
.wpcf7 input[type=button]:hover {
  box-shadow: 0px 2px 1px #B94700;
  text-decoration: none !important;
  background: transparent linear-gradient(0deg, #D95700 0%, #D95700 100%) 0% 0% no-repeat padding-box !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.purple-bg {
  position: relative;
}
.purple-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #2E1B46;
  z-index: 0;
}
.purple-bg h1, .purple-bg .archive-description, .purple-bg .expert-col, .purple-bg .navigation {
  z-index: 1;
  position: relative;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #522d80;
  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
--------------------------------------------------------------*/
.nav-menu, .sub-menu {
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  margin: 0;
  padding-left: 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: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nav-menu li, .nav-menu .menu-item, .sub-menu li, .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}
.nav-menu li a, .nav-menu .menu-item a, .sub-menu li a, .sub-menu .menu-item a {
  padding: 1rem 0.5rem;
}

/*--------------------------------------------------------------
## Utility Navigation
--------------------------------------------------------------*/
.b-ute-menus {
  display: none;
}

.mobile-utility-menu {
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1.5rem 1.5625rem 1rem;
}
.mobile-utility-menu .resources-label {
  color: #522d80;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0 0 1rem;
  font-weight: bold;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mobile-utility-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
.mobile-utility-menu ul li {
  margin: 0 1rem 0 0;
  width: auto;
}
.mobile-utility-menu ul li:before {
  display: none;
}
.mobile-utility-menu ul a {
  font-size: 0.9rem;
  padding: 0.25rem 0;
  font-weight: bold;
}

/*------------------
Connect Forms
--------------------------------------------*/
.connect-with-us {
  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-start;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.connect-with-us.wp-block-getwid-section__inner-wrapper {
  margin-top: 0;
  justify-content: center;
}
.connect-with-us label {
  display: inline;
}
.connect-with-us .form-left {
  width: 100%;
  margin-bottom: 25px;
}
.connect-with-us .form-left sup {
  font-weight: bold;
  font-size: 16px;
  color: #522d80;
  text-transform: uppercase;
}
.connect-with-us .form-left h2 {
  font-size: 32px;
  margin-top: 0;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.connect-with-us .form-left h2.alt {
  color: #f56600;
}
.connect-with-us .form-left p a {
  color: #522d80;
  text-decoration: underline;
}
.connect-with-us .form-left p a:hover {
  text-decoration: none;
}
.connect-with-us .form-right {
  width: 100%;
}
.connect-with-us input[type=submit] {
  background: transparent linear-gradient(0deg, #D95700 0%, #F56600 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 1px #B94700;
}
.connect-with-us input[type=submit]:hover {
  background-color: #f56600;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=url], .wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-form input[type=number], .wpcf7-form input[type=tel], .wpcf7-form input[type=range], .wpcf7-form input[type=date], .wpcf7-form input[type=month], .wpcf7-form input[type=week], .wpcf7-form input[type=time], .wpcf7-form input[type=datetime], .wpcf7-form input[type=datetime-local], .wpcf7-form input[type=color], .wpcf7-form select, .wpcf7-form textarea {
  background-color: #EDEDED;
  color: #333333;
  border: 0;
  padding: 15px;
}
.wpcf7-form .full-row {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
## 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 {
  width: 100%;
  max-width: 938px;
  margin: 3rem auto;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation.pagination .nav-links .page-numbers {
  margin: 0 10px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #cbc4bc;
  position: relative;
}

.b-section_posts_experts .navigation.pagination .nav-links .page-numbers {
  color: white;
}

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

.navigation.pagination .nav-links .page-numbers.dots {
  border: 0;
}

.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 {
  color: #2e1a47;
}

.b-section_posts_experts .navigation.pagination .nav-links .page-numbers:hover, .b-section_posts_experts .navigation.pagination .nav-links .page-numbers.current {
  color: white;
}
.navigation.pagination .nav-links .page-numbers.current {
  color: #2e1a47;
}
.navigation.pagination .nav-links .page-numbers.current:after {
  content: "";
  background-color: #f56600;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.b-section_posts_experts .navigation.pagination .nav-links .page-numbers.current {
  color: white;
}

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

.post-navigation-wrapper {
  max-width: 1344px;
  margin: 6.75rem auto;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.post-navigation-wrapper a:hover {
  text-decoration: none;
}

.post-navigation-wrapper a:hover .lnr {
  color: #2e1a47;
}

.post-navigation-wrapper a:hover .post-title {
  color: #2e1a47;
}

.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: "trade-gothic-next", "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: none !important;
  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 {
  padding: 3rem 0 0rem;
  background: #522d80;
  color: #fff;
}
.footer-sidebars-wrapper* {
  color: inherit;
}
.footer-sidebars-wrapper:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper {
    background: #522d80;
    color: #fff;
  }
  .footer-sidebars-wrapper* {
    color: inherit;
  }
  .footer-sidebars-wrapper:last-child {
    margin-bottom: 0;
  }
}
.footer-sidebars-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-sidebars-wrapper .footer-sidebars {
  max-width: 1344px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1030px) {
  .footer-sidebars-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1240px) {
  .footer-sidebars-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.footer-sidebars-wrapper .footer-sidebars .widget-area {
  padding: 0px;
  -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 {
    padding: 0px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .footer-sidebars-wrapper .footer-sidebars .widget-area:first-child, .footer-sidebars-wrapper .footer-sidebars .widget-area:nth-child(3) {
    padding-left: 0;
  }
  .footer-sidebars-wrapper .footer-sidebars .widget-area:nth-child(2), .footer-sidebars-wrapper .footer-sidebars .widget-area:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1030px) {
  .footer-sidebars-wrapper .footer-sidebars .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-25-25-50-100 .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  .footer-sidebars-wrapper .footer-sidebars.has-layout-25-25-50-100 .widget-area:first-child {
    padding-left: 0;
    padding-right: 20px;
  }
  .footer-sidebars-wrapper .footer-sidebars.has-layout-25-25-50-100 .widget-area:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-sidebars-wrapper .footer-sidebars.has-layout-25-25-50-100 .widget-area:nth-child(3) {
    padding-left: 20px;
    padding-right: 0;
  }
  .footer-sidebars-wrapper .footer-sidebars.has-layout-25-25-50-100 .widget-area:nth-child(4) {
    padding-left: 0;
    padding-right: 0px;
  }

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

  .footer-sidebars-wrapper .footer-sidebars.has-layout-25-25-50-100 .widget-area:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
@media (min-width: 1030px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-25-25-50-100 .widget-area:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .footer-sidebars-wrapper .footer-sidebars.has-layout-25-25-50-100 .widget-area:nth-child(3) .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }
}
@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-25-25-50-100 .widget-area::nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@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: 1030px) {
  .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: 1030px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-40-20-20-20 .widget-area:first-child {
    padding-right: 5%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-33-33-33-100 .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
  }
}
@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-33-33-33-100 .widget-area:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-33-33-33 .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
  }
}
@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-33-33-33 .widget-area:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-50-50-100 .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-50-50-100 .widget-area:last-child, .footer-sidebars-wrapper .footer-sidebars.has-layout-100-50-50-100 .widget-area:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-50-50-50-50 .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
}

.widget .widget-title {
  font-size: 1rem;
  font-size: 1rem;
  margin-bottom: 1em;
  font-family: "Tiempos Headline Bold", "Times New Roman", Times, "Georgia", Cambria, serif;
  font-weight: 700;
  color: #fff;
}

.widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_nav_menu .menu a {
  color: inherit;
}

.widget_nav_menu .menu a:hover {
  color: #fff !important;
}

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

.main-footer-wrap .widget:last-child {
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky, .thumbnail-icon-overlay {
  display: block;
}

.single-format-video .post-thumbnail .thumbnail-icon-overlay {
  display: none;
}

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

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

.site-content {
  background: -webkit-linear-gradient(top, #f7fbfe 0%, rgba(255, 255, 255, 0) 304px);
  background: -o-linear-gradient(top, #f7fbfe 0%, rgba(255, 255, 255, 0) 304px);
  background: linear-gradient(to bottom, #f7fbfe 0%, rgba(255, 255, 255, 0) 304px);
  margin-bottom: 6.875rem;
}

.site-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-main {
    display: block;
  }
}
.entry-title,
.page-title {
  word-wrap: break-word;
}

.entry-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Tiempos Headline", "Times New Roman", Times, "Georgia", Cambria, serif;
  font-weight: 700;
}
.entry-title a {
  font-family: "Tiempos Headline", "Times New Roman", Times, "Georgia", Cambria, serif;
  font-weight: 700;
}

.b-posts-panel .entry-title.bold {
  font-family: "Tiempos Headline", "Times New Roman", Times, "Georgia", Cambria, serif !important;
  font-weight: 700;
}

.entry-alt-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.single-post-sidebar .entry-alt-block {
  flex-direction: column;
}

.page-title {
  color: #fff;
}
.page-title.alt {
  color: #522d80;
}

.post-thumbnail {
  display: block;
}

.post-thumbnail img {
  display: block;
}

.post-thumbnail-wrapper {
  margin-bottom: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.b-section_featured-posts .post-thumbnail-wrapper, .article-columns .post-thumbnail-wrapper, .b-hero-post .post-thumbnail-wrapper {
  position: relative;
}
.post-thumbnail-wrapper .sticky, .post-thumbnail-wrapper .thumbnail-icon-overlay {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 56px;
  height: 56px;
  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: #F56600;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  pointer-events: none;
}

.post-thumbnail-wrapper .thumbnail-icon-overlay {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-thumbnail-wrapper .thumbnail-icon-overlay .dashicons {
  width: 65px;
  height: 65px;
  font-size: 65px;
}

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

.entry-meta {
  font-size: 12px;
  font-size: 0.875rem;
  color: #333333;
}

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

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

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

.tags-links a {
  display: inline-block;
  margin: 0 0.625rem 0.625rem 0;
  padding: 0.875rem 1.875rem;
  color: #2c3847;
  background: #f3f8fb;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.tags-links a:hover {
  text-decoration: underline;
}

.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 > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#main:not(.single-post-wrapper) > .hentry > .entry-content > * {
  margin-bottom: 3.5rem;
}

#main:not(.single-post-wrapper) > .hentry > .entry-content > *:last-child {
  margin-bottom: 0;
}

.hentry > .entry-content > * {
  margin-bottom: 1rem;
}

.hentry > .entry-content > *.wp-block-separator {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hentry > .entry-content > *:first-child {
  margin-top: 0;
}

.hentry > .entry-content > *.alignwide {
  max-width: 1440px;
  width: auto;
}

.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, .wp-block-kadence-advancedheading {
  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.home .content-area > .page-header {
  display: none;
}

body.page .site-main > .hentry > .post-thumbnail {
  margin-bottom: 3.125rem;
}

body.page .site-main > .hentry > .entry-content > *.alignwide {
  max-width: 1344px;
}

body.page .site-main > .hentry > .entry-content > *.alignfull {
  max-width: calc(100% + 20px + 20px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 0rem 20px;
}

body.page .site-main > .hentry > .entry-content > h1 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h2 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h3 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h4 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h5 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h6 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .page-header, body.search .site-main > .page-header, body.archive .site-main > .page-header {
  max-width: 938px;
  padding: 7.5rem 0 0;
  margin: 0 auto;
}

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;
  max-width: 650px;
  margin: 0 auto;
}

body.blog .site-main > .hentry, body.search .site-main > .hentry, body.archive .site-main > .hentry {
  margin-top: 5.625rem;
  margin-bottom: 0;
  padding-bottom: calc(5.625rem + 8px);
  position: relative;
}

body.blog .site-main > .hentry:after, body.search .site-main > .hentry:after, body.archive .site-main > .hentry:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 8px dotted #f1f4f7;
  width: 100%;
  max-width: 938px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.blog .site-main > .hentry:last-of-type:after, body.search .site-main > .hentry:last-of-type:after, body.archive .site-main > .hentry:last-of-type:after {
  display: none;
}

body.blog .site-main > .hentry > .entry-header,
body.blog .site-main > .hentry > .entry-footer,
body.blog .site-main > .hentry > .post-thumbnail-wrapper,
body.blog .site-main > .hentry > .entry-content > *,
body.blog .site-main > .hentry > .entry-summary > *, body.search .site-main > .hentry > .entry-header,
body.search .site-main > .hentry > .entry-footer,
body.search .site-main > .hentry > .post-thumbnail-wrapper,
body.search .site-main > .hentry > .entry-content > *,
body.search .site-main > .hentry > .entry-summary > *, body.archive .site-main > .hentry > .entry-header,
body.archive .site-main > .hentry > .entry-footer,
body.archive .site-main > .hentry > .post-thumbnail-wrapper,
body.archive .site-main > .hentry > .entry-content > *,
body.archive .site-main > .hentry > .entry-summary > * {
  max-width: 938px;
  margin-left: auto;
  margin-right: auto;
}

body.blog .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft {
  margin-right: 1.5em;
}

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 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h2, body.search .site-main > .hentry > .entry-content > h2, body.archive .site-main > .hentry > .entry-content > h2 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h3, body.search .site-main > .hentry > .entry-content > h3, body.archive .site-main > .hentry > .entry-content > h3 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h4, body.search .site-main > .hentry > .entry-content > h4, body.archive .site-main > .hentry > .entry-content > h4 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h5, body.search .site-main > .hentry > .entry-content > h5, body.archive .site-main > .hentry > .entry-content > h5 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h6, body.search .site-main > .hentry > .entry-content > h6, body.archive .site-main > .hentry > .entry-content > h6 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry .entry-header .entry-title, body.search .site-main > .hentry .entry-header .entry-title, body.archive .site-main .hentry .entry-header .entry-title, .b-headlines-panel .entry-title, .b-posts-panel .entry-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Tiempos Headline", "Times New Roman", Times, "Georgia", Cambria, serif;
  font-weight: bold;
  position: relative;
}

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 {
  position: relative;
}

body.blog .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky, body.search .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky, body.archive .site-main .hentry:not(.has-post-thumbnail) .entry-header .sticky {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 34px;
  font-size: 2.125rem;
}

/***************************************************
## body.single
***************************************************/
body.single .site-main > .hentry > .entry-header {
  max-width: 1344px;
  margin-top: 7.5rem;
}

body.single .site-content {
  background: transparent;
}

body.single .site-main.single-post-wrapper > article .entry-content {
  max-width: 1344px;
}

body.single .site-main > .hentry > .entry-header {
  padding-top: 75px;
  text-align: left;
  position: relative;
  margin-top: 0 !important;
  color: #fff;
}
body.single .site-main > .hentry > .entry-header:before {
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  background-color: #333333;
  z-index: -1;
}
body.single .site-main > .hentry > .entry-header .hero-copy-wrap {
  padding-bottom: 4rem;
}

body.single .site-main > .hentry > .entry-header * {
  color: inherit;
}

body.single .site-main > .hentry > .entry-header .entry-title {
  width: 100%;
  font-size: 32px;
  font-size: 2rem;
}

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

body.single .site-main > .hentry > .entry-header .entry-meta {
  max-width: 748px;
  margin: 0 auto;
}

body.single .site-main > .hentry > .entry-content {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  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;
}
body.single .site-main > .hentry > .entry-content .wp-caption-text {
  text-align: left;
}
body.single .site-main > .hentry > .entry-content .entry-meta {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
body.single .site-main > .hentry > .entry-content .single-thumbnail-wrap {
  margin-top: -4.5rem !important;
}
body.single .site-main > .hentry > .entry-content .single-thumbnail-wrap_video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
}
body.single .site-main > .hentry > .entry-content .single-thumbnail-wrap_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post-sidebar {
  margin-top: 2rem;
  clear: right;
  order: 2;
}
.single-post-sidebar h4 {
  font-size: 20px;
  font-size: 1.125rem;
  color: #F56600;
}
.single-post-sidebar > div {
  margin: 0 auto 4rem;
}
.single-post-sidebar > div:last-child {
  margin-bottom: 0;
}

.b-related-posts .hentry,
.b-related-posts article {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.b-related-posts .hentry .entry-title,
.b-related-posts article .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
}
.b-related-posts .hentry .entry-content,
.b-related-posts article .entry-content {
  display: none;
}
.b-related-posts .hentry h4,
.b-related-posts article h4 {
  font-size: 20px;
  color: #f56600;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/***************************************************
## error pages
***************************************************/
body .site-main > .error-404,
body .site-main > .no-results {
  max-width: 1344px;
  margin: 0 auto;
  text-align: center;
  padding: 10rem 0 5rem;
}

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

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: 6.25rem;
}

body .site-main > .error-404 .search-form,
body .site-main > .no-results .search-form {
  margin-bottom: 1.875rem;
  border: 1px solid;
}

body .site-main > .no-results .page-title {
  font-size: 60px;
  font-size: 3.75rem;
}

/***************************************************
## Front page
***************************************************/
body.page-template-template-front-page .site-header {
  border-bottom: 0;
  position: relative;
}

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

.entry-content-read-more {
  font-family: "Tiempos Headline Semibold", "Times New Roman", Times, "Georgia", Cambria, serif;
  text-decoration: underline;
}
.entry-content-read-more:hover {
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# GRIDS AND COLUMNS
--------------------------------------------------------------*/
.b-columns > div article {
  margin-bottom: 1.5rem;
}

.b-columns > div:first-child > article, .b-columns > section:first-child > article {
  margin-top: 0rem;
}

.b-columns > div:last-child > article, .b-columns > section:last-child > article {
  margin-bottom: 0rem;
}

/*------------------
Shared Gutenberg Block Items
--------------------------------------------*/
.b-block-intro {
  margin-bottom: 2rem;
  padding-top: 1rem;
  text-align: center;
}
.b-block-intro a {
  text-decoration: underline;
}
.b-block-intro h2 {
  margin-bottom: 0.6rem;
}

.b-posts-wrapper {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull .b-posts-wrapper {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------
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;
  font-family: "Tiempos Headline Semibold", "Times New Roman", Times, "Georgia", Cambria, serif;
  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;
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  max-width: 100px;
}
.b-posts-panel .hentry .post-thumbnail-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.b-posts-panel .hentry .post-thumbnail-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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-meta {
  display: none;
}
.b-posts-panel .hentry .entry-content {
  display: none;
}

/*------------------
ACF Gutenberg Block: Video Post (shares some rules with latest posts)
--------------------------------------------*/
.single-video-post {
  max-width: calc(100% + 20px + 20px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 0rem 20px;
  text-align: center;
  padding: 0 !important;
}
.single-video-post .b-posts-wrapper {
  padding: 0 !important;
}
.single-video-post .b-posts-wrapper section.b-columns {
  padding-top: 0;
  max-width: none;
}
.single-video-post article {
  padding-top: 0;
  padding-bottom: 0;
}
.single-video-post .hentry {
  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;
  border-bottom: none;
  background-color: #2e1a47;
}
.single-video-post .hentry .post-thumbnail-wrapper {
  order: 1;
  flex-basis: 100%;
  max-width: none;
  border-radius: 0;
  margin-bottom: 2rem;
  margin-top: -1px;
}
.single-video-post .hentry .post-thumbnail-wrapper:before {
  padding-top: 56.25%;
}
.single-video-post .hentry .post-thumbnail-wrapper img {
  border-radius: 0;
}
.single-video-post .hentry .entry-header {
  display: none;
  order: 2;
  color: #fff;
  width: 100%;
  padding: 0.25rem 3% 0.25rem;
}
.single-video-post .hentry .entry-header * {
  color: #fff;
}
.single-video-post .hentry .entry-header a {
  font-size: 1.125rem;
}
.single-video-post .hentry .entry-content {
  order: 3;
  display: block;
  padding: 1rem;
  color: #fff;
  padding: 0 9% 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.single-video-post .hentry .entry-content * {
  color: inherit;
}

/*------------------
ACF Gutenberg Block: In The News Posts (shares some rules with latest posts)
--------------------------------------------*/
.b-headlines-panel {
  max-width: calc(100% + 20px + 20px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 0rem 20px;
  background-color: #2e1a47;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.b-headlines-panel .b-headlines-panel__intro h2, .post-type-archive-clmsn_in_news .b-headlines-panel__intro h2 {
  color: #F56600;
}
.b-headlines-panel .b-headlines-panel__intro p, .b-headlines-panel .b-headlines-panel__intro a, .post-type-archive-clmsn_in_news .b-headlines-panel__intro p, .post-type-archive-clmsn_in_news .b-headlines-panel__intro a {
  color: #fff;
}
.b-headlines-panel .b-columns, .post-type-archive-clmsn_in_news .b-columns {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b-headlines-panel .b-columns > div article, .post-type-archive-clmsn_in_news .b-columns > div article {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 1px solid #F56600;
}
.b-headlines-panel .b-columns > div article .entry-header, .post-type-archive-clmsn_in_news .b-columns > div article .entry-header {
  margin-bottom: 0.75rem;
  color: #cbc4bc;
}
.b-headlines-panel .b-columns > div article .entry-title, .post-type-archive-clmsn_in_news .b-columns > div article .entry-title {
  color: #fff;
  margin-bottom: 0.25rem;
}
/*------------------
// Adjustments to the full in the news archive.
// most of the design is picked up from the Panel section above.
--------------------------------------------*/
.post-type-archive-clmsn_in_news {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #fff;
}
.post-type-archive-clmsn_in_news .b-columns {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.post-type-archive-clmsn_in_news .b-columns > div {
  margin-bottom: 1rem;
}
.post-type-archive-clmsn_in_news .b-columns > div article .entry-header {
  color: #4d4d4d;
}
.post-type-archive-clmsn_in_news .b-columns > div article .entry-title {
  color: #2e1a47;
}

.clmsn_in_news {
  position: relative;
}
.clmsn_in_news a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.clmsn_in_news:hover .entry-title {
  text-decoration: underline;
}

.entry-title a {
  position: relative;
}

/*------------------
ACF Gutenberg Block: Hero Post (some style are mixed into the Featured Posts rules)
--------------------------------------------*/
.b-hero-post {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
}
.b-hero-post .b-post__feature-large {
  min-height: 500px;
}

/*------------------
ACF Gutenberg Block: Single Post
--------------------------------------------*/
.b-single-post article {
  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-single-post article .post-thumbnail-wrapper {
  position: relative;
  max-width: calc(100% + 25px + 25px);
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 2rem;
}
.b-single-post article .b-single-content {
  width: 100%;
}
.b-single-post article .b-single-content .entry-header .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}
.b-single-post article .b-single-content .entry-header .entry-meta {
  display: none;
}
.b-single-post article .b-single-content .entry-content {
  display: none;
}
/*------------------
ACF Gutenberg Block: Single Post with Gallery
--------------------------------------------*/
.b-single-post-with-gallery {
  position: relative;
}
.b-single-post-with-gallery__background {
  background-color: #522d80;
  width: 150vw;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -20vw;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.b-single-post-with-gallery article {
  padding: 4rem 0;
  position: relative;
  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-single-post-with-gallery article .post-thumbnail-wrapper {
  position: relative;
  max-width: calc(100% + 25px + 25px);
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 2rem;
}
.b-single-post-with-gallery article .post-thumbnail-wrapper picture {
  display: none;
}
.b-single-post-with-gallery article .post-thumbnail-wrapper picture:nth-child(1) {
  display: block;
}
.b-single-post-with-gallery article .b-single-content {
  width: 100%;
}
.b-single-post-with-gallery article .b-single-content .entry-header .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
}
.b-single-post-with-gallery article .b-single-content .entry-header .entry-meta {
  display: none;
  color: #fff;
}
.b-single-post-with-gallery article .b-single-content a, .b-single-post-with-gallery article .b-single-content p, .b-single-post-with-gallery article .b-single-content span, .b-single-post-with-gallery article .b-single-content strong {
  color: #fff;
}
.b-single-post-with-gallery article .b-single-content .entry-content {
  display: none;
}
/*------------------
CTA Gutenberg Block
--------------------------------------------*/
.b-calltoaction-block .b-posts-wrapper {
  position: relative;
  max-width: none;
}
.b-calltoaction-block .b-posts-wrapper .b-cta__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  right: -25px;
  z-index: 0;
}
.b-calltoaction-block .b-posts-wrapper .wp-block-columns {
  position: relative;
  margin: 0;
  padding: 5.5rem 0;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
.b-calltoaction-block .b-posts-wrapper .wp-block-columns .wp-block-column:first-of-type {
  margin: 0;
  display: none;
}
.b-calltoaction-block .b-posts-wrapper .wp-block-columns .wp-block-column:nth-child(2n) {
  margin: 0 0 1.5rem;
}
.b-calltoaction-block .b-posts-wrapper .wp-block-columns .wp-block-column:last-of-type {
  margin: 0;
}
.b-calltoaction-block .b-posts-wrapper .b-cta__headline {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.b-calltoaction-block .b-posts-wrapper .b-cta__text {
  text-align: center;
}
.b-calltoaction-block .b-posts-wrapper .wp-block-buttons {
  text-align: center;
}
/*------------------
Expanding Panel Gutenberg Block
--------------------------------------------*/
.b-expander-panel {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.b-expander-panel.open {
  height: auto;
  overflow: hidden;
  position: relative;
}

.block-editor-block-list__block .b-expander-panel {
  height: auto !important;
}
.block-editor-block-list__block .b-expander-panel .b-expander-fade {
  display: none;
}
.block-editor-block-list__block .b-expander-panel .b-expander-button {
  bottom: 0;
  opacity: 0.25;
}

.b-expander-fade {
  width: 200%;
  margin-left: -50%;
  height: 30px;
  background: #fff;
  z-index: 1;
  position: absolute;
  -webkit-box-shadow: 0 0 50px 60px #fff;
  -moz-box-shadow: 0 0 50px 60px #fff;
  box-shadow: 0 0 50px 60px #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 250ms, 1s;
  -moz-transition: opacity 250ms, 1s;
  -o-transition: opacity 250ms, 1s;
  transition: opacity 250ms, 1s;
}

.b-expander-button {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  font-family: "Tiempos Headline", "Times New Roman", Times, "Georgia", Cambria, serif;
  font-weight: bold;
}

/*------------------
ARCHIVES (THERE'S SOME ABOVE THIS, TOO)
--------------------------------------------*/
body.archive .site-main .b-section-title {
  text-align: center;
  color: #F56600;
}

body.archive .site-main article {
  margin-bottom: 1rem;
}

body.archive .site-main .hentry .entry-content-read-more {
  font-family: "Tiempos Headline Semibold", "Times New Roman", Times, "Georgia", Cambria, serif;
  margin-top: 1rem;
  text-decoration: underline;
}

body.archive:not(.tag) .site-main .b-section_posts,
body.archive:not(.tag) .site-main .b-posts-panel {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body.archive:not(.tag) .site-main .b-section_posts:before,
body.archive:not(.tag) .site-main .b-posts-panel:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 250px;
  background-color: #F56600;
  top: 0;
  transform: translate(-50%);
  left: 50%;
  z-index: -1;
}
body.archive:not(.tag) .site-main .b-section_posts .b-section-title,
body.archive:not(.tag) .site-main .b-posts-panel .b-section-title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  color: white;
}
body.archive:not(.tag) .site-main .b-section_posts .b-section-title__link,
body.archive:not(.tag) .site-main .b-posts-panel .b-section-title__link {
  text-align: center;
  display: block;
  margin-bottom: 2rem;
  color: #2e1a47;
  text-decoration: underline;
}

/*--------------------------------------------
EXPERT "ARCHIVES"
--------------------------------------------*/
body.post-type-archive-clmsn_expert .page-title {
  color: #F56600;
}
body.post-type-archive-clmsn_expert .archive-description {
  color: #fff;
}
body.post-type-archive-clmsn_expert .archive-description p {
  max-width: 635px;
  margin: 0 auto;
}
body.post-type-archive-clmsn_expert .sort-topic-wrap {
  z-index: 1;
  position: relative;
  max-width: 340px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
}
body.post-type-archive-clmsn_expert .sort-topic-wrap select {
  padding: 13px 15px;
  font-size: 1rem;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}

.b-section_posts_experts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.b-section_posts_experts:before {
  display: none;
}
.b-section_posts_experts h2 {
  color: #f56600;
  z-index: 1;
  position: relative;
}
.b-section_posts_experts .expert-col {
  width: 100%;
}
.b-section_posts_experts .expert-col article {
  height: 100%;
  margin-bottom: 0 !important;
}
.b-section_posts_experts .navigation.pagination {
  grid-column-start: 1;
  margin-bottom: 0;
}

.b-profile-sidebar ul {
  padding-left: 20px;
}
.b-profile-sidebar ul li {
  margin-top: 0;
  margin-bottom: 0px;
}
.b-profile-sidebar .related-stories {
  margin-top: 50px;
}
.b-profile-sidebar article {
  margin-bottom: 40px;
}
.b-profile-sidebar .entry-title {
  margin-top: 0.5rem;
  font-size: 1rem;
}

article.b-expert-card {
  text-align: center;
  background-color: #fff;
  box-shadow: 8px 8px 16px #00000029;
  border-radius: 4px;
}
article.b-expert-card .entry-header, article.b-expert-card .expert-header {
  padding-right: 0 !important;
  margin-bottom: 2rem;
  border-radius: 4px 4px 0px 0px;
  position: relative;
}
article.b-expert-card .entry-header:before, article.b-expert-card .expert-header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
article.b-expert-card .entry-header > .content, article.b-expert-card .expert-header > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
article.b-expert-card .entry-header > .content, article.b-expert-card .expert-header > .content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  backdrop-filter: blur(2px);
  background-color: rgba(200, 200, 200, 0.5);
  border-radius: 4px;
}
article.b-expert-card .entry-header .post-thumbnail-wrapper, article.b-expert-card .expert-header .post-thumbnail-wrapper {
  transform: translateY(16%);
  width: 60%;
  max-width: 150px;
  margin: 0 auto;
}
article.b-expert-card .entry-header .post-thumbnail img, article.b-expert-card .expert-header .post-thumbnail img {
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 1px 2px 8px #00000080;
  margin: auto;
  max-width: none;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
article.b-expert-card .entry-content {
  padding: 0 1rem 1.5rem;
  border-radius: 0px 0px 4px 4px;
}
article.b-expert-card .entry-content .entry-title {
  color: #F56600;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article.b-expert-card .entry-content .entry-title a {
  color: inherit;
}
article.b-expert-card .entry-content .b-expert-card__meta {
  color: #522d80;
}
article.b-expert-card .entry-content p:last-of-type {
  font-size: 14px;
  font-size: 0.875rem;
}
.b-expert-panel {
  display: block;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.b-expert-panel .b-columns {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
}
.b-expert-panel .b-columns.match-heights > div {
  margin-bottom: 1.5rem;
}
.b-expert-panel .b-columns.match-heights article {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.b-expert-panel .b-columns .entry-header {
  width: 100%;
}
.b-expert-panel .b-columns .entry-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.b-expert-panel .b-columns .entry-content .entry-content-read-more {
  margin-top: auto;
  margin-bottom: 0 !important;
}
.b-expert-panel.alignleft .b-columns {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b-expert-panel.aligncenter .b-columns {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b-expert-panel.alignright .b-columns {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b-expert-panel .entry-content p, .b-expert-panel .entry-content p.b-expert-card__meta {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .alignleft,
.alignright {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
body.page .site-main > .hentry > .entry-content > .b-expert-panel,
body.page .site-main > .hentry > .entry-content > .b-expert-panel.aligncenter,
body.page .site-main > .hentry > .entry-content > .b-expert-panel.alignleft,
body.page .site-main > .hentry > .entry-content > .b-expert-panel.alignright,
body.page .site-main > .hentry > .entry-content > .b-expert-panel.alignfull {
  float: none;
}
body.page .site-main > .hentry > .entry-content > .b-expert-panel .b-posts-wrapper,
body.page .site-main > .hentry > .entry-content > .b-expert-panel.aligncenter .b-posts-wrapper,
body.page .site-main > .hentry > .entry-content > .b-expert-panel.alignleft .b-posts-wrapper,
body.page .site-main > .hentry > .entry-content > .b-expert-panel.alignright .b-posts-wrapper,
body.page .site-main > .hentry > .entry-content > .b-expert-panel.alignfull .b-posts-wrapper {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

body.page .site-main > .hentry > .entry-content > .b-expert-panel.alignwide .b-posts-wrapper {
  max-width: 1440px;
}

.b-expert-panel__intro h2 {
  color: #F56600;
}

.b-section_experts {
  background-color: #2e1a47;
  position: relative;
  margin-bottom: 100px;
}
.b-section_experts:before {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #2e1a47;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.b-section_experts h2 {
  color: #f56600;
}
.b-section_experts .copy a {
  text-decoration: underline;
}
.b-section_experts .copy p {
  max-width: 635px;
  margin: 0 auto;
}
.b-section_experts .copy a, .b-section_experts .copy p {
  color: white;
}
.b-section_experts .expert-columns {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 25px;
  row-gap: 2rem;
}
.b-section_experts .expert-columns .col:first-child {
  text-align: center;
}
.b-section_experts .expert-columns .col:first-child p {
  margin-top: 30px;
}
.b-section_experts .expert-columns .col article {
  margin-bottom: 0 !important;
}

/*--------------------------------------------
EXPERT PROFILE
--------------------------------------------*/
.single-clmsn_expert .site-main {
  margin-top: 40px;
}
.single-clmsn_expert .site-main h1, .single-clmsn_expert .site-main h2, .single-clmsn_expert .site-main h3, .single-clmsn_expert .site-main h4, .single-clmsn_expert .site-main h5 {
  color: #f56600;
}
.single-clmsn_expert .site-main h1 {
  font-size: 30px;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-clmsn_expert .site-main h2, .single-clmsn_expert .site-main h4 {
  font-size: 20px;
}
.b-profile-header {
  position: relative;
  padding: 200px 25px 35px;
  padding: 0;
  max-width: none;
}

.b-profile-header__background {
  max-width: calc(100% + 20px + 20px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 0rem 20px;
  position: relative;
  width: 100vw;
  height: 200px;
  top: 0;
  left: 0;
}
.b-profile-header__background:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #C8C9C7;
  opacity: 0.5;
  left: 0;
}

.b-profile-header__content {
  margin: 0 auto;
  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-profile-header__content .post-thumbnail-wrapper {
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid white;
  background-color: white;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
  margin-top: -100px;
  flex-shrink: 0;
}
.b-profile-header__content .post-thumbnail-wrapper .post-thumbnail {
  overflow: hidden;
}
.b-profile-header__content .post-thumbnail-wrapper .post-thumbnail img {
  width: 100%;
}

.b-profile-header__bio {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
  text-align: center;
}

.b-profile-header__bio-content h1 {
  margin-bottom: 5px;
  font-size: 32px;
  font-size: 2rem;
  color: #F56600;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.b-profile-header__bio-content p {
  color: #522d80 !important;
  font-size: 14px;
}
.b-profile-header__bio-content .b-expert-card__meta_jobtitle {
  margin-bottom: 0.5rem;
}

.b-profile-header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.b-profile-header .flex-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.b-profile-header .flex-wrap > div {
  width: 100%;
}

.b-profile-header__social {
  position: relative;
  z-index: 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;
}
.b-profile-header__social .b-archive-header__social {
  padding-left: 0.5rem;
}
.b-profile-header__social .b-archive-header__social li {
  margin: 0 0.25rem;
}
.b-profile-header__social .b-archive-header__social a {
  padding: 0;
  display: block;
  font-size: 1.5rem;
}
.b-profile-header__social .b-archive-header__social a img {
  display: block;
  max-width: 22px;
}
.b-profile-header__social .b-profile-header__resume {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
.b-profile-header__social .b-profile-header__resume a {
  font-size: 1.65rem;
}

.b-profile__columns {
  max-width: 1344px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin: 6.25rem auto 0;
  max-width: 1344px;
  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: "trade-gothic-next", "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: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #64c0f4;
  font-size: 16px;
  font-size: 1rem;
}

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

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.b-page-header {
  margin-bottom: 2em;
}

.b-page-header__hero {
  padding: 25px;
  min-height: 150px;
  position: relative;
  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;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.b-page-header__hero * {
  color: #fff;
}
.b-page-header__hero:after {
  content: "";
  position: absolute;
  background-color: #B94700;
  backdrop-filter: brightness(65%);
  opacity: 0.75;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.b-page-header__title {
  z-index: 3;
  position: relative;
  margin-bottom: 0;
  font-family: "trade-gothic-next-condensed", "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

.b-page-header__intro {
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.b-page-header__intro .page-description {
  margin: 2rem 0;
}

/*--------------------------------------------------------------
## Archive Header
--------------------------------------------------------------*/
.b-archive-header {
  margin-bottom: 2em;
}

.b-archive-header__hero {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  margin-bottom: 24px;
  min-height: 200px;
  position: relative;
  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-archive-header__hero * {
  color: #fff;
}
.b-archive-header__hero:after {
  /*content: "";
  position: absolute;
  background-color: $clemson-gray;
  // backdrop-filter: brightness(500%);
  // opacity: .5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;*/
  display: none;
}
.b-archive-header__hero .hero-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.b-archive-header__hero_simple {
  position: relative;
  filter: brightness(110%);
  background-blend-mode: multiply;
  padding: 25px 20px;
  margin-bottom: 2em;
  min-height: 200px;
  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;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.b-archive-header__hero_simple * {
  color: #fff;
}
.b-archive-header__hero_simple:after {
  content: "";
  position: absolute;
  background-color: #2e1a47;
  backdrop-filter: brightness(500%);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.b-archive-header__title {
  z-index: 3;
  position: relative;
}

.b-archive-header__button {
  z-index: 4;
  position: relative;
}

.b-archive-header__intro {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.b-archive-header__intro .archive-description {
  margin: 2rem 0;
}

.b-archive-header__intro-image {
  display: none;
}
.b-archive-header__social {
  padding-left: 0rem;
}
.b-archive-header__social li {
  margin: 0 0.25rem;
}
.b-archive-header__social li:first-child {
  margin-left: 0;
}
.b-archive-header__social li:first-child a {
  padding-left: 0 !important;
}
.b-archive-header__social a {
  padding: 0 0.125rem !important;
  display: block;
  font-size: 1.5rem;
}
.b-archive-header__social a img {
  display: block;
  max-width: 22px;
}

/*--------------------------------------------------------------
# Site Branding / Title
--------------------------------------------------------------*/
.site-branding {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 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;
  z-index: 6;
}
.site-branding:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: white;
  z-index: -1;
}

.site-branding .custom-logo-link + .site-title {
  margin-left: 0.625rem;
}

.site-title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "PT Serif", serif;
  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: "trade-gothic-next", "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: middle;
  padding-bottom: 2px;
  max-width: 121px;
  transition: all 0.5s ease;
}

.site-header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0rem 0 0 20px;
  position: relative;
  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-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

.fixed-header-wrap {
  height: 50px;
  position: relative;
}
.fixed-header-wrap > header {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
body.menu-open {
  overflow: hidden;
}
body.menu-open .site-header {
  overflow: unset;
}

.main-navigation-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
  order: 3;
  display: flex;
  align-items: center;
}
.main-navigation-wrapper .main-navigation {
  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-end;
  justify-content: flex-end;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  color: #2c3847;
  font-size: 20px;
  font-size: 1.25rem;
}
.main-navigation-wrapper .main-navigation .sub-menu {
  font-size: 0.875rem;
}
.main-navigation-wrapper .primary-menu-wrapper {
  position: absolute;
  top: 0;
  left: auto;
  right: 0px;
  width: 100vw;
  max-width: 400px;
  min-height: calc(100vh - 50px);
  min-height: 100vh;
  pointer-events: none;
  z-index: -10;
  -webkit-transition: all 0.5s ease, z-index 1s step-end;
  -o-transition: all 0.5s ease, z-index 1s step-end;
  transition: all 0.5s ease, z-index 1s step-end;
  padding: 50px 0;
  box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
  background: white;
  opacity: 0;
  max-height: calc(100vh - 50px);
  overflow: auto;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container {
  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;
  z-index: 1;
  width: 100%;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul {
  z-index: 1;
  display: block;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 0;
  background-color: #2E1B46;
  color: white;
  font-family: "Tiempos Headline", "Times New Roman", Times, "Georgia", Cambria, serif;
  font-weight: bold;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul li {
  border-bottom: 1px solid #6C5C84;
  position: relative;
  width: 100%;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul li a {
  position: relative;
  text-decoration: none;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul li a:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #F56600;
  bottom: 12px;
  left: 22px;
  right: 22px;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul li.menu-item-has-children {
  position: relative;
  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;
  flex-wrap: wrap;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul li.menu-item-has-children a {
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul:after {
  display: table;
  clear: both;
  content: "";
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul {
  display: none;
  width: 100%;
  color: #7b838b;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul .dropdown-toggle {
  position: relative;
  padding: 0 0.725rem;
  background: transparent;
  border-radius: 0;
  color: #2e1a47 !important;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul .dropdown-toggle:focus {
  background: transparent;
  outline: thin dotted initial;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul .dropdown-toggle:hover {
  background: transparent;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul li {
  margin-bottom: 0;
  border-bottom: 0;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul li a {
  padding: 0.75rem 20px;
  color: black;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul li a:after {
  display: none;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul li a:hover {
  opacity: 0.8;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul li:hover > ul, .main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul li.focus > ul {
  top: 25%;
}
.main-navigation-wrapper .primary-menu-wrapper .primary-menu-container ul ul ul {
  width: 100%;
  left: 100%;
  margin-left: 1rem;
}

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

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

.main-navigation ul ul .menu-item-has-children > a:after {
  /*position: absolute;
  right: 2.25rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;*/
}

.main-navigation ul ul .menu-item-has-children:hover > a:after {
  /*-webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          */
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  /*
  visibility: visible;
  opacity: 1;
  top: 100%;
  */
}

.main-navigation .menu-item-has-children {
  /*position: relative;
  @include flex(row);
  @include flex-justify(space-between);
  flex-wrap: wrap;*/
}

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

.main-navigation .menu-item-has-children > a:after {
  /* LIKELY GARBAGE
  display: none;
  content: '\e874';
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  color: inherit;
  font-family: Linearicons-Free;
  */
}

.primary-menu-wrapper:after {
  content: "";
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  min-width: 0;
  min-height: 0;
  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;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.site-header.has-custom-background .primary-menu-wrapper:after {
  opacity: 0.8;
}

.primary-menu-wrapper .menu {
  opacity: 0;
}
.primary-menu-wrapper .menu a {
  padding: 1rem 1.5625rem;
  color: inherit;
  display: block;
  display: inline-block;
  vertical-align: unset;
}
.primary-menu-wrapper .menu a span {
  display: inline-block;
  position: relative;
}
.primary-menu-wrapper .menu a span:after {
  height: 3px;
  background-color: #f56600;
  bottom: 0;
  width: 100%;
  left: 0;
  position: absolute;
  content: "";
}
.primary-menu-wrapper .mobile-search-form-wrapper {
  display: none;
  margin: 2.5rem auto 2rem 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;
  bottom: 0;
  padding: 1.325em 0.875em;
  background: #522d80;
  border-radius: 0;
  color: white !important;
  max-height: 58px;
}

.primary-menu-wrapper .dropdown-toggle:hover {
  color: #2e1a47;
  background: #6C5C84;
}

.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;
  right: 0;
  z-index: 5;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease, z-index 1s step-start;
  -o-transition: all 0.5s ease, z-index 1s step-start;
  transition: all 0.5s ease, z-index 1s step-start;
  opacity: 1;
}

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

.main-navigation.toggled .primary-menu-wrapper .menu, .main-navigation.toggled .mobile-utility-menu {
  opacity: 1;
  flex-grow: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.main-navigation.toggled .primary-menu-wrapper .mobile-search-form-wrapper {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}

.main-navigation.toggled .primary-menu-wrapper ul ul {
  display: none;
  color: #616161;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.main-navigation.toggled .primary-menu-wrapper ul ul li a {
  color: inherit;
}

.main-navigation.toggled .primary-menu-wrapper ul ul.toggled-on {
  display: block;
  background-color: white;
}
.main-navigation.toggled .primary-menu-wrapper ul ul.toggled-on a span:after {
  display: none;
}

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

.menu-toggle {
  background: #522d80;
  color: white !important;
  padding: 15px 20px 15px 22px;
  z-index: 11;
  border-radius: 0;
  font-family: trade-gothic-next-compressed, "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.menu-toggle:focus {
  outline: gray thin dotted;
}
.menu-toggle .lnr {
  font-weight: bold;
}
.menu-toggle:before {
  content: "menu";
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  font-weight: bold;
  line-height: 1;
  margin-right: 3px;
}
.menu-toggle:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 0;
  height: 0;
  border-width: 25px 0 25px 12px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.menu-toggle:hover {
  background-color: #522d80;
}

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

/*--------------------------------------------------------------
# Search Toggle / Modal
--------------------------------------------------------------*/
.mobile-search-wrap {
  z-index: 11;
}
.mobile-search-wrap button {
  background-color: transparent;
  padding: 0;
  color: #2e1a47;
  display: flex;
  align-items: center;
  font-family: trade-gothic-next-compressed, "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.825rem;
  margin-right: 8px;
}
.mobile-search-wrap button:focus {
  outline: gray thin dotted;
}
.mobile-search-wrap button:hover {
  background-color: transparent;
}
.mobile-search-wrap button img {
  margin-left: 8px;
}

body.menu-open .mobile-search-wrap {
  z-index: 7;
}

.search-toggle {
  display: none;
  background: #f56600;
  color: #2e1a47 !important;
  font-size: 15px;
  padding: 20px 19px;
  border-radius: 0;
  text-transform: none;
  cursor: pointer;
  letter-spacing: normal;
  font-weight: bold;
}
.search-toggle:focus {
  outline: thin dotted;
  background: transparent linear-gradient(0deg, #D95700 0%, #D95700 100%) 0% 0% no-repeat padding-box !important;
}

.search-modal {
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 95px;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.search-modal:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 50%;
  min-width: 0;
  min-height: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  background: 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;
}

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

.search-modal .search-form .search-field {
  background: transparent;
  border: 0;
  font-family: "trade-gothic-next", "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;
}

.search-toggle-wrap {
  position: absolute;
  height: 100%;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
  overflow: hidden;
  opacity: 0;
  width: 1px;
}
.search-toggle-wrap.opened {
  z-index: 999;
  opacity: 1;
  width: 100%;
}
.search-toggle-wrap.opened .search-toggle-inner {
  display: flex;
}
.search-toggle-wrap .search-toggle-inner {
  display: none;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
  background-color: #f56600;
}
.search-toggle-wrap input {
  position: relative;
  margin: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 36px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  box-shadow: none;
  border: none;
}
.search-toggle-wrap input.placeholder {
  color: #4d4d4d;
}
.search-toggle-wrap input:-moz-placeholder {
  color: #4d4d4d;
}
.search-toggle-wrap input::-moz-placeholder {
  color: #4d4d4d;
}
.search-toggle-wrap input:-ms-input-placeholder {
  color: #4d4d4d;
}
.search-toggle-wrap input::-webkit-input-placeholder {
  color: #4d4d4d;
}

.search-form-wrapper {
  width: 100%;
}

.close-search-modal {
  padding: 0;
  position: relative;
  background: transparent;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  padding-left: 10px;
}

.close-search-modal:hover {
  background: transparent;
  color: white;
  opacity: 0.9;
}

.close-search-modal:focus, .search-submit:focus {
  color: #522d80 !important;
}

.search-form {
  position: relative;
  padding-right: 3.125rem;
  border: 0;
}

.search-form input {
  border: 0;
  width: 100%;
}
.search-form input:focus {
  outline: thin dotted;
}

.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;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #B94700;
}

.search-form .search-submit:hover {
  color: white;
}

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

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  color: white;
}
.site-footer .main-footer-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2e1a47;
}
.site-footer .content-container {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .footer-title {
  color: white;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 15px;
  font-family: "Tiempos Headline Bold", "Times New Roman", Times, "Georgia", Cambria, serif;
}
.site-footer .footer-links li {
  margin-top: 0;
  margin-bottom: 2px;
}
.site-footer .footer-links li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-links a {
  color: white;
  font-size: 14px;
}
.site-footer .col-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 50px;
}
.site-footer .col-grid .col ul, .site-footer .col-grid .col .footer-links {
  margin-bottom: 0;
}
.site-footer .columns {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .columns .col {
  width: 100%;
  margin-bottom: 25px;
}
.site-footer .columns .col.left {
  order: 3;
}
.site-footer .columns .col.center {
  order: 1;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}
.site-footer .columns .col.right {
  order: 2;
}
.site-footer .columns .lab {
  color: white;
}
.site-footer .columns .social-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .columns .social-wrap ul li {
  margin: 0 6px;
}
.site-footer .columns .social-wrap ul a {
  font-size: 2.75rem;
}
.site-footer svg.cu-logo .cls-1, .site-footer svg.cu-logo .cls-2 {
  fill: white;
}
.site-footer svg.cu-logo .paw {
  fill: #f56600;
}

.site-footer .site-info {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# 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: 1rem 0;
  color: #616161;
  font-size: 0.75rem;
}

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

.b-section_featured-posts, .b-hero-post {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
.b-section_featured-posts .b-section-title, .b-hero-post .b-section-title {
  margin-bottom: 2rem;
}
.b-section_featured-posts .b-post__feature-large, .b-hero-post .b-post__feature-large {
  position: relative;
}
.b-section_featured-posts .b-post__feature-large .img-wrap, .b-hero-post .b-post__feature-large .img-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.b-section_featured-posts .b-post__feature-large .img-wrap .sidebar, .b-hero-post .b-post__feature-large .img-wrap .sidebar {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #522d80 0%, #2e1a47 100%);
}
.b-section_featured-posts .b-post__feature-large .img-wrap .img, .b-section_featured-posts .b-post__feature-large .img-wrap .post-thumbnail-wrapper, .b-hero-post .b-post__feature-large .img-wrap .img, .b-hero-post .b-post__feature-large .img-wrap .post-thumbnail-wrapper {
  order: -1;
  margin-bottom: 0;
  height: 56.25%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.b-section_featured-posts .b-post__feature-large .img-wrap .img img, .b-section_featured-posts .b-post__feature-large .img-wrap .post-thumbnail-wrapper img, .b-hero-post .b-post__feature-large .img-wrap .img img, .b-hero-post .b-post__feature-large .img-wrap .post-thumbnail-wrapper img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
.b-section_featured-posts .b-post__feature-large .b-post__content, .b-hero-post .b-post__feature-large .b-post__content {
  z-index: 1;
  color: white;
  order: -1;
  width: 100%;
  padding: 56.25% 25px 25px;
  position: relative;
}
.b-section_featured-posts .b-post__feature-large .b-post__content h2, .b-hero-post .b-post__feature-large .b-post__content h2 {
  color: white;
  font-size: 22px;
  font-family: "Tiempos Headline Bold Italic", "Times New Roman", Times, "Georgia", Cambria, serif;
}
.b-section_featured-posts .b-post__feature-large .b-post__content h2 .headline-row, .b-hero-post .b-post__feature-large .b-post__content h2 .headline-row {
  margin-bottom: 20px;
  display: block;
}
.b-section_featured-posts .b-post__feature-large .b-post__content h2 .headline-row span, .b-hero-post .b-post__feature-large .b-post__content h2 .headline-row span {
  background-color: #2e1a47;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.b-section_featured-posts .b-post__feature-large .b-post__content .btn, .b-hero-post .b-post__feature-large .b-post__content .btn {
  margin-top: 15px;
  display: inline-block;
}
.b-section_featured-posts .b-posts_featured.grid, .b-hero-post .b-posts_featured.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 25px;
  row-gap: 1rem;
}
.b-section_featured-posts .b-posts_featured.grid article .b-post__content h2, .b-hero-post .b-posts_featured.grid article .b-post__content h2 {
  font-size: 1.125rem;
}
.b-section_featured-posts .b-posts_featured.grid article .b-post__content h2 a, .b-hero-post .b-posts_featured.grid article .b-post__content h2 a {
  text-decoration: none;
}
.b-section_featured-posts .b-posts_featured.grid article .b-post__content a, .b-hero-post .b-posts_featured.grid article .b-post__content a {
  font-family: "Tiempos Headline Semibold", "Times New Roman", Times, "Georgia", Cambria, serif;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-row: 2;
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 2rem;
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-row: 1;
    margin-bottom: 2rem;
  }

  #kt-layout-id_3608fe-70 > .kt-row-column-wrap {
    max-width: 100% !important;
  }
}
.alignfull .kt-row-column-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.alignfull .wp-block-getwid-section__wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

figure.wp-block-embed:first-child {
  margin-top: 0;
}

figure.wp-block-embed:last-child {
  margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
  /*font-family: $sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 10px;
  //background: $secondary-color;
  color: #fff;
  line-height: 1;
  padding: 1.367em 2.5em;
  */
}

.wp-block-button .wp-block-button__link:hover {
  /*cursor: pointer;
  background: $secondary-color-light;
  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: #2e1a47;
}

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

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

.wp-block-button.is-style-clmsn-simple-button {
  margin: 0 auto 1rem;
}

.wp-block-button.is-style-clmsn-simple-button .wp-block-button__link {
  display: block;
  letter-spacing: normal;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  text-decoration: underline;
  font-weight: normal;
  border-radius: 0px;
  background: none;
  color: inherit;
  line-height: 1;
  padding: 0;
}

.wp-block-file .wp-block-file__button {
  display: inline-block;
  font-family: "trade-gothic-next", "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-bottom: 2.5em;
}

@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 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #2c3847;
  padding-left: 4.5rem;
  position: relative;
  font-style: italic;
}

.wp-block-quote:before,
.wp-block-quote.is-style-large:before {
  content: "“";
  font-size: 100px;
  font-size: 6.25rem;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.wp-block-quote p:last-of-type,
.wp-block-quote.is-style-large p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9ea6ac;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.wp-block-pullquote {
  color: #2c3847;
  padding: 0 0 0 33px;
  font-size: 18px;
  margin-bottom: 45px !important;
  text-align: left;
  position: relative;
}
.wp-block-pullquote:last-child {
  margin-bottom: 0 !important;
}
.wp-block-pullquote:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #f56600;
}
.wp-block-pullquote:after {
  font-family: "Tiempos Headline", "Times New Roman", Times, "Georgia", Cambria, serif;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #522d80;
  width: 20px;
  height: 30px;
  background-position: center;
  background-color: white;
  line-height: 1;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
}

.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: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #522d80;
  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: #2e1a47;
}

.entry-content .has-primary-background-color {
  background-color: #2e1a47;
}

.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: "\e876";
  -webkit-transform: translateX(-40%) translateY(-50%);
  -ms-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
}

.wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-carousel .slick-prev {
  left: -20px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-carousel .slick-prev {
    left: -90px;
  }
}
.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-carousel .slick-prev:before {
  -webkit-transform: translateX(-60%) translateY(-50%);
  -ms-transform: translateX(-60%) translateY(-50%);
  transform: translateX(-60%) translateY(-50%);
  content: "\e875";
}

.wp-block-getwid-images-slider .slick-dots,
.wp-block-getwid-media-text-slider .slick-dots,
.wp-block-getwid-post-slider .slick-dots,
.wp-block-getwid-post-carousel .slick-dots {
  bottom: 0;
}

.wp-block-getwid-images-slider .slick-dots li,
.wp-block-getwid-media-text-slider .slick-dots li,
.wp-block-getwid-post-slider .slick-dots li,
.wp-block-getwid-post-carousel .slick-dots li {
  margin: 0;
}

.wp-block-getwid-images-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-media-text-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-carousel .slick-dots li.slick-active button:before {
  color: #2e1a47;
}

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

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

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

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

.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: #2e1a47;
  font-weight: 400;
  font-family: "PT Serif", serif;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer .wp-block-getwid-recent-posts__post-tags a:hover {
  text-decoration: underline;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  height: auto;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail a {
  height: 100%;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post + .wp-block-getwid-recent-posts__post {
  margin-top: 1.25rem;
}

.wp-block-getwid-toggle {
  background: #fff;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row {
  margin-top: -2px;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child {
  margin-top: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper {
  border-top: 2px solid #ebeef1;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header {
  padding: 1em 1.25em;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header a {
  color: inherit;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
  border: 2px solid #ebeef1;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover a,
.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover .wp-block-getwid-toggle__icon {
  color: #2e1a47;
}

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

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

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

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

.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: "trade-gothic-next", "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: "trade-gothic-next", "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: "trade-gothic-next", "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: #2e1a47;
}

.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-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
  padding: 80px 50px;
}

@media (min-width: 768px) {
  .wp-block-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
    padding: 80px 125px;
  }
}
.wp-block-getwid-banner .wp-block-getwid-banner__title {
  font-family: "trade-gothic-next", "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: 992px) {
  .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: #2e1a47;
}

.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: #2e1a47;
  font-family: "trade-gothic-next", "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: "trade-gothic-next", "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: #2e1a47;
}

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

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

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

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

@media (min-width: 768px) {
  .wp-block-getwid-template-post-featured-background-image {
    padding: 150px;
  }
}
.wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__content > *:not(.has-text-color) {
  color: #fff;
}

.wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__content > *:not(.has-text-color) a {
  color: inherit;
}

.wp-block-getwid-template-post-meta {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

.wp-block-getwid-template-post-meta.has-direction-row > * {
  margin-right: 5px;
}

.wp-block-getwid-template-post-meta.has-direction-row p + div {
  margin-left: 0;
}

.wp-block-getwid-template-post-link {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

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

.wp-block-getwid-section__inner-wrapper {
  max-width: 1344px;
}
.wp-block-getwid-section__inner-wrapper p.has-text-align-center {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Getwid Blocks
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_4e3fb0-9b > .kt-inside-inner-col {
    padding-left: 0 !important;
  }
}
.single-post-content a {
  text-decoration: underline;
}
.single-post-content a:hover {
  text-decoration: none;
}

.video-container.right {
  margin-left: 0 !important;
}

/*------------------
Featured Posts
--------------------------------------------*/
@media screen and (max-width: 768px) {
  .b-section_featured-posts .b-post__feature-large .img-wrap .sidebar {
    height: 50%;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap .post-thumbnail-wrapper {
    overflow: hidden;
  }
}
/*------------------
  ADDTHIS SOCIAL SHARING
--------------------------------------------*/
.addthis-smartlayers, .addthis-smartlayers-desktop {
  display: none;
}

.b-share-buttons {
  padding: 0.25em 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: flex-start;
  justify-content: flex-start;
}

.b-share-button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.15em;
  font-size: 20px;
}
.b-share-button i {
  vertical-align: initial;
}
.b-share-button:hover {
  color: #F56600;
}
.b-share-button:visited, .b-share-button:focus {
  color: #d1d3d4;
}
.b-share-button:visited:hover, .b-share-button:focus:hover {
  color: #F56600;
}

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

.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 #e0e0e0;
}
.b-share-buttons_top .b-share-button {
  margin-bottom: 0;
}

/*********************
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
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }

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

  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  /*.main-navigation-wrapper {
      margin-right: 1rem;
      order: 0;
      margin-left: unset;
      .menu {
          opacity: 1;
      }
  }
  .primary-menu-wrapper {
      padding: 0;

      &:after {
          display: none !important;
          // content: '';
          // display: block;
          // position: absolute;
          // left: 0;
          // top: 0;
          // min-width: 0;
          // min-height: 0;
          // border-radius: 0;
          // background: rgba(242, 249, 253, 0.98);
          // min-height: 100vh;
          // min-width: 100%;
          // // -webkit-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
          // // -o-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
          // // transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
          // transform: translateY(0%) translateX(0%);
          // @include transition(opacity .3s ease);
      }
  }

  .search-toggle-wrap {
    &.opened {
      width: 80%;
    }
  }
  .main-navigation.toggled {
      .primary-menu-wrapper {
          background: rgba(242, 249, 253, 0.5);
          .menu {
              transition: none;
          }
          .primary-menu-container {
              transform: translateX(0);
          }
      }
  }

  .primary-menu-wrapper .primary-menu-container {
      position: absolute;
      min-width: 400px;
      height: 100%;
      align-items: flex-start;
      padding: 57px 0rem 2rem;
      transform: translateX(-100%);
      @include transition(transform .3s ease);
      background: rgba(242, 249, 253, 0.98);
      max-height: 100vh;
      overflow: auto;
      max-width: 450px;
  }

  // .main-navigation.toggled .primary-menu-wrapper .menu {
  //   opacity: 1;
  //   -webkit-transition: opacity .3s ease .5s;
  //   -o-transition: opacity .3s ease .5s;
  //   transition: opacity .3s ease .5s;
  // }
  */
  /*--------------------------------------------------------------
  ## Supplemental Desktop Main Navigation
  --------------------------------------------------------------*/
  /*
  .supplement-navigation-wrapper {
      @include flex(row);
      margin-left: auto;
  }
  .supplement-navigation {
      font-size: 17px;
      font-size: 1.0625rem;
      display: none;
  }
  .supplement-menu-container {}
  .supplement-menu {}
  .supplement-menu li {
      width: auto;
      float: left;
      position: relative;
  }

  .menu-toggle {
    background: transparent !important;
    color: #2c3847 !important;
    padding: 0;
    z-index: 11;
    font-size: 1.8rem;
    &:hover {
      background: transparent;
    }
    &:after, &:before {
      display: none;
    }
  }
  */
  /*--------------------------------------------------------------
  ## Utility Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------
  EXPERT PROFILE
  --------------------------------------------*/
  .single-clmsn_expert .site-main .b-profile-content {
    padding-right: 50px;
  }
  .single-clmsn_expert .site-main .b-profile-content .hentry h1 {
    font-size: 40px;
  }
  .single-clmsn_expert .site-main .b-profile-content .hentry h2, .single-clmsn_expert .site-main .b-profile-content .hentry h4 {
    font-size: 20px;
  }
  .single-clmsn_expert .site-main .b-profile-content .hentry h2 {
    margin: 60px 0 20px;
  }
  .single-clmsn_expert .site-main .b-profile-content .hentry h2:first-child {
    margin-top: 0;
  }
  .single-clmsn_expert .site-main .b-profile-content .connect-with-us {
    margin-top: 6rem;
  }

  .b-profile-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;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .b-profile-header__bio-content {
    padding-left: 24px;
    flex-grow: 1;
  }

  .b-profile-header__bio {
    position: relative;
    flex-basis: 100%;
    padding-right: 50px;
    z-index: 2;
    display: flex;
    margin-bottom: 0px;
    text-align: left;
    align-items: flex-start;
    padding-top: 25px;
  }
  .b-profile-header__bio .post-thumbnail-wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .b-profile-header__social {
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .b-profile-header__social .b-archive-header__social a {
    font-size: 2rem;
  }
  .b-profile-header__social .b-profile-header__resume a {
    font-size: 2rem;
  }

  /*------------------
  Connect Forms
  --------------------------------------------*/
  .connect-with-us .form-left h2 {
    font-size: 32px;
  }
  .flex-l {
    display: flex;
  }

  /*--------------------------------------------------------------
  ## Post and Comment Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .site-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  #main:not(.single-post-wrapper) > .hentry > .entry-content > * {
    margin-bottom: 5rem;
  }

  #main:not(.single-post-wrapper) > .hentry > .entry-content > *:last-child {
    margin-bottom: 0;
  }

  body.page .site-main > .hentry > .post-thumbnail {
    margin-bottom: 3.125rem;
  }

  .entry-alt-block {
    flex-direction: column;
  }

  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, .b-posts-panel .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }

  /***************************************************
  ## body.single
  ***************************************************/
  body.single .site-main.single-post-wrapper > article .alignright, body.single .site-main.single-post-wrapper > article .alignleft {
    max-width: 50%;
  }

  body.single .site-main > .hentry > .entry-header .hero-copy-wrap {
    padding-bottom: 1rem;
    width: 100%;
    max-width: 45%;
  }
  body.single .site-main > .hentry > .entry-header.with-feature {
    display: flex;
    justify-content: space-between;
  }
  body.single .site-main > .hentry > .entry-header.with-feature .hero-copy-wrap {
    max-width: 45%;
  }
  body.single .site-main > .hentry > .entry-header.with-feature .single-thumbnail-wrap {
    max-width: 50%;
  }
  body.single .site-main > .hentry > .entry-header.with-feature .single-thumbnail-wrap .post-thumbnail-wrapper, body.single .site-main > .hentry > .entry-header.with-feature .single-thumbnail-wrap .post-thumbnail {
    margin-bottom: 0 !important;
  }

  body.single .site-main > .hentry > .entry-content {
    display: block;
  }
  body.single .site-main > .hentry > .entry-content .single-post-content {
    max-width: 75%;
    margin-left: 0;
    padding-right: 60px;
    position: relative;
  }
  body.single .site-main > .hentry > .entry-content .single-post-content__border {
    position: absolute;
    right: 0;
    height: calc(100% - 269px);
    width: 1px;
    background: #cbc4bc;
    display: block;
    top: 269px;
  }
  body.single .site-main > .hentry > .entry-content .single-thumbnail-wrap {
    float: right;
    max-width: calc(100% - 650px);
    max-width: 75%;
    margin-bottom: 25px;
    margin-top: -180px !important;
    margin-right: -42%;
  }
  body.single .site-main > .hentry > .entry-content .single-thumbnail-wrap > * {
    padding-left: 2rem;
  }
  body.single .site-main > .hentry > .entry-content .single-thumbnail-wrap_video {
    padding-bottom: 31.225%;
  }
  body.single .site-main > .hentry > .entry-content .single-post-sidebar {
    max-width: 25%;
    padding-left: 5%;
    float: right;
    clear: right;
    border-left: 1px solid #cbc4bc;
  }
  body.single .site-main > .hentry > .entry-content .connect-with-us {
    margin-left: 0;
    position: relative;
  }
  body.single .site-main > .hentry > .entry-content .connect-with-us__border {
    position: absolute;
    right: 0;
    height: calc(100% + 50px);
    width: 1px;
    background: #cbc4bc;
    display: block;
    top: -50px;
  }

  /*--------------------------------------------------------------
  # GRIDS AND COLUMNS
  --------------------------------------------------------------*/
  .b-columns > div article {
    margin-bottom: 1.5rem;
  }

  .b-columns > div:first-child > article, .b-columns > section:first-child > article {
    margin-top: inherit;
  }

  .b-columns > div:last-child > article, .b-columns > section:last-child > article {
    margin-bottom: 0rem;
  }

  /*------------------
  Shared Gutenberg Block Items
  --------------------------------------------*/
  .b-block-intro {
    margin-bottom: 2rem;
    padding-top: 1rem;
    text-align: center;
  }
  .b-block-intro a {
    text-decoration: underline;
  }
  .b-block-intro a:hover {
    text-decoration: none;
  }

  /*------------------
  Latest Posts Gutenberg Block Repeater
  --------------------------------------------*/
  .b-posts-panel {
    position: relative;
  }
  .b-posts-panel .b-latest-posts__bkg {
    height: 100%;
    max-height: 314px;
  }
  .b-posts-panel .b-posts-wrapper {
    z-index: 2;
    position: relative;
  }
  .b-posts-panel .b-posts-wrapper section.b-columns {
    padding-top: 0;
    margin-top: 1.5rem;
  }
  .b-posts-panel .b-posts-wrapper section.b-columns:before {
    top: 10rem;
  }
  .b-posts-panel article {
    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: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: none;
    margin-bottom: 0.75rem;
  }
  .b-posts-panel .hentry .post-thumbnail-wrapper {
    flex-basis: 100%;
    margin-bottom: 1rem;
    order: 1;
    position: relative;
    border-radius: 0;
    max-width: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .b-posts-panel .hentry .post-thumbnail-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .b-posts-panel .hentry .post-thumbnail-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .b-posts-panel .hentry .post-thumbnail-wrapper img {
    border-radius: 0px;
  }
  .b-posts-panel .hentry .entry-header {
    flex-basis: 100%;
    order: 2;
    margin: 0;
    margin-bottom: 0;
    padding-right: 16px;
  }
  .b-posts-panel .hentry .entry-meta {
    display: none;
  }
  .b-posts-panel .hentry .entry-content {
    display: block;
    order: 3;
  }

  /*------------------
  ACF Gutenberg Block: Video Post (shares some rules with latest posts)
  --------------------------------------------*/
  .single-video-post .b-posts-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .single-video-post .hentry {
    padding: 0;
  }
  .single-video-post .hentry .post-thumbnail-wrapper {
    margin-bottom: 0;
  }
  .single-video-post .hentry .post-thumbnail-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0) 100%);
    height: 33%;
    pointer-events: none;
  }
  .single-video-post .hentry .entry-content {
    padding: 0 9% 2rem;
    max-width: 800px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
  }

  /*------------------
  ACF Gutenberg Block: In The News Posts (shares some rules with latest posts)
  --------------------------------------------*/
  .b-headlines-panel {
    max-width: calc(100% + 20px + 20px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 0rem 20px;
  }
  .b-headlines-panel .b-columns > div:first-child article {
    margin-top: 1rem;
  }

  /*------------------
  ACF Gutenberg Block: Hero Post (some style are mixed into the Featured Posts rules)
  --------------------------------------------*/
  .b-hero-post {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .b-hero-post .b-post__feature-large {
    min-height: 500px;
  }
  .b-hero-post .b-post__feature-large .b-post__content {
    padding-left: 24px !important;
  }
  .b-hero-post .b-post__feature-large .b-post__content .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }

  /*------------------
  ACF Gutenberg Block: Single Post
  --------------------------------------------*/
  .b-single-post 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;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .b-single-post article .post-thumbnail-wrapper {
    position: relative;
    max-width: none;
    margin-left: 0;
    margin-right: 4%;
    margin-bottom: 0rem;
    flex-basis: 50%;
  }
  .b-single-post article .b-single-content {
    width: 50%;
    flex-basis: 50%;
  }
  .b-single-post article .b-single-content .entry-header .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .b-single-post article .b-single-content .entry-header .entry-meta {
    display: none;
  }
  .b-single-post article .b-single-content .entry-content {
    display: block;
  }
  .b-single-post.image_left .b-single-content {
    padding: 0.5rem 1rem 0.5rem 0rem;
    border-right: 4px solid #F56600;
  }
  .b-single-post.image_right .post-thumbnail-wrapper {
    order: 2;
    margin-right: 0;
    margin-left: 4%;
  }
  .b-single-post.image_right .b-single-content {
    order: 1;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 4px solid #F56600;
  }

  /*------------------
  ACF Gutenberg Block: Single Post with Gallery
  --------------------------------------------*/
  .b-single-post-with-gallery 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;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .b-single-post-with-gallery article .post-thumbnail-wrapper {
    position: relative;
    max-width: none;
    margin-left: 0;
    margin-right: 4%;
    margin-bottom: 0rem;
    flex-basis: 50%;
  }
  .b-single-post-with-gallery article .post-thumbnail-wrapper picture {
    display: block;
  }
  .b-single-post-with-gallery article .b-single-content {
    width: 50%;
    flex-basis: 50%;
  }
  .b-single-post-with-gallery article .b-single-content .entry-header .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .b-single-post-with-gallery article .b-single-content .entry-header .entry-meta {
    display: none;
  }
  .b-single-post-with-gallery article .b-single-content .entry-content {
    display: block;
  }
  .b-single-post-with-gallery .post-thumbnail.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .b-single-post-with-gallery .post-thumbnail.content img {
    object-fit: cover;
  }
  .b-single-post-with-gallery .post-thumbnail.content > picture {
    display: block;
    width: 46%;
    margin: 0.6rem;
  }
  .b-single-post-with-gallery .post-thumbnail.content > picture:nth-child(1) {
    margin-top: 0;
    margin-left: 0;
  }
  .b-single-post-with-gallery .post-thumbnail.content > picture:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
  }
  .b-single-post-with-gallery .post-thumbnail.content > picture:nth-child(3) {
    margin-left: 0;
  }
  .b-single-post-with-gallery .post-thumbnail.content > picture:nth-child(4) {
    margin-right: 0;
  }
  .b-single-post-with-gallery .post-thumbnail.content > picture:nth-child(5) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .b-single-post-with-gallery .post-thumbnail.content > picture:nth-child(6) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .b-single-post-with-gallery.image_left .b-single-content {
    padding: 0.5rem 1rem 0.5rem 0rem;
  }
  .b-single-post-with-gallery.image_right .post-thumbnail-wrapper {
    order: 2;
    margin-right: 0;
    margin-left: 4%;
  }
  .b-single-post-with-gallery.image_right .b-single-content {
    order: 1;
    padding: 0.5rem 0 0.5rem 1rem;
  }

  /*------------------
  CTA Gutenberg Block
  --------------------------------------------*/
  .b-calltoaction-block {
    padding: 0 !important;
  }
  .b-calltoaction-block .b-posts-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .b-calltoaction-block .b-posts-wrapper .b-cta__background {
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .b-calltoaction-block .b-posts-wrapper .wp-block-columns {
    padding: 0;
    position: relative;
  }
  .b-calltoaction-block .b-posts-wrapper .wp-block-columns .wp-block-column:first-of-type {
    margin: 0;
    display: block;
    flex-basis: 55% !important;
  }
  .b-calltoaction-block .b-posts-wrapper .wp-block-columns .wp-block-column:nth-child(2n) {
    margin: 2.25rem 0;
    padding: 0 3%;
    flex-basis: 27% !important;
  }
  .b-calltoaction-block .b-posts-wrapper .wp-block-columns .wp-block-column:last-of-type {
    margin: 2.25rem 0;
    flex-basis: 12% !important;
  }
  .b-calltoaction-block .b-posts-wrapper .b-cta__headline {
    text-align: left;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .b-calltoaction-block .b-posts-wrapper .b-cta__text {
    text-align: left;
  }
  .b-calltoaction-block .b-posts-wrapper .wp-block-buttons {
    text-align: left;
  }
  .b-calltoaction-block .b-posts-wrapper .wp-block-buttons .wp-block-button {
    margin-bottom: 0;
  }
  /*------------------
  EXPERT "ARCHIVES"
  --------------------------------------------*/
  article.b-expert-card .entry-content .entry-title {
    margin: 0.5rem 0 0.7rem !important;
  }
  .b-section_posts_experts {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .b-section_posts_experts .navigation.pagination {
    grid-column-start: 1;
    grid-column-end: 4;
  }

  .b-expert-panel {
    display: block;
  }

  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  ## Page Header
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  ## Archive pages
  --------------------------------------------------------------*/

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

  /* Make sure logo link wraps around logo image. */

  /*--------------------------------------------------------------
  # Main Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Search Toggle / Modal
  --------------------------------------------------------------*/
  /*.search-toggle {
    display: block;
    color: white !important;
  }
  .mobile-search-wrap{
      display: none;
  }*/
  /*--------------------------------------------------------------
  # Site Footer
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Blocks
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Getwid Blocks
  --------------------------------------------------------------*/
  /*------------------
  Featured Posts
  --------------------------------------------*/

  /*--------------------------------------------
  EXPERT "ARCHIVES"
  --------------------------------------------*/
}
@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .b-expert-panel__intro,
.b-expert-panel .b-columns {
    width: 100%;
  }
  .b-expert-panel > .b-columns {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .b-expert-panel__intro {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .b-section_experts {
    margin-bottom: 150px;
  }
  .b-section_experts .expert-columns {
    padding: 50px 0px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 2rem;
  }
  .b-section_experts .expert-columns .col:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .b-section_experts .expert-columns .col article {
    margin-bottom: 0 !important;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .comments-area .comment .comment-body,
.comments-area .pingback .comment-body {
    padding: 3.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .b-page-header__hero {
    min-height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .b-archive-header__hero {
    align-items: flex-start;
  }
  .b-archive-header__hero * {
    color: #fff;
    max-width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .b-archive-header__intro {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    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-archive-header__intro .archive-description {
    border-left: 4px solid #F56600;
    padding-left: 1.25rem;
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
    flex-basis: 45%;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .b-archive-header__intro-image {
    display: block;
    flex-basis: 50%;
    margin-top: -8rem;
  }
}
@media only screen and (min-width: 768px) {
  .fixed-header-wrap {
    height: auto;
    height: initial;
  }
  .fixed-header-wrap > header {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .site-branding:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .custom-logo-link img {
    max-width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer .main-footer-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-footer .col-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .site-footer .col-grid .col:last-child {
    grid-column: span 2;
  }
  .site-footer .col-grid .col:last-child ul, .site-footer .col-grid .col:last-child .footer-links {
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer .col-grid .col:last-child ul li, .site-footer .col-grid .col:last-child .footer-links li {
    width: 50%;
  }
  .site-footer .columns {
    display: flex;
    align-items: flex-start;
  }
  .site-footer .columns .col {
    margin-bottom: 0;
  }
  .site-footer .columns .col.left {
    width: 280px;
    order: 1;
  }
  .site-footer .columns .col.center {
    width: 280px;
    order: 2;
  }
  .site-footer .columns .col.left, .site-footer .columns .col.right {
    width: calc(50% - 140px);
  }
  .site-footer .columns .col.right {
    order: 3;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .b-section_featured-posts, .b-hero-post {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
  .b-section_featured-posts .b-section-title, .b-hero-post .b-section-title {
    margin-bottom: 30px;
  }
  .b-section_featured-posts .b-post__feature-large, .b-hero-post .b-post__feature-large {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap, .b-hero-post .b-post__feature-large .img-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    flex-direction: row;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap .sidebar, .b-hero-post .b-post__feature-large .img-wrap .sidebar {
    height: 100%;
    width: 33%;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap .img, .b-section_featured-posts .b-post__feature-large .img-wrap .post-thumbnail-wrapper, .b-hero-post .b-post__feature-large .img-wrap .img, .b-hero-post .b-post__feature-large .img-wrap .post-thumbnail-wrapper {
    order: 1;
    height: 100%;
    width: 67%;
    position: relative;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap .img:before, .b-section_featured-posts .b-post__feature-large .img-wrap .post-thumbnail-wrapper:before, .b-hero-post .b-post__feature-large .img-wrap .img:before, .b-hero-post .b-post__feature-large .img-wrap .post-thumbnail-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap .img > .content, .b-section_featured-posts .b-post__feature-large .img-wrap .post-thumbnail-wrapper > .content, .b-hero-post .b-post__feature-large .img-wrap .img > .content, .b-hero-post .b-post__feature-large .img-wrap .post-thumbnail-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap .img img, .b-section_featured-posts .b-post__feature-large .img-wrap .post-thumbnail-wrapper img, .b-hero-post .b-post__feature-large .img-wrap .img img, .b-hero-post .b-post__feature-large .img-wrap .post-thumbnail-wrapper img {
    height: 100%;
    width: 100%;
    max-width: none;
    object-fit: cover;
  }
  .b-section_featured-posts .b-post__feature-large .b-post__content, .b-hero-post .b-post__feature-large .b-post__content {
    order: -1;
    width: 45%;
    padding: 77px 0 100px 50px;
    position: relative;
    max-width: 500px;
  }
  .b-section_featured-posts .b-post__feature-large .b-post__content h2 .headline-row, .b-hero-post .b-post__feature-large .b-post__content h2 .headline-row {
    margin-bottom: 40px;
  }
  .b-section_featured-posts .b-post__feature-large .b-post__content h2 .headline-row span, .b-hero-post .b-post__feature-large .b-post__content h2 .headline-row span {
    padding: 1rem 1.5rem;
    white-space: nowrap;
  }
  .b-section_featured-posts .b-post__feature-large .b-post__content .btn, .b-hero-post .b-post__feature-large .b-post__content .btn {
    margin-top: 25px;
  }
  .b-section_featured-posts .b-posts_featured.grid, .b-hero-post .b-posts_featured.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 0fr;
    column-gap: 25px;
    row-gap: 1em;
    grid-auto-rows: minmax(min-content, max-content);
  }
  .b-section_featured-posts .b-posts_featured.grid article .b-post__content h2 a, .b-hero-post .b-posts_featured.grid article .b-post__content h2 a {
    text-decoration: none;
  }
  .b-section_featured-posts .b-posts_featured.grid article .b-post__content h2 a:hover, .b-hero-post .b-posts_featured.grid article .b-post__content h2 a:hover {
    text-decoration: underline;
  }
  .b-section_featured-posts .b-posts_featured.grid article .b-post__content a, .b-hero-post .b-posts_featured.grid article .b-post__content a {
    font-family: "Tiempos Headline Semibold", "Times New Roman", Times, "Georgia", Cambria, serif;
    text-decoration: underline;
  }
  .b-section_featured-posts .b-posts_featured.grid article:first-child, .b-hero-post .b-posts_featured.grid article:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .b-section_featured-posts .b-posts_featured.grid article:first-child .entry-title, .b-hero-post .b-posts_featured.grid article:first-child .entry-title {
    font-size: 32px;
    font-size: 1.5rem;
  }
  .b-section_featured-posts .b-posts_featured.grid article:nth-child(2), .b-hero-post .b-posts_featured.grid article:nth-child(2) {
    margin-bottom: 0;
    grid-row-start: 2;
    grid-row-end: 5;
  }
  .b-section_featured-posts .b-posts_featured.grid article:nth-child(2) .post-thumbnail-wrapper, .b-hero-post .b-posts_featured.grid article:nth-child(2) .post-thumbnail-wrapper {
    margin-bottom: 1rem;
  }
  .b-section_featured-posts .b-posts_featured.grid article:nth-child(2) h2, .b-hero-post .b-posts_featured.grid article:nth-child(2) h2 {
    font-size: 1.5rem;
  }
  .b-section_featured-posts .b-posts_featured.grid article:nth-child(n+3), .b-hero-post .b-posts_featured.grid article:nth-child(n+3) {
    margin-bottom: 0;
  }
  .b-section_featured-posts .b-posts_featured.grid article:nth-child(n+3).b-post .b-post__inner, .b-hero-post .b-posts_featured.grid article:nth-child(n+3).b-post .b-post__inner {
    display: flex;
    height: 100%;
  }
  .b-section_featured-posts .b-posts_featured.grid article:nth-child(n+3).b-post .b-post__inner .post-thumbnail-wrapper, .b-hero-post .b-posts_featured.grid article:nth-child(n+3).b-post .b-post__inner .post-thumbnail-wrapper {
    width: 45%;
    min-width: 45%;
    margin-bottom: 0;
  }
  .b-section_featured-posts .b-posts_featured.grid article:nth-child(n+3).b-post .b-post__inner .b-post__content, .b-hero-post .b-posts_featured.grid article:nth-child(n+3).b-post .b-post__inner .b-post__content {
    padding: 0rem 1rem;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .b-section_featured-posts .b-posts_featured.grid article:nth-child(n+3).b-post .b-post__inner .entry-title, .b-hero-post .b-posts_featured.grid article:nth-child(n+3).b-post .b-post__inner .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .post-type-archive-clmsn_in_news .b-columns > div:first-child > article {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .single-post-content .wp-block-image:first-child .aligncenter {
    float: left;
    clear: none;
    display: inline;
    margin: 1.875rem 2.5rem 1.5rem 0;
  }
  .single-post-content .wp-block-image:first-child .aligncenter figcaption {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body.post-type-archive-clmsn_expert .sort-topic-wrap {
    z-index: 10;
    position: relative;
    max-width: 300px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.post-type-archive-clmsn_expert .sort-topic-wrap select {
    padding: 13px 15px;
    font-size: 1rem;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
  }
  body.post-type-archive-clmsn_expert .sort-topic-wrap input[type=text] {
    margin-bottom: 30px;
    max-width: 300px;
    height: 53px;
  }
  body.post-type-archive-clmsn_expert .sort-topic-wrap:last-of-type select {
    margin-bottom: 0;
  }
  body.post-type-archive-clmsn_expert .sort-topic-select {
    margin-bottom: 30px;
    width: 100%;
  }
}
/*********************
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: 1030px) {
  /******************************************************************
  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
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  th,
td {
    padding: 1.3em;
  }

  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a:hover, a:focus {
    text-decoration: underline;
  }

  a:focus {
    outline: thin dotted;
  }

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

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

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

  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .site-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  #main:not(.single-post-wrapper) > .hentry > .entry-content > * {
    margin-bottom: 3rem;
  }

  #main:not(.single-post-wrapper) > .hentry > .entry-content > *:last-child {
    margin-bottom: 0;
  }

  body:not(.single):not(.post-type-archive-clmsn_expert) .hentry > .entry-content .hentry > .entry-content > *, body:not(.single):not(.post-type-archive-clmsn_expert) .expert-columns .hentry > .entry-content > * {
    margin-bottom: 1.5em;
  }
  body:not(.single):not(.post-type-archive-clmsn_expert) .loop_blurb.hentry > .entry-content > * {
    margin-bottom: 1em;
  }
  body:not(.single):not(.post-type-archive-clmsn_expert) .hentry > .entry-content > *.alignleft {
    margin-left: calc((100% - 748px) / 2);
  }
  body:not(.single):not(.post-type-archive-clmsn_expert) .hentry > .entry-content > *.alignleft + .alignleft {
    margin-right: 1.5em;
  }
  body:not(.single):not(.post-type-archive-clmsn_expert) .hentry > .entry-content > *.alignright {
    margin-right: calc((100% - 748px) / 2);
  }
  body:not(.single):not(.post-type-archive-clmsn_expert) .hentry > .entry-content > *.alignright + .alignrignt {
    margin-left: 1.5em;
  }
  body:not(.single):not(.post-type-archive-clmsn_expert) .hentry > .entry-content > *.alignleft, body:not(.single):not(.post-type-archive-clmsn_expert) .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 > .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: 50%;
    margin: 0 auto;
  }

  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, .b-posts-panel .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  /*--------------------------------------------------------------
  # GRIDS AND COLUMNS
  --------------------------------------------------------------*/
  /***************************************************
  ## error pages
  ***************************************************/
  body .site-main > .error-404 .page-title,
body .site-main > .no-results .page-title {
    font-size: 75px;
    font-size: 4.75rem;
  }

  body.page .site-main > .hentry > .entry-content > *.alignwide {
    max-width: 1344px;
  }

  body.page .site-main > .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 24px + 24px);
    margin-left: -24px;
    margin-right: -24px;
    padding: 0rem 24px;
  }

  /*------------------
  ACF Gutenberg Block: Hero Post (some style are mixed into the Featured Posts rules)
  --------------------------------------------*/
  .b-hero-post .b-post__feature-large {
    min-height: 655px;
  }
  .b-hero-post .b-post__feature-large .img-wrap .sidebar {
    width: 25%;
  }
  .b-hero-post .b-post__feature-large .img-wrap .post-thumbnail-wrapper {
    width: 75%;
  }

  /*------------------
  ACF Gutenberg Block: Single Post
  --------------------------------------------*/
  .b-single-post article .post-thumbnail-wrapper {
    flex-basis: 60%;
  }
  .b-single-post article .b-single-content {
    flex-basis: 40%;
  }
  .b-single-post.image_left .b-single-content {
    padding: 0.5rem 2.5rem 0.5rem 0rem;
  }
  .b-single-post.image_right .b-single-content {
    padding: 0.5rem 0rem 0.5rem 2.5rem;
  }

  /*------------------
  ACF Gutenberg Block: Single Post with Gallery
  --------------------------------------------*/
  .b-single-post-with-gallery__background {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -20vw;
    height: 80%;
    pointer-events: none;
    z-index: -1;
  }
  .b-single-post-with-gallery article {
    padding: 1rem 0;
  }
  .b-single-post-with-gallery article .post-thumbnail-wrapper {
    flex-basis: 60%;
  }
  .b-single-post-with-gallery article .b-single-content {
    flex-basis: 40%;
  }
  .b-single-post-with-gallery.image_left .b-single-content {
    padding: 0.5rem 2.5rem 0.5rem 0rem;
  }
  .b-single-post-with-gallery.image_right .b-single-content {
    padding: 0.5rem 0rem 0.5rem 2.5rem;
  }

  /*------------------
  CTA Gutenberg Block
  --------------------------------------------*/
  .b-calltoaction-block .b-posts-wrapper .b-cta__background {
    top: 2.5rem;
    bottom: 2.5rem;
  }
  .b-calltoaction-block .b-posts-wrapper .b-cta__headline {
    font-size: 40px;
    font-size: 2.5rem;
  }
  /*------------------
  Featured Posts
  --------------------------------------------*/
  .b-section_featured-posts .b-post__feature-large {
    min-height: 570px;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap .sidebar {
    width: 25%;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap .post-thumbnail-wrapper {
    width: 75%;
  }
  .b-section_featured-posts .b-posts_featured.grid article:first-child .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .b-section_featured-posts .b-posts_featured.grid article:nth-child(n+3).b-post .b-post__inner .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  /*------------------
  Connect Forms
  --------------------------------------------*/
  .connect-with-us {
    flex-wrap: nowrap;
  }
  .connect-with-us .form-left {
    flex-basis: 50%;
  }
  .connect-with-us .form-right {
    flex-basis: 50%;
    margin-left: 5%;
  }

  /*------------------
  EXPERT "ARCHIVES"
  --------------------------------------------*/
  .b-section_experts .expert-columns {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    row-gap: 2rem;
  }
  .b-section_experts .expert-columns .col:first-child {
    grid-column-start: 1;
    grid-column-end: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .b-section_experts .expert-columns .col article {
    margin-bottom: 0 !important;
  }

  .b-posts-wrapper {
    align-items: center;
  }

  .b-expert-panel__intro {
    margin-bottom: 3rem;
  }

  .b-expert-panel .d-1of3 {
    flex-basis: calc(33% - 10px);
    width: calc(33% - 10px);
    margin-right: 10px;
  }

  /*--------------------------------------------
  EXPERT PROFILE
  --------------------------------------------*/
  .b-profile-header__bio-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;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .b-profile-header__bio {
    flex-basis: 68%;
  }

  .b-profile-header__social {
    flex-basis: 30%;
    max-height: 60px;
    margin-left: 0;
    padding-top: 25px;
  }
  .b-profile-header__social .b-archive-header__social {
    flex-basis: 100%;
    flex-wrap: nowrap;
  }

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

  /*--------------------------------------------------------------
  ## Page Header
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  ## Archive pages
  --------------------------------------------------------------*/

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

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

  /* Small menu. */

  /*--------------------------------------------------------------
  ## Utility Navigation
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  ## Supplemental Desktop Main Navigation
  --------------------------------------------------------------*/
  /*.supplement-navigation-wrapper {
    .nav-menu {
      li, .menu-item {
        a {
          padding: 20px 10px;
          border-right: 2px solid $border;
        }
      }
      li {
        &:first-child {
          a {
            border-left: 2px solid $border;
          }
        }
      }
    }
  }
  */

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

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

  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Blocks
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Getwid Blocks
  --------------------------------------------------------------*/
}
@media only screen and (min-width: 1030px) and (max-width: 1029px) {
  .comments-area .comment-author .fn {
    display: inline-block;
    margin-top: 0.875rem;
  }
}
@media only screen and (min-width: 1030px) {
  .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: 1030px) and (max-width: 1029px) {
  .comments-area .comment-meta:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media only screen and (min-width: 1030px) {
  .comment-respond {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1030px) {
  .b-archive-header__hero {
    padding: 35px 0px 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .b-archive-header__hero .hero-content-wrap {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1030px) {
  .b-archive-header__intro {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1344px;
  }
}
@media only screen and (min-width: 1030px) {
  .site-header {
    overflow: unset;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1030px) and (max-width: 1029px) {
  .site-header.has-custom-color .main-navigation ul ul {
    color: inherit;
  }
}
@media only screen and (min-width: 1030px) {
  .site-branding {
    flex: 0 1 auto;
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 1030px) {
  .main-navigation-wrapper .main-navigation {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper {
    top: 0;
    left: 0;
    right: 0;
    pointer-events: auto;
    box-shadow: none;
    max-width: none;
    width: auto;
    width: initial;
    left: 0;
    opacity: 1;
    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;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper:after {
    display: none;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container {
    display: block;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul {
    background: white;
    color: #2e1a47;
    list-style: none;
    margin: 0;
    padding-left: 0;
    width: auto;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul.menu {
    z-index: 1;
    opacity: 1;
    display: block;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    max-width: none;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul:after {
    display: table;
    clear: both;
    content: "";
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li {
    width: auto;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    border-bottom: none;
    border-right: 1px solid #CBC4BC;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li:last-child {
    border-right: none;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li:first-of-type {
    border-left: 1px solid #CBC4BC;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li a {
    text-transform: uppercase;
    font-size: 0.95rem;
    display: block;
    text-decoration: none;
    padding: 1.3rem 1rem;
    color: inherit;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li:hover > a, .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li.focus > a {
    color: #F56600;
    text-decoration: none;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li:hover > ul, .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li.focus > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li:not(.menu-item-has-children) > a:after {
    display: none;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li.menu-item-has-children {
    position: relative;
    padding-right: 1.15rem;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li.menu-item-has-children > a {
    padding-right: 1.15rem;
    position: relative;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul li.menu-item-has-children > a:after {
    height: auto;
    background: transparent;
    bottom: unset;
    left: unset;
    right: unset;
    top: 48%;
    transform: translateY(-48%);
    position: absolute;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    content: "\e874";
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
    color: inherit;
    font-family: Linearicons-Free;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul {
    display: block;
    font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c3847;
    background: #fff;
    width: auto;
    float: left;
    position: absolute;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0;
    -webkit-transition: all 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);
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul.toleft {
    right: 0;
    left: auto;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul li {
    border-right: none;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul li a {
    color: inherit;
    width: 230px;
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul li:hover > ul, .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul li.focus > ul {
    top: 25%;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul li:first-of-type {
    border-left: none;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul .menu-item-has-children > a:after {
    top: 52%;
    /*height: auto;
    background: transparent;
    bottom: unset;
    left: unset;
    //
    position: absolute;
    //right: 2.25rem;
    //top: 1rem;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    //
    display: inline-block;
    content: '\e874';
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
    color: inherit;
    font-family: Linearicons-Free;
    */
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul .menu-item-has-children:hover > a:after {
    top: 48%;
    -webkit-transform: rotate(-90deg) translate(50%, 50%);
    -ms-transform: rotate(-90deg) translate(50%, 50%);
    transform: rotate(-90deg) translate(50%, 50%);
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul ul {
    top: 0;
    visibility: hidden;
    left: 100%;
    margin-left: 0;
  }
  .main-navigation-wrapper .main-navigation .primary-menu-wrapper .primary-menu-container ul ul ul.toleft {
    right: 100%;
    left: auto;
  }
}
@media only screen and (min-width: 1030px) {
  .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: #8f4ec7;
  }
}
@media only screen and (min-width: 1030px) {
  .primary-menu-wrapper .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.325em 0.875em;
    background: transparent;
    color: #2c3847;
    display: none;
  }
}
@media only screen and (min-width: 1030px) {
  .primary-menu-wrapper .dropdown-toggle:hover {
    color: #8f4ec7;
    background: transparent;
  }
}
@media only screen and (min-width: 1030px) {
  .primary-menu-wrapper .dropdown-toggle span {
    display: block;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media only screen and (min-width: 1030px) {
  .primary-menu-wrapper .dropdown-toggle.toggled-on span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 1030px) {
  .main-navigation.toggled .primary-menu-wrapper {
    margin-top: 0;
    z-index: 5;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease, z-index 1s step-start;
    -o-transition: all 0.3s ease, z-index 1s step-start;
    transition: all 0.3s ease, z-index 1s step-start;
  }
}
@media only screen and (min-width: 1030px) {
  .main-navigation.toggled .primary-menu-wrapper:after {
    min-width: 200%;
    min-height: 200%;
    border-radius: 0;
    -webkit-transition: min-width 0.4s linear, min-height 0.4s linear, border-radius 0.4s linear 0.4s;
    -o-transition: min-width 0.4s linear, min-height 0.4s linear, border-radius 0.4s linear 0.4s;
    transition: min-width 0.4s linear, min-height 0.4s linear, border-radius 0.4s linear 0.4s;
  }
}
@media only screen and (min-width: 1030px) {
  .main-navigation.toggled .primary-menu-wrapper .menu {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -o-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
  }
}
@media only screen and (min-width: 1030px) {
  .main-navigation.toggled .primary-menu-wrapper .mobile-search-form-wrapper {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -o-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
  }
}
@media only screen and (min-width: 1030px) {
  .main-navigation.toggled .primary-menu-wrapper ul ul {
    display: block;
  }
}
@media only screen and (min-width: 1030px) {
  .main-navigation.toggled .primary-menu-wrapper ul ul.toggled-on {
    display: block;
  }
}
@media only screen and (min-width: 1030px) {
  .menu-toggle .lnr-cross {
    display: none;
  }
}
@media only screen and (min-width: 1030px) {
  .menu-toggle[aria-expanded=true] .lnr-cross {
    display: block;
  }
}
@media only screen and (min-width: 1030px) {
  .menu-toggle[aria-expanded=true] .lnr-menu {
    display: none;
  }
}
@media only screen and (min-width: 1030px) {
  .menu-toggle,
.main-navigation.toggled ul {
    display: block;
  }
}
@media only screen and (min-width: 1030px) {
  .menu-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1030px) {
  .main-navigation ul {
    display: block;
  }
}
@media only screen and (min-width: 1030px) {
  .menu-toggle {
    background: transparent;
    color: #2c3847;
    padding: 0;
    z-index: 11;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1030px) {
  .menu-toggle:hover {
    background: transparent;
  }
}
@media only screen and (min-width: 1030px) {
  .primary-menu-wrapper:after {
    display: none;
  }
}
@media only screen and (min-width: 1030px) {
  .mobile-utility-menu {
    display: none;
  }
}
@media only screen and (min-width: 1030px) {
  .b-ute-menus {
    display: block;
    max-width: 100%;
    background-color: #2e1a47;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .b-ute-menus a, .b-ute-menus a:hover, .b-ute-menus a:visited, .b-ute-menus a:focus {
    color: inherit;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1030px) {
  .b-ute-menus-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    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-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1030px) {
  .utility-menu-container {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .utility-menu-container .b-utility-menu {
    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;
    list-style: none;
    margin: 0;
    padding-left: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-size: 0.75em;
    max-width: none;
  }
  .utility-menu-container .b-utility-menu li:last-child a {
    padding-right: 0;
  }
  .utility-menu-container .b-utility-menu#utility-left li:first-child {
    display: flex;
    align-items: center;
  }
  .utility-menu-container .b-utility-menu#utility-left li:first-child:before {
    content: "";
    position: relative;
    height: 12px;
    width: 13px;
    margin-right: 4px;
    background-image: url("../images/clemson-paw.png");
    display: block;
  }
  .utility-menu-container .b-utility-menu#utility-left li:first-child a {
    padding-left: 0;
  }
  .utility-menu-container .b-utility-menu#utility-right li {
    position: relative;
  }
  .utility-menu-container .b-utility-menu#utility-right li:before {
    position: absolute;
    font-family: "Line Awesome Free";
    font-size: 0.8rem;
    color: #FFF;
    font-weight: 900;
    left: 2px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  .utility-menu-container .b-utility-menu#utility-right li:after {
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .utility-menu-container .b-utility-menu#utility-right li.la {
    padding-left: 7px;
    margin-left: 15px;
  }
  .utility-menu-container .b-utility-menu#utility-right li.la:after {
    content: "";
  }
  .utility-menu-container .b-utility-menu#utility-right li.la-pencil-alt:after {
    background-color: #f56600;
  }
  .utility-menu-container .b-utility-menu#utility-right li.la-gift:after {
    background-color: #8C8279;
  }
  .utility-menu-container .b-utility-menu#utility-right li a {
    display: block;
    font-weight: 700;
    font-family: "Tiempos Headline Bold", "Times New Roman", Times, "Georgia", Cambria, serif;
  }
  .utility-menu-container .b-utility-menu li {
    margin: 0;
    padding: 0;
  }
  .utility-menu-container .b-utility-menu li a {
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 0.5rem 1rem;
  }
  .utility-menu-container .b-utility-menu li a:before {
    display: inline-block;
  }
  .utility-menu-container .b-utility-menu li a:visited, .utility-menu-container .b-utility-menu li a:hover {
    color: white;
  }
  .utility-menu-container .b-utility-menu li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 1030px) {
  .utility-menu-container_right .b-utility-menu {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1030px) {
  .search-toggle {
    padding: 20px 10px;
    font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1030px) {
  .search-toggle {
    display: block;
    color: white !important;
    order: 3;
    text-shadow: 1px 1px 5px #af4a03;
  }
}
@media only screen and (min-width: 1030px) {
  .mobile-search-wrap {
    display: none;
  }
}
@media only screen and (min-width: 1030px) {
  .site-footer .main-footer-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1030px) {
  .b-latest-posts__intro-link {
    text-decoration: underline;
  }
  .b-latest-posts__intro-link:hover {
    text-decoration: none !important;
  }
}
@media only screen and (min-width: 1030px) {
  body.post-type-archive-clmsn_expert .sort-topic-wrap {
    flex-direction: row;
    max-width: none;
  }
  body.post-type-archive-clmsn_expert .sort-topic-wrap select {
    min-width: 300px;
    max-width: 300px;
  }
  body.post-type-archive-clmsn_expert .sort-topic-wrap input[type=text] {
    margin-bottom: 0;
  }
  body.post-type-archive-clmsn_expert .sort-topic-select {
    margin-bottom: 0;
    margin-right: 30px;
    max-width: none;
    width: auto;
  }
}
/*********************
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
  --------------------------------------------*/
  /*--------------------------------------------------------------
  # Site Branding / Title
  --------------------------------------------------------------*/
  .site-header {
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  /*--------------------------------------------------------------
  ## Utility Navigation
  --------------------------------------------------------------*/
  .b-ute-menus-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  /*--------------------------------------------------------------
  ## Supplemental Desktop Main Navigation
  --------------------------------------------------------------*/
  .supplement-navigation-wrapper .nav-menu li a, .supplement-navigation-wrapper .nav-menu .menu-item a {
    padding: 25px 20px;
    font-size: 16px;
  }

  .search-toggle {
    font-size: 19px;
  }

  /*--------------------------------------------------------------
  # Search Toggle / Modal
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .site-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .hentry > .entry-header,
.hentry > .entry-footer,
.hentry > .post-thumbnail,
.hentry > .entry-content > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: 1344px;
  }

  body.page .site-main > .hentry > .entry-content > *.alignwide {
    max-width: 1344px;
  }

  body.page .site-main > .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 48px + 48px);
    margin-left: -48px;
    margin-right: -48px;
    padding: 0rem 48px;
  }

  /*--------------------------------------------------------------
  # Site Footer
  --------------------------------------------------------------*/
  .site-footer .main-footer-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  /*------------------
  ACF Gutenberg Block: Hero Post (some style are mixed into the Featured Posts rules)
  --------------------------------------------*/
  .b-hero-post .b-post__feature-large .img-wrap .sidebar {
    width: 20%;
  }
  .b-hero-post .b-post__feature-large .img-wrap .post-thumbnail-wrapper {
    width: 80%;
  }
  .b-hero-post .b-post__feature-large .b-post__content {
    padding-left: 48px !important;
  }

  /*------------------
  Featured Posts
  --------------------------------------------*/
  .b-section_featured-posts .b-post__feature-large .img-wrap .sidebar {
    width: 20%;
  }
  .b-section_featured-posts .b-post__feature-large .img-wrap .post-thumbnail-wrapper {
    width: 80%;
  }

  /*------------------
  EXPERT "ARCHIVES"
  --------------------------------------------*/
  .b-section_posts_experts {
    grid-template-columns: repeat(4, 1fr);
  }
  .b-section_posts_experts .navigation.pagination {
    grid-column-start: 1;
    grid-column-end: 5;
  }

  /*--------------------------------------------
  EXPERT PROFILE
  --------------------------------------------*/
  .b-profile-header__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1344px;
  }

  /*--------------------------------------------------------------
  ## Archive pages
  --------------------------------------------------------------*/
  .b-archive-header__hero {
    padding: 35px 0px 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }
  .b-archive-header__hero .hero-content-wrap {
    padding-bottom: 35px;
  }

  .b-archive-header__intro {
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
    max-width: 1440px;
  }
}
/*********************
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.
*********************/
/*********************
ACCESSIBILITY UPDATES
*********************/
.wp-caption a:focus {
  outline: thick solid;
  display: block;
}

.b-related-posts .hentry,
.b-related-posts article {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.b-related-posts .hentry .entry-title,
.b-related-posts article .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
}
.b-related-posts .hentry .entry-content,
.b-related-posts article .entry-content {
  display: none;
}
.b-related-posts .hentry h4,
.b-related-posts article h4 {
  font-size: 20px;
  color: #f56600;
  font-family: "trade-gothic-next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
