@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Bootstrap Grid
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Blocks
# Header
# Footer
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries



--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Bootstrap Grid
--------------------------------------------------------------*/
/* set the overriding variables */
/* override the !default vars with the values we set above */
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1141px;
  }
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container-xxl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1141px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1800px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1800px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1800px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1800px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #262626;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto Slab", serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.h1, h1 {
  font-size: 2.6em;
}

.h2, h2 {
  font-size: 1.6em;
}

.h3, h3 {
  font-size: 1.5em;
}

.h4, h4 {
  font-size: 1.3em;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375em;
  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: 0.9375em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*: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/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #999999;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

blockquote.wp-block-quote {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  color: #68b735;
}

blockquote.wp-block-quote cite {
  display: block;
  font-weight: 300;
  font-style: italic;
  color: #262626;
  font-family: "Lato", sans-serif;
  margin: -0.5em 0 1.5em;
}
blockquote.wp-block-quote cite::before {
  content: "~ ";
  display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #999999;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75em;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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],
textarea {
  color: #999999;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #043579;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:visited {
  color: #043579;
}
a:hover, a:focus, a:active {
  color: #68b735;
  cursor: pointer;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation > div,
#secondary-navigation > div {
  border-top: 1px solid #cccccc;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #site-navigation > div,
#secondary-navigation > div {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}

.main-navigation {
  text-align: center;
  font-size: 1em;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 2s ease;
  -o-transition: max-height 2s ease;
  -ms-transition: max-height 2s ease;
  -webkit-transition: max-height 2s ease;
  transition: max-height 2s ease;
}
@media (min-width: 768px) {
  .main-navigation {
    text-align: left;
    font-size: 0.8em;
    margin-left: 1.5em;
    width: auto;
    max-height: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .main-navigation {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .main-navigation {
    font-size: 0.9em;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  flex-direction: column;
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .main-navigation ul {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    display: flex;
    width: auto;
    border-bottom: 1px solid #262626;
    height: 2.5rem;
  }
}
.main-navigation ul ul {
  color: white;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -999em;
    opacity: 0;
  }
}
.main-navigation ul ul ul {
  max-height: none;
  overflow: visible;
}
@media (min-width: 768px) {
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
}
@media (min-width: 768px) {
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
    outline: none;
  }
}
.main-navigation ul ul a {
  display: block;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .main-navigation ul ul a {
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    background: #53912a;
    width: 250px;
    color: white;
    padding: 0.5em 1em;
  }
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  outline: none;
}
@media (min-width: 768px) {
  .main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
    background: #68b735;
    color: white;
  }
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  outline: none;
}
@media (min-width: 768px) {
  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 0;
    opacity: 1;
  }
}
.main-navigation li {
  position: relative;
  width: 100%;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  outline: none;
}
@media (min-width: 768px) {
  .main-navigation li:first-child a {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .main-navigation li {
    width: auto;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0.8em 1em;
  font-weight: bold;
  color: #262626;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .main-navigation a {
    display: inline-block;
    padding: 0;
    margin-left: 1em;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .main-navigation a {
    margin-left: 1.5em;
  }
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  color: #68b735;
  outline: none;
}
.main-navigation.toggled {
  max-height: 9999px;
}
.main-navigation.toggled > div {
  position: relative;
}
.main-navigation.toggled > ul,
.main-navigation.toggled > .menu-primary-menu-container > ul,
.main-navigation.toggled > .menu-secondary-menu-container > ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .main-navigation.toggled > ul,
.main-navigation.toggled > .menu-primary-menu-container > ul,
.main-navigation.toggled > .menu-secondary-menu-container > ul {
    flex-direction: row;
  }
}
.main-navigation.toggled > .social-menu-container {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation.toggled > .social-menu-container {
    display: block;
  }
}
.main-navigation.toggled > .social-menu-container > ul {
  /* display: flex;



  */
  flex-direction: row;
  justify-content: center;
}
.main-navigation.toggled > .social-menu-container > ul li {
  width: auto;
}

#channel-navigation {
  position: relative;
}
#channel-navigation > ul {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  #channel-navigation > ul {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #channel-navigation {
    margin-left: 3em;
  }
}
#channel-navigation::before {
  display: none;
  position: absolute;
  content: "";
  left: -1.5em;
  height: 2em;
  width: 1px;
  background: #262626;
}
@media (min-width: 768px) {
  #channel-navigation::before {
    display: block;
  }
}
#channel-navigation #channel-btn {
  cursor: pointer;
  font-size: 1.2em;
  text-transform: uppercase;
  background: transparent;
  padding: 0.5em 0;
  border: none;
  margin: 0;
  display: none;
  color: #68b735;
}
#channel-navigation #channel-btn::after {
  content: ":";
}
@media (min-width: 768px) {
  #channel-navigation #channel-btn {
    padding-top: 6px;
    display: block;
  }
  #channel-navigation #channel-btn::after {
    display: none;
  }
}
#channel-navigation #channel-btn:focus, #channel-navigation #channel-btn:active, #channel-navigation #channel-btn:hover {
  outline: none;
  cursor: auto;
  color: #68b735;
}
@media (min-width: 768px) {
  #channel-navigation #channel-btn:focus, #channel-navigation #channel-btn:active, #channel-navigation #channel-btn:hover {
    cursor: pointer;
    color: #53912a;
  }
}
#channel-navigation #channel-bars {
  display: none;
}
@media (min-width: 768px) {
  #channel-navigation #channel-bars {
    display: inline-block;
    margin-left: 0.5em;
  }
}
#channel-navigation li > ul {
  left: auto;
  display: block;
  right: -999em;
  max-height: 0px;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  -ms-transition: max-height 0.5s ease-in;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
  opacity: 1;
  overflow: hidden;
}
#channel-navigation ul ul ul {
  display: none;
}
#channel-navigation.toggled li > ul {
  right: 0;
  left: auto;
  max-height: 999px;
}

.main-search-container,
.social-navigation {
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 991.98px) {
  .social-navigation {
    display: none;
  }
}

.search-form-container {
  display: inline-block;
  margin-right: 1em;
  max-width: 0;
  -moz-transition: max-width 0.5s ease-in;
  -o-transition: max-width 0.5s ease-in;
  -ms-transition: max-width 0.5s ease-in;
  -webkit-transition: max-width 0.5s ease-in;
  transition: max-width 0.5s ease-in;
  overflow: hidden;
}
@media (min-width: 768px) {
  .search-form-container {
    display: block;
    float: left;
  }
}
.search-form-container .search-form {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .search-form-container .search-form {
    width: auto;
  }
}
.search-form-container label {
  display: block;
}
.search-form-container input[type=submit] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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. */
}
.search-form-container input[type=submit]:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #043579;
  display: block;
  font-size: 0.875em;
  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. */
}
.search-form-container input[type=search] {
  -moz-appearance: none;
  /* older firefox */
  -webkit-appearance: none;
  /* safari, chrome, edge and ie mobile */
  appearance: none;
  /* rest */
  width: 100%;
}

#main-search-container-mobile {
  display: block;
}
@media (min-width: 768px) {
  #main-search-container-mobile {
    display: none;
  }
}

#main-search-container {
  display: none;
}
@media (min-width: 768px) {
  #main-search-container {
    display: block;
  }
}

.main-search-container {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .main-search-container {
    margin-top: 0;
  }
}
.main-search-container.toggled {
  display: block;
}
.main-search-container.toggled .search-form-container {
  max-width: none;
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
.main-search-container.toggled .search-form-container label {
  width: 100%;
}
@media (min-width: 768px) {
  .main-search-container.toggled .search-form-container {
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    float: left;
  }
  .main-search-container.toggled .search-form-container label {
    width: auto;
  }
}
.main-search-container .fa-search {
  margin-left: 0.5em;
}

#search-btn-mobile {
  display: none;
}

.search-btn {
  font-weight: inherit;
  border: none;
  background: transparent;
  color: #043579;
  padding: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .search-btn {
    margin-bottom: 0;
    padding-top: 6px;
  }
}
.search-btn:hover, .search-btn:focus {
  color: #0760de;
  outline: 0;
}

.main-search-container ul,
#channel-navigation ul {
  border-bottom: none;
  height: auto;
  margin-bottom: 0;
}

.menu-toggle {
  font-size: 1.5em;
  color: #043579;
  background: transparent;
  padding: 0.375rem 0.75rem;
  -webkit-transform: translate(0, 18px);
  -moz-transform: translate(0, 18px);
  -ms-transform: translate(0, 18px);
  -o-transform: translate(0, 18px);
  transform: translate(0, 18px);
}
.menu-toggle .fa-times {
  display: none;
}
.menu-toggle:hover, .menu-toggle:focus {
  color: #68b735;
  background: transparent;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

#nav-button-container.toggled .menu-toggle .fa-bars {
  display: none;
}
#nav-button-container.toggled .menu-toggle .fa-times {
  display: inline-block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media (min-width: 992px) {
  .single-driven-news #middle-menu-container #middle-share-container {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .single-driven-news #middle-menu-container #middle-share-container {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .single-driven-news #middle-menu-container #middle-navigation-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .single-driven-news #middle-menu-container #middle-navigation-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

#middle-menu-container {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  #middle-menu-container {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  #middle-menu-container {
    margin-top: 2rem;
    font-size: 0.8em;
  }
}
#middle-menu-container .middle-menu-item {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1em;
  margin-bottom: 1.5em;
  min-height: 60px;
}
@media (min-width: 992px) {
  #middle-menu-container .middle-menu-item {
    margin-bottom: 0;
  }
}
#middle-menu-container .share-story-txt {
  text-transform: uppercase;
  color: #043579;
  margin-right: 0.5em;
}
#middle-menu-container .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  #middle-menu-container .menu {
    flex-direction: row;
  }
}
#middle-menu-container .menu li {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
#middle-menu-container .menu li a {
  display: inline-block;
  padding: 1em 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #middle-menu-container .menu li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (min-width: 992px) {
  #middle-menu-container .menu li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
