@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=PT+Serif:wght@400;700&family=Poppins:wght@500;700&family=Source+Code+Pro:wght@400;500;700;900&family=Source+Sans+Pro:ital,wght@0,400;0,700;0,900;1,400");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,input,optgroup,select,textarea {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          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;
          appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

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

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

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

/*   Helper Functions
	--------------------------------------------------------------------------  */
/**
 * Converts PX to EM
 * @param {integer} $px   Pixel value
 * @param {integer} $base Base font size
 */
/**
 * Converts PX to REM
 * @param {integer} $px   Pixel value
 * @param {integer} $base Base font size
 */
/**
 * Custom easing
 * https://css-tricks.com/snippets/sass/easing-map-get-function/
 * @author Sean Dempsey
 * @param {string} $key Name of ease
 */
/**
 * Asset URL Builder
 * @access private
 * @param {String} $type Asset type, matching folder name
 * @param {String} $file Asset file name, including extension
 * @return {URL} A `url()` function leading to the asset
 */
/**
 * Image Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the image
 * @require {function} asset
 */
/**
 * Font Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/**
 * Searches and replaces in a string
 * @param {String} $string Initial string
 * @param {String} $search Substring to replace
 * @param {String} $replace ('') New value
 * @return {String} Updated string
 */
/*   Global Mixins
	--------------------------------------------------------------------------  */
/**
 * Centers element within relative parent
 */
/**
 * Vertically centers element within relative parent
 */
/**
 * Maintains aspect ratio of element based on
 * width and height values given
 */
/**
 * Applies clearfix to element
 */
/**
 * Expands element to "cover" relative parent
 */
/**
 * Creates CSS triagle
 * @param {string} $direction Triangle direction, either `top`, `right`, `bottom` or `left`
 * @param {color} $color Triangle color
 * @param {integer} $size Triangle size
 */
/**
 * Applies font-smoothing
 */
/**
 * Customizes browser scroll bars (does not work in all browsers)
 * @author Hugo Giraudel
 * @param {size} $size Horizontal scrollbar's height and vertical scrollbar's width
 * @param {color} $foreground-color Scrollbar's color
 * @param {color} $background-color [mix($foreground-color, white, 50%)] Scrollbar's color
 */
/**
 * Positions element
 * @param {position} $position Either `relative`, `absolute` or `fixed`
 * @param {distance} $top Top offset
 * @param {distance} $right Right offset
 * @param {distance} $bottom Bottom offset
 * @param {distance} $left Left offset
 */
/**
 * Absolute positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Relative positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Fixed positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Event Wrapper
 * @author Harry Roberts
 * @param {Bool} $self (false) - Whether or not to include current selector
 * @see https://twitter.com/csswizardry/status/478938530342006784 Original tweet from Harry Roberts
 *
 * Example Usage:
 * .example {
 *     text-decoration: none;
 *
 *     @include on-event {
 *         text-decoration: underline;
 *     }
 * }
 */
/**
 * Positions element to account for WordPress admin bar "bump"
 */
/**
 * Horizontally centers block element
 */
/**
 * Hides element accessibly
 */
/**
 * Flex styles wrappers
 */
/**
 * Sets webkit tap highlight color
 * @type {[type]}
 */
/**
 * Convers Photoshop letter spacing value to EM
 */
/**
 * Sizes element to be square
 */
/**
 * Sets form element placeholder text color
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,.slick-slider .slick-track {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:after,.slick-track:before {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff; }

/* Icons */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-next,.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  outline: none;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer; }
  .slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
      opacity: 1; }
  .slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: 0.25; }
  .slick-next:before,.slick-prev:before {
    opacity: 0.75;
    color: white;
    font-family: "slick";
    font-size: 1.25rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    right: -25px;
    left: auto; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.875rem; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-right: 0.3125rem;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      width: 12px;
      height: 12px;
      padding: 0;
      outline: none;
      border: 2px solid #0063ce;
      border-radius: 100%;
      color: transparent;
      font-size: 0;
      line-height: 0;
      cursor: pointer; }
      .slick-dots li button:focus,.slick-dots li button:hover {
        outline: none; }
        .slick-dots li button:focus:before,.slick-dots li button:hover:before {
          opacity: 1; }
    .slick-dots li.slick-active button {
      background: #0063ce; }
      .slick-dots li.slick-active button::before {
        opacity: 0.75;
        color: black; }

/*   Fonts
    --------------------------------------------------------------------------  */
/*
font-family: 'Poppins', sans-serif;
font-family: 'PT Serif', serif;
font-family: 'Source Code Pro', monospace;
font-family: 'Source Sans Pro', sans-serif;
*/
/*   Maps
	--------------------------------------------------------------------------  */
/**
 * Susy layout
 * http://susydocs.oddbird.net/en/latest/
 *
 * This map only needed if planning to change the global defaults
 */
/**
 * Breakpoints
 */
/*SCSS_BREAKPOINT_VARS*/
/*END_SCSS_BREAKPOINT_VARS*/
/**
 * Z-indices
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/*   Base Functions
	--------------------------------------------------------------------------  */
/**
 * Sets z-index with map value
 */
/**
 * Sets color with map value
 */
/**
 * Sets font-family with map value
 */
/**
 * Sets font-weight with map value
 */
/*   Base Mixins
	--------------------------------------------------------------------------  */
/**
 * Builds media query with either a map or unit value
 * Example: @include respond-to(small)
 * Example: @include respond-to(599px, 'max')
 */
/**
 * Builds min/max media query for "in between" breakpoints
 */
/*   WordPress Admin
	--------------------------------------------------------------------------  */

.mce-content-body {
  max-width: 58em;
  margin: 1.25rem; }

.tribe-ui-datepicker.ui-datepicker.ui-datepicker-multi {
  width: 51em !important; }

/*   Core Typography

	 Apply .core class on all WYSIWYG content and other elements that need it
	--------------------------------------------------------------------------  */
html {
  height: 100%; }

a {
  text-decoration: none !important; }
  a:focus {
    outline: none; }

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

h1,h2,h3,h4,h5,h6 {
  font-family: "Poppins", sans-serif !important;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    border-bottom: 0;
    font-family: "Poppins", sans-serif !important;
    word-spacing: initial; }

h1 {
  margin-top: 1.67em !important;
  margin-bottom: 0.5em !important;
  color: #1C3E93;
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important; }
  h1 + h2 {
    margin-top: -0.5em !important; }

h2 {
  margin: 1.2em 0 0.4em !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important; }
  h2 + h3 {
    margin-top: -0.4em !important;
    margin-bottom: 0.2em !important; }

h3 {
  margin: 1.8em 0 0.4em !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important; }
  h3 + h4 {
    margin-top: -0.3em !important; }

h4 {
  margin: 1.8em 0 0.4em !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important; }
  h4 + h5 {
    margin-top: -0.8em !important; }

h5 {
  margin: 1.8em 0 0.4em !important;
  font-size: 1rem !important;
  line-height: 1.5 !important; }
  h5 + h6 {
    margin-top: -0.2em !important; }

h6 {
  margin: 1.8em 0 0.4em !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important; }

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

.entry-content a {
  color: #778bbd; }

.entry-content .wp-image-link {
  text-decoration: none; }

.entry-content address,.entry-content p {
  margin: 1em 0 0 !important;
  font-size: 1em;
  line-height: 1.5; }

.entry-content p:first-child {
  margin-top: 0; }

.entry-content blockquote {
  margin: 1.75em 2.5em;
  font-style: italic;
  line-height: 1.5; }

.entry-content code,.entry-content pre {
  font-family: "Source Code Pro", monospace;
  font-size: 0.875em; }


.entry-content pre {
  margin: 1em 0 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

.entry-content sub {
  position: relative;
  bottom: -0.25em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

.entry-content sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

.entry-content abbr {
  cursor: help; }


.entry-content address {
  line-height: 1.5; }

.entry-content dl {
  line-height: 1.5; }

.entry-content dd,.entry-content dt {
  font-size: 0.875em; }

.entry-content dt {
  font-weight: 700; }


.entry-content dd {
  margin: 0 0 1em; }

.entry-content ol,.entry-content ul {
  margin: 1em 0;
  padding: 0;
  font-family: "PT Serif", serif !important; }
  .entry-content ol ol,.entry-content ol ul,.entry-content ul ol,.entry-content ul ul {
    margin: 0; }

.entry-content li {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.5; }
  .entry-content li li {
    font-size: 1em; }

.entry-content table {
  margin: 0;
  padding: 0; }

.entry-content td,.entry-content th {
  padding: 0.625em 1.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875em;
  text-align: left; }

.entry-content th {
  border-width: 2px; }

.entry-content tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1); }

.entry-content img,.entry-content img[class*='align'],.entry-content img[class*='wp-image-'] {
  max-width: 100%;
  height: auto;
  border: 0; }

.entry-content .wp-caption {
  max-width: 96%;
  padding: 0.3125rem 0.1875rem 0.625rem;
  text-align: center; }
  .entry-content .wp-caption.alignleft,.entry-content .wp-caption.alignnone {
    margin: 0.3125rem 1.25rem 1.25rem 0; }
  .entry-content .wp-caption.alignright {
    margin: 0.3125rem 0 1.25rem 1.25rem; }
  .entry-content .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none; }
  .entry-content .wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 0.25rem 0.3125rem;
    font-size: 0.875em;
    line-height: 1.5; }