#middle-menu-container #middle-share-container .middle-menu-item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #middle-menu-container #middle-share-container {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  #middle-menu-container #middle-share-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  #middle-menu-container #middle-navigation-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  #middle-menu-container #middle-navigation-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*.category #middle-menu-container {
    margin-top: $spacer;
     .middle-menu-item  {
         border-top: $size__border-sm solid white;
        border-bottom: $size__border-sm solid white;

        min-height: 0;
    }
     .menu li a {
        color: white;
         &:focus,
         &:active,
         &:hover {
             color: white;
         }
    }
     .col {
         padding: 0;
    }
     #middle-share-container {
         display: none; // not really needed
    }
    #middle-navigation-container {

        @include media-breakpoint-up(lg) {
            @include make-col(12);
        }
        @include media-breakpoint-up(xl) {
            @include make-col(12);

            // font-size: .8em;
        }
    }

     @include media-breakpoint-up(md) {
            font-size: .7em;
        }
     @include media-breakpoint-up(xl) {


             font-size: .8em;
        }
}*/
#social-menu-container {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #social-menu-container {
    margin-top: 0;
  }
}
#social-menu-container a {
  -webkit-transform: translateY(-18%);
  -moz-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  -o-transform: translateY(-18%);
  transform: translateY(-18%);
}
#social-menu-container li:nth-child(n+2) a {
  margin-left: 0.5em;
}

.menu__item--subscribe > a::after,
.menu__item--podcast > a::after,
.menu__item--contact > a::after {
  margin-left: 0.5em;
  font-family: "FontAwesome";
  content: "";
  font-weight: 300;
  display: none;
}
@media (min-width: 768px) {
  .menu__item--subscribe > a::after,
.menu__item--podcast > a::after,
.menu__item--contact > a::after {
    display: inline-block;
  }
}

.menu__item--podcast > a::after {
  content: "";
}

.menu__item--contact > a::after {
  content: "";
}

.menu-social-container li a[href*="dribbble.com"]::before {
  content: "";
}

.menu-social-container li a[href*="facebook.com"]::before {
  content: "";
}

.menu-social-container li a[href*="flickr.com"]::before {
  content: "";
}

.menu-social-container li a[href*="foursquare.com"]::before {
  content: "";
}

.menu-social-container li a[href*="github.com"]::before {
  content: "";
}

.menu-social-container li a[href*="plus.google.com"]::before {
  content: "";
}

.menu-social-container li a[href*="instagram.com"]::before {
  content: "";
}

.menu-social-container li a[href*="jsfiddle.com"]::before {
  content: "";
}

.menu-social-container li a[href*="linkedin.com"]::before {
  content: "";
}

.menu-social-container li a[href*="pinterest.com"]::before {
  content: "";
}

.menu-social-container li a[href*="reddit.com"]::before {
  content: "";
}

.menu-social-container li a[href*="soundcloud.com"]::before {
  content: "";
}

.menu-social-container li a[href*="stackoverflow.com"]::before {
  content: "";
}

.menu-social-container li a[href*="tumblr.com"]::before {
  content: "";
}

.menu-social-container li a[href*="twitter.com"]::before {
  content: "";
}

.menu-social-container li a[href*="vimeo.com"]::before {
  content: "";
}

.menu-social-container li a[href*="vine.co"]::before {
  content: "";
}

.menu-social-container li a[href*="yelp.com"]::before {
  content: "";
}

.menu-social-container li a[href*="youtube.com"]::before {
  content: "";
}

.menu-social-container li a[href*="wordpress.com"]::before {
  content: "";
}

.menu-social-container li a[href*="wordpress.org"]::before {
  content: "";
}

.menu-social-container li a[href*="dribbble.com"]::before {
  content: "";
}

.menu-social-container li a[href*="facebook.com"]::before {
  content: "";
}

.menu-social-container li a[href*="flickr.com"]::before {
  content: "";
}

.menu-social-container li a[href*="foursquare.com"]::before {
  content: "";
}

.menu-social-container li a[href*="github.com"]::before {
  content: "";
}

.menu-social-container li a[href*="plus.google.com"]::before {
  content: "";
}

.menu-social-container li a[href*="instagram.com"]::before {
  content: "";
}

.menu-social-container li a[href*="jsfiddle.com"]::before {
  content: "";
}

.menu-social-container li a[href*="linkedin.com"]::before {
  content: "";
}

.menu-social-container li a[href*="pinterest.com"]::before {
  content: "";
}

.menu-social-container li a[href*="reddit.com"]::before {
  content: "";
}

.menu-social-container li a[href*="soundcloud.com"]::before {
  content: "";
}

.menu-social-container li a[href*="stackoverflow.com"]::before {
  content: "";
}

.menu-social-container li a[href*="tumblr.com"]::before {
  content: "";
}

.menu-social-container li a[href*="twitter.com"]::before {
  content: "";
}

.menu-social-container li a[href*="vimeo.com"]::before {
  content: "";
}

.menu-social-container li a[href*="vine.co"]::before {
  content: "";
}

.menu-social-container li a[href*="yelp.com"]::before {
  content: "";
}

.menu-social-container li a[href*="youtube.com"]::before {
  content: "";
}

.menu-social-container li a[href*="wordpress.com"]::before {
  content: "";
}

.menu-social-container li a[href*="wordpress.org"]::before {
  content: "";
}

.menu-social-container a:link {
  text-decoration: none;
}

.menu-social-container a:visited {
  text-decoration: none;
}

.menu-social-container a:hover {
  text-decoration: none;
}

.menu-social-container a:active {
  text-decoration: none;
}

#menu-social-items {
  margin-bottom: 0;
}

.menu-social-container ul {
  text-align: left;
  list-style: none;
  padding: 0;
}

.menu-social-container ul li {
  position: relative;
  display: inline-block;
}

.menu-social-container li a:before {
  display: inline-block;
  vertical-align: bottom;
  padding: 0.3rem 0.3rem;
  font-family: "Fontawesome";
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  content: "";
}

.menu-social-container li a {
  color: #262626;
}

.menu-social-container li:hover > a {
  color: #68b735;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #043579;
  display: block;
  font-size: 0.875em;
  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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget-area {
  padding-bottom: 1rem;
}

#tertiary .post-content-container {
  display: none;
}
#tertiary .post-thumbnail-container {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 1em;
}
#tertiary .post-thumbnail {
  margin: 0;
  box-shadow: none;
}

#secondary #driven-more-news {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #secondary #driven-more-news {
    margin-bottom: 2rem;
  }
}
#secondary #driven-more-news a {
  background-color: white;
  color: #53912a;
  text-transform: uppercase;
  display: block;
  opacity: 0.6;
  border: 0;
  padding: 0.5em 1em;
  font-size: 1.2em;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#secondary #driven-more-news a:focus, #secondary #driven-more-news a:hover {
  background-color: white;
  color: #68b735;
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  #secondary #driven-more-news a {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #secondary #driven-more-news a {
    display: inline-block;
    font-size: 1em;
  }
}

#secondary,
#tertiary {
  font-size: 1em;
  color: white;
  background-color: #68b735;
  background-image: url("../images/driven-bg-pattern.png");
  background-repeat: repeat;
  border-top: 5px solid #53912a;
  position: relative;
}
@media (min-width: 992px) {
  #secondary,
#tertiary {
    font-size: 0.9em;
  }
}
#secondary article,
#tertiary article {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #secondary article:nth-child(n+7),
#tertiary article:nth-child(n+7) {
    display: none;
  }
}
#secondary h2.aside-title,
#tertiary h2.aside-title {
  left: 50%;
  background-color: #53912a;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1em;
  padding: 1.5em 1em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #secondary h2.aside-title,
#tertiary h2.aside-title {
    margin-bottom: 2rem;
    max-width: 250px;
  }
}
#secondary h2.aside-title a:hover, #secondary h2.aside-title a:focus, #secondary h2.aside-title a:active,
#tertiary h2.aside-title a:hover,
#tertiary h2.aside-title a:focus,
#tertiary h2.aside-title a:active {
  text-decoration: none;
}
#secondary h2.aside-title:hover::after, #secondary h2.aside-title:focus::after,
#tertiary h2.aside-title:hover::after,
#tertiary h2.aside-title:focus::after {
  width: 40%;
}
#secondary h2.aside-title::after,
#tertiary h2.aside-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.2em;
  left: 50%;
  height: 1px;
  width: 30%;
  background: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
#secondary a, #secondary a:visited,
#tertiary a,
#tertiary a:visited {
  color: white;
}
#secondary a:hover, #secondary a:focus, #secondary a:active, #secondary a:visited:hover, #secondary a:visited:focus, #secondary a:visited:active,
#tertiary a:hover,
#tertiary a:focus,
#tertiary a:active,
#tertiary a:visited:hover,
#tertiary a:visited:focus,
#tertiary a:visited:active {
  text-decoration: underline;
  color: white;
}
#secondary h3.entry-title,
#tertiary h3.entry-title {
  font-size: 1em;
  border-bottom: 1px solid white;
  padding-bottom: 1em;
  margin-bottom: 0.2em;
  line-height: 1.5;
}
#secondary .driven-read-more,
#tertiary .driven-read-more {
  text-align: right;
  float: right;
}

#tertiary h3.entry-title {
  border-bottom: none !important;
}
#tertiary h2.aside-title:hover::after, #tertiary h2.aside-title:focus::after {
  width: 30%;
}

#secondary__container {
  padding: 0 1em;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.driven-dda {
  margin-bottom: 1em;
}
.driven-dda img.size-rectangle {
  max-width: 300px;
}
.driven-dda img.size-leaderboard {
  max-width: 728px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
img.custom-logo {
  height: 50px;
  width: auto;
  max-width: 100%;
  display: block;
  margin-top: 15px;
}
@media (min-width: 768px) {
  img.custom-logo {
    height: 60px;
    margin-top: 0;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

header.site-header {
  background: url("../images/driven-bg-pattern.png") repeat;
  border-top: 5px solid #68b735;
  border-bottom: 1px solid #cccccc;
  min-height: 90px;
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  header.site-header {
    padding: 1rem 2rem 0;
    min-height: 120px;
  }
}

#header-grid-container {
  display: grid;
  align-items: flex-start;
  grid-template-areas: "logo header-area-btn" "header-area-2 header-area-2" "header-area-1 header-area-1";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
}
@media (min-width: 768px) {
  #header-grid-container {
    grid-template-areas: "logo header-area-1" "logo header-area-2";
    align-items: center;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 992px) {
  #header-grid-container {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}

#site-branding {
  grid-area: logo;
}

#header-area-1 {
  grid-area: header-area-1;
}

#nav-button-container {
  grid-area: header-area-btn;
  text-align: right;
}
@media (min-width: 768px) {
  #nav-button-container {
    display: none;
  }
}

#header-area-1,
#header-area-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  #header-area-1,
#header-area-2 {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

#header-area-2 {
  grid-area: header-area-2;
}
@media (min-width: 768px) {
  #header-area-2 #channel-navigation {
    order: 2;
  }
  #header-area-2 #main-search-container {
    order: 1;
  }
}

/*
#social-navigation {
    grid-area: social;
}
#site-navigation {
    grid-area: menu-1;
}
#secondary-navigation {
    grid-area: menu-2;
}
#main-search-container {
    grid-area: search;
}
#channel-navigation {
    grid-area: channel;
}
*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
  font-size: 0.8em;
  background-color: #262626;
  color: white;
  min-height: 300px;
}
footer.site-footer a,
footer.site-footer a:visited {
  text-decoration: none;
  color: #cccccc;
}
footer.site-footer a:focus,
footer.site-footer a:hover,
footer.site-footer a:active {
  color: #cccccc;
  text-decoration: underline;
  cursor: pointer;
}
footer.site-footer h2 {
  color: white;
}
footer.site-footer .container .col {
  padding: 1em 0;
}
footer.site-footer h3.widget-title {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  text-align: center;
}
@media (min-width: 576px) {
  footer.site-footer h3.widget-title {
    text-align: left;
  }
}
footer.site-footer .widget_categories ul,
footer.site-footer .widget_nav_menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer.site-footer .widget_categories ul li,
footer.site-footer .widget_nav_menu ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  footer.site-footer .widget_categories ul li,
footer.site-footer .widget_nav_menu ul li {
    text-align: left;
    width: 46%;
  }
}
footer.site-footer .widget_categories ul li a,
footer.site-footer .widget_nav_menu ul li a {
  padding: 0.3em 0;
  display: inline-block;
}
footer.site-footer .widget_categories ul li ul,
footer.site-footer .widget_nav_menu ul li ul {
  display: none;
}

#driven-related {
  display: none;
}
@media (min-width: 992px) {
  #driven-related {
    display: block;
  }
}

.menu-bottom-container {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#menu-footer-bottom,
#menu-footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-footer-bottom li,
#menu-footer-social li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#menu-footer-bottom li a,
#menu-footer-social li a {
  display: inline-block;
}
#menu-footer-bottom li ul,
#menu-footer-social li ul {
  display: none;
}

#menu-footer-social {
  margin-bottom: 1em;
}

a#footer-logo-link {
  width: 180px;
  display: inline-block;
  max-width: 100%;
}
a#footer-logo-link img {
  display: block;
}

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

.post,
.error404 #main,
.archive #main,
.single #main,
.driven-news,
.mec-events,
.driven-podcasts,
#ajax-load-more article {
  margin: 0 0 2em;
}

.archive.category #main,
.page {
  margin: 0 0 0 0;
}

.single .post,
.single .page {
  margin: 0 0 0;
}

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

iframe + h1,
iframe + .h1,
iframe + h2,
iframe + .h2,
iframe + h3,
iframe + .h3,
iframe + h4,
iframe + .h4,
iframe + h5,
iframe + .h5,
center > iframe + h1,
center > iframe + .h1,
center > iframe + h2,
center > iframe + .h2,
center > iframe + h3,
center > iframe + .h3,
center > iframe + h4,
center > iframe + .h4,
center > iframe + h5,
center > iframe + .h5,
center + h1,
center + .h1,
center + h2,
center + .h2,
center + h3,
center + .h3,
center + h4,
center + .h4,
center + h5,
center + .h5 {
  margin-top: 1em;
}

iframe + p,
center > iframe + p {
  margin-top: 1em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

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

.byline {
  display: none;
}

.entry-footer .edit-link {
  margin-left: 0.5em;
}

.entry-footer2 {
  display: none;
}

.tags-links + .communities-links::before {
  content: ", ";
}

.entry-footer3 {
  margin-bottom: 1rem;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1em;
  margin-bottom: 1.5em;
  min-height: 60px;
}
.entry-footer3 + .entry-footer3 {
  margin-top: -0.5em;
}
@media (min-width: 992px) {
  .entry-footer3 {
    margin-bottom: 2rem;
  }
}
.entry-footer3 .cat-links {
  display: none;
}
.entry-footer3 .edit-link {
  display: none;
  margin-left: 0.5em;
}
.entry-footer3 .edit-link a {
  /* color: $color__main-2;
   &:hover,
   &:focus,
   &:active {
        color: $color__main-2;
   }*/
}
.entry-footer3 a {
  color: #0760de;
}
.entry-footer3 a:hover, .entry-footer3 a:focus, .entry-footer3 a:active {
  color: #68b735;
}
.entry-footer3 .driven-browse-tags,
.entry-footer3 .driven-browse-communities {
  text-transform: uppercase;
}
.entry-footer3 .fas {
  margin: 0 0.5em;
}

.post-thumbnail {
  display: block;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

.page .post-thumbnail {
  margin-bottom: 2em;
}

#search-posts-container {
  margin: 0;
  padding: 0;
}
#search-posts-container > .row > div > article {
  margin: 1rem 0;
  /* @include make-col(12);
   @include media-breakpoint-up(lg) {
       @include make-col(6);
   }*/
}
#search-posts-container > .row > div > article > .container-fluid, #search-posts-container > .row > div > article > .container-sm, #search-posts-container > .row > div > article > .container-md, #search-posts-container > .row > div > article > .container-lg, #search-posts-container > .row > div > article > .container-xl, #search-posts-container > .row > div > article > .container-xxl {
  margin: 0;
  padding: 0;
}

/**************************************************
 * SOME STYLES SHARED BETWEEN LAYOUTS
 **************************************************/
/*.sgpb-popup-dialog-main-div-wrapper {
    input {
        width: 90%;
        &[type="submit"] {
            width: auto;
            background-color: $color__main-1;
            padding: .5em 1em;
            color: white;
            text-transform: uppercase;
            font-size: .9em !important;

            @include transition(background-color .5s ease);
            &:hover,
            &:active,
            &:focus {
                background-color: $color__main-2;
                color: white;

            }
            &:hover,
            &:active {
                 cursor: pointer;
            }
        }
    }
    .indicates-required {
        margin-bottom: .5em;
    }
    .mc-embedded-subscribe {

    }
    label {
        margin-top: 1rem;
    }
}
.sgpb-theme-1-content {

    border-radius: 0 !important;
    padding-bottom: 0;
    box-shadow: $color__main-2 0px 0px 0px 10px !important;
    border-bottom-width: 0 !important;
    //border-bottom-color: #fff !important;

}
#sgpb-popup-dialog-main-div {
   // padding: 1em !important;
}*/
.mc-field-group input {
  width: 100%;
}

.indicates-required {
  margin-bottom: 0.5em;
}

#mc-embedded-subscribe {
  width: auto;
  background-color: #043579;
  padding: 0.5em 1em;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em !important;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#mc-embedded-subscribe:hover, #mc-embedded-subscribe:active, #mc-embedded-subscribe:focus {
  background-color: #68b735;
  color: white;
}
#mc-embedded-subscribe:hover, #mc-embedded-subscribe:active {
  cursor: pointer;
}

.ajax-load-more-wrap.green .alm-load-more-btn {
  background-color: #68b735 !important;
}
.ajax-load-more-wrap.green .alm-load-more-btn:hover, .ajax-load-more-wrap.green .alm-load-more-btn:active, .ajax-load-more-wrap.green .alm-load-more-btn:focus {
  background-color: #043579 !important;
}

#ajax-load-more {
  width: 100%;
}

.alm-reveal {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0;
  display: flex;
  align-items: center !important;
  position: relative;
  flex-wrap: wrap;
  padding-top: 3rem;
  margin-top: 1rem;
  border-top: 1px solid #f2f2f2;
}
.alm-reveal::before {
  display: block;
  background-color: white;
  color: #f2f2f2;
  content: "MORE";
  position: absolute;
  top: 0;
  padding: 0 0.5em;
  left: 50%;
  font-size: 0.8em;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}

.single .header-thumb-container:not(.no-before-color)::before,
.archive.category #main > .main-container-fluid .header-thumb-container:not(.no-before-color)::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  top: 16px;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .single .header-thumb-container:not(.no-before-color)::before,
.archive.category #main > .main-container-fluid .header-thumb-container:not(.no-before-color)::before {
    height: calc(291px - 16px);
  }
}
@media (min-width: 1200px) {
  .single .header-thumb-container:not(.no-before-color)::before,
.archive.category #main > .main-container-fluid .header-thumb-container:not(.no-before-color)::before {
    height: calc(350px - 16px);
  }
}
.single .header-thumb-container.no-before-color + .post-content-container,
.archive.category #main > .main-container-fluid .header-thumb-container.no-before-color + .post-content-container {
  margin-top: 2rem;
}

.single .wp-post-image,
.single .channel-thumb-container img,
.archive #main > .main-container-fluid .wp-post-image,
.archive #main > .main-container-fluid .channel-thumb-container img {
  border-top: 1px solid #68b735;
  border-bottom: 1px solid #68b735;
  width: 100%;
  height: auto;
}
.single .header-thumb-container,
.archive #main > .main-container-fluid .header-thumb-container {
  margin-top: 3rem;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.single .header-thumb-container.no-before-color,
.archive #main > .main-container-fluid .header-thumb-container.no-before-color {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .single .header-thumb-container,
.archive #main > .main-container-fluid .header-thumb-container {
    padding-bottom: 0;
  }
}
.single .post-thumbnail,
.archive #main > .main-container-fluid .post-thumbnail {
  margin: 0 0 16px 16px;
  box-shadow: -16px 16px #043579;
}