.entry-content .entry-caption {
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
  font-size: 0.875em;
  line-height: 1.5; }

.entry-content .gallery {
  position: relative;
  max-width: 48em;
  margin: 2em auto; }
  .entry-content .gallery + * {
    clear: left; }

.entry-content .gallery-item {
  position: relative;
  float: left;
  margin: 0 0.25em 0.25em 0; }

.entry-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
  margin: 0 0 0.25em; }

.entry-content .gallery-columns-2 .gallery-item {
  max-width: calc(50% - 0.25em); }

.entry-content .gallery-columns-3 .gallery-item {
  max-width: calc(33.3% - 0.25em); }

.entry-content .gallery-columns-4 .gallery-item {
  max-width: calc(25% - 0.25em); }

.entry-content .gallery-columns-5 .gallery-item {
  max-width: calc(20% - 0.25em); }

.entry-content .gallery-columns-6 .gallery-item {
  max-width: calc(16.7% - 0.25em); }

.entry-content .gallery-columns-7 .gallery-item {
  max-width: calc(14.28% - 0.25em); }

.entry-content .gallery-columns-8 .gallery-item {
  max-width: calc(12.5% - 0.25em); }

.entry-content .gallery-columns-9 .gallery-item {
  max-width: calc(11.1% - 0.25em); }

.entry-content .gallery-columns-2 .gallery-item:nth-child(2n),.entry-content .gallery-columns-3 .gallery-item:nth-child(3n),.entry-content .gallery-columns-4 .gallery-item:nth-child(4n),.entry-content .gallery-columns-5 .gallery-item:nth-child(5n),.entry-content .gallery-columns-6 .gallery-item:nth-child(6n),.entry-content .gallery-columns-7 .gallery-item:nth-child(7n),.entry-content .gallery-columns-8 .gallery-item:nth-child(8n),.entry-content .gallery-columns-9 .gallery-item:nth-child(9n) {
  margin-right: 0; }

.entry-content .gallery-columns-1 .gallery-item:nth-child(1n+1),.entry-content .gallery-columns-2 .gallery-item:nth-child(2n+3),.entry-content .gallery-columns-3 .gallery-item:nth-child(3n+4),.entry-content .gallery-columns-4 .gallery-item:nth-child(4n+5),.entry-content .gallery-columns-5 .gallery-item:nth-child(5n+6),.entry-content .gallery-columns-6 .gallery-item:nth-child(6n+7),.entry-content .gallery-columns-7 .gallery-item:nth-child(7n+8),.entry-content .gallery-columns-8 .gallery-item:nth-child(8n+9),.entry-content .gallery-columns-9 .gallery-item:nth-child(9n+10) {
  clear: left; }

.entry-content .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 0.375rem 0.5rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: left; }
  .entry-content .gallery-caption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 49px;
    content: ''; }

.entry-content .gallery-item:hover .gallery-caption {
  opacity: 1; }

.entry-content hr {
  box-sizing: content-box;
  clear: both;
  height: 1px;
  margin-top: 1em;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc; }