.post-thumbnail-container.no-thumbnail,
.header-thumb-container.no-thumbnail {
  position: relative;
}
.post-thumbnail-container.no-thumbnail .blank-thumb,
.header-thumb-container.no-thumbnail .blank-thumb {
  background: #f2f2f2;
  position: relative;
  width: 100%;
}
.post-thumbnail-container.no-thumbnail .blank-thumb:after,
.header-thumb-container.no-thumbnail .blank-thumb:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.post-thumbnail-container.no-thumbnail .blank-thumb-logo,
.header-thumb-container.no-thumbnail .blank-thumb-logo {
  width: 300px;
  max-width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  opacity: 0.3;
}
.post-thumbnail-container.no-thumbnail .blank-thumb-logo path,
.header-thumb-container.no-thumbnail .blank-thumb-logo path {
  fill: #999999;
}

#content-area__articles .site-description,
#search-posts-container .site-description {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  color: #043579;
  font-style: italic;
}
#content-area__articles .post-thumbnail-container,
#search-posts-container .post-thumbnail-container {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  #content-area__articles .post-thumbnail-container,
#search-posts-container .post-thumbnail-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  #content-area__articles .post-thumbnail-container,
#search-posts-container .post-thumbnail-container {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1800px) {
  #content-area__articles .post-thumbnail-container,
#search-posts-container .post-thumbnail-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
#content-area__articles .post-header-container,
#search-posts-container .post-header-container {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  #content-area__articles .post-header-container,
#search-posts-container .post-header-container {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  #content-area__articles .post-header-container,
#search-posts-container .post-header-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1800px) {
  #content-area__articles .post-header-container,
#search-posts-container .post-header-container {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
#content-area__articles .wp-post-image,
#search-posts-container .wp-post-image {
  border-top: 1px solid #0760de;
  border-bottom: 1px solid #0760de;
}
#content-area__articles .entry-footer,
#content-area__articles .entry-meta,
#search-posts-container .entry-footer,
#search-posts-container .entry-meta {
  font-size: 0.8em;
}
#content-area__articles .entry-footer .tags-links,
#content-area__articles .entry-footer .comments-link,
#content-area__articles .entry-footer .communities-links,
#search-posts-container .entry-footer .tags-links,
#search-posts-container .entry-footer .comments-link,
#search-posts-container .entry-footer .communities-links {
  display: none;
}
#content-area__articles .entry-footer a, #content-area__articles .entry-footer a:visited,
#search-posts-container .entry-footer a,
#search-posts-container .entry-footer a:visited {
  color: #68b735;
}
#content-area__articles .entry-footer a:hover, #content-area__articles .entry-footer a:focus, #content-area__articles .entry-footer a:active, #content-area__articles .entry-footer a:visited:hover, #content-area__articles .entry-footer a:visited:focus, #content-area__articles .entry-footer a:visited:active,
#search-posts-container .entry-footer a:hover,
#search-posts-container .entry-footer a:focus,
#search-posts-container .entry-footer a:active,
#search-posts-container .entry-footer a:visited:hover,
#search-posts-container .entry-footer a:visited:focus,
#search-posts-container .entry-footer a:visited:active {
  color: #68b735;
  text-decoration: underline;
}
#content-area__articles .entry-meta a, #content-area__articles .entry-meta a:visited,
#search-posts-container .entry-meta a,
#search-posts-container .entry-meta a:visited {
  color: #999999;
}
#content-area__articles .entry-meta a:hover, #content-area__articles .entry-meta a:focus, #content-area__articles .entry-meta a:active, #content-area__articles .entry-meta a:visited:hover, #content-area__articles .entry-meta a:visited:focus, #content-area__articles .entry-meta a:visited:active,
#search-posts-container .entry-meta a:hover,
#search-posts-container .entry-meta a:focus,
#search-posts-container .entry-meta a:active,
#search-posts-container .entry-meta a:visited:hover,
#search-posts-container .entry-meta a:visited:focus,
#search-posts-container .entry-meta a:visited:active {
  text-decoration: underline;
  color: #999999;
}
#content-area__articles .entry-title,
#search-posts-container .entry-title {
  font-size: 1.2em;
  margin-top: 0.5em;
}
#content-area__articles .entry-title a, #content-area__articles .entry-title a:visited,
#search-posts-container .entry-title a,
#search-posts-container .entry-title a:visited {
  color: #262626;
}
#content-area__articles .entry-title a:hover, #content-area__articles .entry-title a:focus, #content-area__articles .entry-title a:active, #content-area__articles .entry-title a:visited:hover, #content-area__articles .entry-title a:visited:focus, #content-area__articles .entry-title a:visited:active,
#search-posts-container .entry-title a:hover,
#search-posts-container .entry-title a:focus,
#search-posts-container .entry-title a:active,
#search-posts-container .entry-title a:visited:hover,
#search-posts-container .entry-title a:visited:focus,
#search-posts-container .entry-title a:visited:active {
  text-decoration: none;
  color: #68b735;
}
@media (min-width: 1200px) {
  #content-area__articles .entry-title,
#search-posts-container .entry-title {
    font-size: 1.1em;
  }
}
@media (min-width: 1800px) {
  #content-area__articles .entry-title,
#search-posts-container .entry-title {
    font-size: 1.1em;
  }
}

@media (max-width: 575.98px) {
  .post-thumbnail {
    margin-bottom: 1rem;
  }
}

.archive #content-area__articles #content-area__featured,
#content-area__featured {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .archive #content-area__articles #content-area__featured,
#content-area__featured {
    padding: 0 0;
  }
}
@media (min-width: 1200px) {
  .archive #content-area__articles #content-area__featured,
#content-area__featured {
    padding: 0 1rem;
  }
}
.archive #content-area__articles #content-area__featured .post-thumbnail,
#content-area__featured .post-thumbnail {
  display: block;
  margin: 16px 0 16px 0;
  box-shadow: -16px -16px #cccccc;
}
@media (min-width: 576px) {
  .archive #content-area__articles #content-area__featured .container-fluid,
#content-area__featured .container-fluid,
#content-area__featured .container-sm,
#content-area__featured .container-md,
#content-area__featured .container-lg,
#content-area__featured .container-xl,
#content-area__featured .container-xxl {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .archive #content-area__articles #content-area__featured .container-fluid,
#content-area__featured .container-fluid,
#content-area__featured .container-sm,
#content-area__featured .container-md,
#content-area__featured .container-lg,
#content-area__featured .container-xl,
#content-area__featured .container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.archive #content-area__articles #content-area__featured .row,
#content-area__featured .row {
  display: block;
}
.archive #content-area__articles #content-area__featured .entry-footer,
#content-area__featured .entry-footer {
  display: none;
}
.archive #content-area__articles #content-area__featured .entry-footer2,
#content-area__featured .entry-footer2 {
  display: none;
}
.archive #content-area__articles #content-area__featured .entry-footer2 a,
#content-area__featured .entry-footer2 a {
  color: #68b735;
}
.archive #content-area__articles #content-area__featured .entry-footer2 a:hover, .archive #content-area__articles #content-area__featured .entry-footer2 a:focus, .archive #content-area__articles #content-area__featured .entry-footer2 a:active,
#content-area__featured .entry-footer2 a:hover,
#content-area__featured .entry-footer2 a:focus,
#content-area__featured .entry-footer2 a:active {
  color: #68b735;
  text-decoration: underline;
}
.archive #content-area__articles #content-area__featured .post-thumbnail-container,
.archive #content-area__articles #content-area__featured .post-header-container,
#content-area__featured .post-thumbnail-container,
#content-area__featured .post-header-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.archive #content-area__articles #content-area__featured h2,
#content-area__featured h2 {
  /*font-family: $font__main;
  font-size: 1.6em;
  text-transform: uppercase;
  color: $color__main-1;
  font-weight: 300;
  margin: .5em 0;*/
}
.archive #content-area__articles #content-area__featured h3:before,
#content-area__featured h3:before {
  content: "FEATURED";
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: #043579;
  font-weight: 300;
  margin: 0.5em 0;
}
.archive #content-area__articles #content-area__featured h3.entry-title,
#content-area__featured h3.entry-title {
  font-family: "Roboto Slab", serif;
  font-size: 1.4em;
  color: #262626;
  font-weight: 500;
}
@media (min-width: 576px) {
  .archive #content-area__articles #content-area__featured h3.entry-title,
#content-area__featured h3.entry-title {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .archive #content-area__articles #content-area__featured h3.entry-title,
#content-area__featured h3.entry-title {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .archive #content-area__articles #content-area__featured h3.entry-title,
#content-area__featured h3.entry-title {
    font-size: 1.4em;
  }
}
.archive #content-area__articles #content-area__featured h3.entry-title a,
#content-area__featured h3.entry-title a {
  color: #262626;
}
.archive #content-area__articles #content-area__featured h3.entry-title a:hover, .archive #content-area__articles #content-area__featured h3.entry-title a:focus, .archive #content-area__articles #content-area__featured h3.entry-title a:active,
#content-area__featured h3.entry-title a:hover,
#content-area__featured h3.entry-title a:focus,
#content-area__featured h3.entry-title a:active {
  color: #68b735;
  text-decoration: none;
}
.archive #content-area__articles #content-area__featured > article,
#content-area__featured > article {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .archive #content-area__articles #content-area__featured > article,
#content-area__featured > article {
    padding: 0 0;
  }
}

.driven-read-more {
  display: block;
  text-align: inherit;
  float: none;
  font-size: 0.8em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
.driven-read-more i {
  display: inline-block;
  margin-left: 0.5em;
}
.driven-read-more i.fa-long-arrow-alt-right {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.driven-read-more:hover i.fa-long-arrow-alt-right, .driven-read-more:active i.fa-long-arrow-alt-right, .driven-read-more:focus i.fa-long-arrow-alt-right {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.driven-read-more.driven-news-link {
  display: inline-block;
  color: white;
  background-color: #68b735;
}
.driven-read-more.driven-news-link:active, .driven-read-more.driven-news-link:hover, .driven-read-more.driven-news-link:focus {
  background-color: #53912a;
  color: white;
}

.home #masthead .container {
  max-width: none !important;
}
.home #page {
  display: block;
  padding: 0;
}
.home #page > div,
.home #page > aside {
  padding: 1em;
}
@media (min-width: 576px) {
  .home #page {
    display: grid;
    grid-template-areas: "header header" "spotlights articles" "news news" "footer footer";
  }
}
@media (min-width: 1200px) {
  .home #page {
    grid-template-areas: "header header news" "spotlights articles news" "footer footer footer";
    grid-template-columns: 3fr 6fr 2fr;
    grid-template-rows: 120px calc(100vh - 120px) auto;
  }
  .home #page > div,
.home #page > aside {
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    /* Optional: show position indicator in red */
  }
  .home #page > div ::-webkit-scrollbar,
.home #page > aside ::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    height: 0;
    background: transparent;
    /* Optional: just make scrollbar invisible */
  }
  .home #page > div ::-webkit-scrollbar-thumb,
.home #page > aside ::-webkit-scrollbar-thumb {
    background: #FF0000;
  }
}
.home #masthead {
  grid-area: header;
}
.home #driven-podcasts {
  grid-area: spotlights;
  background-color: #043579;
  color: white;
  font-size: 0.9em;
  background-image: url("../images/driven-bg-pattern.png");
  background-repeat: repeat;
  font-size: 1em;
  /*     
    @include media-breakpoint-up(lg) {
            font-size: .8em;
       }

       @include media-breakpoint-up(xl) {

           font-size: .8em;

       }

       @include media-breakpoint-up(xxl) {

           font-size: .8em;

       }*/
}
@media (min-width: 576px) {
  .home #driven-podcasts {
    font-size: 0.8em;
  }
}
.home #driven-podcasts a, .home #driven-podcasts a:visited {
  color: white;
}
.home #driven-podcasts a:hover, .home #driven-podcasts a:focus, .home #driven-podcasts a:active, .home #driven-podcasts a:visited:hover, .home #driven-podcasts a:visited:focus, .home #driven-podcasts a:visited:active {
  text-decoration: underline;
  color: white;
}
.home #driven-podcasts .entry-title {
  font-size: 1.3em;
  margin: 0.5em 0;
}
.home #driven-podcasts article {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .home #driven-podcasts article {
    margin-bottom: 3rem;
  }
}
.home #driven-podcasts article .post-thumbnail-container {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.home #driven-podcasts article .post-header-container {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.home #driven-podcasts article:nth-child(n+3) {
  position: relative;
}
.home #driven-podcasts article:nth-child(n+3) .post-thumbnail {
  display: block;
  position: relative;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -4px 4px #0760de, 2px -2px white;
}
@media (max-width: 991.98px) {
  .home #driven-podcasts article:nth-child(n+3) .post-thumbnail {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .home #driven-podcasts article:nth-child(n+3) .post-thumbnail {
    margin-bottom: 1rem;
  }
}
.home #driven-podcasts article:nth-child(n+3) .post-thumbnail:hover .wp-post-image, .home #driven-podcasts article:nth-child(n+3) .post-thumbnail:active .wp-post-image, .home #driven-podcasts article:nth-child(n+3) .post-thumbnail:focus .wp-post-image {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home #driven-podcasts article:nth-child(n+3) .wp-post-image {
  display: block;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home #driven-podcasts article:nth-child(n+3) {
  /*@include media-breakpoint-down(xs) {
      .post-header-container {
          @include make-col(12);
          text-align: center;
      }
      .post-thumbnail-container {
          @include make-col(12);
      }
   }*/
}
@media (max-width: 991.98px) {
  .home #driven-podcasts article:nth-child(n+3) .post-header-container {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .home #driven-podcasts article:nth-child(n+3) .post-thumbnail-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .home #driven-podcasts article:nth-child(n+3) .post-header-container {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .home #driven-podcasts article:nth-child(n+3) .post-thumbnail-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home #driven-podcasts article:nth-child(2n+4) {
  /* @include media-breakpoint-only(sm) {
      .row {
           flex-direction: row-reverse;
       }
       .post-header-container {
           text-align: right;
       }
   }*/
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home #driven-podcasts article:nth-child(2n+4) .row {
    flex-direction: row-reverse;
  }
  .home #driven-podcasts article:nth-child(2n+4) .post-header-container {
    text-align: right;
  }
}
@media (min-width: 1800px) {
  .home #driven-podcasts article:nth-child(2n+4) .row {
    flex-direction: row-reverse;
  }
  .home #driven-podcasts article:nth-child(2n+4) .post-header-container {
    text-align: right;
  }
}
.home #driven-podcasts article:nth-child(2) {
  margin-bottom: 4rem;
  font-size: 0.8em;
}
@media (min-width: 576px) {
  .home #driven-podcasts article:nth-child(2) {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  .home #driven-podcasts article:nth-child(2) {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  .home #driven-podcasts article:nth-child(2) {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .home #driven-podcasts article:nth-child(2) {
    font-size: 0.9em;
  }
}
@media (min-width: 1800px) {
  .home #driven-podcasts article:nth-child(2) {
    font-size: 1.1em;
  }
}
.home #driven-podcasts article:nth-child(2) .row {
  display: block;
  position: relative;
}
.home #driven-podcasts article:nth-child(2) .entry-footer {
  display: none;
}
.home #driven-podcasts article:nth-child(2) .post-thumbnail-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.home #driven-podcasts article:nth-child(2) .post-thumbnail-container:hover + .post-header-container .entry-title a, .home #driven-podcasts article:nth-child(2) .post-thumbnail-container:hover + .post-header-container .entry-title a:visited,
.home #driven-podcasts article:nth-child(2) .post-thumbnail-container:hover + .post-header-container .entry-title a em, .home #driven-podcasts article:nth-child(2) .post-thumbnail-container:hover + .post-header-container .entry-title a:visited em, .home #driven-podcasts article:nth-child(2) .post-thumbnail-container:focus + .post-header-container .entry-title a, .home #driven-podcasts article:nth-child(2) .post-thumbnail-container:focus + .post-header-container .entry-title a:visited,
.home #driven-podcasts article:nth-child(2) .post-thumbnail-container:focus + .post-header-container .entry-title a em, .home #driven-podcasts article:nth-child(2) .post-thumbnail-container:focus + .post-header-container .entry-title a:visited em, .home #driven-podcasts article:nth-child(2) .post-thumbnail-container:active + .post-header-container .entry-title a, .home #driven-podcasts article:nth-child(2) .post-thumbnail-container:active + .post-header-container .entry-title a:visited,
.home #driven-podcasts article:nth-child(2) .post-thumbnail-container:active + .post-header-container .entry-title a em, .home #driven-podcasts article:nth-child(2) .post-thumbnail-container:active + .post-header-container .entry-title a:visited em {
  text-decoration: none;
  color: #68b735;
}
.home #driven-podcasts article:nth-child(2) .driven-read-more-container {
  position: absolute;
  top: 0;
  right: 0;
  background: #0760de;
  padding: 0;
  font-size: 1.4em;
  margin-top: -1px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.home #driven-podcasts article:nth-child(2) .driven-read-more {
  padding: 1em;
  margin: 0 0 0 0;
}
.home #driven-podcasts article:nth-child(2) .post-header-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 1px;
  background: #262626;
  max-width: 80%;
  width: 80%;
  border-top: 1px solid white;
}
.home #driven-podcasts article:nth-child(2) .post-header-container:hover .entry-title a, .home #driven-podcasts article:nth-child(2) .post-header-container:hover .entry-title a:visited,
.home #driven-podcasts article:nth-child(2) .post-header-container:hover .entry-title a em, .home #driven-podcasts article:nth-child(2) .post-header-container:hover .entry-title a:visited em, .home #driven-podcasts article:nth-child(2) .post-header-container:focus .entry-title a, .home #driven-podcasts article:nth-child(2) .post-header-container:focus .entry-title a:visited,
.home #driven-podcasts article:nth-child(2) .post-header-container:focus .entry-title a em, .home #driven-podcasts article:nth-child(2) .post-header-container:focus .entry-title a:visited em, .home #driven-podcasts article:nth-child(2) .post-header-container:active .entry-title a, .home #driven-podcasts article:nth-child(2) .post-header-container:active .entry-title a:visited,
.home #driven-podcasts article:nth-child(2) .post-header-container:active .entry-title a em, .home #driven-podcasts article:nth-child(2) .post-header-container:active .entry-title a:visited em {
  text-decoration: none;
  color: #68b735;
}
.home #driven-podcasts article:nth-child(2) .entry-title {
  margin: 0;
  font-size: 1.3em;
  padding: 0;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
}
.home #driven-podcasts article:nth-child(2) .entry-title a, .home #driven-podcasts article:nth-child(2) .entry-title a:visited {
  padding: 1em;
  display: block;
  text-align: left;
  color: #999999;
}
.home #driven-podcasts article:nth-child(2) .entry-title a em, .home #driven-podcasts article:nth-child(2) .entry-title a:visited em {
  color: white;
  font-style: normal;
  font-weight: inherit;
}
.home #driven-podcasts article:nth-child(2) .entry-title a:hover, .home #driven-podcasts article:nth-child(2) .entry-title a:focus, .home #driven-podcasts article:nth-child(2) .entry-title a:active, .home #driven-podcasts article:nth-child(2) .entry-title a:hover em, .home #driven-podcasts article:nth-child(2) .entry-title a:focus em, .home #driven-podcasts article:nth-child(2) .entry-title a:active em, .home #driven-podcasts article:nth-child(2) .entry-title a:visited:hover, .home #driven-podcasts article:nth-child(2) .entry-title a:visited:focus, .home #driven-podcasts article:nth-child(2) .entry-title a:visited:active, .home #driven-podcasts article:nth-child(2) .entry-title a:visited:hover em, .home #driven-podcasts article:nth-child(2) .entry-title a:visited:focus em, .home #driven-podcasts article:nth-child(2) .entry-title a:visited:active em {
  text-decoration: none;
  color: #68b735;
}
.home #driven-podcasts article:nth-child(2) .post-thumbnail {
  display: block;
  margin: 0 0 16px 16px;
  box-shadow: -16px 16px #0760de;
  /* border-top: 1px solid white;
   border-bottom: 1px solid white;*/
  padding: 0;
}
.home #driven-podcasts article:nth-child(2) .wp-post-image {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.home #driven-podcasts__container {
  padding: 2rem 1rem;
  display: block;
}
@media (min-width: 1200px) {
  .home #content-area__articles {
    padding-left: 2em;
  }
}
@media (min-width: 1800px) {
  .home #content-area__articles {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .home #content-area__articles .post-thumbnail-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home #content-area__articles .post-header-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home #content-area__articles .post-thumbnail {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1800px) {
  .home #content-area__articles .entry-title {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .home #content-area__articles .entry-title {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .home #content-area__articles .post-thumbnail-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .home #content-area__articles .post-header-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.home #driven-podcasts .posted-on,
.home #driven-podcasts .byline {
  display: none;
}
@media (min-width: 992px) {
  .home #content-area__featured {
    flex-direction: row;
    justify-content: space-between;
  }
  .home #content-area__featured > article {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .home #content-area__featured {
    flex-direction: column;
    justify-content: flex-start;
  }
  .home #content-area__featured > article {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .home #content-area__featured {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1799.98px) {
  .home #content-area__featured h3.entry-title {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home #content-area__featured h3.entry-title {
    font-size: 0.9em;
  }
}
.home #content {
  grid-area: articles;
}
.home #content .driven-read-more {
  display: none;
}
.home #primary {
  padding: 1rem 0;
}
@media (min-width: 576px) {
  .home #primary {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1800px) {
  .home #primary {
    padding: 2rem 4rem;
  }
}
.home #secondary {
  grid-area: news;
}
.home #secondary h2.aside-title {
  top: -1em;
  margin-bottom: 1rem;
}
.home .site-footer {
  grid-area: footer;
}
@media (min-width: 992px) {
  .home .site-footer {
    display: none;
  }
}