.entry-content .entry-oembed {
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .entry-content .entry-oembed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.entry-content .alignnone {
  margin: 1em 1em 0 0; }

.entry-content .aligncenter,.entry-content .alignleft,.entry-content .alignright {
  display: block;
  margin: 1em auto; }

.entry-content img.aligncenter,.entry-content img.alignleft,.entry-content img.alignright {
  display: block;
  margin: 1em auto; }

.content {
  padding-right: 1rem;
  padding-left: 1rem; }

.top-pad {
  padding-top: 2em; }

.bottom-pad {
  padding-bottom: 2em; }

a.button,button.button,button.button-alt,input[type=submit] {
  display: inline-block;
  padding: 0.25em 1.5em !important;
  border: 2px solid #1C3E93 !important;
  border-radius: 0.3em;
  background-color: #1C3E93 !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.25rem;
  font-weight: 500 !important;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: 0.15s all ease-in-out; }
  a.button:hover,button.button-alt:hover,button.button:hover,input[type=submit]:hover {
    border-color: #778bbd !important;
    background-color: #778bbd !important;
    color: #fff !important; }
  a.button.secondary,button.button-alt.secondary,button.button.secondary,input[type=submit].secondary {
    background-color: transparent !important;
    color: #1C3E93 !important; }
    a.button.secondary:hover,button.button-alt.secondary:hover,button.button.secondary:hover,input[type=submit].secondary:hover {
      color: #778bbd !important; }

button.button-alt {
  font-size: 0.75rem; }
  button.button-alt:hover {
    text-transform: none !important; }

.expandable {
  padding: 0.625rem 0; }
  .expandable .title {
    position: relative;
    padding-right: 2.5rem;
    cursor: pointer; }
    .expandable .title::after {
      position: absolute;
      top: 50%;
      right: 0;
      width: 30px;
      height: 30px;
      transform: translateY(-50%) rotate(-180deg);
      background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3e%3cpath d='M45.82 64a4.001 4.001 0 003.98-4.03c0-1.05-.42-2.06-1.16-2.81l-25-25.08 25-25.07c1.66-1.47 1.81-4 .35-5.66a3.982 3.982 0 00-5.98 0l-27.84 27.9a4.02 4.02 0 000 5.67l27.84 27.9c.74.75 1.76 1.18 2.81 1.18z' fill='%23C97120'/%3e%3c/svg%3e") no-repeat center/16px;
      content: '';
      transition: 0.3s transform ease; }
  .expandable .details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out; }
  .expandable.active .title {
    font-weight: bold; }
    .expandable.active .title::after {
      transform: translateY(-50%) rotate(-90deg); }
  .expandable.active .details {
    max-height: 1200px;
    transition: max-height 1.2s ease-in; }

.pager {
  text-align: center; }
  .pager .page-numbers {
    position: relative;
    display: inline-block;
    background: transparent;
    color: #778bbd !important;
    font-family: "PT Serif", serif !important;
    font-size: 1.2em; }
    .pager .page-numbers.current {
      color: #c97120 !important; }
    .pager .page-numbers:hover {
      color: #c97120 !important; }
    .pager .page-numbers.prev {
      padding-left: 1.5625rem; }
      .pager .page-numbers.prev::after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3e%3cpath d='M45.82 64a4.001 4.001 0 003.98-4.03c0-1.05-.42-2.06-1.16-2.81l-25-25.08 25-25.07c1.66-1.47 1.81-4 .35-5.66a3.982 3.982 0 00-5.98 0l-27.84 27.9a4.02 4.02 0 000 5.67l27.84 27.9c.74.75 1.76 1.18 2.81 1.18z' fill='%23C97120'/%3e%3c/svg%3e") no-repeat center/18px;
        content: '';
        transition: 0.3s transform ease; }
      .pager .page-numbers.prev:hover::after {
        transform: translateX(-4px) translateY(-50%); }
    .pager .page-numbers.next {
      padding-right: 1.5625rem; }
      .pager .page-numbers.next::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 20px;
        transform: translateY(-50%) rotate(-180deg);
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3e%3cpath d='M45.82 64a4.001 4.001 0 003.98-4.03c0-1.05-.42-2.06-1.16-2.81l-25-25.08 25-25.07c1.66-1.47 1.81-4 .35-5.66a3.982 3.982 0 00-5.98 0l-27.84 27.9a4.02 4.02 0 000 5.67l27.84 27.9c.74.75 1.76 1.18 2.81 1.18z' fill='%23C97120'/%3e%3c/svg%3e") no-repeat center/18px;
        content: '';
        transition: 0.3s transform ease; }
      .pager .page-numbers.next:hover::after {
        transform: translateX(4px) translateY(-50%) rotate(-180deg); }

/*   Base styles and layout
	--------------------------------------------------------------------------  */
::selection {
  background: #00aaec;
  color: #fff;
  text-shadow: none; }

html {
  box-sizing: border-box;
  font-size: 1rem !important; }

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

body {
  height: 100%;
  margin: 0;
  background: #fff;
  color: #2c313b;
  font-family: "PT Serif", serif !important;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }

p {
  font-family: "PT Serif", serif; }

a {
  color: #778bbd; }
  a:hover {
    color: #c97120; }

.entry-content a,.entry-content a:visited {
  color: #778bbd; }
  .entry-content a:hover,.entry-content a:visited:hover {
    color: #c97120; }

.group::after,.group::before {
  display: table;
  content: ' '; }

.group::after {
  clear: both; }

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em; }
  .icon svg {
    display: block;
    width: 1em;
    height: 1em; }

#cookie-law-info-again {
  border-radius: 2px 2px 0 0;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px 2px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  font-family: "Roboto Condensed", sans-serif !important;
  text-transform: uppercase; }

#main,#page,.main {
  margin: 0;
  padding: 0; }

#page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%; }

.outer-content-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%; }

#content {
  width: 100%; }

#content-outer,#main-outer {
  background: #fff !important; }

.site-content {
  float: none;
  margin: 0 auto;
  padding: 1em !important; }

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  padding: 0 1.25rem; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  .container.content-body {
    padding-top: 2em;
    padding-bottom: 2em; }

.site-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .site-content:after {
    content: " ";
    display: block;
    clear: both; }

.author-avatar img,.comment-content img,.entry-content img,.header-image,.widget img,.wp-post-image {
  box-shadow: none !important; }

.content-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .content-flex .column-10 {
    width: 10%; }
  .content-flex .column-11 {
    width: 11%; }
  .content-flex .column-12 {
    width: 12%; }
  .content-flex .column-13 {
    width: 13%; }
  .content-flex .column-14 {
    width: 14%; }
  .content-flex .column-15 {
    width: 15%; }
  .content-flex .column-16 {
    width: 16%; }
  .content-flex .column-17 {
    width: 17%; }
  .content-flex .column-18 {
    width: 18%; }
  .content-flex .column-19 {
    width: 19%; }
  .content-flex .column-20 {
    width: 20%; }
  .content-flex .column-21 {
    width: 21%; }
  .content-flex .column-22 {
    width: 22%; }
  .content-flex .column-23 {
    width: 23%; }
  .content-flex .column-24 {
    width: 24%; }
  .content-flex .column-25 {
    width: 25%; }
  .content-flex .column-26 {
    width: 26%; }
  .content-flex .column-27 {
    width: 27%; }
  .content-flex .column-28 {
    width: 28%; }
  .content-flex .column-29 {
    width: 29%; }
  .content-flex .column-30 {
    width: 30%; }
  .content-flex .column-31 {
    width: 31%; }
  .content-flex .column-32 {
    width: 32%; }
  .content-flex .column-33 {
    width: 33%; }
  .content-flex .column-34 {
    width: 34%; }
  .content-flex .column-35 {
    width: 35%; }
  .content-flex .column-36 {
    width: 36%; }
  .content-flex .column-37 {
    width: 37%; }
  .content-flex .column-38 {
    width: 38%; }
  .content-flex .column-39 {
    width: 39%; }
  .content-flex .column-40 {
    width: 40%; }
  .content-flex .column-41 {
    width: 41%; }
  .content-flex .column-42 {
    width: 42%; }
  .content-flex .column-43 {
    width: 43%; }
  .content-flex .column-44 {
    width: 44%; }
  .content-flex .column-45 {
    width: 45%; }
  .content-flex .column-46 {
    width: 46%; }
  .content-flex .column-47 {
    width: 47%; }
  .content-flex .column-48 {
    width: 48%; }
  .content-flex .column-49 {
    width: 49%; }
  .content-flex .column-50 {
    width: 50%; }
  .content-flex .column-51 {
    width: 51%; }
  .content-flex .column-52 {
    width: 52%; }
  .content-flex .column-53 {
    width: 53%; }
  .content-flex .column-54 {
    width: 54%; }
  .content-flex .column-55 {
    width: 55%; }
  .content-flex .column-56 {
    width: 56%; }
  .content-flex .column-57 {
    width: 57%; }
  .content-flex .column-58 {
    width: 58%; }
  .content-flex .column-59 {
    width: 59%; }
  .content-flex .column-60 {
    width: 60%; }
  .content-flex .column-61 {
    width: 61%; }
  .content-flex .column-62 {
    width: 62%; }
  .content-flex .column-63 {
    width: 63%; }
  .content-flex .column-64 {
    width: 64%; }
  .content-flex .column-65 {
    width: 65%; }
  .content-flex .column-66 {
    width: 66%; }
  .content-flex .column-67 {
    width: 67%; }
  .content-flex .column-68 {
    width: 68%; }
  .content-flex .column-69 {
    width: 69%; }
  .content-flex .column-70 {
    width: 70%; }
  .content-flex .column-71 {
    width: 71%; }
  .content-flex .column-72 {
    width: 72%; }
  .content-flex .column-73 {
    width: 73%; }
  .content-flex .column-74 {
    width: 74%; }
  .content-flex .column-75 {
    width: 75%; }
  .content-flex .column-76 {
    width: 76%; }
  .content-flex .column-77 {
    width: 77%; }
  .content-flex .column-78 {
    width: 78%; }
  .content-flex .column-79 {
    width: 79%; }
  .content-flex .column-80 {
    width: 80%; }
  .content-flex .column-81 {
    width: 81%; }
  .content-flex .column-82 {
    width: 82%; }
  .content-flex .column-83 {
    width: 83%; }
  .content-flex .column-84 {
    width: 84%; }
  .content-flex .column-85 {
    width: 85%; }
  .content-flex .column-86 {
    width: 86%; }
  .content-flex .column-87 {
    width: 87%; }
  .content-flex .column-88 {
    width: 88%; }
  .content-flex .column-89 {
    width: 89%; }
  .content-flex .column-90 {
    width: 90%; }
  .content-flex .column-91 {
    width: 91%; }
  .content-flex .column-92 {
    width: 92%; }
  .content-flex .column-93 {
    width: 93%; }
  .content-flex .column-94 {
    width: 94%; }
  .content-flex .column-95 {
    width: 95%; }
  .content-flex .column-96 {
    width: 96%; }
  .content-flex .column-97 {
    width: 97%; }
  .content-flex .column-98 {
    width: 98%; }
  .content-flex .column-99 {
    width: 99%; }
  .content-flex .column-100 {
    width: 100%; }
  .content-flex .column-101 {
    width: 101%; }

.testborder {
  border: 1px dotted #f00; }

.main-menu-open {
  height: 100%;
  overflow-y: hidden; }
  .main-menu-open .utility-menu-container {
    display: none; }

.main-menu-container,.utility-menu-container {
  font-family: "Roboto Condensed", sans-serif; }

.utility-menu-container {
  width: 100%;
  background-color: #222222; }

.main-menu-container {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99999;
  top: 0;
  width: 100%;
  padding: 0 1.25rem;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff; }
  .main-menu-container .main-menu-outer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100%;
    max-width: 90em;
    margin: 0 auto;
    padding-right: 7.5rem; }
  .main-menu-container .menu-main {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .main-menu-container .main-search {
    position: absolute;
    top: 50%;
    right: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    margin-left: 1.25rem;
    padding-left: 1.25rem;
    transform: translateY(-50%); }
  .main-menu-container .searchbox {
    width: 40px;
    padding: 0.625rem 2.8125rem 0.625rem 0.625rem;
    border-color: transparent;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M10.5 12.4c-1.1.8-2.4 1.3-3.9 1.3-3.6 0-6.6-3-6.6-6.8S3 0 6.6 0s6.6 3.1 6.6 6.9c0 1.5-.4 2.8-1.2 3.9l3.6 3.1c.5.4.5 1.1.2 1.6-.4.5-1.1.6-1.5.2l-3.8-3.3zm-3.9-1c2.5 0 4.5-2 4.5-4.5s-2-4.5-4.5-4.5-4.5 2-4.5 4.5 2 4.5 4.5 4.5z' fill-rule='evenodd' clip-rule='evenodd' fill='%23AAA'/%3e%3c/svg%3e") no-repeat center right 10px/22px 22px;
    transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    .main-menu-container .searchbox:-ms-input-placeholder {
      color: transparent; }
    .main-menu-container .searchbox::placeholder {
      color: transparent; }
    .main-menu-container .searchbox:focus,.main-menu-container .searchbox:not(:placeholder-shown) {
      width: 200px;
      outline: none;
      border-color: #aaa;
      background-color: rgba(255, 255, 255, 0.9); }
      .main-menu-container .searchbox:focus:-ms-input-placeholder,.main-menu-container .searchbox:not(:placeholder-shown):-ms-input-placeholder {
        color: #aaa; }
      .main-menu-container .searchbox:focus::placeholder,.main-menu-container .searchbox:not(:placeholder-shown)::placeholder {
        color: #aaa; }
  .main-menu-container .main-menu-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    margin: 0.625rem 1.25rem 0.625rem 0; }
    .main-menu-container .main-menu-logo a {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%; }
    .main-menu-container .main-menu-logo svg {
      height: 60px;
      transition: 0.2s all ease-in-out; }
      .main-menu-container .main-menu-logo svg:hover {
        transform: scale(1.1); }
  .main-menu-container .menu-toggle-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    transform: translateY(-50%); }
  .main-menu-container .main-menu-toggle {
    width: 27px;
    height: 35px;
    cursor: pointer;
    transition: 0.3s all ease-in-out; }
    .main-menu-container .main-menu-toggle > span {
      position: absolute;
      top: calc(50% - 1.5px);
      width: 100%;
      height: 2px;
      border-radius: 1.5px;
      background: #aaa; }
    .main-menu-container .main-menu-toggle::after,.main-menu-container .main-menu-toggle::before {
      position: absolute;
      width: 100%;
      height: 2px;
      opacity: 1;
      border-radius: 1.5px;
      background: #aaa;
      content: ''; }
    .main-menu-container .main-menu-toggle::before {
      top: 8px; }
    .main-menu-container .main-menu-toggle::after {
      bottom: 9px; }
    .main-menu-open .main-menu-container .main-menu-toggle {
      transform: rotate(-135deg); }
      .main-menu-open .main-menu-container .main-menu-toggle::after {
        opacity: 0; }
      .main-menu-open .main-menu-container .main-menu-toggle::before {
        top: calc(50% - 1.5px);
        transform: rotate(90deg); }

nav.menu-utility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 0 0.4375rem;
  font-size: 0.6em; }
  nav.menu-utility em {
    display: none;
    font-style: normal; }
  nav.menu-utility > div > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    list-style: none; }
    nav.menu-utility > div > ul > li {
      padding: 0.3125rem 0.4375rem;
      list-style-type: none; }
      nav.menu-utility > div > ul > li a {
        color: #eee;
        text-decoration: none;
        transition: 0.2s color ease-in-out; }
        nav.menu-utility > div > ul > li a:hover {
          color: #c97120; }
      nav.menu-utility > div > ul > li ul {
        display: none; }

nav.menu-main {
  font-size: 0.75em; }
  nav.menu-main li {
    list-style-type: none; }
  nav.menu-main.active {
    position: absolute;
    z-index: 99999;
    top: 100%;
    right: 0;
    display: block;
    width: calc(100% + 40px);
    max-width: 400px;
    margin: 0 -1.25rem;
    overflow: scroll;
    background-color: #222;
    font-size: 1.1em; }
    nav.menu-main.active .main-list > li > a {
      color: #778bbd;
      font-size: 1.2em;
      font-weight: 400; }
      nav.menu-main.active .main-list > li > a + ul li a {
        padding-left: 1.5625rem; }
    nav.menu-main.active li {
      font-weight: 300;
      text-align: left; }
      nav.menu-main.active li a {
        display: block;
        width: 100%;
        padding: 0.3125rem 0.9375rem;
        border-bottom: 1px solid #444;
        color: #fff; }
        nav.menu-main.active li a:hover {
          color: #c97120; }
  nav.menu-main:not(.active) > div {
    display: none;
    height: 100%; }
    nav.menu-main:not(.active) > div > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      height: 100%;
      list-style: none;
      line-height: 1.2em; }
      nav.menu-main:not(.active) > div > ul > li {
        height: 100%; }
        nav.menu-main:not(.active) > div > ul > li > a {
          padding: 0.0625rem 0.625rem 0; }
        nav.menu-main:not(.active) > div > ul > li a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          height: 100%;
          color: #333;
          font-weight: 400;
          text-decoration: none;
          transition: 0.2s color ease-in-out; }
          nav.menu-main:not(.active) > div > ul > li a:hover {
            color: #c97120; }
        nav.menu-main:not(.active) > div > ul > li.current-menu-item > a {
          color: #c97120;
          font-weight: 400; }
          nav.menu-main:not(.active) > div > ul > li.current-menu-item > a:hover {
            color: #c97120; }
        nav.menu-main:not(.active) > div > ul > li > ul {
          position: absolute;
          z-index: -1;
          left: 50%;
          width: 100%;
          max-width: 90em;
          padding: 2.1875rem;
          column-gap: 40px;
          column-width: 200px;
          transform: translateX(-50%);
          opacity: 0;
          box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
          background-color: #f7f7f7;
          transition: 0.2s all ease-in-out;
          pointer-events: none; }
          nav.menu-main:not(.active) > div > ul > li > ul > li {
            break-inside: avoid; }
            nav.menu-main:not(.active) > div > ul > li > ul > li sup {
              margin-right: 0.25rem; }
            nav.menu-main:not(.active) > div > ul > li > ul > li a {
              padding: 0.625rem 0; }
            nav.menu-main:not(.active) > div > ul > li > ul > li.menu-item-has-children > a {
              margin-bottom: 0.125rem;
              border-bottom: 1px solid #d1d0b1;
              font-size: 1.3em;
              font-weight: 400; }
        nav.menu-main:not(.active) > div > ul > li:hover {
          background-color: #f7f7f7; }
          nav.menu-main:not(.active) > div > ul > li:hover > ul {
            top: calc(100% + 1px);
            opacity: 1;
            pointer-events: initial; }
            nav.menu-main:not(.active) > div > ul > li:hover > ul::before {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 10px;
              background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
              content: ''; }

.footer {
  width: 100%;
  padding: 4em 2em;
  background-color: #222222;
  color: #eee;
  font-family: "Roboto Condensed", sans-serif; }
  .footer p {
    font-family: "Roboto Condensed", sans-serif; }
  .footer .footer-outer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    max-width: 90em;
    margin: 0 auto; }
    .footer .footer-outer .left-column,.footer .footer-outer .right-column {
      width: 100%; }
    .footer .footer-outer .left-column {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .footer .footer-outer .left-column .logo {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
            align-items: center;
        margin-right: 2em; }
        .footer .footer-outer .left-column .logo a {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
              align-items: center; }
        .footer .footer-outer .left-column .logo svg {
          width: 60px;
          height: 60px; }
          .footer .footer-outer .left-column .logo svg path {
            fill: #eee; }
      .footer .footer-outer .left-column .copyright {
        margin-top: 0.8em;
        font-size: 0.7em;
        text-transform: uppercase; }
    .footer .footer-outer .right-column {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      .footer .footer-outer .right-column .footer-nav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 3em;
        list-style: none;
        line-height: initial; }
        .footer .footer-outer .right-column .footer-nav ul li {
          position: relative;
          display: inline;
          margin: 0.125rem 0.25rem;
          padding: 0.125rem 0.25rem;
          list-style-type: none;
          line-height: initial; }
          .footer .footer-outer .right-column .footer-nav ul li a {
            color: #eee;
            transition: 0.2s color ease-in-out; }
            .footer .footer-outer .right-column .footer-nav ul li a:hover {
              color: #c97120; }
      .footer .footer-outer .right-column .socials {
        width: 100%;
        padding: 0 0.25rem;
        font-size: 2em;
        text-align: center; }
        .footer .footer-outer .right-column .socials a {
          padding: 0.25rem;
          color: #eee;
          transition: 0.2s color ease-in-out; }
          .footer .footer-outer .right-column .socials a:hover {
            color: #369ACF; }

.hero-slides {
  padding-bottom: 2em; }
  .hero-slides .slide {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .hero-slides .slide::before {
      display: block;
      width: 100%;
      padding-top: 37.5%;
      content: ' '; }
    .hero-slides .slide > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .hero-slides .slide h1 {
      position: absolute;
      z-index: 1;
      bottom: 5%;
      left: 5%;
      width: 90%;
      max-width: 1200px;
      color: #fff;
      font-size: min(max(0.625rem, 4vw), 2rem) !important;
      text-transform: capitalize;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
      .hero-slides .slide h1 .cta {
        font-size: 0.8em; }
        .hero-slides .slide h1 .cta a {
          display: inline-block;
          margin-top: 0.8em;
          padding: 0.25em 1.5em;
          border: 3px solid #1C3E93;
          border-radius: 0.25em;
          background-color: #fff;
          color: #1C3E93;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          text-decoration: none;
          text-shadow: none;
          transition: 0.2s all ease-in-out; }
          .hero-slides .slide h1 .cta a:hover {
            background-color: #1C3E93;
            color: #fff; }
    .hero-slides .slide.dark h1 {
      color: #2c313b;
      text-shadow: none; }
    .hero-slides .slide.left h1 {
      bottom: 50%;
      width: 50%;
      transform: translateY(50%); }
    .hero-slides .slide.center h1 {
      bottom: 50%;
      left: 50%;
      width: 70%;
      transform: translate(-50%, 50%);
      text-align: center; }
    .hero-slides .slide.right h1 {
      right: 5%;
      bottom: 50%;
      left: initial;
      width: 50%;
      transform: translateY(50%); }
  .hero-slides .slick-dots {
    bottom: 8px; }
  .hero-slides.slick-dotted.slick-slider {
    margin-bottom: 0; }

.blog-post-summary {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd; }
  .blog-post-summary .date {
    margin-bottom: 0.5em;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9em;
    text-transform: uppercase; }
  .blog-post-summary .title {
    margin-bottom: 0.5em;
    font-weight: bold; }
  .blog-post-summary .excerpt {
    margin-bottom: 0.5em; }
  .blog-post-summary .read-more {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.85em;
    text-transform: uppercase; }
    .blog-post-summary .read-more a {
      display: block;
      width: 100%; }
  .blog-post-summary:last-of-type {
    border-bottom: none; }

.event-post-summary {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd; }
  .event-post-summary .date {
    margin-bottom: 0.5em;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9em;
    text-transform: uppercase; }
  .event-post-summary .title {
    margin-bottom: 0.5em;
    font-weight: bold; }
  .event-post-summary .learn-more {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.85em;
    text-transform: uppercase; }
    .event-post-summary .learn-more a {
      display: block;
      width: 100%; }
  .event-post-summary:last-of-type {
    border-bottom: none; }

.product-directory {
  padding: 0 1rem;
  font-family: "Roboto Condensed", sans-serif; }
  .product-directory + .entry-content {
    margin-top: 3.125rem; }
  .product-directory h3.category-filter {
    margin-top: -1.5625rem !important;
    margin-bottom: 2em !important; }

.member-product-directory-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 0.5em;
  font-weight: bold; }
  .member-product-directory-search select {
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-width: 100px;
    font-size: 1rem; }
  .member-product-directory-search > * {
    width: 100%;
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  .member-product-directory-search > div:first-of-type {
    margin-left: 0; }
  .member-product-directory-search .member-directory-subcategory {
    display: none; }
  .member-product-directory-search .button {
    display: none;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.95em;
    cursor: pointer; }

.member-directory-subcategory-options {
  display: none; }

.member-product-directory-table .product-image {
  width: 80px;
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.member-product-directory-table .dataTables_empty {
  padding-top: 3em;
  padding-bottom: 3em; }

.member-product-directory-table .no-image {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  opacity: 0.2;
  background-image: url("../images/picmg-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.member-product-directory-table .button {
  font-size: 0.75rem; }

.member-product-directory-table tr > td:nth-of-type(1) {
  text-align: center; }

.member-product-directory-table span.edit {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3125rem; }
  .member-product-directory-table span.edit a {
    display: inline-block;
    padding: 0 0.3125rem;
    border-radius: 2px;
    background-color: #1C3E93;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase; }
    .member-product-directory-table span.edit a.delete-product {
      margin-left: 0.625rem;
      background-color: #c97120;
      cursor: pointer; }
    .member-product-directory-table span.edit a:hover {
      background-color: #778bbd; }

.dataTables_wrapper .dataTables_processing {
  position: fixed !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 2em !important;
  transform: translate(-50%, -50%);
  border: 1px solid #efefef;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-weight: bold; }

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
  text-align: left; }

table.dataTable th {
  padding-left: 0.625rem !important;
  white-space: nowrap; }

table.dataTable td {
  vertical-align: middle; }

table.dataTable li {
  list-style: none; }

.member-product-table-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .member-product-table-footer .dataTables_info {
    width: 100%;
    margin-bottom: 1em; }
  .member-product-table-footer .dataTables_paginate {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-top: 0; }

.hero-ctas {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 2em;
  margin-bottom: 3em;
  padding: 0 1em; }
  .hero-ctas:after {
    content: " ";
    display: block;
    clear: both; }
  .hero-ctas a {
    width: 100%;
    margin: 0.4em;
    font-size: min(max(0.75rem, 2vw), 1.25rem) !important; }

.open-standards-block h2 {
  text-align: center; }

.open-standards-block .open-standards-tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1em 0;
  background-color: #efefef; }
  .open-standards-block .open-standards-tiles .tile {
    position: relative;
    width: 100%;
    margin: 0.5em 1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    transition: 0.2s all ease-in-out; }
    .open-standards-block .open-standards-tiles .tile .thumbnail {
      position: relative;
      width: 100%;
      height: 20vh;
      min-height: 100px;
      border: 15px solid #fff;
      border-radius: 3px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: 0.2s all ease-in-out; }
      .open-standards-block .open-standards-tiles .tile .thumbnail::after {
        position: absolute;
        bottom: -15px;
        left: -15px;
        width: calc(100% + 30px);
        border-bottom: 1px solid #eee;
        content: ''; }
    .open-standards-block .open-standards-tiles .tile .text {
      padding: 0.6em 0.4em;
      border-radius: 0 0 2px 2px;
      background-color: #778bbd;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.2em;
      transition: 0.2s all ease-in-out; }
    .open-standards-block .open-standards-tiles .tile a {
      color: #fff; }
    .open-standards-block .open-standards-tiles .tile:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.3); }
      .open-standards-block .open-standards-tiles .tile:hover .text {
        background-color: #e6bf4b; }
      .open-standards-block .open-standards-tiles .tile:hover a {
        color: #fff; }

.open-standards-block:empty {
  display: none; }

.new-products-block {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center; }
  .new-products-block h2 {
    text-align: center; }
  .new-products-block .view-all {
    margin-top: 1em; }
  .new-products-block .new-products-tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .new-products-block .new-products-tiles .tile {
      width: 100%;
      margin: 0.5em 1em;
      padding: 0.625rem 1.25rem;
      text-align: left;
      transition: 0.2s all ease-in-out; }
      .new-products-block .new-products-tiles .tile h4 a,.new-products-block .new-products-tiles .tile h5 a {
        border-bottom: none;
        color: #1C3E93;
        font-family: "Roboto Condensed", sans-serif !important; }
      .new-products-block .new-products-tiles .tile h5 {
        font-size: 0.9em !important; }
        .new-products-block .new-products-tiles .tile h5 a {
          color: #778bbd; }
      .new-products-block .new-products-tiles .tile .contents {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .new-products-block .new-products-tiles .tile .image {
        -ms-flex-positive: 1;
            flex-grow: 1;
        width: 20%;
        height: 20vh;
        margin-right: 1.25rem;
        opacity: 0.1;
        background-image: url("../images/picmg-logo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        .new-products-block .new-products-tiles .tile .image[style] {
          opacity: 1; }
        .new-products-block .new-products-tiles .tile .image a {
          display: block;
          width: 100%;
          height: 100%; }
      .new-products-block .new-products-tiles .tile .details {
        width: 60%; }
        .new-products-block .new-products-tiles .tile .details .more-info {
          display: inline-block;
          margin-top: 0.3em;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 0.85em;
          white-space: nowrap;
          text-transform: uppercase; }

.news-block-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #efefef; }
  .news-block-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #369ACF;
    content: ''; }

.news-block {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 2em;
  padding: 2em 1em 1em; }
  .news-block:after {
    content: " ";
    display: block;
    clear: both; }
  .news-block .news-articles {
    width: 100%;
    margin-bottom: 1em; }
    .news-block .news-articles:only-child {
      width: 100%;
      min-width: initial;
      max-width: initial; }
    .news-block .news-articles h3 {
      margin-bottom: 1em !important;
      padding-bottom: 1em !important;
      border-bottom: 2px solid #72767d;
      font-family: "Roboto Condensed", sans-serif !important;
      letter-spacing: -0.0625rem; }
    .news-block .news-articles:last-of-type {
      margin-right: 0; }
    .news-block .news-articles .view-all {
      width: 100%; }
  .news-block:empty {
    display: none; }
  .news-block::after {
    display: none; }

.spec-family .standard-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .spec-family .standard-content .main-sidebar {
    -ms-flex-order: 2;
        order: 2; }

.spec-family .datasheet-button {
  display: block;
  max-width: 300px;
  margin-top: 1em; }

.spec-family .spec-family {
  margin-top: 1em; }
  .page-id-26 .spec-family .spec-family .spec-family-contents {
    columns: 2;
    column-gap: 3em; }
  .spec-family .spec-family h4 {
    margin-bottom: 1em !important; }
  .spec-family .spec-family .item {
    margin-bottom: 0.7em;
    padding-top: 0.7em;
    border-top: 1px dotted #ddd;
    break-inside: avoid; }
    .spec-family .spec-family .item .details {
      padding-top: 0.3em; }
    .spec-family .spec-family .item .spec {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 0.9em; }
      .spec-family .spec-family .item .spec .label {
        display: inline-block;
        margin-right: 0.5em;
        font-weight: bold; }
    .page-id-26 .spec-family .spec-family .item:first-of-type {
      border-top: 1px dotted #ddd; }

.spec-family .directory-heading {
  margin-bottom: 1em !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1.2em !important;
  text-transform: uppercase; }

.spec-family .product-directory {
  padding: 0; }

.spec-product .subtitle {
  font-family: "Roboto Condensed", sans-serif; }
  .spec-product .subtitle span {
    padding-right: 0.3125rem; }
    .spec-product .subtitle span:first-of-type {
      font-weight: bold; }
  .spec-product .subtitle:last-of-type {
    margin-bottom: 0.5em; }

.spec-product .image {
  float: right;
  width: 40%;
  max-width: 450px;
  height: auto;
  margin-bottom: 1em;
  margin-left: 1em; }

.spec-product .directory-heading {
  margin-bottom: 1em !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1.2em !important;
  text-transform: uppercase; }

.spec-product .product-directory {
  padding: 0; }

.member-directory.executive .entry-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: -1.25rem;
  margin-right: -1.6%;
  margin-left: -1.6%; }
  .member-directory.executive .entry-content .member {
    position: relative;
    width: 100%;
    margin: 0.5em 1em;
    border: 1px solid #ccc;
    border-radius: 2px; }
    .member-directory.executive .entry-content .member .image {
      position: relative;
      width: 60%;
      height: 16vh;
      min-height: 70px;
      margin: 1.25rem auto 0.625rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .member-directory.executive .entry-content .member .image a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .member-directory.executive .entry-content .member .details {
      padding: 1.25rem;
      text-align: center; }
      .member-directory.executive .entry-content .member .details .name {
        margin-bottom: 0.5em;
        font-size: 1.1em; }
      .member-directory.executive .entry-content .member .details .link {
        margin-top: 0.5em; }

.member-directory.associate .entry-content {
  column-gap: 40px; }
  .member-directory.associate .entry-content .member {
    margin-bottom: 2em;
    break-inside: avoid; }

.member-directory .name {
  font-weight: bold; }

.member-directory .link {
  font-weight: bold; }
  .member-directory .link > a {
    position: relative;
    display: inline-block;
    padding-right: 1.375rem; }
    .member-directory .link > a::after {
      position: absolute;
      top: 50%;
      right: 0;
      width: 20px;
      height: 20px;
      transform: translateY(-50%) rotate(-180deg);
      background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3e%3cpath d='M45.82 64a4.001 4.001 0 003.98-4.03c0-1.05-.42-2.06-1.16-2.81l-25-25.08 25-25.07c1.66-1.47 1.81-4 .35-5.66a3.982 3.982 0 00-5.98 0l-27.84 27.9a4.02 4.02 0 000 5.67l27.84 27.9c.74.75 1.76 1.18 2.81 1.18z' fill='%23C97120'/%3e%3c/svg%3e") no-repeat center/12px;
      content: '';
      transition: 0.3s transform ease; }
    .member-directory .link > a:hover::after {
      transform: translateX(4px) translateY(-50%) rotate(-180deg); }

.member-detail .subtitle {
  font-family: "Roboto Condensed", sans-serif; }
  .member-detail .subtitle span {
    padding-right: 0.3125rem; }
    .member-detail .subtitle span:first-of-type {
      font-weight: bold; }
  .member-detail .subtitle:last-of-type {
    margin-bottom: 1em; }

.member-detail .details {
  margin-bottom: 1em;
  text-align: center; }
  .member-detail .details .image {
    width: 100%;
    max-width: 300px; }

.member-detail .directory-heading {
  margin-bottom: 1em !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1.2em !important;
  text-transform: uppercase; }

.member-detail .product-directory {
  padding: 0; }

.specifications-table {
  font-family: "Roboto Condensed", sans-serif; }
  .specifications-table form.cart {
    margin-bottom: 0 !important; }
  .specifications-table tr td {
    vertical-align: middle;
    padding: 0.3125rem !important; }
    .specifications-table tr td .quantity {
      text-align: center; }
    .specifications-table tr td p {
      font-family: "Roboto Condensed", sans-serif; }

select.dropdown_product_cat,select.orderby {
  font-family: "Roboto Condensed", sans-serif !important; }

select.dropdown_product_cat {
  width: 100%;
  margin-bottom: 2em; }

.woocommerce-ordering {
  width: 100%;
  margin-left: 0.625rem !important; }
  .woocommerce-ordering select {
    width: 100%; }

.woocommerce a.button:hover {
  color: #fff !important; }

.shop_table td.actions input {
  width: auto !important; }

.wc-proceed-to-checkout {
  width: 100%; }
  .wc-proceed-to-checkout a.button {
    width: 100%; }

form.pmpro_form .pmpro_submit {
  margin-left: 0;
  padding-top: 1em; }

#pmpro_form #company_name_div {
  margin-top: 1.5625rem; }

.pmpro_checkout th,.pmpro_checkout thead,.pmpro_checkout tr {
  display: block !important;
  width: 100% !important; }

.pmpro_checkout ul {
  font-size: 1em !important; }

.pmpro_thead-name {
  float: none;
  width: 100%; }

.pmpro_thead-msg {
  width: auto; }

.product ol,.product ul {
  margin-bottom: 1em;
  margin-left: 1.875rem; }

.woocommerce #content div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary,.woocommerce div.product div.summary {
  float: none;
  width: 100%; }

.category-list a {
  display: inline-block;
  margin-right: 0.625rem;
  padding-right: 0.625rem;
  border-right: 1px dotted #ccc; }
  .category-list a:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: 0; }

.blog .inner-content {
  width: auto !important;
  padding-right: 2em !important; }
  .blog .inner-content h5 + h2 {
    margin-top: 0 !important; }

.blog .actual-content {
  margin-bottom: 2em; }

.single-post .category-list {
  margin-top: -0.625rem !important; }

.widget-area ul,.widget-area ul li {
  list-style-type: none; }

.post-date {
  font-family: "Poppins", sans-serif !important; }

.archive-header,.page-header {
  border-bottom: 0; }

.category-industry-news article .entry-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }
  .category-industry-news article .entry-content .entry-meta,.category-industry-news article .entry-content .inner-content {
    float: none; }
  .category-industry-news article .entry-content .entry-meta {
    width: auto;
    max-width: 400px;
    margin: 2em auto; }
  .category-industry-news article .entry-content .inner-content {
    width: 100%; }

.active-news-item .news-item-title,.entry-content a,.entry-content a:visited {
  color: #778bbd; }
  .active-news-item .news-item-title:hover,.entry-content a:hover,.entry-content a:visited:hover {
    color: #c97120; }

.single .inner-content,body.archive .inner-content {
  float: none;
  width: auto; }

.widgettitle {
  font-weight: 700 !important; }

.widget-area .widget a,.widget-area .widget a:visited {
  color: #778bbd; }
  .widget-area .widget a:hover,.widget-area .widget a:visited:hover {
    color: #c97120; }

#news-archive a:hover {
  color: #c97120; }

body.archive .left,body.author .left,body.blog:not(.single) .left,body.search-results .left {
  width: 100%; }

body.archive #secondary,body.author #secondary,body.blog:not(.single) #secondary,body.search-results #secondary {
  width: 100%;
  margin: 0; }

.videos-blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .videos-blog .video-wrapper {
    width: 100%;
    margin-bottom: 2em; }
    .videos-blog .video-wrapper h5 {
      margin: 0.5em !important;
      text-align: center; }
  .videos-blog .video {
    position: relative;
    overflow: hidden; }
    .videos-blog .video::before {
      display: block;
      width: 100%;
      padding-top: 56.25%;
      content: ' '; }
    .videos-blog .video > .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .videos-blog .video .video-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000; }
      .videos-blog .video .video-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .videos-blog .video .video-content p {
        color: transparent; }
  .videos-blog .navigation {
    width: 100%; }

.category-select-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .category-select-title select {
    width: 100%;
    margin: 0.3125rem 0; }

#news-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  #news-top .active-news-item {
    float: none;
    clear: none;
    width: 100%;
    height: auto !important;
    width: auto !important; }
    #news-top .active-news-item .news-content {
      width: auto; }

.member-dashboard {
  padding-top: 2em !important;
  padding-bottom: 2em !important; }
  .member-dashboard h4 {
    margin: 2em 0 1em !important; }
  .member-dashboard .details {
    margin-top: -2.5em;
    margin-bottom: 2em;
    padding-right: 1em;
    padding-left: 1em; }
  .member-dashboard .products {
    margin-bottom: 2em;
    padding-right: 1em;
    padding-left: 1em; }
    .member-dashboard .products .product-directory {
      padding: 0; }
  .member-dashboard .my-downloads h2 {
    display: none; }
  .member-dashboard .my-downloads ul,.member-dashboard .my-downloads ul li {
    list-style-type: none; }
  .member-dashboard .my-downloads li {
    margin-bottom: 1em; }
    .member-dashboard .my-downloads li:last-of-type {
      margin-bottom: 0; }
  .member-dashboard .subtitle {
    font-family: "Roboto Condensed", sans-serif; }
    .member-dashboard .subtitle span {
      display: inline-block;
      padding-right: 0.3125rem; }
      .member-dashboard .subtitle span:first-of-type {
        font-weight: bold; }
    .member-dashboard .subtitle:last-of-type {
      margin-bottom: 0.5em; }
  .member-dashboard a.link {
    margin-left: 0.625rem;
    color: #aaa;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase; }
    .member-dashboard a.link:hover {
      color: #c97120; }

.add-product-form input,.add-product-form textarea {
  width: 100% !important; }

.edit-company-page .entry-header {
  margin-top: 2em;
  padding: 0 !important; }

.edit-company-page input,.edit-company-page textarea {
  width: 100% !important; }

.woocommerce-account table {
  display: table !important;
  font-size: 1em !important; }
  .woocommerce-account table .button {
    width: 100%;
    margin: 0.3125rem 0;
    font-family: "Roboto Condensed", sans-serif !important;
    white-space: normal !important; }

.woocommerce-account .entry-content .woocommerce {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-account .entry-content .woocommerce th {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 0.8em;
    white-space: nowrap; }
  .woocommerce-account .entry-content .woocommerce::after,.woocommerce-account .entry-content .woocommerce::before {
    display: none; }
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%; }
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    float: none;
    width: 100%; }
  .woocommerce-account .entry-content .woocommerce .download-remaining {
    display: none; }
  @media screen and (min-width: 37.5em) {
    h1 {
      font-size: 2.5rem !important; }
    h2 {
      font-size: 2rem !important; }
    h3 {
      font-size: 1.5rem !important; }
    h4 {
      font-size: 1.25rem !important; }
    h5 {
      font-size: 1.125rem !important; }
    h6 {
      font-size: 1rem !important; }
    .entry-content code,.entry-content pre {
      font-size: 1em; }
    .entry-content dd,.entry-content dt {
      font-size: 1em; }
    .entry-content li {
      font-size: 1em; }
    .entry-content table {
      display: block;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .entry-content td,.entry-content th {
      font-size: 1em; }
  .entry-content tr:last-child td {
    border-bottom: 0; }
  .entry-content .alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .entry-content .alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .entry-content img.alignright {
    float: right;
    margin: 1em 0 1em 1em; }
  .entry-content img.alignleft {
    float: left;
    margin: 1em 1em 1em 0; }
    .main-menu-container {
      padding: 0 2.5rem; }
        .main-menu-container .main-menu-logo svg {
          height: 80px; }
    nav.menu-utility {
      -ms-flex-pack: end;
          justify-content: flex-end; }
      nav.menu-main.active {
        width: calc(100% + 80px);
        margin: 0 -2.5rem; }
      .open-standards-block .open-standards-tiles .tile {
        width: 45%;
        margin: 1.5%; }
        .new-products-block .new-products-tiles .tile {
          width: 45%;
          margin: 1.5%; }
      .member-directory.executive .entry-content .member {
        width: 45%;
        margin: 1.6%; }
    .member-directory.associate .entry-content {
      columns: 2; }
  .cart_totals table,.woocommerce-cart-form table {
    display: table !important; }
    .cart_totals table td,.cart_totals table th,.woocommerce-cart-form table td,.woocommerce-cart-form table th {
      border-bottom: 0; }
    body.archive .left,body.author .left,body.blog:not(.single) .left,body.search-results .left {
      float: left;
      width: 72%; }
    body.archive #secondary,body.author #secondary,body.blog:not(.single) #secondary,body.search-results #secondary {
      float: right;
      width: 25%; } }
  @media screen and (min-width: 37.5em) and (max-width: 50em) {
    .spec-family .spec-family .spec-family-contents {
      columns: 2;
      column-gap: 3em; } }
  @media screen and (min-width: 47.9375em) {
    nav.menu-utility em {
      display: initial; }
    .woocommerce-account .entry-content .woocommerce {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
        width: 200px; } }
  @media screen and (min-width: 50em) {
    .site-content {
      padding: 2em !important; }
      .footer .footer-outer {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .footer .footer-outer .left-column,.footer .footer-outer .right-column {
          width: 48%; }
          .footer .footer-outer .right-column .footer-nav ul {
            -ms-flex-pack: start;
                justify-content: flex-start;
            margin-top: 0; }
          .footer .footer-outer .right-column .socials {
            text-align: left; }
    .hero-ctas {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 0 2em; }
    .new-products-block {
      padding: 0 2em; }
    .spec-family .standard-content {
      display: block; }
      .spec-family .standard-content .main-sidebar {
        float: right;
        width: 25%;
        margin-left: 3.125rem; }
        .page-id-26 .spec-family .standard-content .main-sidebar {
          width: 50%; }
    .spec-family .spec-family {
      margin-top: 0; }
      .spec-family .spec-family .item:first-of-type {
        padding-top: 0.5em;
        border-top: 0; }
    .member-detail .details {
      float: right;
      margin-left: 2em; }
      .specifications-table tr td {
        padding: 0.625rem !important; }
    select.dropdown_product_cat {
      float: right;
      width: auto;
      margin-bottom: 0; }
    .woocommerce-ordering {
      float: right;
      width: auto; }
      .woocommerce-ordering select {
        width: auto; }
    .category-industry-news article .entry-content {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .category-industry-news article .entry-content .entry-meta {
        margin: 0 2em 0 0; }
      .videos-blog .video-wrapper {
        width: calc(50% - 1em); }
      .category-select-title select {
        width: auto;
        margin: 0; }
      #news-top .active-news-item {
        width: 45%; }
        #news-top .active-news-item .news-content {
          width: 290px; } }
  @media screen and (min-width: 62.5em) {
    .container {
      padding: 0 3.125rem; }
      .main-menu-container .main-search {
        right: 0; }
      .main-menu-container .menu-toggle-wrapper {
        display: none; }
    nav.menu-utility {
      font-size: 0.8em; }
      nav.menu-main:not(.active) > div {
        display: block; }
    .member-product-directory-search {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .member-product-directory-search select {
        font-size: 0.8125rem; }
      .member-product-directory-search > * {
        width: auto;
        margin-left: 1em; }
    .open-standards-block .open-standards-tiles {
      padding: 1em 2em; }
      .open-standards-block .open-standards-tiles .tile {
        width: 22%;
        margin: 1.5%; }
        .new-products-block .new-products-tiles .tile {
          width: 30%;
          margin: 1.5%; }
    .news-block {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .news-block .news-articles {
        min-width: 30%;
        max-width: 46%;
        margin-right: 4%; }
      .member-directory.executive .entry-content .member {
        width: 30%;
        margin: 1.66%; }
    .member-directory.associate .entry-content {
      columns: 3; } }
  @media screen and (min-width: 68.75em) {
            nav.menu-main:not(.active) > div > ul > li > a {
              padding: 0.0625rem 0.9375rem 0; } }
  @media screen and (min-width: 71.25em) {
    .news-block {
      padding: 2em 0 0; } }
  @media screen and (min-width: 75em) {
    nav.menu-main {
      font-size: 1em; } }
  @media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; } }
  @media screen and (max-width: 37.5em) {
  .entry-content table {
    width: 100%; }
  .entry-content thead {
    display: none; }
  .entry-content tr:nth-of-type(2n) {
    background-color: inherit; }
  .entry-content tr td:first-child {
    background: rgba(0, 0, 0, 0.1);
    font-size: 1em;
    font-weight: 700; }
  .entry-content tbody td {
    display: block;
    text-align: center; }
  .entry-content tbody td::before {
    display: block;
    text-align: center;
    content: attr(data-th); }
      .spec-family .spec-family .item:first-of-type {
        border-top: 0; } }
  @media screen and (max-width: 50em) {
    .content-flex [class^='column-'].mobile {
      width: 100%; } }

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