.archive.category .post-content-container-wrapper {
  margin-top: 2rem;
}
.archive.category .post-content-container {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.archive.category #content-area__articles {
  padding: 0 0 0 0;
}
.archive.category #content-area__articles .entry-title {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .archive.category #content-area__articles .entry-title {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .archive.category #content-area__articles .entry-title {
    font-size: 0.9em;
  }
}
@media (min-width: 1800px) {
  .archive.category #content-area__articles .entry-title {
    font-size: 0.9em;
  }
}

.search .not-found .page-header {
  padding-left: 0;
}

.archive .entry-footer2, .search .entry-footer2 {
  display: none;
}
.archive #main > .main-container-fluid > .header-thumb-container,
.archive #main > .main-container-fluid > .post-content-container,
.archive #main > .main-container-fluid .page-header, .search #main > .main-container-fluid > .header-thumb-container,
.search #main > .main-container-fluid > .post-content-container,
.search #main > .main-container-fluid .page-header {
  margin-top: 4rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 576px) {
  .archive #main > .main-container-fluid > .header-thumb-container,
.archive #main > .main-container-fluid > .post-content-container,
.archive #main > .main-container-fluid .page-header, .search #main > .main-container-fluid > .header-thumb-container,
.search #main > .main-container-fluid > .post-content-container,
.search #main > .main-container-fluid .page-header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .archive #main > .main-container-fluid > .header-thumb-container,
.archive #main > .main-container-fluid > .post-content-container,
.archive #main > .main-container-fluid .page-header, .search #main > .main-container-fluid > .header-thumb-container,
.search #main > .main-container-fluid > .post-content-container,
.search #main > .main-container-fluid .page-header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .archive #main > .main-container-fluid > .header-thumb-container,
.archive #main > .main-container-fluid > .post-content-container,
.archive #main > .main-container-fluid .page-header, .search #main > .main-container-fluid > .header-thumb-container,
.search #main > .main-container-fluid > .post-content-container,
.search #main > .main-container-fluid .page-header {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .archive #main > .main-container-fluid > .header-thumb-container,
.archive #main > .main-container-fluid > .post-content-container,
.archive #main > .main-container-fluid .page-header, .search #main > .main-container-fluid > .header-thumb-container,
.search #main > .main-container-fluid > .post-content-container,
.search #main > .main-container-fluid .page-header {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .archive #main > .main-container-fluid > .header-thumb-container,
.archive #main > .main-container-fluid > .post-content-container,
.archive #main > .main-container-fluid .page-header, .search #main > .main-container-fluid > .header-thumb-container,
.search #main > .main-container-fluid > .post-content-container,
.search #main > .main-container-fluid .page-header {
    max-width: 1141px;
  }
}
.archive #main > .main-container-fluid .not-found .page-header, .search #main > .main-container-fluid .not-found .page-header {
  padding-left: 0;
  margin-top: 1rem;
}
.archive .channel-thumb-container, .search .channel-thumb-container {
  width: 100%;
  position: relative;
  margin: 0 0 16px 0;
  box-shadow: -16px 16px #0760de;
}
.archive .post-content-container, .search .post-content-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 0 0;
}
.archive .post-content-container article, .search .post-content-container article {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .archive .post-content-container article, .search .post-content-container article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .archive .post-content-container article, .search .post-content-container article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .archive .post-content-container article, .search .post-content-container article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.archive #secondary,
.archive #tertiary, .search #secondary,
.search #tertiary {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .archive #secondary,
.archive #tertiary, .search #secondary,
.search #tertiary {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  .archive #secondary,
.archive #tertiary, .search #secondary,
.search #tertiary {
    flex: none;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100vw;
    left: calc(-1 * (100vw - 100%) / 2);
  }
}
.archive #tertiary, .search #tertiary {
  /* @include make-col(12);
    @include media-breakpoint-up(lg) {
        @include make-col(2);
   }
    @include media-breakpoint-down(md) {
        background-color: $color__main-1--bright;
            border-top: $size__border solid $color__main-1;

       margin-top: 0;
         h2.aside-title {
              background-color: $color__main-1;
        }
   }*/
}
@media (min-width: 992px) {
  .archive:not(.category) #secondary,
.archive:not(.category) #tertiary, .search:not(.category) #secondary,
.search:not(.category) #tertiary {
    color: #262626;
    background-color: white;
    background-image: none;
    border-top: none;
  }
  .archive:not(.category) #secondary h2.aside-title,
.archive:not(.category) #tertiary h2.aside-title, .search:not(.category) #secondary h2.aside-title,
.search:not(.category) #tertiary h2.aside-title {
    color: white;
    top: 0;
    left: 0;
    background-color: #68b735;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .archive:not(.category) #secondary h3.entry-title,
.archive:not(.category) #tertiary h3.entry-title, .search:not(.category) #secondary h3.entry-title,
.search:not(.category) #tertiary h3.entry-title {
    border-bottom: 1px solid #262626;
  }
  .archive:not(.category) #secondary a, .archive:not(.category) #secondary a:visited,
.archive:not(.category) #tertiary a,
.archive:not(.category) #tertiary a:visited, .search:not(.category) #secondary a, .search:not(.category) #secondary a:visited,
.search:not(.category) #tertiary a,
.search:not(.category) #tertiary a:visited {
    color: #262626;
  }
  .archive:not(.category) #secondary a:hover, .archive:not(.category) #secondary a:focus, .archive:not(.category) #secondary a:active, .archive:not(.category) #secondary a:visited:hover, .archive:not(.category) #secondary a:visited:focus, .archive:not(.category) #secondary a:visited:active,
.archive:not(.category) #tertiary a:hover,
.archive:not(.category) #tertiary a:focus,
.archive:not(.category) #tertiary a:active,
.archive:not(.category) #tertiary a:visited:hover,
.archive:not(.category) #tertiary a:visited:focus,
.archive:not(.category) #tertiary a:visited:active, .search:not(.category) #secondary a:hover, .search:not(.category) #secondary a:focus, .search:not(.category) #secondary a:active, .search:not(.category) #secondary a:visited:hover, .search:not(.category) #secondary a:visited:focus, .search:not(.category) #secondary a:visited:active,
.search:not(.category) #tertiary a:hover,
.search:not(.category) #tertiary a:focus,
.search:not(.category) #tertiary a:active,
.search:not(.category) #tertiary a:visited:hover,
.search:not(.category) #tertiary a:visited:focus,
.search:not(.category) #tertiary a:visited:active {
    text-decoration: underline;
    color: #262626;
  }
}
.archive .post-content-col, .search .post-content-col {
  /* @include make-col(12);
   @include media-breakpoint-up(lg) {
      @include make-col(10);
  }*/
}
.archive .post-header-container, .search .post-header-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .archive .post-header-container, .search .post-header-container {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.archive .post-header-container .tags-links, .search .post-header-container .tags-links {
  display: none;
}
.archive .post-header-container .entry-meta, .search .post-header-container .entry-meta {
  font-size: 0.8em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .archive .post-header-container .entry-meta, .search .post-header-container .entry-meta {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .archive .post-header-container .entry-meta, .search .post-header-container .entry-meta {
    font-size: 0.8em;
  }
}
.archive .post-header-container .entry-meta a, .archive .post-header-container .entry-meta a:visited, .search .post-header-container .entry-meta a, .search .post-header-container .entry-meta a:visited {
  color: #262626;
}
.archive .post-header-container .entry-meta a:hover, .archive .post-header-container .entry-meta a:focus, .archive .post-header-container .entry-meta a:active, .archive .post-header-container .entry-meta a:visited:hover, .archive .post-header-container .entry-meta a:visited:focus, .archive .post-header-container .entry-meta a:visited:active, .search .post-header-container .entry-meta a:hover, .search .post-header-container .entry-meta a:focus, .search .post-header-container .entry-meta a:active, .search .post-header-container .entry-meta a:visited:hover, .search .post-header-container .entry-meta a:visited:focus, .search .post-header-container .entry-meta a:visited:active {
  text-decoration: underline;
  color: #262626;
}
.archive .post-thumbnail-container, .search .post-thumbnail-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .archive .post-thumbnail-container, .search .post-thumbnail-container {
    padding-right: 2rem;
  }
}
@media (min-width: 576px) {
  .archive .post-thumbnail-container, .search .post-thumbnail-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .archive .post-content-container-wrapper .post-thumbnail-container, .search .post-content-container-wrapper .post-thumbnail-container {
    padding-right: 1rem;
  }
}
.archive .entry-title, .search .entry-title {
  /*font-size: 1.2em;
  color: $color__main-1;
  margin-top: 1em;
  margin-bottom: 1.5em;
  line-height: 1.4;
   @include media-breakpoint-up(sm) {
       font-size: 1.4em;
  }
  @include media-breakpoint-up(md) {
     // font-size: 1em;
  }
  @include media-breakpoint-up(lg) {
    font-size: 1.2em;
  }
  @include media-breakpoint-up(xl) {
    font-size: 1.6em;
  }*/
}
.archive #content-area__articles .entry-title, .search #content-area__articles .entry-title {
  font-size: 1.2em;
}
@media (min-width: 576px) {
  .archive #content-area__articles .entry-title, .search #content-area__articles .entry-title {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .archive #content-area__articles .entry-title, .search #content-area__articles .entry-title {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .archive #content-area__articles .entry-title, .search #content-area__articles .entry-title {
    font-size: 1.2em;
  }
}
.archive #content-area__articles .entry-footer, .search #content-area__articles .entry-footer {
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .archive #content-area__articles .post-thumbnail-container, .search #content-area__articles .post-thumbnail-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .archive #content-area__articles .post-thumbnail-container, .search #content-area__articles .post-thumbnail-container {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .archive #content-area__articles .post-thumbnail-container, .search #content-area__articles .post-thumbnail-container {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1800px) {
  .archive #content-area__articles .post-thumbnail-container, .search #content-area__articles .post-thumbnail-container {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .archive #content-area__articles .post-header-container, .search #content-area__articles .post-header-container {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .archive #content-area__articles .post-header-container, .search #content-area__articles .post-header-container {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .archive #content-area__articles .post-header-container, .search #content-area__articles .post-header-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1800px) {
  .archive #content-area__articles .post-header-container, .search #content-area__articles .post-header-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.archive #content-area__articles .post-header-container.driven-wider-header, .search #content-area__articles .post-header-container.driven-wider-header {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .archive #content-area__articles .post-header-container.driven-wider-header, .search #content-area__articles .post-header-container.driven-wider-header {
    padding-left: 0;
  }
}
.archive .entry-footer, .search .entry-footer {
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 576px) {
  .archive .entry-footer, .search .entry-footer {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .archive .entry-footer, .search .entry-footer {
    font-size: 1em;
  }
}
.archive .entry-footer a, .archive .entry-footer a:visited, .search .entry-footer a, .search .entry-footer a:visited {
  color: #68b735;
}
.archive .entry-footer a:hover, .archive .entry-footer a:focus, .archive .entry-footer a:active, .archive .entry-footer a:visited:hover, .archive .entry-footer a:visited:focus, .archive .entry-footer a:visited:active, .search .entry-footer a:hover, .search .entry-footer a:focus, .search .entry-footer a:active, .search .entry-footer a:visited:hover, .search .entry-footer a:visited:focus, .search .entry-footer a:visited:active {
  text-decoration: underline;
  color: #68b735;
}
.archive #main > .main-container-fluid .header-thumb-container::before {
  display: none;
}

.archive.category #main > .main-container-fluid .header-thumb-container:not(.no-before-color)::before {
  display: block;
  top: 16px;
  background-color: #043579;
  background-image: url("../images/driven-bg-pattern.png");
  background-repeat: repeat;
  border-top: 5px solid #0760de;
}
@media (min-width: 992px) {
  .archive.category #main > .main-container-fluid .header-thumb-container:not(.no-before-color)::before {
    height: calc(372px - 16px);
  }
}
@media (min-width: 1200px) {
  .archive.category #main > .main-container-fluid .header-thumb-container:not(.no-before-color)::before {
    height: calc(430px - 16px);
  }
}
@media (min-width: 992px) {
  .archive.category #main > .main-container-fluid .header-thumb-container .post-header-container {
    max-height: 372px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .archive.category #main > .main-container-fluid .header-thumb-container .post-header-container {
    max-height: 430px;
  }
}
.archive.category #main > .main-container-fluid .header-thumb-container h1.page-title {
  font-size: 1.8em;
}
@media (min-width: 992px) {
  .archive.category #main > .main-container-fluid .header-thumb-container h1.page-title {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}
.archive.category #main > .main-container-fluid .header-thumb-container h1.page-title {
  color: white;
}
.archive.category #main > .main-container-fluid .header-thumb-container .archive-description {
  color: #cccccc;
}
.archive.category #main > .main-container-fluid .header-thumb-container .archive-description a, .archive.category #main > .main-container-fluid .header-thumb-container .archive-description a:visited {
  color: #cccccc;
  text-decoration: underline;
}
.archive.category #main > .main-container-fluid .header-thumb-container .archive-description a:hover, .archive.category #main > .main-container-fluid .header-thumb-container .archive-description a:focus, .archive.category #main > .main-container-fluid .header-thumb-container .archive-description a:active, .archive.category #main > .main-container-fluid .header-thumb-container .archive-description a:visited:hover, .archive.category #main > .main-container-fluid .header-thumb-container .archive-description a:visited:focus, .archive.category #main > .main-container-fluid .header-thumb-container .archive-description a:visited:active {
  text-decoration: underline;
  color: #68b735;
}
.archive.category #main > .main-container-fluid .header-thumb-container .entry-header p {
  margin-bottom: 0.8em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .archive.category #main > .main-container-fluid .header-thumb-container .entry-header {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .archive.category #main > .main-container-fluid .header-thumb-container .entry-header {
    font-size: 1em;
  }
}

.archive.category .header-thumb-container .driven-read-more-container {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #262626;
  padding: 0;
  border-top: 1px solid white;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.archive.category .header-thumb-container .driven-read-more-container a, .archive.category .header-thumb-container .driven-read-more-container a:visited {
  color: white;
}
.archive.category .header-thumb-container .driven-read-more-container a:hover, .archive.category .header-thumb-container .driven-read-more-container a:focus, .archive.category .header-thumb-container .driven-read-more-container a:active, .archive.category .header-thumb-container .driven-read-more-container a:visited:hover, .archive.category .header-thumb-container .driven-read-more-container a:visited:focus, .archive.category .header-thumb-container .driven-read-more-container a:visited:active {
  text-decoration: underline;
  color: white;
}
.archive.category .header-thumb-container .driven-read-more {
  padding: 1em;
  display: block;
  margin: 0 0 0 0;
}
.archive.category .post-thumbnail-container {
  flex: 0 0 100%;
  max-width: 100%;
  /*@include media-breakpoint-up(md) {
      @include make-col(3);
      margin-bottom: 0;   
  }*/
}
@media (min-width: 992px) {
  .archive.category .post-thumbnail-container {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-bottom: 0;
  }
}
.archive.category .post-header-container {
  flex: 0 0 100%;
  max-width: 100%;
  /*@include media-breakpoint-up(md) {
       @include make-col(9);
       padding-top: $spacer*3;
  }*/
}
@media (min-width: 992px) {
  .archive.category .post-header-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .archive.category article .post-header-container {
    padding-top: 0;
  }
}

.archive #content-area__articles #content-area__featured .post-thumbnail {
  box-shadow: -16px -16px #043579;
}
.archive #content-area__articles #content-area__featured .post-thumbnail-container.no-thumbnail .blank-thumb-logo {
  opacity: 0.4;
}
.archive #content-area__articles #content-area__featured .post-thumbnail-container.no-thumbnail .blank-thumb-logo path {
  fill: #f2f2f2;
}
.archive #content-area__articles #content-area__featured .post-thumbnail-container.no-thumbnail .blank-thumb {
  background: #cccccc;
}
.archive #content-area__articles #content-area__featured::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 16px;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  background-color: #f2f2f2;
  width: 150vw;
  height: 0;
  display: none;
}
@media (min-width: 576px) {
  .archive #content-area__articles #content-area__featured::before {
    display: block;
    height: calc(227px - 16px);
  }
}
@media (min-width: 768px) {
  .archive #content-area__articles #content-area__featured::before {
    height: calc(313px - 16px);
  }
}
@media (min-width: 992px) {
  .archive #content-area__articles #content-area__featured::before {
    height: calc(283px - 16px);
  }
}
@media (min-width: 1200px) {
  .archive #content-area__articles #content-area__featured::before {
    height: calc(362px - 16px);
  }
}
@media (min-width: 1800px) {
  .archive #content-area__articles #content-area__featured::before {
    height: calc(358px - 16px);
  }
}
@media (min-width: 576px) {
  .archive #content-area__articles #content-area__featured {
    flex-direction: row;
    justify-content: space-between;
  }
  .archive #content-area__articles #content-area__featured > article {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .archive #content-area__articles #content-area__featured {
    padding-right: 3vw;
  }
  .archive #content-area__articles #content-area__featured > article {
    width: 46%;
  }
}

.single-mec-events #main-content {
  margin-top: 2rem;
}

.single-driven-news.single .entry-content > p:first-child {
  border-left: none;
  padding-left: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media (min-width: 992px) {
  .single-driven-news.single .post-content-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-driven-news .entry-content {
  margin-bottom: 1em;
}

.single #main {
  margin-bottom: 0;
}
.single .entry-content > p:first-child {
  border-left: 5px solid #262626;
  padding-left: 0.5em;
  font-size: 1.3em;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}
.single .header-thumb-container,
.single .post-content-container {
  margin-top: 2rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 992px) {
  .single .header-thumb-container,
.single .post-content-container {
    margin-top: 2rem;
  }
}
@media (min-width: 576px) {
  .single .header-thumb-container,
.single .post-content-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .single .header-thumb-container,
.single .post-content-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .single .header-thumb-container,
.single .post-content-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .single .header-thumb-container,
.single .post-content-container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .single .header-thumb-container,
.single .post-content-container {
    max-width: 1141px;
  }
}
.single #secondary {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .single #secondary {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.single #secondary__container {
  padding: 0 0;
}
.single #tertiary {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .single #tertiary {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (max-width: 991.98px) {
  .single #tertiary {
    background-color: #0760de;
    border-top: 5px solid #043579;
    margin-top: 0;
  }
  .single #tertiary h2.aside-title {
    background-color: #043579;
  }
}
.single #secondary .post-thumbnail-container .post-thumbnail > .media-credit,
.single #tertiary .post-thumbnail-container .post-thumbnail > .media-credit {
  display: none;
}
@media (max-width: 991.98px) {
  .single #secondary,
.single #tertiary {
    flex: none;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100vw;
    left: calc(-1 * (100vw - 100%) / 2);
  }
}
@media (min-width: 992px) {
  .single #secondary,
.single #tertiary {
    color: #262626;
    background-color: white;
    background-image: none;
    border-top: none;
  }
  .single #secondary h2.aside-title,
.single #tertiary h2.aside-title {
    color: white;
    top: 0;
    left: 0;
    background-color: #68b735;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .single #secondary h2.aside-title a, .single #secondary h2.aside-title a:visited,
.single #tertiary h2.aside-title a,
.single #tertiary h2.aside-title a:visited {
    color: white;
  }
  .single #secondary h3.entry-title,
.single #tertiary h3.entry-title {
    margin-top: 0.5em;
    border-bottom: 1px solid #262626;
  }
  .single #secondary a, .single #secondary a:visited,
.single #tertiary a,
.single #tertiary a:visited {
    color: #262626;
  }
  .single #secondary a:hover, .single #secondary a:focus, .single #secondary a:active, .single #secondary a:visited:hover, .single #secondary a:visited:focus, .single #secondary a:visited:active,
.single #tertiary a:hover,
.single #tertiary a:focus,
.single #tertiary a:active,
.single #tertiary a:visited:hover,
.single #tertiary a:visited:focus,
.single #tertiary a:visited:active {
    text-decoration: underline;
    color: #262626;
  }
  .single #secondary .entry-meta,
.single #tertiary .entry-meta {
    padding-bottom: 0;
    color: #999999;
  }
  .single #secondary .entry-meta a, .single #secondary .entry-meta a:visited,
.single #tertiary .entry-meta a,
.single #tertiary .entry-meta a:visited {
    color: #999999;
  }
  .single #secondary .entry-meta a:hover, .single #secondary .entry-meta a:focus, .single #secondary .entry-meta a:active, .single #secondary .entry-meta a:visited:hover, .single #secondary .entry-meta a:visited:focus, .single #secondary .entry-meta a:visited:active,
.single #tertiary .entry-meta a:hover,
.single #tertiary .entry-meta a:focus,
.single #tertiary .entry-meta a:active,
.single #tertiary .entry-meta a:visited:hover,
.single #tertiary .entry-meta a:visited:focus,
.single #tertiary .entry-meta a:visited:active {
    text-decoration: underline;
    color: #999999;
  }
  .single #secondary .entry-meta + h3,
.single #tertiary .entry-meta + h3 {
    margin-top: 0;
  }
}
.single .post-content-col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .single .post-content-col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.single .post-header-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .single .post-header-container {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.single .post-header-container .tags-links,
.single .post-header-container .communities-links {
  display: none;
}
.single .post-header-container .entry-meta {
  font-size: 0.8em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .single .post-header-container .entry-meta {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .single .post-header-container .entry-meta {
    font-size: 0.8em;
  }
}
.single .post-header-container .entry-meta a, .single .post-header-container .entry-meta a:visited {
  color: #262626;
}
.single .post-header-container .entry-meta a:hover, .single .post-header-container .entry-meta a:focus, .single .post-header-container .entry-meta a:active, .single .post-header-container .entry-meta a:visited:hover, .single .post-header-container .entry-meta a:visited:focus, .single .post-header-container .entry-meta a:visited:active {
  text-decoration: underline;
  color: #262626;
}
.single .post-header-container .entry-meta .sources-links a, .single .post-header-container .entry-meta .sources-links a:visited {
  color: #68b735;
}
.single .post-header-container .entry-meta .sources-links a:hover, .single .post-header-container .entry-meta .sources-links a:focus, .single .post-header-container .entry-meta .sources-links a:active, .single .post-header-container .entry-meta .sources-links a:visited:hover, .single .post-header-container .entry-meta .sources-links a:visited:focus, .single .post-header-container .entry-meta .sources-links a:visited:active {
  color: #68b735;
}
.single .post-header-container .entry-meta .sources-links::before {
  display: inline-block;
  content: "|";
  padding: 0 0.5em;
}
@media (min-width: 992px) {
  .single .header-thumb-container.no-before-color .entry-meta {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .single .header-thumb-container.no-before-color .post-header-container {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.single .header-thumb-container.no-before-color .entry-title {
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .single .header-thumb-container.no-before-color .entry-title {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .single .header-thumb-container.no-before-color .entry-title {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .single .header-thumb-container.no-before-color .entry-title {
    font-size: 1.6em;
  }
}
.single .post-thumbnail-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .single .post-thumbnail-container .post-thumbnail {
    max-height: 291px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .single .post-thumbnail-container .post-thumbnail {
    max-height: 350px;
    overflow: hidden;
  }
}
.single .post-thumbnail-container .post-thumbnail > .media-credit {
  display: block;
  font-size: 10px;
  bottom: -1.8em;
  -webkit-transform: translateX(-16px);
  -moz-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  -o-transform: translateX(-16px);
  transform: translateX(-16px);
}
@media (min-width: 992px) {
  .single .post-thumbnail-container .post-thumbnail > .media-credit {
    right: -15px;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (min-width: 992px) {
  .single .post-thumbnail-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .single #content-area__featured .post-thumbnail-container .post-thumbnail {
    max-height: none;
    overflow: none;
  }
}
@media (min-width: 1200px) {
  .single #content-area__featured .post-thumbnail-container .post-thumbnail {
    max-height: none;
    overflow: none;
  }
}
.single .entry-title {
  font-size: 1.2em;
  color: #043579;
  margin-top: 1em;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .single .entry-title {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .single .entry-title {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .single .entry-title {
    font-size: 1.4em;
  }
}
.single .entry-footer {
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 576px) {
  .single .entry-footer {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .single .entry-footer {
    font-size: 1em;
  }
}
.single .entry-footer a, .single .entry-footer a:visited {
  color: #68b735;
}
.single .entry-footer a:hover, .single .entry-footer a:focus, .single .entry-footer a:active, .single .entry-footer a:visited:hover, .single .entry-footer a:visited:focus, .single .entry-footer a:visited:active {
  text-decoration: underline;
  color: #68b735;
}
.single #secondary #driven-more-news {
  display: none;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .single #secondary #driven-more-news {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .single #secondary #driven-more-news a {
    background-color: #68b735;
    color: white;
  }
  .single #secondary #driven-more-news a:focus, .single #secondary #driven-more-news a:hover {
    background-color: #68b735;
    color: white;
  }
}

.entry-meta {
  font-size: 0.8em;
}

.single #content-area__featured {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .single #content-area__featured {
    display: flex;
  }
}
.single #content-area__featured .header-thumb-container.no-before-color .entry-meta {
  font-size: 0.8em;
}
.single #content-area__featured .post-thumbnail {
  box-shadow: -16px -16px #043579;
}
.single #content-area__featured .post-thumbnail-container.no-thumbnail .blank-thumb-logo {
  opacity: 0.4;
}
.single #content-area__featured .post-thumbnail-container.no-thumbnail .blank-thumb-logo path {
  fill: #f2f2f2;
}
.single #content-area__featured .post-thumbnail-container.no-thumbnail .blank-thumb {
  background: #cccccc;
}
.single #content-area__featured .entry-title {
  margin-bottom: 1em;
}
.single #content-area__featured .header-thumb-container::before {
  display: none;
}
.single #content-area__featured .media-credit {
  display: none;
}
.single #content-area__featured .entry-footer2 {
  display: block;
}
.single #content-area__featured .entry-footer2 .edit-link {
  margin-left: 0.5em;
}
.single #content-area__featured::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 32px;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  background-color: #f2f2f2;
  width: 150vw;
  height: 0;
  display: none;
}
@media (min-width: 992px) {
  .single #content-area__featured::before {
    display: block;
    height: calc(360px - 16px);
  }
}
@media (min-width: 1200px) {
  .single #content-area__featured::before {
    height: calc(469px - 16px);
  }
}
@media (min-width: 576px) {
  .single #content-area__featured {
    flex-direction: row;
    justify-content: space-between;
  }
  .single #content-area__featured > article {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .single #content-area__featured {
    padding-right: 3vw;
  }
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.wp-block-image {
  position: relative;
  padding-top: 1em;
  display: block;
  margin: auto;
}
.wp-block-image img {
  border-top: 1px solid #68b735;
}
.wp-block-image figcaption {
  font-size: 0.8em;
  text-align: left;
  position: relative;
  margin-bottom: 2em;
  color: #999999;
}
.wp-block-image figcaption > .media-credit {
  font-size: 10px;
  display: block;
  top: -2.3em;
  padding: 0.4em 1em 0.6em;
  background-color: white;
  right: 0;
  color: black;
  opacity: 0.4;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.wp-block-image figcaption > .media-credit:hover {
  opacity: 0.8;
}
.wp-block-image figcaption > .media-credit a,
.wp-block-image figcaption > .media-credit a:focus,
.wp-block-image figcaption > .media-credit a:hover,
.wp-block-image figcaption > .media-credit a:active {
  color: black;
}

.post-thumbnail-container .media-credit {
  display: none;
}

.post-thumbnail-container .post-thumbnail .media-credit,
.wp-block-image figcaption .media-credit {
  text-align: left;
  position: absolute;
}
.post-thumbnail-container .post-thumbnail .media-credit::before,
.wp-block-image figcaption .media-credit::before {
  display: inline;
}

.foogallery + p {
  margin-top: 2em;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-caption {
  display: block;
}

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