@charset "UTF-8";
/*!
Theme Name:  Gwangi
Theme URI:   https://www.themosaurus.com/gwangi
Author:      Themosaurus
Author URI:  https://www.themosaurus.com
Description: PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme. Gwangi is a theme that integrates seamlessly with BuddyPress, Paid Memberships Pro, WooCommerce, BBPress, The Events Calendar, LearnDash and many more. It makes good use of the Customizer, allowing you to build a tailor-made Community plateform using custom color, typography and layout options.
Version:     2.4.5
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gwangi
Tags:        one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, buddypress, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, threaded-comments, rtl-language-support, translation-ready, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Gwangi is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Its stylesheet borrows concepts from various established methodologies promoting code reuse above
all. Files and directories are structured and named after SMACSS. Helper classes have been made
with OOCSS in mind and finally, the namming convention tries to narrow the gap with BEM.

This stylesheet follow the basic principles of CSS Guidilines http://cssguidelin.es/

======
Note: Do not edit this file. If you wish to add your own CSS, we strongly recommend creating your own child theme
and create your own or use the custom css functionnality of WordPress customizer.
======
*/
/**
 * CONTENTS
 *
 * VARIABLES
 * Variables.....................Globally-available variables and config (custom and from vendors).
 *
 * TOOLS
 * Mixins........................Useful mixins.
 * Functions.....................Useful functions.
 * Placeholders..................Useful placeholders.
 *
 * VENDORS
 * Bootstrap.....................Bootstrap framework files.
 * Fontawesome...................Fontawesome framework files.
 * Repaintless...................Repaintless framework files.
 *
 * BASE
 * Accessibility.................Affecting the overall accessibility (Screen readers & co).
 * Headings......................H1–H6 styles.
 * Copy..........................Copy elements styles.
 *
 * LAYOUT
 * Alignements...................Positionning content elements.
 * Clearings.....................Clear all wrappers & regions.
 * Containers....................Constraining elements.
 * Regions.......................Define a global layout architecture for several components.
 * Sidebars......................Sidebars styles.
 * Wrappers......................Wrapping elements.
 *
 * COMPONENTS
 * Breadcrumb....................Breadcrumb styles.
 * Buttons.......................Buttton component styles.
 * Captions......................Caption of gallery and media components.
 * Cards.........................Card components for various posts items.
 * Comments......................Comments thread styles.
 * Embedded......................Embedded contents (iframe, object, emoji, etc.).
 * Forms.........................All form components.
 * Galleries.....................Gallery and gallery-item components.
 * Infinite scroll...............Infinite scroll styles.
 * Hero..........................Hero component styles.
 * Media.........................Bootstrap Media component styles.
 * Menus.........................Menu and content navigation styles.
 * Navigation....................Main navigation component.
 * Pagination....................Post navigation, Pager & Pagination.
 * Posts.........................Posts archive & single styles.
 * Sections......................Visual region components.
 * Tables........................Tables styles.
 * Widgets.......................Widget styles.
 *
 * PLUGINS
 * Add to any....................Social and sharing plugin.
 * Autocomplete for Relevanssi...Add autocomplete functionnality to Relevanssi plugin.
 * Bbpress.......................Forum plugin.
 * Buddypress....................User profile & community plugin.
 * Contact form 7................Custom form plugin.
 * The Events Calendar...........Events creation & management.
 * Features......................Important blocs like services or values.
 * Gravity forms.................Custom form plugin.
 * Mailchimp for wp..............Mailchimp integration plugin.
 * Ninja Forms...................Custom form plugin.
 * Our team......................Team member plugin.
 * Projects......................Projects/Portfolio plugin.
 * Testimonials..................Testimonial plugin.
 * Woo-plugins...................Common styles form plugins by Woothemes (Grid, utilities, etc.).
 * Yarpp.........................Related posts plugin.
 * Yoast SEO.....................SEO plugin.
 * Woocommerce...................King of WordPress e-commerce plugin.
 *
 * PAGES
 * 404............................Styles applied to 404 page.
 *
 * STATES
 * JS............................Styles applied to components using JavaScript.
 * Slideout......................Styles applied to components using Slideout.js.
 * Grimlock fallback.............Styles applied to components whithout Grimlock activated..
 *
 * TRUMPS
 * Animations....................Custom keyframes animations and transitions stuff.
 * Background....................Extend Boostrap background utilities.
 * Borders.......................Border utilities.
 * Box...........................Box display utilities (Display, sizes and overflow).
 * Positions.....................Positions and depth utilities.
 * Text..........................Text utilities.
 */
:root {
  --grimlock-ornament: '//';
  --grimlock-container-padding: clamp(25px, 3vw, 60px);
}

.element-animated-delay:nth-child(24) {
  animation-delay: 2.4s;
}

.element-animated-delay:nth-child(23) {
  animation-delay: 2.3s;
}

.element-animated-delay:nth-child(22) {
  animation-delay: 2.2s;
}

.element-animated-delay:nth-child(21) {
  animation-delay: 2.1s;
}

.element-animated-delay:nth-child(20) {
  animation-delay: 2s;
}

.element-animated-delay:nth-child(19) {
  animation-delay: 1.9s;
}

.element-animated-delay:nth-child(18) {
  animation-delay: 1.8s;
}

.element-animated-delay:nth-child(17) {
  animation-delay: 1.7s;
}

.element-animated-delay:nth-child(16) {
  animation-delay: 1.6s;
}

.element-animated-delay:nth-child(15) {
  animation-delay: 1.5s;
}

.element-animated-delay:nth-child(14) {
  animation-delay: 1.4s;
}

.element-animated-delay:nth-child(13) {
  animation-delay: 1.3s;
}

.element-animated-delay:nth-child(12) {
  animation-delay: 1.2s;
}

.element-animated-delay:nth-child(11) {
  animation-delay: 1.1s;
}

.element-animated-delay:nth-child(10) {
  animation-delay: 1s;
}

.element-animated-delay:nth-child(9) {
  animation-delay: 0.9s;
}

.element-animated-delay:nth-child(8) {
  animation-delay: 0.8s;
}

.element-animated-delay:nth-child(7) {
  animation-delay: 0.7s;
}

.element-animated-delay:nth-child(6) {
  animation-delay: 0.6s;
}

.element-animated-delay:nth-child(5) {
  animation-delay: 0.5s;
}

.element-animated-delay:nth-child(4) {
  animation-delay: 0.4s;
}

.element-animated-delay:nth-child(3) {
  animation-delay: 0.3s;
}

.element-animated-delay:nth-child(2) {
  animation-delay: 0.2s;
}

.element-animated-delay:nth-child(1) {
  animation-delay: 0.1s;
}

/*
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011.3.28 The Bootstrap Authors
 * Copyright 2011.3.28 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(button):not(
  .button):not(
  input[type="button"]):not(
  input[type="submit"]):not(
  input[type="reset"]) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
  .table th,
  table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e8e8e9;
  }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #e8e8e9;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #454748;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #245CC5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #183e84;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #86878C;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #3D404A;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

.display-1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.display-2 {
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1.1;
}

.display-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.display-4 {
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #454748;
}

small,
.small,
.ninja-forms-form .ninja-forms-field-description,
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .site-preheader .menu,
.site-prefooter .menu,
.site-footer .menu, .widget ul {
  padding-left: 0;
  list-style: none;
}

.list-inline, .site-preheader .menu, .single-team-member .author-details {
  padding-left: 0;
  list-style: none;
}

.list-inline-item, .site-prefooter .menu[id*="social"] .menu-item, .site-preheader .menu > .menu-item {
  display: inline-block;
}

.list-inline-item:not(:last-child), .site-prefooter .menu[id*="social"] .menu-item:not(:last-child), .site-preheader .menu > .menu-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote:not(.card-blockquote),
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #86878C;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid, .site-preheader img, .blog-posts [id^="post-"] .post-thumbnail img,
.blog-posts [id^="post-"] .post-media img,
.blog-posts [id^="term-"] .post-thumbnail img,
.blog-posts [id^="term-"] .post-media img,
.archive-posts [id^="post-"] .post-thumbnail img,
.archive-posts [id^="post-"] .post-media img,
.archive-posts [id^="term-"] .post-thumbnail img,
.archive-posts [id^="term-"] .post-media img,
.grimlock-query-section__posts [id^="post-"] .post-thumbnail img,
.grimlock-query-section__posts [id^="post-"] .post-media img,
.grimlock-query-section__posts [id^="term-"] .post-thumbnail img,
.grimlock-query-section__posts [id^="term-"] .post-media img,
.terms [id^="post-"] .post-thumbnail img,
.terms [id^="post-"] .post-media img,
.terms [id^="term-"] .post-thumbnail img,
.terms [id^="term-"] .post-media img,
.search-posts [id^="post-"] .post-thumbnail img,
.search-posts [id^="post-"] .post-media img,
.search-posts [id^="term-"] .post-thumbnail img,
.search-posts [id^="term-"] .post-media img, .card-img img,
.card .wp-post-image, .comment-img .avatar, .vertical-navbar .vertical-navbar-brand img, body.single [id^="post-"] > .post-thumbnail img,
body.single.single-post [id^="post-"] > .post-thumbnail img,
body.page [id^="post-"] > .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #86878C;
}

code {
  font-size: 87.5%;
  color: #F26E93;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #181A1B;
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #181A1B;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    max-width: 1140px;
  }
}

.container-fluid, .region.region--container-fluid > .region__container,
.region.region--container-fluid > .region__inner > .region__container, .main-navigation.navbar--container-fluid .navbar__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row, .region__row, .blog-posts,
.archive-posts,
.grimlock-query-section__posts,
.terms,
.search-posts, .blog-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .card, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .card,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.terms[class*="12-cols-lateral"] [id^="post-"] .card,
.terms[class*="12-cols-lateral"] [id^="term-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card, .testimonials-list,
.team-members,
.features,
.projects_list_widget {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > .region__col, .testimonials-list.no-gutters > div,
.team-members.no-gutters > div,
.features.no-gutters > div,
.projects_list_widget.no-gutters > div,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .columns-1 .testimonials-list .quote,
.columns-1 .team-member,
.projects.columns-1 ul.projects li.project,
.projects-page.columns-1 ul.projects li.project,
.region__col.region__col--1 ul.projects li.project,
body #site .widget_woothemes_features .columns-1 .feature, .columns-2 .testimonials-list .quote,
.columns-2 .team-member,
.projects.columns-2 ul.projects li.project,
.projects-page.columns-2 ul.projects li.project,
.region__col.region__col--2 ul.projects li.project,
body #site .widget_woothemes_features .columns-2 .feature, .columns-3 .testimonials-list .quote,
.columns-3 .team-member,
.projects.columns-3 ul.projects li.project,
.projects-page.columns-3 ul.projects li.project,
.region__col.region__col--3 ul.projects li.project,
body #site .widget_woothemes_features .columns-3 .feature, .columns-4 .testimonials-list .quote,
.columns-4 .team-member,
.projects.columns-4 ul.projects li.project,
.projects-page.columns-4 ul.projects li.project,
.region__col.region__col--4 ul.projects li.project,
body #site .widget_woothemes_features .columns-4 .feature, .columns-5 .testimonials-list .quote,
.columns-5 .team-member,
.projects.columns-5 ul.projects li.project,
.projects-page.columns-5 ul.projects li.project,
.region__col.region__col--5 ul.projects li.project,
body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
.columns-6 .team-member,
.projects.columns-6 ul.projects li.project,
.projects-page.columns-6 ul.projects li.project,
.region__col.region__col--6 ul.projects li.project,
body #site .widget_woothemes_features .columns-6 .feature, .col, .region__col, .testimonials-list > div,
.team-members > div,
.features > div,
.projects_list_widget > div,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .blog-posts.posts--12-cols-classic [id^="post-"],
.blog-posts.posts--12-cols-classic [id^="term-"], .blog-posts.terms--12-cols-classic [id^="post-"],
.blog-posts.terms--12-cols-classic [id^="term-"],
.archive-posts.posts--12-cols-classic [id^="post-"],
.archive-posts.posts--12-cols-classic [id^="term-"],
.archive-posts.terms--12-cols-classic [id^="post-"],
.archive-posts.terms--12-cols-classic [id^="term-"],
.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"],
.grimlock-query-section__posts.posts--12-cols-classic [id^="term-"],
.grimlock-query-section__posts.terms--12-cols-classic [id^="post-"],
.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"],
.terms.posts--12-cols-classic [id^="post-"],
.terms.posts--12-cols-classic [id^="term-"],
.terms.terms--12-cols-classic [id^="post-"],
.terms.terms--12-cols-classic [id^="term-"],
.search-posts.posts--12-cols-classic [id^="post-"],
.search-posts.posts--12-cols-classic [id^="term-"],
.search-posts.terms--12-cols-classic [id^="post-"],
.search-posts.terms--12-cols-classic [id^="term-"], .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .region__col--1, .region__col--3, .region--3-6-3-cols-left .region__col--1, .region--3-6-3-cols-left .region__col--3, .region--3-9-cols-left .region__col--1, .region--3-9-cols-left .region__col--3, .region--9-3-cols-left > .region__container > .region__row > .region__col--2, .region--9-3-cols-left > .region__container > .region__row > .region__col--4, .region--3-3-3-3-cols-left .region__col, .region--3-3-3-3-cols-center .region__col, .col-md-4, .region--4-4-4-cols-left .region__col, .region--4-4-4-cols-left-center-right .region__col, .region--4-4-4-cols-center .region__col, .col-md-5, .blog-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.blog-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .post-media, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.terms[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.terms[class*="12-cols-lateral"] [id^="post-"] .post-media,
.terms[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.terms[class*="12-cols-lateral"] [id^="term-"] .post-media,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col--2, .col-md-6, .region--6-6-cols-left .region__col, .region--6-6-cols-left-right .region__col, .region--6-6-cols-center .region__col, .region--6-6-cols-right .region__col, .region--6-6-cols-left-reverse .region__col, .region--3-6-3-cols-left .region__col--2, .blog-posts.posts--6-6-cols-classic [id^="post-"],
.blog-posts.posts--6-6-cols-classic [id^="term-"], .blog-posts.terms--6-6-cols-classic [id^="post-"],
.blog-posts.terms--6-6-cols-classic [id^="term-"],
.archive-posts.posts--6-6-cols-classic [id^="post-"],
.archive-posts.posts--6-6-cols-classic [id^="term-"],
.archive-posts.terms--6-6-cols-classic [id^="post-"],
.archive-posts.terms--6-6-cols-classic [id^="term-"],
.grimlock-query-section__posts.posts--6-6-cols-classic [id^="post-"],
.grimlock-query-section__posts.posts--6-6-cols-classic [id^="term-"],
.grimlock-query-section__posts.terms--6-6-cols-classic [id^="post-"],
.grimlock-query-section__posts.terms--6-6-cols-classic [id^="term-"],
.terms.posts--6-6-cols-classic [id^="post-"],
.terms.posts--6-6-cols-classic [id^="term-"],
.terms.terms--6-6-cols-classic [id^="post-"],
.terms.terms--6-6-cols-classic [id^="term-"],
.search-posts.posts--6-6-cols-classic [id^="post-"],
.search-posts.posts--6-6-cols-classic [id^="term-"],
.search-posts.terms--6-6-cols-classic [id^="post-"],
.search-posts.terms--6-6-cols-classic [id^="term-"], .blog-posts.posts--4-4-4-cols-classic [id^="post-"],
.blog-posts.posts--4-4-4-cols-classic [id^="term-"], .blog-posts.terms--4-4-4-cols-classic [id^="post-"],
.blog-posts.terms--4-4-4-cols-classic [id^="term-"],
.archive-posts.posts--4-4-4-cols-classic [id^="post-"],
.archive-posts.posts--4-4-4-cols-classic [id^="term-"],
.archive-posts.terms--4-4-4-cols-classic [id^="post-"],
.archive-posts.terms--4-4-4-cols-classic [id^="term-"],
.grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"],
.grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="term-"],
.grimlock-query-section__posts.terms--4-4-4-cols-classic [id^="post-"],
.grimlock-query-section__posts.terms--4-4-4-cols-classic [id^="term-"],
.terms.posts--4-4-4-cols-classic [id^="post-"],
.terms.posts--4-4-4-cols-classic [id^="term-"],
.terms.terms--4-4-4-cols-classic [id^="post-"],
.terms.terms--4-4-4-cols-classic [id^="term-"],
.search-posts.posts--4-4-4-cols-classic [id^="post-"],
.search-posts.posts--4-4-4-cols-classic [id^="term-"],
.search-posts.terms--4-4-4-cols-classic [id^="post-"],
.search-posts.terms--4-4-4-cols-classic [id^="term-"], .blog-posts.posts--3-3-3-3-cols-classic [id^="post-"],
.blog-posts.posts--3-3-3-3-cols-classic [id^="term-"], .blog-posts.terms--3-3-3-3-cols-classic [id^="post-"],
.blog-posts.terms--3-3-3-3-cols-classic [id^="term-"],
.archive-posts.posts--3-3-3-3-cols-classic [id^="post-"],
.archive-posts.posts--3-3-3-3-cols-classic [id^="term-"],
.archive-posts.terms--3-3-3-3-cols-classic [id^="post-"],
.archive-posts.terms--3-3-3-3-cols-classic [id^="term-"],
.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"],
.grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="term-"],
.grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="post-"],
.grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="term-"],
.terms.posts--3-3-3-3-cols-classic [id^="post-"],
.terms.posts--3-3-3-3-cols-classic [id^="term-"],
.terms.terms--3-3-3-3-cols-classic [id^="post-"],
.terms.terms--3-3-3-3-cols-classic [id^="term-"],
.search-posts.posts--3-3-3-3-cols-classic [id^="post-"],
.search-posts.posts--3-3-3-3-cols-classic [id^="term-"],
.search-posts.terms--3-3-3-3-cols-classic [id^="post-"],
.search-posts.terms--3-3-3-3-cols-classic [id^="term-"], .blog-posts[class*="6-6-cols-lateral"] [id^="post-"],
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"],
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"],
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"],
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"],
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"],
.terms[class*="6-6-cols-lateral"] [id^="post-"],
.terms[class*="6-6-cols-lateral"] [id^="term-"],
.search-posts[class*="6-6-cols-lateral"] [id^="post-"],
.search-posts[class*="6-6-cols-lateral"] [id^="term-"], .col-md-7, .blog-posts[class*="12-cols-lateral"] [id^="post-"] .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card-body,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"] .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"] .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__col--1, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col--1, .col-md-8, .col-md-9, .region--3-9-cols-left .region__col--2, .region--3-9-cols-left .region__col--4, .region--9-3-cols-left > .region__container > .region__row > .region__col--1, .region--9-3-cols-left > .region__container > .region__row > .region__col--3, .col-md-10, .col-md-11, .col-md-12, .region--12-cols-left .region__col, .region--12-cols-center .region__col, .region--12-cols-center-left .region__col, .region--12-cols-center-boxed .region__col, .region--12-cols-right .region__col, .site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--3, .blog-posts [id^="post-"],
.blog-posts [id^="term-"],
.archive-posts [id^="post-"],
.archive-posts [id^="term-"],
.grimlock-query-section__posts [id^="post-"],
.grimlock-query-section__posts [id^="term-"],
.terms [id^="post-"],
.terms [id^="term-"],
.search-posts [id^="post-"],
.search-posts [id^="term-"], .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col, .region__col, .testimonials-list > div,
.team-members > div,
.features > div,
.projects_list_widget > div {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, .columns-1 .testimonials-list .quote,
.columns-1 .team-member,
.projects.columns-1 ul.projects li.project,
.projects-page.columns-1 ul.projects li.project,
.region__col.region__col--1 ul.projects li.project,
body #site .widget_woothemes_features .columns-1 .feature, .columns-2 .testimonials-list .quote,
.columns-2 .team-member,
.projects.columns-2 ul.projects li.project,
.projects-page.columns-2 ul.projects li.project,
.region__col.region__col--2 ul.projects li.project,
body #site .widget_woothemes_features .columns-2 .feature, .columns-3 .testimonials-list .quote,
.columns-3 .team-member,
.projects.columns-3 ul.projects li.project,
.projects-page.columns-3 ul.projects li.project,
.region__col.region__col--3 ul.projects li.project,
body #site .widget_woothemes_features .columns-3 .feature, .columns-4 .testimonials-list .quote,
.columns-4 .team-member,
.projects.columns-4 ul.projects li.project,
.projects-page.columns-4 ul.projects li.project,
.region__col.region__col--4 ul.projects li.project,
body #site .widget_woothemes_features .columns-4 .feature, .columns-5 .testimonials-list .quote,
.columns-5 .team-member,
.projects.columns-5 ul.projects li.project,
.projects-page.columns-5 ul.projects li.project,
.region__col.region__col--5 ul.projects li.project,
body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
.columns-6 .team-member,
.projects.columns-6 ul.projects li.project,
.projects-page.columns-6 ul.projects li.project,
.region__col.region__col--6 ul.projects li.project,
body #site .widget_woothemes_features .columns-6 .feature {
  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, .region--4-8-cols-left-reverse .region__col--1 {
  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.33333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4, .columns-5 .testimonials-list .quote,
  .columns-5 .team-member,
  .projects.columns-5 ul.projects li.project,
  .projects-page.columns-5 ul.projects li.project,
  .region__col.region__col--5 ul.projects li.project,
  body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
  .columns-6 .team-member,
  .projects.columns-6 ul.projects li.project,
  .projects-page.columns-6 ul.projects li.project,
  .region__col.region__col--6 ul.projects li.project,
  body #site .widget_woothemes_features .columns-6 .feature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6, .columns-2 .testimonials-list .quote,
  .columns-2 .team-member,
  .projects.columns-2 ul.projects li.project,
  .projects-page.columns-2 ul.projects li.project,
  .region__col.region__col--2 ul.projects li.project,
  body #site .widget_woothemes_features .columns-2 .feature, .columns-3 .testimonials-list .quote,
  .columns-3 .team-member,
  .projects.columns-3 ul.projects li.project,
  .projects-page.columns-3 ul.projects li.project,
  .region__col.region__col--3 ul.projects li.project,
  body #site .widget_woothemes_features .columns-3 .feature, .columns-4 .testimonials-list .quote,
  .columns-4 .team-member,
  .projects.columns-4 ul.projects li.project,
  .projects-page.columns-4 ul.projects li.project,
  .region__col.region__col--4 ul.projects li.project,
  body #site .widget_woothemes_features .columns-4 .feature {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12, .blog-posts.posts--12-cols-classic [id^="post-"],
  .blog-posts.posts--12-cols-classic [id^="term-"], .blog-posts.terms--12-cols-classic [id^="post-"],
  .blog-posts.terms--12-cols-classic [id^="term-"],
  .archive-posts.posts--12-cols-classic [id^="post-"],
  .archive-posts.posts--12-cols-classic [id^="term-"],
  .archive-posts.terms--12-cols-classic [id^="post-"],
  .archive-posts.terms--12-cols-classic [id^="term-"],
  .grimlock-query-section__posts.posts--12-cols-classic [id^="post-"],
  .grimlock-query-section__posts.posts--12-cols-classic [id^="term-"],
  .grimlock-query-section__posts.terms--12-cols-classic [id^="post-"],
  .grimlock-query-section__posts.terms--12-cols-classic [id^="term-"],
  .terms.posts--12-cols-classic [id^="post-"],
  .terms.posts--12-cols-classic [id^="term-"],
  .terms.terms--12-cols-classic [id^="post-"],
  .terms.terms--12-cols-classic [id^="term-"],
  .search-posts.posts--12-cols-classic [id^="post-"],
  .search-posts.posts--12-cols-classic [id^="term-"],
  .search-posts.terms--12-cols-classic [id^="post-"],
  .search-posts.terms--12-cols-classic [id^="term-"], .columns-1 .testimonials-list .quote,
  .columns-1 .team-member,
  .projects.columns-1 ul.projects li.project,
  .projects-page.columns-1 ul.projects li.project,
  .region__col.region__col--1 ul.projects li.project,
  body #site .widget_woothemes_features .columns-1 .feature {
    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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3, .region__col--1, .region__col--3, .region--3-6-3-cols-left .region__col--1, .region--3-6-3-cols-left .region__col--3, .region--3-9-cols-left .region__col--1, .region--3-9-cols-left .region__col--3, .region--9-3-cols-left > .region__container > .region__row > .region__col--2, .region--9-3-cols-left > .region__container > .region__row > .region__col--4, .region--3-3-3-3-cols-left .region__col, .region--3-3-3-3-cols-center .region__col, .columns-4 .testimonials-list .quote,
  .columns-4 .team-member,
  .projects.columns-4 ul.projects li.project,
  .projects-page.columns-4 ul.projects li.project,
  .region__col.region__col--4 ul.projects li.project,
  body #site .widget_woothemes_features .columns-4 .feature, .columns-5 .testimonials-list .quote,
  .columns-5 .team-member,
  .projects.columns-5 ul.projects li.project,
  .projects-page.columns-5 ul.projects li.project,
  .region__col.region__col--5 ul.projects li.project,
  body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
  .columns-6 .team-member,
  .projects.columns-6 ul.projects li.project,
  .projects-page.columns-6 ul.projects li.project,
  .region__col.region__col--6 ul.projects li.project,
  body #site .widget_woothemes_features .columns-6 .feature {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .region--4-4-4-cols-left .region__col, .region--4-4-4-cols-left-center-right .region__col, .region--4-4-4-cols-center .region__col, .columns-3 .testimonials-list .quote,
  .columns-3 .team-member,
  .projects.columns-3 ul.projects li.project,
  .projects-page.columns-3 ul.projects li.project,
  .region__col.region__col--3 ul.projects li.project,
  body #site .widget_woothemes_features .columns-3 .feature {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5, .blog-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .blog-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"] .post-media, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .terms[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .terms[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .terms[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .terms[class*="12-cols-lateral"] [id^="term-"] .post-media,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .search-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .search-posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col--2 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6, .region--6-6-cols-left .region__col, .region--6-6-cols-left-right .region__col, .region--6-6-cols-center .region__col, .region--6-6-cols-right .region__col, .region--6-6-cols-left-reverse .region__col, .region--3-6-3-cols-left .region__col--2, .blog-posts.posts--6-6-cols-classic [id^="post-"],
  .blog-posts.posts--6-6-cols-classic [id^="term-"], .blog-posts.terms--6-6-cols-classic [id^="post-"],
  .blog-posts.terms--6-6-cols-classic [id^="term-"],
  .archive-posts.posts--6-6-cols-classic [id^="post-"],
  .archive-posts.posts--6-6-cols-classic [id^="term-"],
  .archive-posts.terms--6-6-cols-classic [id^="post-"],
  .archive-posts.terms--6-6-cols-classic [id^="term-"],
  .grimlock-query-section__posts.posts--6-6-cols-classic [id^="post-"],
  .grimlock-query-section__posts.posts--6-6-cols-classic [id^="term-"],
  .grimlock-query-section__posts.terms--6-6-cols-classic [id^="post-"],
  .grimlock-query-section__posts.terms--6-6-cols-classic [id^="term-"],
  .terms.posts--6-6-cols-classic [id^="post-"],
  .terms.posts--6-6-cols-classic [id^="term-"],
  .terms.terms--6-6-cols-classic [id^="post-"],
  .terms.terms--6-6-cols-classic [id^="term-"],
  .search-posts.posts--6-6-cols-classic [id^="post-"],
  .search-posts.posts--6-6-cols-classic [id^="term-"],
  .search-posts.terms--6-6-cols-classic [id^="post-"],
  .search-posts.terms--6-6-cols-classic [id^="term-"], .blog-posts.posts--4-4-4-cols-classic [id^="post-"],
  .blog-posts.posts--4-4-4-cols-classic [id^="term-"], .blog-posts.terms--4-4-4-cols-classic [id^="post-"],
  .blog-posts.terms--4-4-4-cols-classic [id^="term-"],
  .archive-posts.posts--4-4-4-cols-classic [id^="post-"],
  .archive-posts.posts--4-4-4-cols-classic [id^="term-"],
  .archive-posts.terms--4-4-4-cols-classic [id^="post-"],
  .archive-posts.terms--4-4-4-cols-classic [id^="term-"],
  .grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"],
  .grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="term-"],
  .grimlock-query-section__posts.terms--4-4-4-cols-classic [id^="post-"],
  .grimlock-query-section__posts.terms--4-4-4-cols-classic [id^="term-"],
  .terms.posts--4-4-4-cols-classic [id^="post-"],
  .terms.posts--4-4-4-cols-classic [id^="term-"],
  .terms.terms--4-4-4-cols-classic [id^="post-"],
  .terms.terms--4-4-4-cols-classic [id^="term-"],
  .search-posts.posts--4-4-4-cols-classic [id^="post-"],
  .search-posts.posts--4-4-4-cols-classic [id^="term-"],
  .search-posts.terms--4-4-4-cols-classic [id^="post-"],
  .search-posts.terms--4-4-4-cols-classic [id^="term-"], .blog-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .blog-posts.posts--3-3-3-3-cols-classic [id^="term-"], .blog-posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .blog-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .archive-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .archive-posts.posts--3-3-3-3-cols-classic [id^="term-"],
  .archive-posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .archive-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="term-"],
  .grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .terms.posts--3-3-3-3-cols-classic [id^="post-"],
  .terms.posts--3-3-3-3-cols-classic [id^="term-"],
  .terms.terms--3-3-3-3-cols-classic [id^="post-"],
  .terms.terms--3-3-3-3-cols-classic [id^="term-"],
  .search-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .search-posts.posts--3-3-3-3-cols-classic [id^="term-"],
  .search-posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .search-posts.terms--3-3-3-3-cols-classic [id^="term-"], .blog-posts[class*="6-6-cols-lateral"] [id^="post-"],
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"],
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"],
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"],
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"],
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"],
  .terms[class*="6-6-cols-lateral"] [id^="post-"],
  .terms[class*="6-6-cols-lateral"] [id^="term-"],
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"],
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7, .blog-posts[class*="12-cols-lateral"] [id^="post-"] .card-body,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"] .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"] .card-body,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"] .card-body,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card-body,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .card-body,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .terms[class*="12-cols-lateral"] [id^="post-"] .card-body,
  .terms[class*="12-cols-lateral"] [id^="term-"] .card-body,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .search-posts[class*="12-cols-lateral"] [id^="post-"] .card-body,
  .search-posts[class*="12-cols-lateral"] [id^="term-"] .card-body,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__col--1, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__col--1 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9, .region--3-9-cols-left .region__col--2, .region--3-9-cols-left .region__col--4, .region--9-3-cols-left > .region__container > .region__row > .region__col--1, .region--9-3-cols-left > .region__container > .region__row > .region__col--3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12, .region--12-cols-left .region__col, .region--12-cols-center .region__col, .region--12-cols-center-left .region__col, .region--12-cols-center-boxed .region__col, .region--12-cols-right .region__col, .site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--3, .blog-posts [id^="post-"],
  .blog-posts [id^="term-"],
  .archive-posts [id^="post-"],
  .archive-posts [id^="term-"],
  .grimlock-query-section__posts [id^="post-"],
  .grimlock-query-section__posts [id^="term-"],
  .terms [id^="post-"],
  .terms [id^="term-"],
  .search-posts [id^="post-"],
  .search-posts [id^="term-"] {
    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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2, .columns-5 .testimonials-list .quote,
  .columns-5 .team-member,
  .projects.columns-5 ul.projects li.project,
  .projects-page.columns-5 ul.projects li.project,
  .region__col.region__col--5 ul.projects li.project,
  body #site .widget_woothemes_features .columns-5 .feature, .columns-6 .testimonials-list .quote,
  .columns-6 .team-member,
  .projects.columns-6 ul.projects li.project,
  .projects-page.columns-6 ul.projects li.project,
  .region__col.region__col--6 ul.projects li.project,
  body #site .widget_woothemes_features .columns-6 .feature {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3, .site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .blog-posts.posts--4-4-4-cols-classic [id^="post-"],
  .blog-posts.posts--4-4-4-cols-classic [id^="term-"], .blog-posts.terms--4-4-4-cols-classic [id^="post-"],
  .blog-posts.terms--4-4-4-cols-classic [id^="term-"],
  .archive-posts.posts--4-4-4-cols-classic [id^="post-"],
  .archive-posts.posts--4-4-4-cols-classic [id^="term-"],
  .archive-posts.terms--4-4-4-cols-classic [id^="post-"],
  .archive-posts.terms--4-4-4-cols-classic [id^="term-"],
  .grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="post-"],
  .grimlock-query-section__posts.posts--4-4-4-cols-classic [id^="term-"],
  .grimlock-query-section__posts.terms--4-4-4-cols-classic [id^="post-"],
  .grimlock-query-section__posts.terms--4-4-4-cols-classic [id^="term-"],
  .terms.posts--4-4-4-cols-classic [id^="post-"],
  .terms.posts--4-4-4-cols-classic [id^="term-"],
  .terms.terms--4-4-4-cols-classic [id^="post-"],
  .terms.terms--4-4-4-cols-classic [id^="term-"],
  .search-posts.posts--4-4-4-cols-classic [id^="post-"],
  .search-posts.posts--4-4-4-cols-classic [id^="term-"],
  .search-posts.terms--4-4-4-cols-classic [id^="post-"],
  .search-posts.terms--4-4-4-cols-classic [id^="term-"], .blog-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .blog-posts.posts--3-3-3-3-cols-classic [id^="term-"], .blog-posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .blog-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .archive-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .archive-posts.posts--3-3-3-3-cols-classic [id^="term-"],
  .archive-posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .archive-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="term-"],
  .grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .terms.posts--3-3-3-3-cols-classic [id^="post-"],
  .terms.posts--3-3-3-3-cols-classic [id^="term-"],
  .terms.terms--3-3-3-3-cols-classic [id^="post-"],
  .terms.terms--3-3-3-3-cols-classic [id^="term-"],
  .search-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .search-posts.posts--3-3-3-3-cols-classic [id^="term-"],
  .search-posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .search-posts.terms--3-3-3-3-cols-classic [id^="term-"] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
  .terms[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
  .terms[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body {
    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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3, .blog-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .blog-posts.posts--3-3-3-3-cols-classic [id^="term-"], .blog-posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .blog-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .archive-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .archive-posts.posts--3-3-3-3-cols-classic [id^="term-"],
  .archive-posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .archive-posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .grimlock-query-section__posts.posts--3-3-3-3-cols-classic [id^="term-"],
  .grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .grimlock-query-section__posts.terms--3-3-3-3-cols-classic [id^="term-"],
  .terms.posts--3-3-3-3-cols-classic [id^="post-"],
  .terms.posts--3-3-3-3-cols-classic [id^="term-"],
  .terms.terms--3-3-3-3-cols-classic [id^="post-"],
  .terms.terms--3-3-3-3-cols-classic [id^="term-"],
  .search-posts.posts--3-3-3-3-cols-classic [id^="post-"],
  .search-posts.posts--3-3-3-3-cols-classic [id^="term-"],
  .search-posts.terms--3-3-3-3-cols-classic [id^="post-"],
  .search-posts.terms--3-3-3-3-cols-classic [id^="term-"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table, table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}


.table th,
table th, .table td, table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #e8e8e9;
}

.table thead th, table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e8e8e9;
}

.table tbody + tbody, table tbody + tbody {
  border-top: 2px solid #e8e8e9;
}

.table .table, table .table, .table table, table table {
  background-color: #ffffff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e8e8e9;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e8e8e9;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd), .widget_calendar table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c2d1ef;
}

.table-hover .table-primary:hover {
  background-color: #aec2ea;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aec2ea;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: white;
}

.table-hover .table-secondary:hover {
  background-color: #f2f2f2;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f2f2f2;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c9edeb;
}

.table-hover .table-success:hover {
  background-color: #b6e7e4;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b6e7e4;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8def1;
}

.table-hover .table-info:hover {
  background-color: #a3d4ed;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a3d4ed;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffd3d3;
}

.table-hover .table-warning:hover {
  background-color: #ffbaba;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffbaba;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4cfce;
}

.table-hover .table-danger:hover {
  background-color: #efbbb9;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #efbbb9;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd;
}

.table-hover .table-light:hover {
  background-color: #f0f0f0;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f0f0f0;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c9cacc;
}

.table-hover .table-dark:hover {
  background-color: #bcbdc0;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bcbdc0;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, table .thead-dark th {
  color: #ffffff;
  background-color: #181A1B;
  border-color: #2a2e2f;
}

.table .thead-light th, table .thead-light th {
  color: #454748;
  background-color: #e8e8e9;
  border-color: #e8e8e9;
}

.table-dark {
  color: #ffffff;
  background-color: #181A1B;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #2a2e2f;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd), .widget_calendar table.table-dark tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive, .widget_calendar .calendar_wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered, .widget_calendar .calendar_wrap > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.85rem + 2px);
  padding: 0.8rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #454748;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #454748;
  background-color: #ffffff;
  border-color: #245CC5;
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #86878C;
  opacity: 1;
}

.form-control::placeholder {
  color: #86878C;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e8e8e9;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #454748;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.8rem + 2px);
  padding-bottom: calc(0.8rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
}

.col-form-label-lg {
  padding-top: calc(1rem + 2px);
  padding-bottom: calc(1rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
  line-height: 1.25;
  color: #454748;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.form-control-lg {
  height: calc(3.3125rem + 2px);
  padding: 1rem 1.55rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group, .ninja-forms-form .field-wrap, .ninja-forms-form #ninja_forms_required_items, .wpcf7-form-control-wrap, .gform_wrapper .gfield {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > .region__col, .testimonials-list.form-row > div,
.team-members.form-row > div,
.features.form-row > div,
.projects_list_widget.form-row > div,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #86878C;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #3DBDB6;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 8px;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(61, 189, 182, 0.75);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #3DBDB6;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #3DBDB6;
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3DBDB6;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #3DBDB6;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #9bdfdb;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #61ccc6;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(61, 189, 182, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3DBDB6;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d9534f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 8px;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(217, 83, 79, 0.75);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d9534f;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d9534f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d9534f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f0b9b8;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e27c79;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d9534f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .ninja-forms-form .field-wrap, .ninja-forms-form .form-inline .field-wrap, .form-inline .ninja-forms-form #ninja_forms_required_items, .ninja-forms-form .form-inline #ninja_forms_required_items, .form-inline .wpcf7-form-control-wrap, .form-inline .gform_wrapper .gfield, .gform_wrapper .form-inline .gfield {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.8rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn, button,
  .button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    transition: none;
  }
}

.btn:hover, button:hover,
.button:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"], .btn:focus, button:focus,
.button:focus,
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="reset"] {
  text-decoration: none;
}

.btn:focus, button:focus,
.button:focus,
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="reset"], .btn.focus, button.focus,
.focus.button,
input.focus[type="button"],
input.focus[type="submit"],
input.focus[type="reset"] {
  outline: 0;
  box-shadow: none;
}

.btn.disabled, button.disabled,
.disabled.button,
input.disabled[type="button"],
input.disabled[type="submit"],
input.disabled[type="reset"], .btn:disabled, button:disabled,
.button:disabled,
input:disabled[type="button"],
input:disabled[type="submit"],
input:disabled[type="reset"] {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), button:not(:disabled):not(.disabled),
.button:not(:disabled):not(.disabled),
input:not(:disabled):not(.disabled)[type="button"],
input:not(:disabled):not(.disabled)[type="submit"],
input:not(:disabled):not(.disabled)[type="reset"] {
  cursor: pointer;
}

a.btn.disabled,
a.disabled.button,
fieldset:disabled a.btn,
fieldset:disabled a.button {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #245CC5;
  border-color: #245CC5;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #1e4da5;
  border-color: #1c489a;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 92, 197, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #245CC5;
  border-color: #245CC5;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #1c489a;
  border-color: #1a438f;
}

.btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 92, 197, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #34a09a;
  border-color: #319691;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #319691;
  border-color: #2d8d88;
}

.btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #0089ce;
  border-color: #0089ce;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #0070a8;
  border-color: #00679b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 206, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #0089ce;
  border-color: #0089ce;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #00679b;
  border-color: #005f8e;
}

.btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 206, 0.5);
}

.btn-warning {
  color: #ffffff;
  background-color: #FF6162;
  border-color: #FF6162;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ff3b3c;
  border-color: #ff2e2f;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 98, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff;
  background-color: #FF6162;
  border-color: #FF6162;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ff2e2f;
  border-color: #ff2123;
}

.btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 98, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #d23430;
  border-color: #c9302c;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #bf2e29;
}

.btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-light {
  color: #ffffff;
  background-color: #f8f8f9;
  border-color: #f8f8f9;
}

.btn-light:hover {
  color: #ffffff;
  background-color: #e3e3e7;
  border-color: #dddde1;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 249, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #ffffff;
  background-color: #f8f8f9;
  border-color: #f8f8f9;
}

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #ffffff;
  background-color: #dddde1;
  border-color: #d6d6dc;
}

.btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 249, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #3D404A;
  border-color: #3D404A;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #2c2e35;
  border-color: #26282e;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 64, 74, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #3D404A;
  border-color: #3D404A;
}

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #26282e;
  border-color: #202227;
}

.btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 64, 74, 0.5);
}

.btn-outline-primary {
  color: #245CC5;
  background-color: transparent;
  background-image: none;
  border-color: #245CC5;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #245CC5;
  border-color: #245CC5;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 92, 197, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #245CC5;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #245CC5;
  border-color: #245CC5;
}

.btn-outline-primary:active:focus, .btn-outline-primary.active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 92, 197, 0.5);
}

.btn-outline-secondary {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-success {
  color: #3DBDB6;
  background-color: transparent;
  background-image: none;
  border-color: #3DBDB6;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #3DBDB6;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.btn-outline-success:active:focus, .btn-outline-success.active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 182, 0.5);
}

.btn-outline-info {
  color: #0089ce;
  background-color: transparent;
  background-image: none;
  border-color: #0089ce;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #0089ce;
  border-color: #0089ce;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 206, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0089ce;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #0089ce;
  border-color: #0089ce;
}

.btn-outline-info:active:focus, .btn-outline-info.active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 137, 206, 0.5);
}

.btn-outline-warning {
  color: #FF6162;
  background-color: transparent;
  background-image: none;
  border-color: #FF6162;
}

.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #FF6162;
  border-color: #FF6162;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 98, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FF6162;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #FF6162;
  border-color: #FF6162;
}

.btn-outline-warning:active:focus, .btn-outline-warning.active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 98, 0.5);
}

.btn-outline-danger {
  color: #d9534f;
  background-color: transparent;
  background-image: none;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:active:focus, .btn-outline-danger.active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-outline-light {
  color: #f8f8f9;
  background-color: transparent;
  background-image: none;
  border-color: #f8f8f9;
}

.btn-outline-light:hover {
  color: #ffffff;
  background-color: #f8f8f9;
  border-color: #f8f8f9;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 249, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f8f9;
  background-color: transparent;
}

.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: #f8f8f9;
  border-color: #f8f8f9;
}

.btn-outline-light:active:focus, .btn-outline-light.active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 249, 0.5);
}

.btn-outline-dark {
  color: #3D404A;
  background-color: transparent;
  background-image: none;
  border-color: #3D404A;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #3D404A;
  border-color: #3D404A;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 64, 74, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3D404A;
  background-color: transparent;
}

.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #3D404A;
  border-color: #3D404A;
}

.btn-outline-dark:active:focus, .btn-outline-dark.active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 64, 74, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #245CC5;
  background-color: transparent;
}

.btn-link:hover {
  color: #183e84;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #86878C;
  pointer-events: none;
}

.btn-lg {
  padding: 1rem 1.55rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 0 0;
  margin: 10px 0 0;
  font-size: 1rem;
  color: #454748;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 10px;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 10px;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e8e8e9;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #181A1B;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #0c0d0e;
  text-decoration: none;
  background-color: #f8f8f9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #245CC5;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #86878C;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #181A1B;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #245CC5;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #245CC5;
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #acc3f0;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #86878C;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e8e8e9;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #ffffff;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #245CC5;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #245CC5;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #ffffff;
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #ffffff;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #245CC5;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #ffffff;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.85rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #454748;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #81a5e8;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(129, 165, 232, 0.5);
}

.custom-select:focus::-ms-value {
  color: #454748;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #86878C;
  background-color: #e8e8e9;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(3.3125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.85rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.85rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #245CC5;
  box-shadow: 0 0 0 0.2rem rgba(36, 92, 197, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #245CC5;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e8e8e9;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.85rem + 2px);
  padding: 0.8rem 1.25rem;
  line-height: 1.25;
  color: #454748;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.85rem;
  padding: 0.8rem 1.25rem;
  line-height: 1.25;
  color: #454748;
  content: "Browse";
  background-color: #e8e8e9;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(36, 92, 197, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(36, 92, 197, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(36, 92, 197, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #245CC5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #acc3f0;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #245CC5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #acc3f0;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #245CC5;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #acc3f0;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #86878C;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e8e8e9;
}

.nav-tabs .nav-link.disabled {
  color: #86878C;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #454748;
  background-color: #ffffff;
  border-color: #ddd;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #245CC5;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem;
}

.navbar > .container, .region .navbar > .region__container, .main-navigation.navbar--container-classic .navbar > .navbar__container, .main-navigation.navbar--container-narrow .navbar > .navbar__container, .main-navigation.navbar--container-narrower .navbar > .navbar__container, #primary > #main > .widget-area.navbar > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area.navbar > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area.navbar > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.navbar > .container-fluid,
.region.region--container-fluid.navbar > .region__container,
.region.region--container-fluid > .region__inner.navbar > .region__container,
.main-navigation.navbar--container-fluid .navbar > .navbar__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .region .navbar-expand-sm > .region__container, .main-navigation.navbar--container-classic .navbar-expand-sm > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-sm > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-sm > .navbar__container, #primary > #main > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-sm > .container-fluid,
  .region.region--container-fluid.navbar-expand-sm > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-sm > .region__container,
  .main-navigation.navbar--container-fluid .navbar-expand-sm > .navbar__container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .region .navbar-expand-sm > .region__container, .main-navigation.navbar--container-classic .navbar-expand-sm > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-sm > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-sm > .navbar__container, #primary > #main > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-sm > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-sm > .container-fluid,
  .region.region--container-fluid.navbar-expand-sm > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-sm > .region__container,
  .main-navigation.navbar--container-fluid .navbar-expand-sm > .navbar__container {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .region .navbar-expand-md > .region__container, .main-navigation.navbar--container-classic .navbar-expand-md > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-md > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-md > .navbar__container, #primary > #main > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-md > .container-fluid,
  .region.region--container-fluid.navbar-expand-md > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-md > .region__container,
  .main-navigation.navbar--container-fluid .navbar-expand-md > .navbar__container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .region .navbar-expand-md > .region__container, .main-navigation.navbar--container-classic .navbar-expand-md > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-md > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-md > .navbar__container, #primary > #main > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-md > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-md > .container-fluid,
  .region.region--container-fluid.navbar-expand-md > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-md > .region__container,
  .main-navigation.navbar--container-fluid .navbar-expand-md > .navbar__container {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .region .navbar-expand-lg > .region__container, .main-navigation.navbar--container-classic .navbar-expand-lg > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-lg > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-lg > .navbar__container, #primary > #main > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-lg > .container-fluid,
  .region.region--container-fluid.navbar-expand-lg > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-lg > .region__container,
  .main-navigation.navbar--container-fluid .navbar-expand-lg > .navbar__container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .region .navbar-expand-lg > .region__container, .main-navigation.navbar--container-classic .navbar-expand-lg > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-lg > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-lg > .navbar__container, #primary > #main > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-lg > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-lg > .container-fluid,
  .region.region--container-fluid.navbar-expand-lg > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-lg > .region__container,
  .main-navigation.navbar--container-fluid .navbar-expand-lg > .navbar__container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .region .navbar-expand-xl > .region__container, .main-navigation.navbar--container-classic .navbar-expand-xl > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-xl > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-xl > .navbar__container, #primary > #main > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-xl > .container-fluid,
  .region.region--container-fluid.navbar-expand-xl > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-xl > .region__container,
  .main-navigation.navbar--container-fluid .navbar-expand-xl > .navbar__container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .region .navbar-expand-xl > .region__container, .main-navigation.navbar--container-classic .navbar-expand-xl > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand-xl > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand-xl > .navbar__container, #primary > #main > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area.navbar-expand-xl > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  .navbar-expand-xl > .container-fluid,
  .region.region--container-fluid.navbar-expand-xl > .region__container,
  .region.region--container-fluid > .region__inner.navbar-expand-xl > .region__container,
  .main-navigation.navbar--container-fluid .navbar-expand-xl > .navbar__container {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container, .region .navbar-expand > .region__container, .main-navigation.navbar--container-classic .navbar-expand > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand > .navbar__container, #primary > #main > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.navbar-expand > .container-fluid,
.region.region--container-fluid.navbar-expand > .region__container,
.region.region--container-fluid > .region__inner.navbar-expand > .region__container,
.main-navigation.navbar--container-fluid .navbar-expand > .navbar__container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .region .navbar-expand > .region__container, .main-navigation.navbar--container-classic .navbar-expand > .navbar__container, .main-navigation.navbar--container-narrow .navbar-expand > .navbar__container, .main-navigation.navbar--container-narrower .navbar-expand > .navbar__container, #primary > #main > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area.navbar-expand > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
.navbar-expand > .container-fluid,
.region.region--container-fluid.navbar-expand > .region__container,
.region.region--container-fluid > .region__inner.navbar-expand > .region__container,
.main-navigation.navbar--container-fluid .navbar-expand > .navbar__container {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: white;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: white;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e8e8e9;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #86878C;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #86878C;
}

.badge {
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge, button .badge, .button .badge, input[type="button"] .badge, input[type="submit"] .badge, input[type="reset"] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #245CC5;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1c489a;
}

.badge-secondary {
  color: #ffffff;
  background-color: #ffffff;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-success {
  color: #ffffff;
  background-color: #3DBDB6;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #319691;
}

.badge-info {
  color: #ffffff;
  background-color: #0089ce;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #00679b;
}

.badge-warning {
  color: #ffffff;
  background-color: #FF6162;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff2e2f;
}

.badge-danger {
  color: #ffffff;
  background-color: #d9534f;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #c9302c;
}

.badge-light {
  color: #ffffff;
  background-color: #f8f8f9;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #dddde1;
}

.badge-dark {
  color: #ffffff;
  background-color: #3D404A;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #26282e;
}

.alert, .must-log-in, .no-comments, .wpcf7-response-output,
.mc4wp-alert, #primary > #main .no_users,
#primary > #main .widget-error,
#before_content .no_users,
#before_content .widget-error,
#after_content .no_users,
#after_content .widget-error, .lwa-status, body .gform_wrapper div.validation_error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.2rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #133066;
  background-color: #d3def3;
  border-color: #c2d1ef;
}

.alert-primary hr {
  border-top-color: #aec2ea;
}

.alert-primary .alert-link {
  color: #0b1c3b;
}

.alert-secondary {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-secondary hr {
  border-top-color: #f2f2f2;
}

.alert-secondary .alert-link {
  color: #6c6c6c;
}

.alert-success {
  color: #20625f;
  background-color: #d8f2f0;
  border-color: #c9edeb;
}

.alert-success hr {
  border-top-color: #b6e7e4;
}

.alert-success .alert-link {
  color: #133c3a;
}

.alert-info, #primary > #main .no_users,
#primary > #main .widget-error,
#before_content .no_users,
#before_content .widget-error,
#after_content .no_users,
#after_content .widget-error {
  color: #00476b;
  background-color: #cce7f5;
  border-color: #b8def1;
}

.alert-info hr, #primary > #main .no_users hr, #primary > #main .widget-error hr, #before_content .no_users hr, #before_content .widget-error hr, #after_content .no_users hr, #after_content .widget-error hr {
  border-top-color: #a3d4ed;
}

.alert-info .alert-link, #primary > #main .no_users .alert-link, #primary > #main .widget-error .alert-link, #before_content .no_users .alert-link, #before_content .widget-error .alert-link, #after_content .no_users .alert-link, #after_content .widget-error .alert-link {
  color: #002538;
}

.alert-warning {
  color: #853233;
  background-color: #ffdfe0;
  border-color: #ffd3d3;
}

.alert-warning hr {
  border-top-color: #ffbaba;
}

.alert-warning .alert-link {
  color: #602425;
}

.alert-danger {
  color: #712b29;
  background-color: #f7dddc;
  border-color: #f4cfce;
}

.alert-danger hr {
  border-top-color: #efbbb9;
}

.alert-danger .alert-link {
  color: #4c1d1b;
}

.alert-light {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd;
}

.alert-light hr {
  border-top-color: #f0f0f0;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #202126;
  background-color: #d8d9db;
  border-color: #c9cacc;
}

.alert-dark hr {
  border-top-color: #bcbdc0;
}

.alert-dark .alert-link {
  color: #09090a;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e8e8e9;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #245CC5;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #454748;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #454748;
  text-decoration: none;
  background-color: #f8f8f9;
}

.list-group-item-action:active {
  color: #454748;
  background-color: #e8e8e9;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #86878C;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #245CC5;
  border-color: #245CC5;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #133066;
  background-color: #c2d1ef;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #133066;
  background-color: #aec2ea;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #133066;
  border-color: #133066;
}

.list-group-item-secondary {
  color: #858585;
  background-color: white;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-success {
  color: #20625f;
  background-color: #c9edeb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #20625f;
  background-color: #b6e7e4;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #20625f;
  border-color: #20625f;
}

.list-group-item-info {
  color: #00476b;
  background-color: #b8def1;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #00476b;
  background-color: #a3d4ed;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #00476b;
  border-color: #00476b;
}

.list-group-item-warning {
  color: #853233;
  background-color: #ffd3d3;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #853233;
  background-color: #ffbaba;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #853233;
  border-color: #853233;
}

.list-group-item-danger {
  color: #712b29;
  background-color: #f4cfce;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #712b29;
  background-color: #efbbb9;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #712b29;
  border-color: #712b29;
}

.list-group-item-light {
  color: #818181;
  background-color: #fdfdfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818181;
  background-color: #f0f0f0;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818181;
  border-color: #818181;
}

.list-group-item-dark {
  color: #202126;
  background-color: #c9cacc;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #202126;
  background-color: #bcbdc0;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #202126;
  border-color: #202126;
}

.close {
  float: right;
  font-size: 1.7rem;
  font-weight: 100;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (10px * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (10px * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 0 solid #e8e8e9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 0 solid #e8e8e9;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 8% auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (8% * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (8% * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #245CC5 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1c489a !important;
}

.bg-secondary {
  background-color: #ffffff !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e6e6e6 !important;
}

.bg-success {
  background-color: #3DBDB6 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #319691 !important;
}

.bg-info {
  background-color: #0089ce !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00679b !important;
}

.bg-warning {
  background-color: #FF6162 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ff2e2f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c9302c !important;
}

.bg-light {
  background-color: #f8f8f9 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dddde1 !important;
}

.bg-dark {
  background-color: #3D404A !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #26282e !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #245CC5 !important;
}

.border-secondary {
  border-color: #ffffff !important;
}

.border-success {
  border-color: #3DBDB6 !important;
}

.border-info {
  border-color: #0089ce !important;
}

.border-warning {
  border-color: #FF6162 !important;
}

.border-danger {
  border-color: #d9534f !important;
}

.border-light {
  border-color: #f8f8f9 !important;
}

.border-dark {
  border-color: #3D404A !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clear::after,
.clearfix::after,
.entry-content::after,
.entry-header::after,
.entry-footer::after,
.comment-content::after,
.site-preheader::after,
.site-header::after,
.site-before-content::after,
.site-content::after,
.site-after-content::after,
.site-prefooter::after,
.site-footer::after,
.sidebar::after,
.region::after, .card::after, .main-navigation .navbar-nav > .menu-item .sub-menu::after,
.site-preheader .menu > .menu-item .sub-menu::after, .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item::after,
.site-preheader .menu > .menu-item .sub-menu .menu-item::after, .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu::after,
.site-preheader .menu > .menu-item .sub-menu .sub-menu::after, .site-preheader .menu::after, .vertical-navbar .navbar-nav .menu-item::after, .widget::after, .lwa.lwa-divs-only .lwa-form .lwa-links::after, .testimonials-list .quote .author::after, .projects ul.projects::after,
.projects-page ul.projects::after, .wpcf7-form-control-wrap::after {
  display: block;
  clear: both;
  content: "";
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !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-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-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-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-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-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;
  }
}

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #245CC5 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1c489a !important;
}

.text-secondary {
  color: #ffffff !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #e6e6e6 !important;
}

.text-success {
  color: #3DBDB6 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #319691 !important;
}

.text-info {
  color: #0089ce !important;
}

a.text-info:hover, a.text-info:focus {
  color: #00679b !important;
}

.text-warning {
  color: #FF6162 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ff2e2f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #c9302c !important;
}

.text-light {
  color: #f8f8f9 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dddde1 !important;
}

.text-dark {
  color: #3D404A !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #26282e !important;
}

.text-body {
  color: #454748 !important;
}

.text-muted, .widget_rss cite {
  color: #86878C !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(button):not(
  .button):not(
  input[type="button"]):not(
  input[type="submit"]):not(
  input[type="reset"]) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
  .table th,
  table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e8e8e9;
  }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #e8e8e9;
  }
}

/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*
 *  Repaintless 1.4.0
 */
.element-animated, .main-navigation .navbar-nav > .menu-item .sub-menu,
.site-preheader .menu > .menu-item .sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.avatar, #custom_header .region__container, #custom_header .region__col--2, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu {
  animation-duration: 1s;
}

.element-animated.short, .main-navigation .navbar-nav > .menu-item .short.sub-menu,
.site-preheader .menu > .menu-item .short.sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .short.main-navigation, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.short.avatar, #custom_header .short.region__container, #custom_header .short.region__col--2, .widget_icl_lang_sel_widget .wpml-ls .short.wpml-ls-sub-menu {
  animation-duration: .5s;
}

.element-animated.long, .main-navigation .navbar-nav > .menu-item .long.sub-menu,
.site-preheader .menu > .menu-item .long.sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .long.main-navigation, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.long.avatar, #custom_header .long.region__container, #custom_header .long.region__col--2, .widget_icl_lang_sel_widget .wpml-ls .long.wpml-ls-sub-menu {
  animation-duration: 2s;
}

.element-animated.infinite, .main-navigation .navbar-nav > .menu-item .infinite.sub-menu,
.site-preheader .menu > .menu-item .infinite.sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .infinite.main-navigation, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.infinite.avatar, #custom_header .infinite.region__container, #custom_header .infinite.region__col--2, .widget_icl_lang_sel_widget .wpml-ls .infinite.wpml-ls-sub-menu {
  animation-iteration-count: infinite;
}

@keyframes slide-from-right {
  0% {
    transform: translateX(60px);
  }
  100% {
    transform: none;
  }
}

.slide-from-right {
  animation-name: slide-from-right;
}

@keyframes slide-from-left {
  0% {
    transform: translateX(-60px);
  }
  100% {
    transform: none;
  }
}

.slide-from-left {
  animation-name: slide-from-left;
}

@keyframes slide-from-top {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: none;
  }
}

.slide-from-top, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation {
  animation-name: slide-from-top;
}

@keyframes slide-from-bottom {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: none;
  }
}

.slide-from-bottom {
  animation-name: slide-from-bottom;
}

@keyframes slide-from-right-bottom {
  0% {
    transform: translate(30px, 30px);
  }
  100% {
    transform: none;
  }
}

.slide-from-right-bottom {
  animation-name: slide-from-right-bottom;
}

@keyframes slide-from-left-bottom {
  0% {
    transform: translate(-30px, 30px);
  }
  100% {
    transform: none;
  }
}

.slide-from-left-bottom {
  animation-name: slide-from-left-bottom;
}

@keyframes slide-from-right-top {
  0% {
    transform: translate(30px, -30px);
  }
  100% {
    transform: none;
  }
}

.slide-from-right-top {
  animation-name: slide-from-right-top;
}

@keyframes slide-from-left-top {
  0% {
    transform: translate(-30px, -30px);
  }
  100% {
    transform: none;
  }
}

.slide-from-left-top {
  animation-name: slide-from-left-top;
}

@keyframes slide-left-right {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: none;
  }
  100% {
    transform: translateX(30px);
  }
}

.slide-left-right {
  animation-name: slide-left-right;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes slide-top-bottom {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: none;
  }
  100% {
    transform: translateY(30px);
  }
}

.slide-top-bottom {
  animation-name: slide-top-bottom;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes tremble {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateX(5px);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: none;
  }
}

.tremble {
  animation-name: tremble;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes fade-out {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 0;
  }
}

.fade-out {
  animation-name: fade-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in, .main-navigation .navbar-nav > .menu-item .sub-menu,
.site-preheader .menu > .menu-item .sub-menu, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.avatar, #custom_header .region__container, #custom_header .region__col--2, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu {
  animation-name: fade-in;
  animation-timing-function: ease-in;
}

@keyframes pulsate {
  0%, 100% {
    opacity: .8;
  }
  50% {
    opacity: .6;
  }
}

.pulsate {
  animation-name: pulsate;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: none;
  }
}

.rotate {
  animation-name: rotate;
  animation-timing-function: ease-in-out;
}

@keyframes rotate-slide-from-right {
  0% {
    transform: translateX(60px) rotate(1turn);
    transform-origin: center;
  }
  100% {
    transform: none;
  }
}

.rotate-slide-from-right {
  animation-name: rotate-slide-from-right;
  animation-timing-function: ease-in-out;
}

@keyframes rotate-slide-from-left {
  0% {
    transform: translateX(-60px) rotate(-1turn);
    transform-origin: center;
  }
  100% {
    transform: none;
  }
}

.rotate-slide-from-left {
  animation-name: rotate-slide-from-left;
  animation-timing-function: ease-in-out;
}

@keyframes rotate-slide-from-top {
  0% {
    transform: translateY(-60px) rotate(-1turn);
    transform-origin: center;
  }
  100% {
    transform: none;
  }
}

.rotate-slide-from-top {
  animation-name: rotate-slide-from-top;
  animation-timing-function: ease-in-out;
}

@keyframes rotate-slide-from-bottom {
  0% {
    transform: translateY(60px) rotate(-1turn);
    transform-origin: center;
  }
  100% {
    transform: none;
  }
}

.rotate-slide-from-bottom {
  animation-name: rotate-slide-from-bottom;
  animation-timing-function: ease-in-out;
}

@keyframes appear-from-right {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  40% {
    opacity: .7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.appear-from-right {
  animation-name: appear-from-right;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes appear-from-left {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  40% {
    opacity: .7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.appear-from-left {
  animation-name: appear-from-left;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes appear-from-top {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  40% {
    opacity: .7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.appear-from-top {
  animation-name: appear-from-top;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes appear-from-bottom {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  40% {
    opacity: .7;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.appear-from-bottom {
  animation-name: appear-from-bottom;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

/*------------------------------------*\
    #BASE
\*------------------------------------*/
/**
 * Copy
 * Text and typography components
 */
a {
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

a h1, a h2, a h3, a h4, a h5, a h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

a img {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  a img {
    transition: none;
  }
}

a:hover img {
  opacity: .85;
}

.lead {
  -webkit-font-smoothing: antialiased;
}

hr {
  opacity: 0.15;
  border-top-width: 1px;
}

hr[class*="border-"] {
  opacity: 1;
}

blockquote:not(.card-blockquote), blockquote:not(.card-blockquote),
.blockquote {
  position: relative;
  margin: 1.875rem 0;
  padding: 2rem;
  border-bottom: 2px solid #245CC5;
  font-style: normal;
}

blockquote:not(.card-blockquote):before,
blockquote:not(.card-blockquote):before,
.blockquote:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  position: absolute;
  top: -0.5em;
  left: 1rem;
  display: inline-block;
  font-size: 2rem;
  color: #245CC5;
  pointer-events: none;
}

blockquote:not(.card-blockquote) p,
blockquote:not(.card-blockquote) p,
.blockquote p {
  font-size: 1em;
  color: inherit;
}

blockquote:not(.card-blockquote) p:last-of-type,
blockquote:not(.card-blockquote) p:last-of-type,
.blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote:not(.card-blockquote) caption,
blockquote:not(.card-blockquote) .blockquote-footer,
blockquote:not(.card-blockquote) caption,
.blockquote caption,
blockquote:not(.card-blockquote) .blockquote-footer,
.blockquote .blockquote-footer {
  font-size: 80%;
  color: inherit;
  opacity: .65;
}

dfn, cite, em, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #454748;
  cursor: help;
}

pre {
  color: inherit;
}

/* Horizontal description */
.dl-horizontal {
  margin-left: -15px;
  margin-right: 0;
}

/* Maps */
.gmpInfoWindowtitle {
  color: inherit !important;
}

.section.no-results.not-found {
  margin: 6% auto;
  max-width: 550px;
  text-align: center;
}

/**
 * Fonts
 *
 * Custom fonts.
 */
@font-face {
  font-family: 'gwangi';
  src: url("assets/fonts/gwangi/gwangi.woff?foirwg") format("woff");
  font-weight: normal;
  font-style: normal;
}

.gwangi-icon {
  font-family: 'gwangi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

.gwangi-match-simple:before {
  content: "\e946";
}

.gwangi-match:before {
  content: "\e944";
}

.gwangi-anchor-arrow:before {
  content: "\e944";
}

.gwangi-brush:before {
  content: "\e943";
}

.gwangi-all-albums:before {
  content: "\e91d";
}

.gwangi-all-images:before {
  content: "\e91e";
}

.gwangi-all-media:before {
  content: "\e91f";
}

.gwangi-all-music:before {
  content: "\e926";
}

.gwangi-all-video:before {
  content: "\e942";
}

.gwangi-most-member:before {
  content: "\e917";
}

.gwangi-alphabetical:before {
  content: "\e919";
}

.gwangi-profile-updates:before {
  content: "\e91a";
}

.gwangi-new-group:before {
  content: "\e91c";
}

.gwangi-lock:before {
  content: "\e913";
}

.gwangi-bullhorn:before {
  content: "\e941";
}

.gwangi-calendar:before {
  content: "\e900";
}

.gwangi-calendar-plus:before {
  content: "\e901";
}

.gwangi-calendar-times:before {
  content: "\e902";
}

.gwangi-calendar-minus:before {
  content: "\e903";
}

.gwangi-calendar-check:before {
  content: "\e904";
}

.gwangi-reply-all:before {
  content: "\e905";
}

.gwangi-bullseye:before {
  content: "\e906";
}

.gwangi-group-request:before {
  content: "\e907";
}

.gwangi-quill:before {
  content: "\e908";
}

.gwangi-paper-plane:before {
  content: "\e909";
}

.gwangi-mail:before {
  content: "\e90a";
}

.gwangi-notification:before {
  content: "\e90b";
}

.gwangi-box-add:before {
  content: "\e90c";
}

.gwangi-visibility-on:before {
  content: "\e90d";
}

.gwangi-visibility-off:before {
  content: "\e90e";
}

.gwangi-asterisk:before {
  content: "\e90f";
}

.gwangi-star-off:before {
  content: "\e910";
}

.gwangi-star-half:before {
  content: "\e911";
}

.gwangi-star-on:before {
  content: "\e912";
}

.gwangi-new-people:before {
  content: "\e924";
}

.gwangi-profile-avatar:before {
  content: "\e925";
}

.gwangi-cropping:before {
  content: "\e927";
}

.gwangi-refresh:before {
  content: "\e928";
}

.gwangi-macaroon:before {
  content: "\e929";
}

.gwangi-forum:before {
  content: "\e92a";
}

.gwangi-edit:before {
  content: "\e92b";
}

.gwangi-swap:before {
  content: "\e92c";
}

.gwangi-balloon:before {
  content: "\e914";
}

.gwangi-bell:before {
  content: "\e915";
}

.gwangi-cog:before {
  content: "\e918";
}

.gwangi-settings:before {
  content: "\e918";
}

.gwangi-image:before {
  content: "\e91b";
}

.gwangi-marker:before {
  content: "\e920";
}

.gwangi-paperclip:before {
  content: "\e921";
}

.gwangi-planet:before {
  content: "\e922";
}

.gwangi-sun:before {
  content: "\e923";
}

.gwangi-trash:before {
  content: "\e92d";
}

.gwangi-fire:before {
  content: "\e92e";
}

.gwangi-all-members:before {
  content: "\e92f";
}

.gwangi-at:before {
  content: "\e930";
}

.gwangi-cart:before {
  content: "\e931";
}

.gwangi-chat-off:before {
  content: "\e932";
}

.gwangi-chat-on:before {
  content: "\e933";
}

.gwangi-filter:before {
  content: "\e934";
}

.gwangi-my-groups:before {
  content: "\e935";
}

.gwangi-gwangi:before {
  content: "\e936";
}

.gwangi-last-active:before {
  content: "\e937";
}

.gwangi-love-off:before {
  content: "\e938";
}

.gwangi-love-on:before {
  content: "\e939";
}

.gwangi-love-request:before {
  content: "\e93a";
}

.gwangi-people:before {
  content: "\e93b";
}

.gwangi-pinned-off:before {
  content: "\e93c";
}

.gwangi-pinned-on:before {
  content: "\e93d";
}

.gwangi-plus:before {
  content: "\e93e";
}

.gwangi-remove:before {
  content: "\e916";
}

.gwangi-search:before {
  content: "\e93f";
}

.gwangi-smile:before {
  content: "\e940";
}

.gwangi-person-off:before {
  content: "\e952";
}

.gwangi-person-on:before {
  content: "\e953";
}

.gwangi-person-request:before {
  content: "\e954";
}

.gwangi-plus:before, .gwangi-add-on:before {
  content: "\e93e";
}

.gwangi-add-request:before {
  content: "\e948";
}

.gwangi-like-off:before {
  content: "\e949";
}

.gwangi-like-on:before {
  content: "\e94a";
}

.gwangi-like-request:before {
  content: "\e94b";
}

.gwangi-smile-off:before {
  content: "\e94c";
}

.gwangi-smile-on:before {
  content: "\e94d";
}

.gwangi-smile-request:before {
  content: "\e94e";
}

.gwangi-star-off:before {
  content: "\e910";
}

.gwangi-star-on:before {
  content: "\e912";
}

.gwangi-star-request:before {
  content: "\e951";
}

.gwangi-crown:before {
  content: "\e956";
}

.gwangi-student:before {
  content: "\e955";
}

/* Override fonts */
:root {
  --grimlock-icon-times: "\e916";
  --grimlock-icon-times-font-family: 'gwangi';
  --grimlock-icon-check: "\e947";
  --grimlock-icon-check-font-family: 'gwangi';
  --grimlock-icon-edit: "\e92b";
  --grimlock-icon-edit-font-family: 'gwangi';
  --grimlock-icon-alert-circle: "\e90b";
  --grimlock-icon-alert-circle-font-family: 'gwangi';
  --grimlock-icon-plus: "\e93e";
  --grimlock-icon-plus-font-family: 'gwangi';
  --grimlock-icon-search: "\e93f";
  --grimlock-icon-search-font-family: 'gwangi';
  --grimlock-icon-cog: "\e918";
  --grimlock-icon-cog-font-family: 'gwangi';
  --grimlock-icon-filter: "\e934";
  --grimlock-icon-filter-font-family: 'gwangi';
  --grimlock-icon-lock: "\e913";
  --grimlock-icon-lock-font-family: 'gwangi';
  --grimlock-icon-globe: "\e922";
  --grimlock-icon-globe-font-family: 'gwangi';
  --grimlock-icon-map-marker: "\e920";
  --grimlock-icon-map-marker-font-family: 'gwangi';
  --grimlock-icon-trash: "\e92d";
  --grimlock-icon-trash-font-family: 'gwangi';
  --grimlock-icon-paperclip: "\e921";
  --grimlock-icon-paperclip-font-family: 'gwangi';
  --grimlock-icon-message: "\e933";
  --grimlock-icon-message-font-family: 'gwangi';
  --grimlock-icon-messages: "\e933";
  --grimlock-icon-messages-font-family: 'gwangi';
  --grimlock-icon-loading: "\e957";
  --grimlock-icon-loading-font-family: 'gwangi';
  --grimlock-icon-grid: "\e91f";
  --grimlock-icon-grid-font-family: 'gwangi';
  --grimlock-icon-eye: "\e90d";
  --grimlock-icon-eye-font-family: 'gwangi';
  --grimlock-icon-eye-off: "\e90e";
  --grimlock-icon-eye-off-font-family: 'gwangi';
  --grimlock-icon-user: "\e93b";
  --grimlock-icon-user-font-family: 'gwangi';
  --grimlock-icon-users: "\e92f";
  --grimlock-icon-users-font-family: 'gwangi';
  --grimlock-icon-group: "\e92f";
  --grimlock-icon-group-font-family: 'gwangi';
  --grimlock-icon-groups: "\e92f";
  --grimlock-icon-groups-font-family: 'gwangi';
  --grimlock-icon-star: "\e912";
  --grimlock-icon-star-font-family: 'gwangi';
  --grimlock-icon-star-half: "\e911";
  --grimlock-icon-star-half-font-family: 'gwangi';
  --grimlock-icon-star-off: "\e910";
  --grimlock-icon-star-off-font-family: 'gwangi';
  --grimlock-icon-at: "\e930";
  --grimlock-icon-at-font-family: 'gwangi';
  --grimlock-icon-personal: "\e93b";
  --grimlock-icon-personal-font-family: 'gwangi';
  --grimlock-icon-trophy: "\e929";
  --grimlock-icon-trophy-font-family: 'gwangi';
  --grimlock-icon-profile-avatar: "\e925";
  --grimlock-icon-profile-avatar-font-family: 'gwangi';
  --grimlock-icon-image: "\e91b";
  --grimlock-icon-image-font-family: 'gwangi';
  --grimlock-icon-inbox: "\e90c";
  --grimlock-icon-inbox-font-family: 'gwangi';
  --grimlock-icon-quill: "\e908";
  --grimlock-icon-quill-font-family: 'gwangi';
  --grimlock-icon-bell: "\e915";
  --grimlock-icon-bell-font-family: 'gwangi';
  --grimlock-icon-envelope: "\e90a";
  --grimlock-icon-envelope-font-family: 'gwangi';
  --grimlock-icon-chat: "\e933";
  --grimlock-icon-chat-font-family: 'gwangi';
  --grimlock-icon-topic: "\e933";
  --grimlock-icon-topic-font-family: 'gwangi';
  --grimlock-icon-album: "\e91d";
  --grimlock-icon-album-font-family: 'gwangi';
  --grimlock-icon-video: "\e942";
  --grimlock-icon-video-font-family: 'gwangi';
  --grimlock-icon-music: "\e926";
  --grimlock-icon-music-font-family: 'gwangi';
  --grimlock-icon-spinner: "\e957";
  --grimlock-icon-spinner-font-family: 'gwangi';
  --grimlock-icon-calendar: "\e900";
  --grimlock-icon-calendar-font-family: 'gwangi';
  --grimlock-icon-asterisk: "\e922";
  --grimlock-icon-asterisk-font-family: 'gwangi';
  --grimlock-icon-stat: "\e917";
  --grimlock-icon-stat-font-family: 'gwangi';
  --grimlock-icon-refresh: "\e928";
  --grimlock-icon-refresh-font-family: 'gwangi';
  --grimlock-icon-switch: "\e92c";
  --grimlock-icon-switch-font-family: 'gwangi';
  --grimlock-icon-cart: "\e931";
  --grimlock-icon-cart-font-family: 'gwangi';
  --grimlock-icon-checkout: "\e947";
  --grimlock-icon-checkout-font-family: 'gwangi';
  --grimlock-icon-post-format-image: "\e91b";
  --grimlock-icon-post-format-image-font-family: 'gwangi';
  --grimlock-icon-post-format-video: "\e942";
  --grimlock-icon-post-format-video-font-family: 'gwangi';
  --grimlock-icon-post-format-gallery: "\e91d";
  --grimlock-icon-post-format-gallery-font-family: 'gwangi';
  --grimlock-icon-post-format-audio: "\e926";
  --grimlock-icon-post-format-audio-font-family: 'gwangi';
  --grimlock-icon-post-format-chat: "\e90b";
  --grimlock-icon-post-format-chat-font-family: 'gwangi';
  --grimlock-icon-user-new: "\e924";
  --grimlock-icon-user-new-font-family: 'gwangi';
  --grimlock-icon-group-request: "\e907";
  --grimlock-icon-group-request-font-family: 'gwangi';
  --grimlock-icon-bp-private-message: "\e933";
  --grimlock-icon-bp-private-message-font-family: 'gwangi';
  --grimlock-icon-bp-friend-add: "\e938";
  --grimlock-icon-bp-friend-add-font-family: 'gwangi';
  --grimlock-icon-my-groups: "\e935";
  --grimlock-icon-my-groups-font-family: 'gwangi';
  --grimlock-icon-my-friends: "\e939";
  --grimlock-icon-my-friends-font-family: 'gwangi';
  --grimlock-icon-my-friends-person: "\e953";
  --grimlock-icon-my-friends-person-font-family: 'gwangi';
  --grimlock-icon-my-friends-like: "\e94a";
  --grimlock-icon-my-friends-like-font-family: 'gwangi';
  --grimlock-icon-my-friends-smile: "\e94d";
  --grimlock-icon-my-friends-smile-font-family: 'gwangi';
  --grimlock-icon-my-friends-star: "\e912";
  --grimlock-icon-my-friends-star-font-family: 'gwangi';
  --grimlock-icon-my-friends-symbol: "\e947";
  --grimlock-icon-my-friends-symbol-font-family: 'gwangi';
  --grimlock-icon-bp-friend-person-add: "\e952";
  --grimlock-icon-bp-friend-person-add-font-family: 'gwangi';
  --grimlock-icon-bp-friend-smile-add: "\e94c";
  --grimlock-icon-bp-friend-smile-add-font-family: 'gwangi';
  --grimlock-icon-bp-friend-like-add: "\e949";
  --grimlock-icon-bp-friend-like-add-font-family: 'gwangi';
  --grimlock-icon-bp-friend-star-add: "\e910";
  --grimlock-icon-bp-friend-star-add-font-family: 'gwangi';
  --grimlock-icon-bp-friend-symbol-add: "\e93e";
  --grimlock-icon-bp-friend-symbol-add-font-family: 'gwangi';
  --grimlock-icon-bp-friend-requested: "\e93a";
  --grimlock-icon-bp-friend-requested-font-family: 'gwangi';
  --grimlock-icon-bp-friend-person-requested: "\e954";
  --grimlock-icon-bp-friend-person-requested-font-family: 'gwangi';
  --grimlock-icon-bp-friend-smile-requested: "\e94e";
  --grimlock-icon-bp-friend-smile-requested-font-family: 'gwangi';
  --grimlock-icon-bp-friend-like-requested: "\e94b";
  --grimlock-icon-bp-friend-like-requested-font-family: 'gwangi';
  --grimlock-icon-bp-friend-star-requested: "\e951";
  --grimlock-icon-bp-friend-star-requested-font-family: 'gwangi';
  --grimlock-icon-bp-friend-symbol-requested: "\e948";
  --grimlock-icon-bp-friend-symbol-requested-font-family: 'gwangi';
  --grimlock-icon-bp-friend-approved: "\e939";
  --grimlock-icon-bp-friend-approved-font-family: 'gwangi';
  --grimlock-icon-bp-friend-person-approved: "\e953";
  --grimlock-icon-bp-friend-person-approved-font-family: 'gwangi';
  --grimlock-icon-bp-friend-smile-approved: "\e94d";
  --grimlock-icon-bp-friend-smile-approved-font-family: 'gwangi';
  --grimlock-icon-bp-friend-like-approved: "\e94a";
  --grimlock-icon-bp-friend-like-approved-font-family: 'gwangi';
  --grimlock-icon-bp-friend-star-approved: "\e912";
  --grimlock-icon-bp-friend-star-approved-font-family: 'gwangi';
  --grimlock-icon-bp-friend-symbol-approved: "\e947";
  --grimlock-icon-bp-friend-symbol-approved-font-family: 'gwangi';
  --grimlock-icon-bp-friend-remove: "\e916";
  --grimlock-icon-bp-friend-remove-font-family: 'gwangi';
  --grimlock-icon-bp-friend-person-remove: "\e916";
  --grimlock-icon-bp-friend-person-remove-font-family: 'gwangi';
  --grimlock-icon-bp-friend-smile-remove: "\e916";
  --grimlock-icon-bp-friend-smile-remove-font-family: 'gwangi';
  --grimlock-icon-bp-friend-like-remove: "\e916";
  --grimlock-icon-bp-friend-like-remove-font-family: 'gwangi';
  --grimlock-icon-bp-friend-star-remove: "\e916";
  --grimlock-icon-bp-friend-star-remove-font-family: 'gwangi';
  --grimlock-icon-bp-friend-symbol-remove: "\e916";
  --grimlock-icon-bp-friend-symbol-remove-font-family: 'gwangi';
  --grimlock-icon-bp-match: "\e946";
  --grimlock-icon-bp-match-font-family: 'gwangi';
  --grimlock-icon-wc-wishlist: "\e938";
  --grimlock-icon-wc-wishlist-font-family: 'gwangi';
  --grimlock-icon-wc-wishlist-added: "\e939";
  --grimlock-icon-wc-wishlist-added-font-family: 'gwangi';
  --grimlock-icon-wc-filters: "\e934";
  --grimlock-icon-wc-filters-font-family: 'gwangi';
  --grimlock-icon-tec-week: "\e91f";
  --grimlock-icon-tec-week-font-family: 'gwangi';
  --grimlock-icon-tec-map: "\e920";
  --grimlock-icon-tec-map-font-family: 'gwangi';
}

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * Alignments
 *
 * Positionning content elements.
 */
.entry-content .size-full {
  max-width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.entry-content .alignleft {
  float: left;
  margin: 0 15px 30px 0;
}

.entry-content .aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}

.entry-content .alignright {
  float: right;
  margin: 0 0 30px 15px;
}

.entry-content .alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}

.entry-content p .size-full {
  max-width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
}

.entry-content p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}

.entry-content p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}

.entry-content p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}

.entry-content p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}

.post-media .entry-content p .alignnone {
  margin: 0;
}

/**
 * Clearings
 *
 * Clear all wrappers & regions.
 */
/**
 * Containers
 *
 * Constraining elements.
 */
.container--narrower {
  max-width: 576px;
}

.container--narrow {
  max-width: 800px;
}

.container--medium {
  width: 95%;
  max-width: 1400px;
  padding-left: var(--grimlock-container-padding);
  padding-right: var(--grimlock-container-padding);
}

.grimlock--navigation-fixed-left .container--medium,
.grimlock--navigation-fixed-right .container--medium {
  max-width: 100%;
}

.container--max {
  width: 100%;
  max-width: 1600px;
}

@media (max-width: 991.98px) {
  .container, .region .region__container, .main-navigation.navbar--container-classic .navbar__container, .main-navigation.navbar--container-narrow .navbar__container, .main-navigation.navbar--container-narrower .navbar__container, #primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
  #after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
    width: 100%;
    max-width: 100%;
  }
}

/**
 * Regions
 *
 * Components use a single region model to define a global layout architecture.
 */
.region {
  position: relative;
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-bottom-color: transparent;
}

@media (max-width: 991.98px) {
  .region__col {
    flex-basis: auto;
  }
}

.region.region--container-fluid > .region__inner > .region__container, .region.region--container-classic > .region__inner > .region__container {
  padding-left: var(--grimlock-container-padding);
  padding-right: var(--grimlock-container-padding);
}

.region.region--container-fluid > .region__container,
.region.region--container-fluid > .region__inner > .region__container {
  max-width: 100%;
}

.region.region--container-fluid.region--12-cols-center > .region__inner > .region__container > .region__row, .region.region--container-fluid.region--12-cols-right > .region__inner > .region__container > .region__row, .region.region--container-fluid.region--12-cols-left > .region__inner > .region__container > .region__row {
  margin-left: 0;
  margin-right: 0;
}

.region.region--container-fluid.region--12-cols-center > .region__inner > .region__container > .region__row > .region__col, .region.region--container-fluid.region--12-cols-right > .region__inner > .region__container > .region__row > .region__col, .region.region--container-fluid.region--12-cols-left > .region__inner > .region__container > .region__row > .region__col {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .region.region--container-classic > .region__container,
  .region.region--container-classic > .region__inner > .region__container {
    width: 100%;
    max-width: 1400px;
  }
}

.region.region--container-narrow > .region__container,
.region.region--container-narrow > .region__inner > .region__container {
  max-width: 800px;
}

.region.region--container-narrower > .region__container,
.region.region--container-narrower > .region__inner > .region__container {
  max-width: 576px;
}

.region--12-cols-center .region__col--1,
.region--12-cols-center .section__header,
.region--12-cols-center .section__footer,
.region--12-cols-center .section__text,
.region--12-cols-center .section__thumbnail, .region--12-cols-center-left .region__col--1,
.region--12-cols-center-left .section__header,
.region--12-cols-center-left .section__footer,
.region--12-cols-center-left .section__text,
.region--12-cols-center-left .section__thumbnail, .region--12-cols-center-boxed .region__col--1,
.region--12-cols-center-boxed .section__header,
.region--12-cols-center-boxed .section__footer,
.region--12-cols-center-boxed .section__text,
.region--12-cols-center-boxed .section__thumbnail {
  text-align: center;
}

.region--12-cols-center .grimlock-query-section__posts,
.region--12-cols-center .grimlock-term-query-section__terms,
.region--12-cols-center .grimlock-author-avatars__author-list, .region--12-cols-center-boxed .grimlock-query-section__posts,
.region--12-cols-center-boxed .grimlock-term-query-section__terms,
.region--12-cols-center-boxed .grimlock-author-avatars__author-list {
  justify-content: center;
}

.region--12-cols-center .widget {
  text-align: center;
}

.region--12-cols-right .region__col--1,
.region--12-cols-right .section__header,
.region--12-cols-right .section__footer,
.region--12-cols-right .section__text,
.region--12-cols-right .section__thumbnail {
  text-align: right;
}

.region--12-cols-right .grimlock-query-section__posts,
.region--12-cols-right .grimlock-term-query-section__terms,
.region--12-cols-right .grimlock-author-avatars__author-list {
  justify-content: flex-end;
}

.region--12-cols-right .widget {
  text-align: right;
}

.region--6-6-cols-left-right .region__col--2, .region--6-6-cols-left-right .region__col--4 {
  text-align: right;
}

.region--6-6-cols-center .region__col, .region--6-6-cols-center .region__col .widget {
  text-align: center;
}

.region--6-6-cols-right .region__col, .region--6-6-cols-right .region__col .widget {
  text-align: right;
}

@media (min-width: 576px) {
  .region--6-6-cols-left-reverse .region__col--1 {
    order: 1;
  }
}

.region--4-4-4-cols-left-center-right .region__col--2,
.region--4-4-4-cols-left-center-right .region__col--2 .widget {
  text-align: center;
}

.region--4-4-4-cols-left-center-right .region__col--3, .region--4-4-4-cols-left-center-right .region__col--3 .widget {
  text-align: right;
}

.region--4-4-4-cols-center .region__col, .region--4-4-4-cols-center .region__col .widget {
  text-align: center;
}

.region--4-8-cols-left .region__col--1, .region--4-8-cols-left .region__col--3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left .region__col--1, .region--4-8-cols-left .region__col--3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.region--4-8-cols-left .region__col--2, .region--4-8-cols-left .region__col--4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left .region__col--2, .region--4-8-cols-left .region__col--4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.region--4-8-cols-left-right .region__col--1, .region--4-8-cols-left-right .region__col--3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left-right .region__col--1, .region--4-8-cols-left-right .region__col--3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.region--4-8-cols-left-right .region__col--2, .region--4-8-cols-left-right .region__col--4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left-right .region__col--2, .region--4-8-cols-left-right .region__col--4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.region--4-8-cols-left-right .region__col--2, .region--4-8-cols-left-right .region__col--2 .widget, .region--4-8-cols-left-right .region__col--4, .region--4-8-cols-left-right .region__col--4 .widget {
  text-align: right;
}

.region--8-4-cols-left .region__col--1, .region--8-4-cols-left .region__col--3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--8-4-cols-left .region__col--1, .region--8-4-cols-left .region__col--3 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.region--8-4-cols-left .region__col--2, .region--8-4-cols-left .region__col--4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--8-4-cols-left .region__col--2, .region--8-4-cols-left .region__col--4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.region--8-4-cols-left-right .region__col--1, .region--8-4-cols-left-right .region__col--3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--8-4-cols-left-right .region__col--1, .region--8-4-cols-left-right .region__col--3 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.region--8-4-cols-left-right .region__col--2, .region--8-4-cols-left-right .region__col--4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--8-4-cols-left-right .region__col--2, .region--8-4-cols-left-right .region__col--4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.region--8-4-cols-left-right .region__col--2, .region--8-4-cols-left-right .region__col--2 .widget, .region--8-4-cols-left-right .region__col--4, .region--8-4-cols-left-right .region__col--4 .widget {
  text-align: right;
}

.region--4-8-cols-left-reverse .region__col--1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left-reverse .region__col--1 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.region--4-8-cols-left-reverse .region__col--2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .region--4-8-cols-left-reverse .region__col--2 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.region--3-3-3-3-cols-center .region__col, .region--3-3-3-3-cols-center .region__col .widget {
  text-align: center;
}

@media (max-width: 767.98px) {
  .grimlock-region--pt-1 > .region__inner,
  .grimlock-region--pt-2 > .region__inner,
  .grimlock-region--pt-3 > .region__inner,
  .grimlock-region--pt-4 > .region__inner,
  .grimlock-region--pt-5 > .region__inner,
  .grimlock-region--pt-6 > .region__inner,
  .grimlock-region--pt-7 > .region__inner,
  .grimlock-region--pt-8 > .region__inner,
  .grimlock-region--pt-9 > .region__inner,
  .grimlock-region--pt-10 > .region__inner {
    padding-top: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pt-11 > .region__inner,
  .grimlock-region--pt-12 > .region__inner,
  .grimlock-region--pt-13 > .region__inner,
  .grimlock-region--pt-14 > .region__inner {
    padding-top: 75px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pt-15 > .region__inner,
  .grimlock-region--pt-16 > .region__inner,
  .grimlock-region--pt-17 > .region__inner,
  .grimlock-region--pt-18 > .region__inner,
  .grimlock-region--pt-19 > .region__inner,
  .grimlock-region--pt-20 > .region__inner {
    padding-top: 95px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pb-1 > .region__inner,
  .grimlock-region--pb-2 > .region__inner,
  .grimlock-region--pb-3 > .region__inner,
  .grimlock-region--pb-4 > .region__inner,
  .grimlock-region--pb-5 > .region__inner,
  .grimlock-region--pb-6 > .region__inner,
  .grimlock-region--pb-7 > .region__inner,
  .grimlock-region--pb-8 > .region__inner,
  .grimlock-region--pb-9 > .region__inner,
  .grimlock-region--pb-10 > .region__inner {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pb-11 > .region__inner,
  .grimlock-region--pb-12 > .region__inner,
  .grimlock-region--pb-13 > .region__inner,
  .grimlock-region--pb-14 > .region__inner,
  .grimlock-region--pb-15 > .region__inner {
    padding-bottom: 75px !important;
  }
}

@media (max-width: 767.98px) {
  .grimlock-region--pb-16 > .region__inner,
  .grimlock-region--pb-17 > .region__inner,
  .grimlock-region--pb-18 > .region__inner,
  .grimlock-region--pb-19 > .region__inner,
  .grimlock-region--pb-20 > .region__inner {
    padding-bottom: 95px !important;
  }
}

/**
 * Sidebar
 *
 * Sidebars styles.
 */
.sidebar-nav {
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  #secondary-left,
  #secondary-right {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/**
 * Wrappers
 *
 * Wrapping elements.
 */
body {
  height: 100%;
  padding-top: 0;
}

.grimlock--boxed .site-wrapper {
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.site {
  position: relative;
  height: 100%;
}

.site-preheader .region__col + .region__col,
.site-prefooter .region__col + .region__col,
.site-footer .region__col + .region__col {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .site-preheader .region__col + .region__col,
  .site-prefooter .region__col + .region__col,
  .site-footer .region__col + .region__col {
    margin-top: 0;
  }
}

.site-preheader .widget-title,
.site-prefooter .widget-title,
.site-footer .widget-title {
  margin-bottom: 1rem;
  font-size: .95em;
  text-transform: uppercase;
}

.site-preheader {
  position: relative;
  z-index: 1001;
  font-size: .9em;
}

@media (min-width: 992px) {
  .site-preheader.region--container-classic .region__container {
    width: 100%;
    max-width: 1600px;
  }
}

.site-preheader .region__col {
  align-self: center;
}

.grimlock--navigation-fixed .site-preheader {
  z-index: 1031;
}

.site-preheader .site-preheader .menu > .menu-item > a {
  padding: 0.5rem 0;
}

.site-preheader p,
.site-preheader pre {
  margin-bottom: 0;
  color: inherit;
}

.site-header > .region__inner > .region__container {
  padding: 0;
  max-width: 100%;
}

.grimlock--custom_header-displayed:not(.grimlock--hero-displayed) .site-header {
  position: static;
}

.grimlock--custom_header-displayed:not(.grimlock--hero-displayed) .site-header > .region__inner {
  position: relative;
}

.grimlock--custom_header-displayed:not(.grimlock--hero-displayed) .site-header > .region__inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #245CC5;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
}

.site-content {
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .site-content > .region__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.site-content.region--9-3-cols-left > .region__container > .region__row > .region__col--2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.grimlock--navigation-fixed-left .site-content,
.grimlock--navigation-fixed-right .site-content {
  padding-left: 3%;
  padding-right: 3%;
}

.grimlock--navigation-fixed-left .site-content > .region__container,
.grimlock--navigation-fixed-right .site-content > .region__container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

@media (max-width: 767.98px) {
  .site-content .region__col#primary {
    order: -1;
  }
}

.before_content:empty,
.after_content:empty {
  display: none !important;
}

.site-prefooter {
  background-attachment: fixed !important;
}

@media (max-width: 991.98px) {
  .site-prefooter:not(.grimlock-region--pt-0):not(.grimlock-region--pb-0) .region__inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.site-prefooter .menu[id*="social"] .menu-item:not(:last-child) {
  margin-right: 10px;
}

.site-prefooter .menu i.fa,
.site-prefooter .menu i.gwangi-icon {
  min-width: 28px;
}

.site-prefooter .menu-item {
  margin-bottom: 0.35rem;
}

.site-prefooter .menu-item > a {
  will-change: transform;
  display: inline-block;
}

.site-prefooter .menu-item > a:hover {
  transform: translate3d(3px, 0, 0);
}

.site-prefooter .menu-item .fa-2x {
  font-size: 1.5em;
}

.site-prefooter .textwidget p + .btn, .site-prefooter .textwidget p + button,
.site-prefooter .textwidget p + .button,
.site-prefooter .textwidget p + input[type="button"],
.site-prefooter .textwidget p + input[type="submit"],
.site-prefooter .textwidget p + input[type="reset"] {
  margin-top: 1rem;
}

.site-footer .textwidget ins {
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  text-decoration: none;
}

.site-footer ul {
  margin-bottom: 0;
}

.site-footer .widget p:last-of-type {
  margin-bottom: 0;
}

.site-footer .menu .menu-item {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

.site-footer .menu .menu-item i {
  font-size: 1.2em;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.site-info {
  color: inherit;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*------------------------------------*\
    #COMPONENTS
\*------------------------------------*/
/**
 * Alerts
 *
 * Alerts messages & notifications
 */
.alert a, .must-log-in a, .no-comments a, .wpcf7-response-output a, .mc4wp-alert a, #primary > #main .no_users a, #primary > #main .widget-error a, #before_content .no_users a, #before_content .widget-error a, #after_content .no_users a, #after_content .widget-error a, .lwa-status a, body .gform_wrapper div.validation_error a {
  color: inherit !important;
  opacity: 0.7;
  text-decoration: underline;
}

.alert a:hover, .must-log-in a:hover, .no-comments a:hover, .wpcf7-response-output a:hover, .mc4wp-alert a:hover, #primary > #main .no_users a:hover, #primary > #main .widget-error a:hover, #before_content .no_users a:hover, #before_content .widget-error a:hover, #after_content .no_users a:hover, #after_content .widget-error a:hover, .lwa-status a:hover, body .gform_wrapper div.validation_error a:hover, .alert a:active, .must-log-in a:active, .no-comments a:active, .wpcf7-response-output a:active, .mc4wp-alert a:active, #primary > #main .no_users a:active, #primary > #main .widget-error a:active, #before_content .no_users a:active, #before_content .widget-error a:active, #after_content .no_users a:active, #after_content .widget-error a:active, .lwa-status a:active, body .gform_wrapper div.validation_error a:active, .alert a:focus, .must-log-in a:focus, .no-comments a:focus, .wpcf7-response-output a:focus, .mc4wp-alert a:focus, #primary > #main .no_users a:focus, #primary > #main .widget-error a:focus, #before_content .no_users a:focus, #before_content .widget-error a:focus, #after_content .no_users a:focus, #after_content .widget-error a:focus, .lwa-status a:focus, body .gform_wrapper div.validation_error a:focus {
  opacity: 1;
}

/**
 * Archive
 *
 * Posts archive styles.
 */
/* Archive */
.archive.grimlock--custom_header-displayed .site-main > header.grimlock--page-header,
.blog.grimlock--custom_header-displayed .site-main > header.grimlock--page-header,
.search-results.grimlock--custom_header-displayed .site-main > header.grimlock--page-header {
  display: none;
}

.archive.grimlock--custom_header-displayed .site-main > article > .entry-header,
.blog.grimlock--custom_header-displayed .site-main > article > .entry-header,
.search-results.grimlock--custom_header-displayed .site-main > article > .entry-header {
  display: none;
}

.archive.grimlock--custom_header-displayed.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-main > .grimlock--page-header,
.blog.grimlock--custom_header-displayed.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-main > .grimlock--page-header,
.search-results.grimlock--custom_header-displayed.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-main > .grimlock--page-header {
  display: none;
}

.archive:not(.grimlock--custom_header-displayed) #content .grimlock--page-header,
.blog:not(.grimlock--custom_header-displayed) #content .grimlock--page-header,
.search-results:not(.grimlock--custom_header-displayed) #content .grimlock--page-header {
  margin-bottom: 2rem;
}

.archive.category header.page-header,
.archive.tag header.page-header,
.archive.author header.page-header {
  margin-bottom: 2rem;
  display: block !important;
}

.archive.category header.page-header:after,
.archive.tag header.page-header:after,
.archive.author header.page-header:after {
  content: '';
  display: block;
  margin: 15px 0 0 0;
  width: 65px;
  height: 4px;
  background-color: #3D404A;
}

/* Posts Filters */
body:not(.blog) .posts-filters {
  display: none;
  padding-bottom: 0;
}

.posts-filters__title {
  display: none;
}

.posts-filters .posts-filter {
  margin-bottom: 2rem;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: 700;
}

.site-content.region--12-cols-left .posts-filters .posts-filter {
  justify-content: center;
}

@media (min-width: 576px) {
  .posts-filters .posts-filter {
    flex-direction: row;
  }
}

@media (min-width: 576px) {
  .posts-filters .posts-filter .nav-item + .nav-item {
    margin-left: 4px;
  }
}

.posts-filters .posts-filter .nav-link {
  color: inherit;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* Archives / posts lists */
.blog-posts .card,
.archive-posts .card,
.grimlock-query-section__posts .card,
.terms .card,
.search-posts .card {
  height: 100%;
  margin-bottom: 0;
}

.blog-posts.posts--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.blog-posts.posts--12-cols-classic [id^="post-"].format-gallery .post-media,
.blog-posts.posts--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.blog-posts.posts--12-cols-classic [id^="term-"].format-gallery .post-media, .blog-posts.terms--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.blog-posts.terms--12-cols-classic [id^="post-"].format-gallery .post-media,
.blog-posts.terms--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.blog-posts.terms--12-cols-classic [id^="term-"].format-gallery .post-media,
.archive-posts.posts--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.archive-posts.posts--12-cols-classic [id^="post-"].format-gallery .post-media,
.archive-posts.posts--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.archive-posts.posts--12-cols-classic [id^="term-"].format-gallery .post-media,
.archive-posts.terms--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.archive-posts.terms--12-cols-classic [id^="post-"].format-gallery .post-media,
.archive-posts.terms--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.archive-posts.terms--12-cols-classic [id^="term-"].format-gallery .post-media,
.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.grimlock-query-section__posts.posts--12-cols-classic [id^="post-"].format-gallery .post-media,
.grimlock-query-section__posts.posts--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.grimlock-query-section__posts.posts--12-cols-classic [id^="term-"].format-gallery .post-media,
.grimlock-query-section__posts.terms--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.grimlock-query-section__posts.terms--12-cols-classic [id^="post-"].format-gallery .post-media,
.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.grimlock-query-section__posts.terms--12-cols-classic [id^="term-"].format-gallery .post-media,
.terms.posts--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.terms.posts--12-cols-classic [id^="post-"].format-gallery .post-media,
.terms.posts--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.terms.posts--12-cols-classic [id^="term-"].format-gallery .post-media,
.terms.terms--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.terms.terms--12-cols-classic [id^="post-"].format-gallery .post-media,
.terms.terms--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.terms.terms--12-cols-classic [id^="term-"].format-gallery .post-media,
.search-posts.posts--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.search-posts.posts--12-cols-classic [id^="post-"].format-gallery .post-media,
.search-posts.posts--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.search-posts.posts--12-cols-classic [id^="term-"].format-gallery .post-media,
.search-posts.terms--12-cols-classic [id^="post-"].format-gallery .post-thumbnail,
.search-posts.terms--12-cols-classic [id^="post-"].format-gallery .post-media,
.search-posts.terms--12-cols-classic [id^="term-"].format-gallery .post-thumbnail,
.search-posts.terms--12-cols-classic [id^="term-"].format-gallery .post-media {
  height: 450px !important;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"],
.blog-posts[class*="12-cols-lateral"] [id^="term-"], .blog-posts[class*="6-6-cols-lateral"] [id^="post-"],
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"],
.archive-posts[class*="12-cols-lateral"] [id^="post-"],
.archive-posts[class*="12-cols-lateral"] [id^="term-"],
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"],
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"],
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"],
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"],
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"],
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"],
.terms[class*="12-cols-lateral"] [id^="post-"],
.terms[class*="12-cols-lateral"] [id^="term-"],
.terms[class*="6-6-cols-lateral"] [id^="post-"],
.terms[class*="6-6-cols-lateral"] [id^="term-"],
.search-posts[class*="12-cols-lateral"] [id^="post-"],
.search-posts[class*="12-cols-lateral"] [id^="term-"],
.search-posts[class*="6-6-cols-lateral"] [id^="post-"],
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] {
  width: 100%;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .card, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .card,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.terms[class*="12-cols-lateral"] [id^="post-"] .card,
.terms[class*="12-cols-lateral"] [id^="term-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .card,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  margin: 0;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"] .card-body .entry-header,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .card-body .entry-header, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body .entry-header,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body .entry-header,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .card-body .entry-header,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .card-body .entry-header,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body .entry-header,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body .entry-header,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card-body .entry-header,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .card-body .entry-header,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body .entry-header,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body .entry-header,
.terms[class*="12-cols-lateral"] [id^="post-"] .card-body .entry-header,
.terms[class*="12-cols-lateral"] [id^="term-"] .card-body .entry-header,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card-body .entry-header,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card-body .entry-header,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .card-body .entry-header,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .card-body .entry-header,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body .entry-header,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body .entry-header {
  margin-top: 0;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-footer,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .entry-footer, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-footer,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .entry-footer,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-footer,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .entry-footer,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer,
.terms[class*="12-cols-lateral"] [id^="post-"] .entry-footer,
.terms[class*="12-cols-lateral"] [id^="term-"] .entry-footer,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-footer,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .entry-footer,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer {
  margin: 1.5rem 0 0 0;
  padding: 0;
  border: none;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.blog-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.blog-posts[class*="12-cols-lateral"] [id^="term-"] .post-media, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.archive-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.archive-posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.terms[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.terms[class*="12-cols-lateral"] [id^="post-"] .post-media,
.terms[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.terms[class*="12-cols-lateral"] [id^="term-"] .post-media,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
.search-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
.search-posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media {
  padding: 0;
}

@media (min-width: 768px) {
  .blog-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .blog-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"] .post-media, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .terms[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .terms[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .terms[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .terms[class*="12-cols-lateral"] [id^="term-"] .post-media,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .search-posts[class*="12-cols-lateral"] [id^="post-"] .post-thumbnail,
  .search-posts[class*="12-cols-lateral"] [id^="post-"] .post-media,
  .search-posts[class*="12-cols-lateral"] [id^="term-"] .post-thumbnail,
  .search-posts[class*="12-cols-lateral"] [id^="term-"] .post-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media {
    padding: 10px;
  }
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"].format-link .card-body, .blog-posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
.blog-posts[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-link .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
.archive-posts[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-link .card-body,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-link .card-body,
.terms[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
.terms[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-link .card-body,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-quote .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-link .card-body,
.search-posts[class*="12-cols-lateral"] [id^="term-"].format-quote .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  justify-content: center;
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card {
  margin: 0;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card {
    flex-direction: row;
  }
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body {
  min-height: 315px;
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body .cat-links,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body .cat-links,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body .cat-links,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body .cat-links,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body .cat-links,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body .cat-links,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .card-body .cat-links,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .card-body .cat-links,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card-body .cat-links,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card-body .cat-links {
  display: inline-block;
  margin-right: .3em;
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-summary,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-summary,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-summary,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-summary,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-summary,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-summary,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-summary,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .entry-summary,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-summary,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-summary {
  margin-bottom: 0;
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.terms[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.terms[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media {
  padding: 0;
}

@media (min-width: 768px) {
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail img,
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media img,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail img,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media img,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail img,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media img,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail img,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media img,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail img,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media img,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail img,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media img,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail img,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .post-media img,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail img,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .post-media img,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-thumbnail img,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .post-media img,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-thumbnail img,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .post-media img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    min-height: 295px;
  }
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].format-link .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].format-quote .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"].format-link .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"].format-quote .card-body {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  justify-content: center;
}

.blog-posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.blog-posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.archive-posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.terms[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.terms[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].has-post-thumbnail .card-body,
.search-posts[class*="6-6-cols-lateral"] [id^="term-"].has-post-thumbnail .card-body {
  min-height: 315px;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover,
.terms[class*="6-6-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].format-video .jetpack-video-wrapper:hover {
  padding-bottom: 0 !important;
}

.blog-posts[class*="12-cols-lateral"] [id^="post-"].format-video .byline.author, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"].format-video .byline.author,
.archive-posts[class*="12-cols-lateral"] [id^="post-"].format-video .byline.author,
.archive-posts[class*="6-6-cols-lateral"] [id^="post-"].format-video .byline.author,
.grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"].format-video .byline.author,
.grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"].format-video .byline.author,
.terms[class*="12-cols-lateral"] [id^="post-"].format-video .byline.author,
.terms[class*="6-6-cols-lateral"] [id^="post-"].format-video .byline.author,
.search-posts[class*="12-cols-lateral"] [id^="post-"].format-video .byline.author,
.search-posts[class*="6-6-cols-lateral"] [id^="post-"].format-video .byline.author {
  margin-left: .5rem;
}

@media (min-width: 768px) {
  .blog-posts[class*="12-cols-lateral-reverse"] [id^="post-"] .card-body, .blog-posts[class*="6-6-cols-lateral-reverse"] [id^="post-"] .card-body,
  .archive-posts[class*="12-cols-lateral-reverse"] [id^="post-"] .card-body,
  .archive-posts[class*="6-6-cols-lateral-reverse"] [id^="post-"] .card-body,
  .grimlock-query-section__posts[class*="12-cols-lateral-reverse"] [id^="post-"] .card-body,
  .grimlock-query-section__posts[class*="6-6-cols-lateral-reverse"] [id^="post-"] .card-body,
  .terms[class*="12-cols-lateral-reverse"] [id^="post-"] .card-body,
  .terms[class*="6-6-cols-lateral-reverse"] [id^="post-"] .card-body,
  .search-posts[class*="12-cols-lateral-reverse"] [id^="post-"] .card-body,
  .search-posts[class*="6-6-cols-lateral-reverse"] [id^="post-"] .card-body {
    order: -1;
    padding-left: 30px;
  }
}

.blog-posts [id^="post-"] .post-thumbnail,
.blog-posts [id^="post-"] .post-media,
.blog-posts [id^="term-"] .post-thumbnail,
.blog-posts [id^="term-"] .post-media,
.archive-posts [id^="post-"] .post-thumbnail,
.archive-posts [id^="post-"] .post-media,
.archive-posts [id^="term-"] .post-thumbnail,
.archive-posts [id^="term-"] .post-media,
.grimlock-query-section__posts [id^="post-"] .post-thumbnail,
.grimlock-query-section__posts [id^="post-"] .post-media,
.grimlock-query-section__posts [id^="term-"] .post-thumbnail,
.grimlock-query-section__posts [id^="term-"] .post-media,
.terms [id^="post-"] .post-thumbnail,
.terms [id^="post-"] .post-media,
.terms [id^="term-"] .post-thumbnail,
.terms [id^="term-"] .post-media,
.search-posts [id^="post-"] .post-thumbnail,
.search-posts [id^="post-"] .post-media,
.search-posts [id^="term-"] .post-thumbnail,
.search-posts [id^="term-"] .post-media {
  display: flex;
  align-items: center;
  width: 100%;
}

.blog-posts [id^="post-"] .post-thumbnail img,
.blog-posts [id^="post-"] .post-media img,
.blog-posts [id^="term-"] .post-thumbnail img,
.blog-posts [id^="term-"] .post-media img,
.archive-posts [id^="post-"] .post-thumbnail img,
.archive-posts [id^="post-"] .post-media img,
.archive-posts [id^="term-"] .post-thumbnail img,
.archive-posts [id^="term-"] .post-media img,
.grimlock-query-section__posts [id^="post-"] .post-thumbnail img,
.grimlock-query-section__posts [id^="post-"] .post-media img,
.grimlock-query-section__posts [id^="term-"] .post-thumbnail img,
.grimlock-query-section__posts [id^="term-"] .post-media img,
.terms [id^="post-"] .post-thumbnail img,
.terms [id^="post-"] .post-media img,
.terms [id^="term-"] .post-thumbnail img,
.terms [id^="term-"] .post-media img,
.search-posts [id^="post-"] .post-thumbnail img,
.search-posts [id^="post-"] .post-media img,
.search-posts [id^="term-"] .post-thumbnail img,
.search-posts [id^="term-"] .post-media img {
  width: 100%;
}

.blog-posts [id^="post-"] .post-thumbnail .gallery,
.blog-posts [id^="post-"] .post-media .gallery,
.blog-posts [id^="term-"] .post-thumbnail .gallery,
.blog-posts [id^="term-"] .post-media .gallery,
.archive-posts [id^="post-"] .post-thumbnail .gallery,
.archive-posts [id^="post-"] .post-media .gallery,
.archive-posts [id^="term-"] .post-thumbnail .gallery,
.archive-posts [id^="term-"] .post-media .gallery,
.grimlock-query-section__posts [id^="post-"] .post-thumbnail .gallery,
.grimlock-query-section__posts [id^="post-"] .post-media .gallery,
.grimlock-query-section__posts [id^="term-"] .post-thumbnail .gallery,
.grimlock-query-section__posts [id^="term-"] .post-media .gallery,
.terms [id^="post-"] .post-thumbnail .gallery,
.terms [id^="post-"] .post-media .gallery,
.terms [id^="term-"] .post-thumbnail .gallery,
.terms [id^="term-"] .post-media .gallery,
.search-posts [id^="post-"] .post-thumbnail .gallery,
.search-posts [id^="post-"] .post-media .gallery,
.search-posts [id^="term-"] .post-thumbnail .gallery,
.search-posts [id^="term-"] .post-media .gallery {
  width: 100%;
}

.blog-posts [id^="post-"] .posted-on + .cat-links:before,
.blog-posts [id^="term-"] .posted-on + .cat-links:before,
.archive-posts [id^="post-"] .posted-on + .cat-links:before,
.archive-posts [id^="term-"] .posted-on + .cat-links:before,
.grimlock-query-section__posts [id^="post-"] .posted-on + .cat-links:before,
.grimlock-query-section__posts [id^="term-"] .posted-on + .cat-links:before,
.terms [id^="post-"] .posted-on + .cat-links:before,
.terms [id^="term-"] .posted-on + .cat-links:before,
.search-posts [id^="post-"] .posted-on + .cat-links:before,
.search-posts [id^="term-"] .posted-on + .cat-links:before {
  content: "\2022";
  display: inline-block;
  padding-left: 4px;
  padding-right: 7px;
  opacity: .4;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.blog-posts [id^="post-"] .cat-links a + a:before,
.blog-posts [id^="term-"] .cat-links a + a:before,
.archive-posts [id^="post-"] .cat-links a + a:before,
.archive-posts [id^="term-"] .cat-links a + a:before,
.grimlock-query-section__posts [id^="post-"] .cat-links a + a:before,
.grimlock-query-section__posts [id^="term-"] .cat-links a + a:before,
.terms [id^="post-"] .cat-links a + a:before,
.terms [id^="term-"] .cat-links a + a:before,
.search-posts [id^="post-"] .cat-links a + a:before,
.search-posts [id^="term-"] .cat-links a + a:before {
  pointer-events: none;
  content: '';
}

.blog-posts [id^="post-"] .byline span,
.blog-posts [id^="term-"] .byline span,
.archive-posts [id^="post-"] .byline span,
.archive-posts [id^="term-"] .byline span,
.grimlock-query-section__posts [id^="post-"] .byline span,
.grimlock-query-section__posts [id^="term-"] .byline span,
.terms [id^="post-"] .byline span,
.terms [id^="term-"] .byline span,
.search-posts [id^="post-"] .byline span,
.search-posts [id^="term-"] .byline span {
  display: inline-block;
}

.blog-posts [id^="post-"] .entry-content p,
.blog-posts [id^="term-"] .entry-content p,
.archive-posts [id^="post-"] .entry-content p,
.archive-posts [id^="term-"] .entry-content p,
.grimlock-query-section__posts [id^="post-"] .entry-content p,
.grimlock-query-section__posts [id^="term-"] .entry-content p,
.terms [id^="post-"] .entry-content p,
.terms [id^="term-"] .entry-content p,
.search-posts [id^="post-"] .entry-content p,
.search-posts [id^="term-"] .entry-content p {
  word-wrap: break-word;
}

.blog-posts [id^="post-"] .updated:not(.published),
.blog-posts [id^="term-"] .updated:not(.published),
.archive-posts [id^="post-"] .updated:not(.published),
.archive-posts [id^="term-"] .updated:not(.published),
.grimlock-query-section__posts [id^="post-"] .updated:not(.published),
.grimlock-query-section__posts [id^="term-"] .updated:not(.published),
.terms [id^="post-"] .updated:not(.published),
.terms [id^="term-"] .updated:not(.published),
.search-posts [id^="post-"] .updated:not(.published),
.search-posts [id^="term-"] .updated:not(.published) {
  display: none;
}

.blog-posts [id^="post-"].format-aside h2.entry-title,
.blog-posts [id^="term-"].format-aside h2.entry-title,
.archive-posts [id^="post-"].format-aside h2.entry-title,
.archive-posts [id^="term-"].format-aside h2.entry-title,
.grimlock-query-section__posts [id^="post-"].format-aside h2.entry-title,
.grimlock-query-section__posts [id^="term-"].format-aside h2.entry-title,
.terms [id^="post-"].format-aside h2.entry-title,
.terms [id^="term-"].format-aside h2.entry-title,
.search-posts [id^="post-"].format-aside h2.entry-title,
.search-posts [id^="term-"].format-aside h2.entry-title {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .post-media,
.blog-posts [id^="post-"].format-gallery .post-thumbnail,
.blog-posts [id^="term-"].format-gallery .post-media,
.blog-posts [id^="term-"].format-gallery .post-thumbnail,
.archive-posts [id^="post-"].format-gallery .post-media,
.archive-posts [id^="post-"].format-gallery .post-thumbnail,
.archive-posts [id^="term-"].format-gallery .post-media,
.archive-posts [id^="term-"].format-gallery .post-thumbnail,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail,
.terms [id^="post-"].format-gallery .post-media,
.terms [id^="post-"].format-gallery .post-thumbnail,
.terms [id^="term-"].format-gallery .post-media,
.terms [id^="term-"].format-gallery .post-thumbnail,
.search-posts [id^="post-"].format-gallery .post-media,
.search-posts [id^="post-"].format-gallery .post-thumbnail,
.search-posts [id^="term-"].format-gallery .post-media,
.search-posts [id^="term-"].format-gallery .post-thumbnail {
  overflow: hidden;
}

.blog-posts [id^="post-"].format-gallery .post-media p,
.blog-posts [id^="post-"].format-gallery .post-thumbnail p,
.blog-posts [id^="term-"].format-gallery .post-media p,
.blog-posts [id^="term-"].format-gallery .post-thumbnail p,
.archive-posts [id^="post-"].format-gallery .post-media p,
.archive-posts [id^="post-"].format-gallery .post-thumbnail p,
.archive-posts [id^="term-"].format-gallery .post-media p,
.archive-posts [id^="term-"].format-gallery .post-thumbnail p,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media p,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail p,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media p,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail p,
.terms [id^="post-"].format-gallery .post-media p,
.terms [id^="post-"].format-gallery .post-thumbnail p,
.terms [id^="term-"].format-gallery .post-media p,
.terms [id^="term-"].format-gallery .post-thumbnail p,
.search-posts [id^="post-"].format-gallery .post-media p,
.search-posts [id^="post-"].format-gallery .post-thumbnail p,
.search-posts [id^="term-"].format-gallery .post-media p,
.search-posts [id^="term-"].format-gallery .post-thumbnail p {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .post-media > div,
.blog-posts [id^="post-"].format-gallery .post-thumbnail > div,
.blog-posts [id^="term-"].format-gallery .post-media > div,
.blog-posts [id^="term-"].format-gallery .post-thumbnail > div,
.archive-posts [id^="post-"].format-gallery .post-media > div,
.archive-posts [id^="post-"].format-gallery .post-thumbnail > div,
.archive-posts [id^="term-"].format-gallery .post-media > div,
.archive-posts [id^="term-"].format-gallery .post-thumbnail > div,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media > div,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail > div,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media > div,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail > div,
.terms [id^="post-"].format-gallery .post-media > div,
.terms [id^="post-"].format-gallery .post-thumbnail > div,
.terms [id^="term-"].format-gallery .post-media > div,
.terms [id^="term-"].format-gallery .post-thumbnail > div,
.search-posts [id^="post-"].format-gallery .post-media > div,
.search-posts [id^="post-"].format-gallery .post-thumbnail > div,
.search-posts [id^="term-"].format-gallery .post-media > div,
.search-posts [id^="term-"].format-gallery .post-thumbnail > div {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row,
.blog-posts [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row,
.archive-posts [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row,
.archive-posts [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row,
.terms [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row,
.terms [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row,
.terms [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row,
.terms [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row,
.search-posts [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row,
.search-posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row,
.search-posts [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row,
.search-posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3),
.blog-posts [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3),
.archive-posts [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3),
.archive-posts [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3),
.terms [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.terms [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3),
.terms [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.terms [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3),
.search-posts [id^="post-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.search-posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3),
.search-posts [id^="term-"].format-gallery .post-media .tiled-gallery .gallery-row:nth-child(n+3),
.search-posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .gallery-row:nth-child(n+3) {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption,
.blog-posts [id^="term-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption,
.archive-posts [id^="post-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption,
.archive-posts [id^="term-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption,
.terms [id^="post-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.terms [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption,
.terms [id^="term-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.terms [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption,
.search-posts [id^="post-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.search-posts [id^="post-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption,
.search-posts [id^="term-"].format-gallery .post-media .tiled-gallery .tiled-gallery-caption,
.search-posts [id^="term-"].format-gallery .post-thumbnail .tiled-gallery .tiled-gallery-caption {
  display: none !important;
}

.blog-posts [id^="post-"].format-gallery .post-media .gallery .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-item {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item, .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item {
  max-width: 50% !important;
}

.blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5), .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-2 .gallery-item:nth-child(n+5),
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-1 .gallery-item:nth-child(n+5),
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-2 .gallery-item:nth-child(n+5) {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item, .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item, .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item, .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item, .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item, .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item, .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item,
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item,
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item {
  max-width: 33.333333% !important;
}

.blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7), .blog-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.terms [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.terms [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-media .gallery.gallery-columns-9 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-3 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-4 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-5 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-6 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-7 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-8 .gallery-item:nth-child(n+7),
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery.gallery-columns-9 .gallery-item:nth-child(n+7) {
  display: none;
}

.blog-posts [id^="post-"].format-gallery .post-media .gallery .gallery-caption,
.blog-posts [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-caption,
.blog-posts [id^="term-"].format-gallery .post-media .gallery .gallery-caption,
.blog-posts [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-caption,
.archive-posts [id^="post-"].format-gallery .post-media .gallery .gallery-caption,
.archive-posts [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-caption,
.archive-posts [id^="term-"].format-gallery .post-media .gallery .gallery-caption,
.archive-posts [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-caption,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-media .gallery .gallery-caption,
.grimlock-query-section__posts [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-caption,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-media .gallery .gallery-caption,
.grimlock-query-section__posts [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-caption,
.terms [id^="post-"].format-gallery .post-media .gallery .gallery-caption,
.terms [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-caption,
.terms [id^="term-"].format-gallery .post-media .gallery .gallery-caption,
.terms [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-caption,
.search-posts [id^="post-"].format-gallery .post-media .gallery .gallery-caption,
.search-posts [id^="post-"].format-gallery .post-thumbnail .gallery .gallery-caption,
.search-posts [id^="term-"].format-gallery .post-media .gallery .gallery-caption,
.search-posts [id^="term-"].format-gallery .post-thumbnail .gallery .gallery-caption {
  display: none !important;
}

.blog-posts [id^="post-"].format-gallery .entry-content,
.blog-posts [id^="term-"].format-gallery .entry-content,
.archive-posts [id^="post-"].format-gallery .entry-content,
.archive-posts [id^="term-"].format-gallery .entry-content,
.grimlock-query-section__posts [id^="post-"].format-gallery .entry-content,
.grimlock-query-section__posts [id^="term-"].format-gallery .entry-content,
.terms [id^="post-"].format-gallery .entry-content,
.terms [id^="term-"].format-gallery .entry-content,
.search-posts [id^="post-"].format-gallery .entry-content,
.search-posts [id^="term-"].format-gallery .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-link .post-thumbnail,
.blog-posts [id^="post-"].format-link .post-media,
.blog-posts [id^="post-"].format-link .entry-meta,
.blog-posts [id^="post-"].format-link .entry-header,
.blog-posts [id^="post-"].format-link .entry-summary,
.blog-posts [id^="post-"].format-link .entry-summary > p,
.blog-posts [id^="post-"].format-link .entry-footer,
.blog-posts [id^="post-"].format-link .entry-footer,
.blog-posts [id^="post-"].format-link .entry-labels, .blog-posts [id^="post-"].format-quote .post-thumbnail,
.blog-posts [id^="post-"].format-quote .post-media,
.blog-posts [id^="post-"].format-quote .entry-meta,
.blog-posts [id^="post-"].format-quote .entry-header,
.blog-posts [id^="post-"].format-quote .entry-summary,
.blog-posts [id^="post-"].format-quote .entry-summary > p,
.blog-posts [id^="post-"].format-quote .entry-footer,
.blog-posts [id^="post-"].format-quote .entry-footer,
.blog-posts [id^="post-"].format-quote .entry-labels,
.blog-posts [id^="term-"].format-link .post-thumbnail,
.blog-posts [id^="term-"].format-link .post-media,
.blog-posts [id^="term-"].format-link .entry-meta,
.blog-posts [id^="term-"].format-link .entry-header,
.blog-posts [id^="term-"].format-link .entry-summary,
.blog-posts [id^="term-"].format-link .entry-summary > p,
.blog-posts [id^="term-"].format-link .entry-footer,
.blog-posts [id^="term-"].format-link .entry-footer,
.blog-posts [id^="term-"].format-link .entry-labels,
.blog-posts [id^="term-"].format-quote .post-thumbnail,
.blog-posts [id^="term-"].format-quote .post-media,
.blog-posts [id^="term-"].format-quote .entry-meta,
.blog-posts [id^="term-"].format-quote .entry-header,
.blog-posts [id^="term-"].format-quote .entry-summary,
.blog-posts [id^="term-"].format-quote .entry-summary > p,
.blog-posts [id^="term-"].format-quote .entry-footer,
.blog-posts [id^="term-"].format-quote .entry-footer,
.blog-posts [id^="term-"].format-quote .entry-labels,
.archive-posts [id^="post-"].format-link .post-thumbnail,
.archive-posts [id^="post-"].format-link .post-media,
.archive-posts [id^="post-"].format-link .entry-meta,
.archive-posts [id^="post-"].format-link .entry-header,
.archive-posts [id^="post-"].format-link .entry-summary,
.archive-posts [id^="post-"].format-link .entry-summary > p,
.archive-posts [id^="post-"].format-link .entry-footer,
.archive-posts [id^="post-"].format-link .entry-footer,
.archive-posts [id^="post-"].format-link .entry-labels,
.archive-posts [id^="post-"].format-quote .post-thumbnail,
.archive-posts [id^="post-"].format-quote .post-media,
.archive-posts [id^="post-"].format-quote .entry-meta,
.archive-posts [id^="post-"].format-quote .entry-header,
.archive-posts [id^="post-"].format-quote .entry-summary,
.archive-posts [id^="post-"].format-quote .entry-summary > p,
.archive-posts [id^="post-"].format-quote .entry-footer,
.archive-posts [id^="post-"].format-quote .entry-footer,
.archive-posts [id^="post-"].format-quote .entry-labels,
.archive-posts [id^="term-"].format-link .post-thumbnail,
.archive-posts [id^="term-"].format-link .post-media,
.archive-posts [id^="term-"].format-link .entry-meta,
.archive-posts [id^="term-"].format-link .entry-header,
.archive-posts [id^="term-"].format-link .entry-summary,
.archive-posts [id^="term-"].format-link .entry-summary > p,
.archive-posts [id^="term-"].format-link .entry-footer,
.archive-posts [id^="term-"].format-link .entry-footer,
.archive-posts [id^="term-"].format-link .entry-labels,
.archive-posts [id^="term-"].format-quote .post-thumbnail,
.archive-posts [id^="term-"].format-quote .post-media,
.archive-posts [id^="term-"].format-quote .entry-meta,
.archive-posts [id^="term-"].format-quote .entry-header,
.archive-posts [id^="term-"].format-quote .entry-summary,
.archive-posts [id^="term-"].format-quote .entry-summary > p,
.archive-posts [id^="term-"].format-quote .entry-footer,
.archive-posts [id^="term-"].format-quote .entry-footer,
.archive-posts [id^="term-"].format-quote .entry-labels,
.grimlock-query-section__posts [id^="post-"].format-link .post-thumbnail,
.grimlock-query-section__posts [id^="post-"].format-link .post-media,
.grimlock-query-section__posts [id^="post-"].format-link .entry-meta,
.grimlock-query-section__posts [id^="post-"].format-link .entry-header,
.grimlock-query-section__posts [id^="post-"].format-link .entry-summary,
.grimlock-query-section__posts [id^="post-"].format-link .entry-summary > p,
.grimlock-query-section__posts [id^="post-"].format-link .entry-footer,
.grimlock-query-section__posts [id^="post-"].format-link .entry-footer,
.grimlock-query-section__posts [id^="post-"].format-link .entry-labels,
.grimlock-query-section__posts [id^="post-"].format-quote .post-thumbnail,
.grimlock-query-section__posts [id^="post-"].format-quote .post-media,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-meta,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-header,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-summary,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-summary > p,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-footer,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-footer,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-labels,
.grimlock-query-section__posts [id^="term-"].format-link .post-thumbnail,
.grimlock-query-section__posts [id^="term-"].format-link .post-media,
.grimlock-query-section__posts [id^="term-"].format-link .entry-meta,
.grimlock-query-section__posts [id^="term-"].format-link .entry-header,
.grimlock-query-section__posts [id^="term-"].format-link .entry-summary,
.grimlock-query-section__posts [id^="term-"].format-link .entry-summary > p,
.grimlock-query-section__posts [id^="term-"].format-link .entry-footer,
.grimlock-query-section__posts [id^="term-"].format-link .entry-footer,
.grimlock-query-section__posts [id^="term-"].format-link .entry-labels,
.grimlock-query-section__posts [id^="term-"].format-quote .post-thumbnail,
.grimlock-query-section__posts [id^="term-"].format-quote .post-media,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-meta,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-header,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-summary,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-summary > p,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-footer,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-footer,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-labels,
.terms [id^="post-"].format-link .post-thumbnail,
.terms [id^="post-"].format-link .post-media,
.terms [id^="post-"].format-link .entry-meta,
.terms [id^="post-"].format-link .entry-header,
.terms [id^="post-"].format-link .entry-summary,
.terms [id^="post-"].format-link .entry-summary > p,
.terms [id^="post-"].format-link .entry-footer,
.terms [id^="post-"].format-link .entry-footer,
.terms [id^="post-"].format-link .entry-labels,
.terms [id^="post-"].format-quote .post-thumbnail,
.terms [id^="post-"].format-quote .post-media,
.terms [id^="post-"].format-quote .entry-meta,
.terms [id^="post-"].format-quote .entry-header,
.terms [id^="post-"].format-quote .entry-summary,
.terms [id^="post-"].format-quote .entry-summary > p,
.terms [id^="post-"].format-quote .entry-footer,
.terms [id^="post-"].format-quote .entry-footer,
.terms [id^="post-"].format-quote .entry-labels,
.terms [id^="term-"].format-link .post-thumbnail,
.terms [id^="term-"].format-link .post-media,
.terms [id^="term-"].format-link .entry-meta,
.terms [id^="term-"].format-link .entry-header,
.terms [id^="term-"].format-link .entry-summary,
.terms [id^="term-"].format-link .entry-summary > p,
.terms [id^="term-"].format-link .entry-footer,
.terms [id^="term-"].format-link .entry-footer,
.terms [id^="term-"].format-link .entry-labels,
.terms [id^="term-"].format-quote .post-thumbnail,
.terms [id^="term-"].format-quote .post-media,
.terms [id^="term-"].format-quote .entry-meta,
.terms [id^="term-"].format-quote .entry-header,
.terms [id^="term-"].format-quote .entry-summary,
.terms [id^="term-"].format-quote .entry-summary > p,
.terms [id^="term-"].format-quote .entry-footer,
.terms [id^="term-"].format-quote .entry-footer,
.terms [id^="term-"].format-quote .entry-labels,
.search-posts [id^="post-"].format-link .post-thumbnail,
.search-posts [id^="post-"].format-link .post-media,
.search-posts [id^="post-"].format-link .entry-meta,
.search-posts [id^="post-"].format-link .entry-header,
.search-posts [id^="post-"].format-link .entry-summary,
.search-posts [id^="post-"].format-link .entry-summary > p,
.search-posts [id^="post-"].format-link .entry-footer,
.search-posts [id^="post-"].format-link .entry-footer,
.search-posts [id^="post-"].format-link .entry-labels,
.search-posts [id^="post-"].format-quote .post-thumbnail,
.search-posts [id^="post-"].format-quote .post-media,
.search-posts [id^="post-"].format-quote .entry-meta,
.search-posts [id^="post-"].format-quote .entry-header,
.search-posts [id^="post-"].format-quote .entry-summary,
.search-posts [id^="post-"].format-quote .entry-summary > p,
.search-posts [id^="post-"].format-quote .entry-footer,
.search-posts [id^="post-"].format-quote .entry-footer,
.search-posts [id^="post-"].format-quote .entry-labels,
.search-posts [id^="term-"].format-link .post-thumbnail,
.search-posts [id^="term-"].format-link .post-media,
.search-posts [id^="term-"].format-link .entry-meta,
.search-posts [id^="term-"].format-link .entry-header,
.search-posts [id^="term-"].format-link .entry-summary,
.search-posts [id^="term-"].format-link .entry-summary > p,
.search-posts [id^="term-"].format-link .entry-footer,
.search-posts [id^="term-"].format-link .entry-footer,
.search-posts [id^="term-"].format-link .entry-labels,
.search-posts [id^="term-"].format-quote .post-thumbnail,
.search-posts [id^="term-"].format-quote .post-media,
.search-posts [id^="term-"].format-quote .entry-meta,
.search-posts [id^="term-"].format-quote .entry-header,
.search-posts [id^="term-"].format-quote .entry-summary,
.search-posts [id^="term-"].format-quote .entry-summary > p,
.search-posts [id^="term-"].format-quote .entry-footer,
.search-posts [id^="term-"].format-quote .entry-footer,
.search-posts [id^="term-"].format-quote .entry-labels {
  display: none;
}

.blog-posts [id^="post-"].format-link .card, .blog-posts [id^="post-"].format-quote .card,
.blog-posts [id^="term-"].format-link .card,
.blog-posts [id^="term-"].format-quote .card,
.archive-posts [id^="post-"].format-link .card,
.archive-posts [id^="post-"].format-quote .card,
.archive-posts [id^="term-"].format-link .card,
.archive-posts [id^="term-"].format-quote .card,
.grimlock-query-section__posts [id^="post-"].format-link .card,
.grimlock-query-section__posts [id^="post-"].format-quote .card,
.grimlock-query-section__posts [id^="term-"].format-link .card,
.grimlock-query-section__posts [id^="term-"].format-quote .card,
.terms [id^="post-"].format-link .card,
.terms [id^="post-"].format-quote .card,
.terms [id^="term-"].format-link .card,
.terms [id^="term-"].format-quote .card,
.search-posts [id^="post-"].format-link .card,
.search-posts [id^="post-"].format-quote .card,
.search-posts [id^="term-"].format-link .card,
.search-posts [id^="term-"].format-quote .card {
  border: 0 !important;
}

.blog-posts [id^="post-"].format-link .card-body, .blog-posts [id^="post-"].format-quote .card-body,
.blog-posts [id^="term-"].format-link .card-body,
.blog-posts [id^="term-"].format-quote .card-body,
.archive-posts [id^="post-"].format-link .card-body,
.archive-posts [id^="post-"].format-quote .card-body,
.archive-posts [id^="term-"].format-link .card-body,
.archive-posts [id^="term-"].format-quote .card-body,
.grimlock-query-section__posts [id^="post-"].format-link .card-body,
.grimlock-query-section__posts [id^="post-"].format-quote .card-body,
.grimlock-query-section__posts [id^="term-"].format-link .card-body,
.grimlock-query-section__posts [id^="term-"].format-quote .card-body,
.terms [id^="post-"].format-link .card-body,
.terms [id^="post-"].format-quote .card-body,
.terms [id^="term-"].format-link .card-body,
.terms [id^="term-"].format-quote .card-body,
.search-posts [id^="post-"].format-link .card-body,
.search-posts [id^="post-"].format-quote .card-body,
.search-posts [id^="term-"].format-link .card-body,
.search-posts [id^="term-"].format-quote .card-body {
  display: flex;
  align-items: center;
}

.blog-posts [id^="post-"].format-link .card-body:before, .blog-posts [id^="post-"].format-link .card-body:after, .blog-posts [id^="post-"].format-quote .card-body:before, .blog-posts [id^="post-"].format-quote .card-body:after,
.blog-posts [id^="term-"].format-link .card-body:before,
.blog-posts [id^="term-"].format-link .card-body:after,
.blog-posts [id^="term-"].format-quote .card-body:before,
.blog-posts [id^="term-"].format-quote .card-body:after,
.archive-posts [id^="post-"].format-link .card-body:before,
.archive-posts [id^="post-"].format-link .card-body:after,
.archive-posts [id^="post-"].format-quote .card-body:before,
.archive-posts [id^="post-"].format-quote .card-body:after,
.archive-posts [id^="term-"].format-link .card-body:before,
.archive-posts [id^="term-"].format-link .card-body:after,
.archive-posts [id^="term-"].format-quote .card-body:before,
.archive-posts [id^="term-"].format-quote .card-body:after,
.grimlock-query-section__posts [id^="post-"].format-link .card-body:before,
.grimlock-query-section__posts [id^="post-"].format-link .card-body:after,
.grimlock-query-section__posts [id^="post-"].format-quote .card-body:before,
.grimlock-query-section__posts [id^="post-"].format-quote .card-body:after,
.grimlock-query-section__posts [id^="term-"].format-link .card-body:before,
.grimlock-query-section__posts [id^="term-"].format-link .card-body:after,
.grimlock-query-section__posts [id^="term-"].format-quote .card-body:before,
.grimlock-query-section__posts [id^="term-"].format-quote .card-body:after,
.terms [id^="post-"].format-link .card-body:before,
.terms [id^="post-"].format-link .card-body:after,
.terms [id^="post-"].format-quote .card-body:before,
.terms [id^="post-"].format-quote .card-body:after,
.terms [id^="term-"].format-link .card-body:before,
.terms [id^="term-"].format-link .card-body:after,
.terms [id^="term-"].format-quote .card-body:before,
.terms [id^="term-"].format-quote .card-body:after,
.search-posts [id^="post-"].format-link .card-body:before,
.search-posts [id^="post-"].format-link .card-body:after,
.search-posts [id^="post-"].format-quote .card-body:before,
.search-posts [id^="post-"].format-quote .card-body:after,
.search-posts [id^="term-"].format-link .card-body:before,
.search-posts [id^="term-"].format-link .card-body:after,
.search-posts [id^="term-"].format-quote .card-body:before,
.search-posts [id^="term-"].format-quote .card-body:after {
  content: none !important;
}

.blog-posts [id^="post-"].format-link .more-link, .blog-posts [id^="post-"].format-quote .more-link,
.blog-posts [id^="term-"].format-link .more-link,
.blog-posts [id^="term-"].format-quote .more-link,
.archive-posts [id^="post-"].format-link .more-link,
.archive-posts [id^="post-"].format-quote .more-link,
.archive-posts [id^="term-"].format-link .more-link,
.archive-posts [id^="term-"].format-quote .more-link,
.grimlock-query-section__posts [id^="post-"].format-link .more-link,
.grimlock-query-section__posts [id^="post-"].format-quote .more-link,
.grimlock-query-section__posts [id^="term-"].format-link .more-link,
.grimlock-query-section__posts [id^="term-"].format-quote .more-link,
.terms [id^="post-"].format-link .more-link,
.terms [id^="post-"].format-quote .more-link,
.terms [id^="term-"].format-link .more-link,
.terms [id^="term-"].format-quote .more-link,
.search-posts [id^="post-"].format-link .more-link,
.search-posts [id^="post-"].format-quote .more-link,
.search-posts [id^="term-"].format-link .more-link,
.search-posts [id^="term-"].format-quote .more-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  color: transparent;
  border-radius: 0 !important;
}

.blog-posts [id^="post-"].format-link .more-link span, .blog-posts [id^="post-"].format-quote .more-link span,
.blog-posts [id^="term-"].format-link .more-link span,
.blog-posts [id^="term-"].format-quote .more-link span,
.archive-posts [id^="post-"].format-link .more-link span,
.archive-posts [id^="post-"].format-quote .more-link span,
.archive-posts [id^="term-"].format-link .more-link span,
.archive-posts [id^="term-"].format-quote .more-link span,
.grimlock-query-section__posts [id^="post-"].format-link .more-link span,
.grimlock-query-section__posts [id^="post-"].format-quote .more-link span,
.grimlock-query-section__posts [id^="term-"].format-link .more-link span,
.grimlock-query-section__posts [id^="term-"].format-quote .more-link span,
.terms [id^="post-"].format-link .more-link span,
.terms [id^="post-"].format-quote .more-link span,
.terms [id^="term-"].format-link .more-link span,
.terms [id^="term-"].format-quote .more-link span,
.search-posts [id^="post-"].format-link .more-link span,
.search-posts [id^="post-"].format-quote .more-link span,
.search-posts [id^="term-"].format-link .more-link span,
.search-posts [id^="term-"].format-quote .more-link span {
  display: none;
}

.blog-posts [id^="post-"].format-link .more-link:hover, .blog-posts [id^="post-"].format-quote .more-link:hover,
.blog-posts [id^="term-"].format-link .more-link:hover,
.blog-posts [id^="term-"].format-quote .more-link:hover,
.archive-posts [id^="post-"].format-link .more-link:hover,
.archive-posts [id^="post-"].format-quote .more-link:hover,
.archive-posts [id^="term-"].format-link .more-link:hover,
.archive-posts [id^="term-"].format-quote .more-link:hover,
.grimlock-query-section__posts [id^="post-"].format-link .more-link:hover,
.grimlock-query-section__posts [id^="post-"].format-quote .more-link:hover,
.grimlock-query-section__posts [id^="term-"].format-link .more-link:hover,
.grimlock-query-section__posts [id^="term-"].format-quote .more-link:hover,
.terms [id^="post-"].format-link .more-link:hover,
.terms [id^="post-"].format-quote .more-link:hover,
.terms [id^="term-"].format-link .more-link:hover,
.terms [id^="term-"].format-quote .more-link:hover,
.search-posts [id^="post-"].format-link .more-link:hover,
.search-posts [id^="post-"].format-quote .more-link:hover,
.search-posts [id^="term-"].format-link .more-link:hover,
.search-posts [id^="term-"].format-quote .more-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.blog-posts [id^="post-"].format-link .more-link:before, .blog-posts [id^="post-"].format-link .more-link:after, .blog-posts [id^="post-"].format-quote .more-link:before, .blog-posts [id^="post-"].format-quote .more-link:after,
.blog-posts [id^="term-"].format-link .more-link:before,
.blog-posts [id^="term-"].format-link .more-link:after,
.blog-posts [id^="term-"].format-quote .more-link:before,
.blog-posts [id^="term-"].format-quote .more-link:after,
.archive-posts [id^="post-"].format-link .more-link:before,
.archive-posts [id^="post-"].format-link .more-link:after,
.archive-posts [id^="post-"].format-quote .more-link:before,
.archive-posts [id^="post-"].format-quote .more-link:after,
.archive-posts [id^="term-"].format-link .more-link:before,
.archive-posts [id^="term-"].format-link .more-link:after,
.archive-posts [id^="term-"].format-quote .more-link:before,
.archive-posts [id^="term-"].format-quote .more-link:after,
.grimlock-query-section__posts [id^="post-"].format-link .more-link:before,
.grimlock-query-section__posts [id^="post-"].format-link .more-link:after,
.grimlock-query-section__posts [id^="post-"].format-quote .more-link:before,
.grimlock-query-section__posts [id^="post-"].format-quote .more-link:after,
.grimlock-query-section__posts [id^="term-"].format-link .more-link:before,
.grimlock-query-section__posts [id^="term-"].format-link .more-link:after,
.grimlock-query-section__posts [id^="term-"].format-quote .more-link:before,
.grimlock-query-section__posts [id^="term-"].format-quote .more-link:after,
.terms [id^="post-"].format-link .more-link:before,
.terms [id^="post-"].format-link .more-link:after,
.terms [id^="post-"].format-quote .more-link:before,
.terms [id^="post-"].format-quote .more-link:after,
.terms [id^="term-"].format-link .more-link:before,
.terms [id^="term-"].format-link .more-link:after,
.terms [id^="term-"].format-quote .more-link:before,
.terms [id^="term-"].format-quote .more-link:after,
.search-posts [id^="post-"].format-link .more-link:before,
.search-posts [id^="post-"].format-link .more-link:after,
.search-posts [id^="post-"].format-quote .more-link:before,
.search-posts [id^="post-"].format-quote .more-link:after,
.search-posts [id^="term-"].format-link .more-link:before,
.search-posts [id^="term-"].format-link .more-link:after,
.search-posts [id^="term-"].format-quote .more-link:before,
.search-posts [id^="term-"].format-quote .more-link:after {
  content: none;
}

.blog-posts [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content + .blog-posts [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.blog-posts [id^="term-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.archive-posts [id^="term-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.terms [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.terms [id^="term-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="post-"].format-quote .entry-content, .blog-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.blog-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.archive-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.grimlock-query-section__posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.terms [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.terms [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="post-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content,
.search-posts [id^="term-"].format-quote .entry-content +
.search-posts [id^="term-"].format-quote .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-quote .card,
.blog-posts [id^="term-"].format-quote .card,
.archive-posts [id^="post-"].format-quote .card,
.archive-posts [id^="term-"].format-quote .card,
.grimlock-query-section__posts [id^="post-"].format-quote .card,
.grimlock-query-section__posts [id^="term-"].format-quote .card,
.terms [id^="post-"].format-quote .card,
.terms [id^="term-"].format-quote .card,
.search-posts [id^="post-"].format-quote .card,
.search-posts [id^="term-"].format-quote .card {
  justify-content: center;
}

.blog-posts [id^="post-"].format-quote .card-body,
.blog-posts [id^="term-"].format-quote .card-body,
.archive-posts [id^="post-"].format-quote .card-body,
.archive-posts [id^="term-"].format-quote .card-body,
.grimlock-query-section__posts [id^="post-"].format-quote .card-body,
.grimlock-query-section__posts [id^="term-"].format-quote .card-body,
.terms [id^="post-"].format-quote .card-body,
.terms [id^="term-"].format-quote .card-body,
.search-posts [id^="post-"].format-quote .card-body,
.search-posts [id^="term-"].format-quote .card-body {
  justify-content: center;
}

.blog-posts [id^="post-"].format-quote blockquote,
.blog-posts [id^="term-"].format-quote blockquote,
.archive-posts [id^="post-"].format-quote blockquote,
.archive-posts [id^="term-"].format-quote blockquote,
.grimlock-query-section__posts [id^="post-"].format-quote blockquote,
.grimlock-query-section__posts [id^="term-"].format-quote blockquote,
.terms [id^="post-"].format-quote blockquote,
.terms [id^="term-"].format-quote blockquote,
.search-posts [id^="post-"].format-quote blockquote,
.search-posts [id^="term-"].format-quote blockquote {
  text-align: center;
  padding-left: 0;
  border: 0;
  padding-right: 0;
  font-size: 1.5rem;
  margin: 3.125rem 0 1.875rem 0;
  background: none !important;
}

.blog-posts [id^="post-"].format-quote blockquote, .blog-posts [id^="post-"].format-quote blockquote p,
.blog-posts [id^="term-"].format-quote blockquote,
.blog-posts [id^="term-"].format-quote blockquote p,
.archive-posts [id^="post-"].format-quote blockquote,
.archive-posts [id^="post-"].format-quote blockquote p,
.archive-posts [id^="term-"].format-quote blockquote,
.archive-posts [id^="term-"].format-quote blockquote p,
.grimlock-query-section__posts [id^="post-"].format-quote blockquote,
.grimlock-query-section__posts [id^="post-"].format-quote blockquote p,
.grimlock-query-section__posts [id^="term-"].format-quote blockquote,
.grimlock-query-section__posts [id^="term-"].format-quote blockquote p,
.terms [id^="post-"].format-quote blockquote,
.terms [id^="post-"].format-quote blockquote p,
.terms [id^="term-"].format-quote blockquote,
.terms [id^="term-"].format-quote blockquote p,
.search-posts [id^="post-"].format-quote blockquote,
.search-posts [id^="post-"].format-quote blockquote p,
.search-posts [id^="term-"].format-quote blockquote,
.search-posts [id^="term-"].format-quote blockquote p {
  color: inherit !important;
}

.blog-posts [id^="post-"].format-quote blockquote:before,
.blog-posts [id^="term-"].format-quote blockquote:before,
.archive-posts [id^="post-"].format-quote blockquote:before,
.archive-posts [id^="term-"].format-quote blockquote:before,
.grimlock-query-section__posts [id^="post-"].format-quote blockquote:before,
.grimlock-query-section__posts [id^="term-"].format-quote blockquote:before,
.terms [id^="post-"].format-quote blockquote:before,
.terms [id^="term-"].format-quote blockquote:before,
.search-posts [id^="post-"].format-quote blockquote:before,
.search-posts [id^="term-"].format-quote blockquote:before {
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
}

.blog-posts [id^="post-"].format-link .card-body,
.blog-posts [id^="term-"].format-link .card-body,
.archive-posts [id^="post-"].format-link .card-body,
.archive-posts [id^="term-"].format-link .card-body,
.grimlock-query-section__posts [id^="post-"].format-link .card-body,
.grimlock-query-section__posts [id^="term-"].format-link .card-body,
.terms [id^="post-"].format-link .card-body,
.terms [id^="term-"].format-link .card-body,
.search-posts [id^="post-"].format-link .card-body,
.search-posts [id^="term-"].format-link .card-body {
  background-color: #245CC5;
}

.blog-posts [id^="post-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge),
.blog-posts [id^="term-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge),
.archive-posts [id^="post-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge),
.archive-posts [id^="term-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge),
.grimlock-query-section__posts [id^="post-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge),
.grimlock-query-section__posts [id^="term-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge),
.terms [id^="post-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge),
.terms [id^="term-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge),
.search-posts [id^="post-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge),
.search-posts [id^="term-"].format-link .card-body a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge) {
  color: #fff;
}

.blog-posts [id^="post-"].format-link .entry-content > p:nth-child(n+2),
.blog-posts [id^="term-"].format-link .entry-content > p:nth-child(n+2),
.archive-posts [id^="post-"].format-link .entry-content > p:nth-child(n+2),
.archive-posts [id^="term-"].format-link .entry-content > p:nth-child(n+2),
.grimlock-query-section__posts [id^="post-"].format-link .entry-content > p:nth-child(n+2),
.grimlock-query-section__posts [id^="term-"].format-link .entry-content > p:nth-child(n+2),
.terms [id^="post-"].format-link .entry-content > p:nth-child(n+2),
.terms [id^="term-"].format-link .entry-content > p:nth-child(n+2),
.search-posts [id^="post-"].format-link .entry-content > p:nth-child(n+2),
.search-posts [id^="term-"].format-link .entry-content > p:nth-child(n+2) {
  display: none;
}

.blog-posts [id^="post-"].format-link .entry-content p,
.blog-posts [id^="term-"].format-link .entry-content p,
.archive-posts [id^="post-"].format-link .entry-content p,
.archive-posts [id^="term-"].format-link .entry-content p,
.grimlock-query-section__posts [id^="post-"].format-link .entry-content p,
.grimlock-query-section__posts [id^="term-"].format-link .entry-content p,
.terms [id^="post-"].format-link .entry-content p,
.terms [id^="term-"].format-link .entry-content p,
.search-posts [id^="post-"].format-link .entry-content p,
.search-posts [id^="term-"].format-link .entry-content p {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-link .entry-content a:not(.more-link),
.blog-posts [id^="term-"].format-link .entry-content a:not(.more-link),
.archive-posts [id^="post-"].format-link .entry-content a:not(.more-link),
.archive-posts [id^="term-"].format-link .entry-content a:not(.more-link),
.grimlock-query-section__posts [id^="post-"].format-link .entry-content a:not(.more-link),
.grimlock-query-section__posts [id^="term-"].format-link .entry-content a:not(.more-link),
.terms [id^="post-"].format-link .entry-content a:not(.more-link),
.terms [id^="term-"].format-link .entry-content a:not(.more-link),
.search-posts [id^="post-"].format-link .entry-content a:not(.more-link),
.search-posts [id^="term-"].format-link .entry-content a:not(.more-link) {
  font-size: 1.2em;
  position: relative;
  padding: 1rem;
  margin: 3.125rem 0 1.875rem 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
}

.blog-posts [id^="post-"].format-link .entry-content a:not(.more-link):before,
.blog-posts [id^="term-"].format-link .entry-content a:not(.more-link):before,
.archive-posts [id^="post-"].format-link .entry-content a:not(.more-link):before,
.archive-posts [id^="term-"].format-link .entry-content a:not(.more-link):before,
.grimlock-query-section__posts [id^="post-"].format-link .entry-content a:not(.more-link):before,
.grimlock-query-section__posts [id^="term-"].format-link .entry-content a:not(.more-link):before,
.terms [id^="post-"].format-link .entry-content a:not(.more-link):before,
.terms [id^="term-"].format-link .entry-content a:not(.more-link):before,
.search-posts [id^="post-"].format-link .entry-content a:not(.more-link):before,
.search-posts [id^="term-"].format-link .entry-content a:not(.more-link):before {
  display: inline-block;
  position: absolute;
  top: -0.5em;
  left: 0;
  text-align: left;
  width: 100%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c1";
  font-size: 1.6rem;
  pointer-events: none;
}

.blog-posts [id^="post-"].format-video .post-media,
.blog-posts [id^="term-"].format-video .post-media,
.archive-posts [id^="post-"].format-video .post-media,
.archive-posts [id^="term-"].format-video .post-media,
.grimlock-query-section__posts [id^="post-"].format-video .post-media,
.grimlock-query-section__posts [id^="term-"].format-video .post-media,
.terms [id^="post-"].format-video .post-media,
.terms [id^="term-"].format-video .post-media,
.search-posts [id^="post-"].format-video .post-media,
.search-posts [id^="term-"].format-video .post-media {
  z-index: 1;
}

.blog-posts [id^="post-"].format-video .post-media,
.blog-posts [id^="post-"].format-video .post-thumbnail,
.blog-posts [id^="term-"].format-video .post-media,
.blog-posts [id^="term-"].format-video .post-thumbnail,
.archive-posts [id^="post-"].format-video .post-media,
.archive-posts [id^="post-"].format-video .post-thumbnail,
.archive-posts [id^="term-"].format-video .post-media,
.archive-posts [id^="term-"].format-video .post-thumbnail,
.grimlock-query-section__posts [id^="post-"].format-video .post-media,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail,
.grimlock-query-section__posts [id^="term-"].format-video .post-media,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail,
.terms [id^="post-"].format-video .post-media,
.terms [id^="post-"].format-video .post-thumbnail,
.terms [id^="term-"].format-video .post-media,
.terms [id^="term-"].format-video .post-thumbnail,
.search-posts [id^="post-"].format-video .post-media,
.search-posts [id^="post-"].format-video .post-thumbnail,
.search-posts [id^="term-"].format-video .post-media,
.search-posts [id^="term-"].format-video .post-thumbnail {
  background-color: #000;
  min-height: 300px;
  max-height: 325px;
}

.blog-posts [id^="post-"].format-video .post-media > div,
.blog-posts [id^="post-"].format-video .post-thumbnail > div,
.blog-posts [id^="term-"].format-video .post-media > div,
.blog-posts [id^="term-"].format-video .post-thumbnail > div,
.archive-posts [id^="post-"].format-video .post-media > div,
.archive-posts [id^="post-"].format-video .post-thumbnail > div,
.archive-posts [id^="term-"].format-video .post-media > div,
.archive-posts [id^="term-"].format-video .post-thumbnail > div,
.grimlock-query-section__posts [id^="post-"].format-video .post-media > div,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail > div,
.grimlock-query-section__posts [id^="term-"].format-video .post-media > div,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail > div,
.terms [id^="post-"].format-video .post-media > div,
.terms [id^="post-"].format-video .post-thumbnail > div,
.terms [id^="term-"].format-video .post-media > div,
.terms [id^="term-"].format-video .post-thumbnail > div,
.search-posts [id^="post-"].format-video .post-media > div,
.search-posts [id^="post-"].format-video .post-thumbnail > div,
.search-posts [id^="term-"].format-video .post-media > div,
.search-posts [id^="term-"].format-video .post-thumbnail > div {
  margin-bottom: 0;
}

.blog-posts [id^="post-"].format-video .post-media .wp-playlist,
.blog-posts [id^="post-"].format-video .post-thumbnail .wp-playlist,
.blog-posts [id^="term-"].format-video .post-media .wp-playlist,
.blog-posts [id^="term-"].format-video .post-thumbnail .wp-playlist,
.archive-posts [id^="post-"].format-video .post-media .wp-playlist,
.archive-posts [id^="post-"].format-video .post-thumbnail .wp-playlist,
.archive-posts [id^="term-"].format-video .post-media .wp-playlist,
.archive-posts [id^="term-"].format-video .post-thumbnail .wp-playlist,
.grimlock-query-section__posts [id^="post-"].format-video .post-media .wp-playlist,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail .wp-playlist,
.grimlock-query-section__posts [id^="term-"].format-video .post-media .wp-playlist,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail .wp-playlist,
.terms [id^="post-"].format-video .post-media .wp-playlist,
.terms [id^="post-"].format-video .post-thumbnail .wp-playlist,
.terms [id^="term-"].format-video .post-media .wp-playlist,
.terms [id^="term-"].format-video .post-thumbnail .wp-playlist,
.search-posts [id^="post-"].format-video .post-media .wp-playlist,
.search-posts [id^="post-"].format-video .post-thumbnail .wp-playlist,
.search-posts [id^="term-"].format-video .post-media .wp-playlist,
.search-posts [id^="term-"].format-video .post-thumbnail .wp-playlist {
  margin: 0;
  border: 0;
  padding: 0;
}

.blog-posts [id^="post-"].format-video .post-media .wp-playlist .mejs-container,
.blog-posts [id^="post-"].format-video .post-thumbnail .wp-playlist .mejs-container,
.blog-posts [id^="term-"].format-video .post-media .wp-playlist .mejs-container,
.blog-posts [id^="term-"].format-video .post-thumbnail .wp-playlist .mejs-container,
.archive-posts [id^="post-"].format-video .post-media .wp-playlist .mejs-container,
.archive-posts [id^="post-"].format-video .post-thumbnail .wp-playlist .mejs-container,
.archive-posts [id^="term-"].format-video .post-media .wp-playlist .mejs-container,
.archive-posts [id^="term-"].format-video .post-thumbnail .wp-playlist .mejs-container,
.grimlock-query-section__posts [id^="post-"].format-video .post-media .wp-playlist .mejs-container,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail .wp-playlist .mejs-container,
.grimlock-query-section__posts [id^="term-"].format-video .post-media .wp-playlist .mejs-container,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail .wp-playlist .mejs-container,
.terms [id^="post-"].format-video .post-media .wp-playlist .mejs-container,
.terms [id^="post-"].format-video .post-thumbnail .wp-playlist .mejs-container,
.terms [id^="term-"].format-video .post-media .wp-playlist .mejs-container,
.terms [id^="term-"].format-video .post-thumbnail .wp-playlist .mejs-container,
.search-posts [id^="post-"].format-video .post-media .wp-playlist .mejs-container,
.search-posts [id^="post-"].format-video .post-thumbnail .wp-playlist .mejs-container,
.search-posts [id^="term-"].format-video .post-media .wp-playlist .mejs-container,
.search-posts [id^="term-"].format-video .post-thumbnail .wp-playlist .mejs-container {
  width: 100% !important;
}

.blog-posts [id^="post-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.blog-posts [id^="post-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks,
.blog-posts [id^="term-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.blog-posts [id^="term-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="post-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="post-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="term-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="term-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks,
.grimlock-query-section__posts [id^="post-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks,
.grimlock-query-section__posts [id^="term-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks,
.terms [id^="post-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.terms [id^="post-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks,
.terms [id^="term-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.terms [id^="term-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks,
.search-posts [id^="post-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.search-posts [id^="post-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks,
.search-posts [id^="term-"].format-video .post-media .wp-playlist .wp-playlist-tracks,
.search-posts [id^="term-"].format-video .post-thumbnail .wp-playlist .wp-playlist-tracks {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper,
.blog-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
.blog-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper,
.blog-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper,
.archive-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper,
.archive-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
.archive-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper,
.archive-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper,
.grimlock-query-section__posts [id^="post-"].format-video .post-media .jetpack-video-wrapper,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
.grimlock-query-section__posts [id^="term-"].format-video .post-media .jetpack-video-wrapper,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper,
.terms [id^="post-"].format-video .post-media .jetpack-video-wrapper,
.terms [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
.terms [id^="term-"].format-video .post-media .jetpack-video-wrapper,
.terms [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper,
.search-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper,
.search-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
.search-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper,
.search-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper {
  transition: all 0.2s ease-in-out;
  padding-top: 0;
  width: 100%;
  max-height: 325px !important;
  min-height: 325px !important;
  height: 100%;
  background: #000;
  padding-bottom: 0;
  transform: translate3d(0, 0, 0);
  will-change: padding, transform;
  overflow: hidden;
}

@media screen and (prefers-reduced-motion: reduce) {
  .blog-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper,
  .blog-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
  .blog-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper,
  .blog-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper,
  .archive-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper,
  .archive-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
  .archive-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper,
  .archive-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper,
  .grimlock-query-section__posts [id^="post-"].format-video .post-media .jetpack-video-wrapper,
  .grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
  .grimlock-query-section__posts [id^="term-"].format-video .post-media .jetpack-video-wrapper,
  .grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper,
  .terms [id^="post-"].format-video .post-media .jetpack-video-wrapper,
  .terms [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
  .terms [id^="term-"].format-video .post-media .jetpack-video-wrapper,
  .terms [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper,
  .search-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper,
  .search-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper,
  .search-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper,
  .search-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper {
    transition: none;
  }
}

.blog-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper:hover,
.blog-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper:hover,
.blog-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper:hover,
.blog-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper:hover,
.archive-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper:hover,
.archive-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper:hover,
.archive-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper:hover,
.archive-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper:hover,
.grimlock-query-section__posts [id^="post-"].format-video .post-media .jetpack-video-wrapper:hover,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper:hover,
.grimlock-query-section__posts [id^="term-"].format-video .post-media .jetpack-video-wrapper:hover,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper:hover,
.terms [id^="post-"].format-video .post-media .jetpack-video-wrapper:hover,
.terms [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper:hover,
.terms [id^="term-"].format-video .post-media .jetpack-video-wrapper:hover,
.terms [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper:hover,
.search-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper:hover,
.search-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper:hover,
.search-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper:hover,
.search-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper:hover {
  padding-bottom: 35px;
  transform: translate3d(0, 0, 0);
}

.blog-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper iframe,
.blog-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper iframe,
.blog-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper iframe,
.blog-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper iframe,
.archive-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper iframe,
.archive-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper iframe,
.archive-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper iframe,
.archive-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper iframe,
.grimlock-query-section__posts [id^="post-"].format-video .post-media .jetpack-video-wrapper iframe,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper iframe,
.grimlock-query-section__posts [id^="term-"].format-video .post-media .jetpack-video-wrapper iframe,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper iframe,
.terms [id^="post-"].format-video .post-media .jetpack-video-wrapper iframe,
.terms [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper iframe,
.terms [id^="term-"].format-video .post-media .jetpack-video-wrapper iframe,
.terms [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper iframe,
.search-posts [id^="post-"].format-video .post-media .jetpack-video-wrapper iframe,
.search-posts [id^="post-"].format-video .post-thumbnail .jetpack-video-wrapper iframe,
.search-posts [id^="term-"].format-video .post-media .jetpack-video-wrapper iframe,
.search-posts [id^="term-"].format-video .post-thumbnail .jetpack-video-wrapper iframe {
  width: 100% !important;
  height: 300px !important;
  max-height: 300px !important;
}

.blog-posts [id^="post-"].format-video .post-media .rll-youtube-player,
.blog-posts [id^="post-"].format-video .post-thumbnail .rll-youtube-player,
.blog-posts [id^="term-"].format-video .post-media .rll-youtube-player,
.blog-posts [id^="term-"].format-video .post-thumbnail .rll-youtube-player,
.archive-posts [id^="post-"].format-video .post-media .rll-youtube-player,
.archive-posts [id^="post-"].format-video .post-thumbnail .rll-youtube-player,
.archive-posts [id^="term-"].format-video .post-media .rll-youtube-player,
.archive-posts [id^="term-"].format-video .post-thumbnail .rll-youtube-player,
.grimlock-query-section__posts [id^="post-"].format-video .post-media .rll-youtube-player,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail .rll-youtube-player,
.grimlock-query-section__posts [id^="term-"].format-video .post-media .rll-youtube-player,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail .rll-youtube-player,
.terms [id^="post-"].format-video .post-media .rll-youtube-player,
.terms [id^="post-"].format-video .post-thumbnail .rll-youtube-player,
.terms [id^="term-"].format-video .post-media .rll-youtube-player,
.terms [id^="term-"].format-video .post-thumbnail .rll-youtube-player,
.search-posts [id^="post-"].format-video .post-media .rll-youtube-player,
.search-posts [id^="post-"].format-video .post-thumbnail .rll-youtube-player,
.search-posts [id^="term-"].format-video .post-media .rll-youtube-player,
.search-posts [id^="term-"].format-video .post-thumbnail .rll-youtube-player {
  margin: 0;
  background: none;
}

.blog-posts [id^="post-"].format-video .post-media > p,
.blog-posts [id^="post-"].format-video .post-thumbnail > p,
.blog-posts [id^="term-"].format-video .post-media > p,
.blog-posts [id^="term-"].format-video .post-thumbnail > p,
.archive-posts [id^="post-"].format-video .post-media > p,
.archive-posts [id^="post-"].format-video .post-thumbnail > p,
.archive-posts [id^="term-"].format-video .post-media > p,
.archive-posts [id^="term-"].format-video .post-thumbnail > p,
.grimlock-query-section__posts [id^="post-"].format-video .post-media > p,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail > p,
.grimlock-query-section__posts [id^="term-"].format-video .post-media > p,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail > p,
.terms [id^="post-"].format-video .post-media > p,
.terms [id^="post-"].format-video .post-thumbnail > p,
.terms [id^="term-"].format-video .post-media > p,
.terms [id^="term-"].format-video .post-thumbnail > p,
.search-posts [id^="post-"].format-video .post-media > p,
.search-posts [id^="post-"].format-video .post-thumbnail > p,
.search-posts [id^="term-"].format-video .post-media > p,
.search-posts [id^="term-"].format-video .post-thumbnail > p {
  width: 100%;
  background: #000;
  margin-bottom: 0;
  height: 100%;
}

.blog-posts [id^="post-"].format-video .post-media > p:nth-child(2),
.blog-posts [id^="post-"].format-video .post-thumbnail > p:nth-child(2),
.blog-posts [id^="term-"].format-video .post-media > p:nth-child(2),
.blog-posts [id^="term-"].format-video .post-thumbnail > p:nth-child(2),
.archive-posts [id^="post-"].format-video .post-media > p:nth-child(2),
.archive-posts [id^="post-"].format-video .post-thumbnail > p:nth-child(2),
.archive-posts [id^="term-"].format-video .post-media > p:nth-child(2),
.archive-posts [id^="term-"].format-video .post-thumbnail > p:nth-child(2),
.grimlock-query-section__posts [id^="post-"].format-video .post-media > p:nth-child(2),
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail > p:nth-child(2),
.grimlock-query-section__posts [id^="term-"].format-video .post-media > p:nth-child(2),
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail > p:nth-child(2),
.terms [id^="post-"].format-video .post-media > p:nth-child(2),
.terms [id^="post-"].format-video .post-thumbnail > p:nth-child(2),
.terms [id^="term-"].format-video .post-media > p:nth-child(2),
.terms [id^="term-"].format-video .post-thumbnail > p:nth-child(2),
.search-posts [id^="post-"].format-video .post-media > p:nth-child(2),
.search-posts [id^="post-"].format-video .post-thumbnail > p:nth-child(2),
.search-posts [id^="term-"].format-video .post-media > p:nth-child(2),
.search-posts [id^="term-"].format-video .post-thumbnail > p:nth-child(2) {
  display: none;
}

.blog-posts [id^="post-"].format-video .post-media > p iframe,
.blog-posts [id^="post-"].format-video .post-thumbnail > p iframe,
.blog-posts [id^="term-"].format-video .post-media > p iframe,
.blog-posts [id^="term-"].format-video .post-thumbnail > p iframe,
.archive-posts [id^="post-"].format-video .post-media > p iframe,
.archive-posts [id^="post-"].format-video .post-thumbnail > p iframe,
.archive-posts [id^="term-"].format-video .post-media > p iframe,
.archive-posts [id^="term-"].format-video .post-thumbnail > p iframe,
.grimlock-query-section__posts [id^="post-"].format-video .post-media > p iframe,
.grimlock-query-section__posts [id^="post-"].format-video .post-thumbnail > p iframe,
.grimlock-query-section__posts [id^="term-"].format-video .post-media > p iframe,
.grimlock-query-section__posts [id^="term-"].format-video .post-thumbnail > p iframe,
.terms [id^="post-"].format-video .post-media > p iframe,
.terms [id^="post-"].format-video .post-thumbnail > p iframe,
.terms [id^="term-"].format-video .post-media > p iframe,
.terms [id^="term-"].format-video .post-thumbnail > p iframe,
.search-posts [id^="post-"].format-video .post-media > p iframe,
.search-posts [id^="post-"].format-video .post-thumbnail > p iframe,
.search-posts [id^="term-"].format-video .post-media > p iframe,
.search-posts [id^="term-"].format-video .post-thumbnail > p iframe {
  height: auto;
  min-height: 300px;
  max-height: 325px;
}

.blog-posts [id^="post-"].format-video .entry-content,
.blog-posts [id^="term-"].format-video .entry-content,
.archive-posts [id^="post-"].format-video .entry-content,
.archive-posts [id^="term-"].format-video .entry-content,
.grimlock-query-section__posts [id^="post-"].format-video .entry-content,
.grimlock-query-section__posts [id^="term-"].format-video .entry-content,
.terms [id^="post-"].format-video .entry-content,
.terms [id^="term-"].format-video .entry-content,
.search-posts [id^="post-"].format-video .entry-content,
.search-posts [id^="term-"].format-video .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-video:hover .card-body:after,
.blog-posts [id^="term-"].format-video:hover .card-body:after,
.archive-posts [id^="post-"].format-video:hover .card-body:after,
.archive-posts [id^="term-"].format-video:hover .card-body:after,
.grimlock-query-section__posts [id^="post-"].format-video:hover .card-body:after,
.grimlock-query-section__posts [id^="term-"].format-video:hover .card-body:after,
.terms [id^="post-"].format-video:hover .card-body:after,
.terms [id^="term-"].format-video:hover .card-body:after,
.search-posts [id^="post-"].format-video:hover .card-body:after,
.search-posts [id^="term-"].format-video:hover .card-body:after {
  transform: rotate(0deg) translate3d(0, 34px, 0) scale(1.2) !important;
}

.blog-posts [id^="post-"].format-video:hover .author,
.blog-posts [id^="term-"].format-video:hover .author,
.archive-posts [id^="post-"].format-video:hover .author,
.archive-posts [id^="term-"].format-video:hover .author,
.grimlock-query-section__posts [id^="post-"].format-video:hover .author,
.grimlock-query-section__posts [id^="term-"].format-video:hover .author,
.terms [id^="post-"].format-video:hover .author,
.terms [id^="term-"].format-video:hover .author,
.search-posts [id^="post-"].format-video:hover .author,
.search-posts [id^="term-"].format-video:hover .author {
  opacity: 0;
  pointer-events: none;
}

.blog-posts [id^="post-"].format-audio .post-media,
.blog-posts [id^="post-"].format-audio .post-thumbnail,
.blog-posts [id^="term-"].format-audio .post-media,
.blog-posts [id^="term-"].format-audio .post-thumbnail,
.archive-posts [id^="post-"].format-audio .post-media,
.archive-posts [id^="post-"].format-audio .post-thumbnail,
.archive-posts [id^="term-"].format-audio .post-media,
.archive-posts [id^="term-"].format-audio .post-thumbnail,
.grimlock-query-section__posts [id^="post-"].format-audio .post-media,
.grimlock-query-section__posts [id^="post-"].format-audio .post-thumbnail,
.grimlock-query-section__posts [id^="term-"].format-audio .post-media,
.grimlock-query-section__posts [id^="term-"].format-audio .post-thumbnail,
.terms [id^="post-"].format-audio .post-media,
.terms [id^="post-"].format-audio .post-thumbnail,
.terms [id^="term-"].format-audio .post-media,
.terms [id^="term-"].format-audio .post-thumbnail,
.search-posts [id^="post-"].format-audio .post-media,
.search-posts [id^="post-"].format-audio .post-thumbnail,
.search-posts [id^="term-"].format-audio .post-media,
.search-posts [id^="term-"].format-audio .post-thumbnail {
  height: 200px !important;
  background: #222;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.blog-posts [id^="post-"].format-audio .post-media > p,
.blog-posts [id^="post-"].format-audio .post-media span,
.blog-posts [id^="post-"].format-audio .post-thumbnail > p,
.blog-posts [id^="post-"].format-audio .post-thumbnail span,
.blog-posts [id^="term-"].format-audio .post-media > p,
.blog-posts [id^="term-"].format-audio .post-media span,
.blog-posts [id^="term-"].format-audio .post-thumbnail > p,
.blog-posts [id^="term-"].format-audio .post-thumbnail span,
.archive-posts [id^="post-"].format-audio .post-media > p,
.archive-posts [id^="post-"].format-audio .post-media span,
.archive-posts [id^="post-"].format-audio .post-thumbnail > p,
.archive-posts [id^="post-"].format-audio .post-thumbnail span,
.archive-posts [id^="term-"].format-audio .post-media > p,
.archive-posts [id^="term-"].format-audio .post-media span,
.archive-posts [id^="term-"].format-audio .post-thumbnail > p,
.archive-posts [id^="term-"].format-audio .post-thumbnail span,
.grimlock-query-section__posts [id^="post-"].format-audio .post-media > p,
.grimlock-query-section__posts [id^="post-"].format-audio .post-media span,
.grimlock-query-section__posts [id^="post-"].format-audio .post-thumbnail > p,
.grimlock-query-section__posts [id^="post-"].format-audio .post-thumbnail span,
.grimlock-query-section__posts [id^="term-"].format-audio .post-media > p,
.grimlock-query-section__posts [id^="term-"].format-audio .post-media span,
.grimlock-query-section__posts [id^="term-"].format-audio .post-thumbnail > p,
.grimlock-query-section__posts [id^="term-"].format-audio .post-thumbnail span,
.terms [id^="post-"].format-audio .post-media > p,
.terms [id^="post-"].format-audio .post-media span,
.terms [id^="post-"].format-audio .post-thumbnail > p,
.terms [id^="post-"].format-audio .post-thumbnail span,
.terms [id^="term-"].format-audio .post-media > p,
.terms [id^="term-"].format-audio .post-media span,
.terms [id^="term-"].format-audio .post-thumbnail > p,
.terms [id^="term-"].format-audio .post-thumbnail span,
.search-posts [id^="post-"].format-audio .post-media > p,
.search-posts [id^="post-"].format-audio .post-media span,
.search-posts [id^="post-"].format-audio .post-thumbnail > p,
.search-posts [id^="post-"].format-audio .post-thumbnail span,
.search-posts [id^="term-"].format-audio .post-media > p,
.search-posts [id^="term-"].format-audio .post-media span,
.search-posts [id^="term-"].format-audio .post-thumbnail > p,
.search-posts [id^="term-"].format-audio .post-thumbnail span {
  display: none !important;
}

.blog-posts [id^="post-"].format-audio .post-media .wp-playlist,
.blog-posts [id^="post-"].format-audio .post-thumbnail .wp-playlist,
.blog-posts [id^="term-"].format-audio .post-media .wp-playlist,
.blog-posts [id^="term-"].format-audio .post-thumbnail .wp-playlist,
.archive-posts [id^="post-"].format-audio .post-media .wp-playlist,
.archive-posts [id^="post-"].format-audio .post-thumbnail .wp-playlist,
.archive-posts [id^="term-"].format-audio .post-media .wp-playlist,
.archive-posts [id^="term-"].format-audio .post-thumbnail .wp-playlist,
.grimlock-query-section__posts [id^="post-"].format-audio .post-media .wp-playlist,
.grimlock-query-section__posts [id^="post-"].format-audio .post-thumbnail .wp-playlist,
.grimlock-query-section__posts [id^="term-"].format-audio .post-media .wp-playlist,
.grimlock-query-section__posts [id^="term-"].format-audio .post-thumbnail .wp-playlist,
.terms [id^="post-"].format-audio .post-media .wp-playlist,
.terms [id^="post-"].format-audio .post-thumbnail .wp-playlist,
.terms [id^="term-"].format-audio .post-media .wp-playlist,
.terms [id^="term-"].format-audio .post-thumbnail .wp-playlist,
.search-posts [id^="post-"].format-audio .post-media .wp-playlist,
.search-posts [id^="post-"].format-audio .post-thumbnail .wp-playlist,
.search-posts [id^="term-"].format-audio .post-media .wp-playlist,
.search-posts [id^="term-"].format-audio .post-thumbnail .wp-playlist {
  margin: 0;
  border: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #222;
  width: 100%;
  height: 200px !important;
}

.blog-posts [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.blog-posts [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.blog-posts [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.blog-posts [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks,
.blog-posts [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.blog-posts [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.blog-posts [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.blog-posts [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.archive-posts [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.archive-posts [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.archive-posts [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.archive-posts [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.archive-posts [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks,
.grimlock-query-section__posts [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.grimlock-query-section__posts [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.grimlock-query-section__posts [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.grimlock-query-section__posts [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks,
.grimlock-query-section__posts [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.grimlock-query-section__posts [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.grimlock-query-section__posts [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.grimlock-query-section__posts [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks,
.terms [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.terms [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.terms [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.terms [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks,
.terms [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.terms [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.terms [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.terms [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks,
.search-posts [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.search-posts [id^="post-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.search-posts [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.search-posts [id^="post-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks,
.search-posts [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-current-item,
.search-posts [id^="term-"].format-audio .post-media .wp-playlist .wp-playlist-tracks,
.search-posts [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-current-item,
.search-posts [id^="term-"].format-audio .post-thumbnail .wp-playlist .wp-playlist-tracks {
  display: none;
}

.blog-posts [id^="post-"].format-audio .post-media .mejs-time-slider,
.blog-posts [id^="post-"].format-audio .post-media .mejs-time-current,
.blog-posts [id^="post-"].format-audio .post-thumbnail .mejs-time-slider,
.blog-posts [id^="post-"].format-audio .post-thumbnail .mejs-time-current,
.blog-posts [id^="term-"].format-audio .post-media .mejs-time-slider,
.blog-posts [id^="term-"].format-audio .post-media .mejs-time-current,
.blog-posts [id^="term-"].format-audio .post-thumbnail .mejs-time-slider,
.blog-posts [id^="term-"].format-audio .post-thumbnail .mejs-time-current,
.archive-posts [id^="post-"].format-audio .post-media .mejs-time-slider,
.archive-posts [id^="post-"].format-audio .post-media .mejs-time-current,
.archive-posts [id^="post-"].format-audio .post-thumbnail .mejs-time-slider,
.archive-posts [id^="post-"].format-audio .post-thumbnail .mejs-time-current,
.archive-posts [id^="term-"].format-audio .post-media .mejs-time-slider,
.archive-posts [id^="term-"].format-audio .post-media .mejs-time-current,
.archive-posts [id^="term-"].format-audio .post-thumbnail .mejs-time-slider,
.archive-posts [id^="term-"].format-audio .post-thumbnail .mejs-time-current,
.grimlock-query-section__posts [id^="post-"].format-audio .post-media .mejs-time-slider,
.grimlock-query-section__posts [id^="post-"].format-audio .post-media .mejs-time-current,
.grimlock-query-section__posts [id^="post-"].format-audio .post-thumbnail .mejs-time-slider,
.grimlock-query-section__posts [id^="post-"].format-audio .post-thumbnail .mejs-time-current,
.grimlock-query-section__posts [id^="term-"].format-audio .post-media .mejs-time-slider,
.grimlock-query-section__posts [id^="term-"].format-audio .post-media .mejs-time-current,
.grimlock-query-section__posts [id^="term-"].format-audio .post-thumbnail .mejs-time-slider,
.grimlock-query-section__posts [id^="term-"].format-audio .post-thumbnail .mejs-time-current,
.terms [id^="post-"].format-audio .post-media .mejs-time-slider,
.terms [id^="post-"].format-audio .post-media .mejs-time-current,
.terms [id^="post-"].format-audio .post-thumbnail .mejs-time-slider,
.terms [id^="post-"].format-audio .post-thumbnail .mejs-time-current,
.terms [id^="term-"].format-audio .post-media .mejs-time-slider,
.terms [id^="term-"].format-audio .post-media .mejs-time-current,
.terms [id^="term-"].format-audio .post-thumbnail .mejs-time-slider,
.terms [id^="term-"].format-audio .post-thumbnail .mejs-time-current,
.search-posts [id^="post-"].format-audio .post-media .mejs-time-slider,
.search-posts [id^="post-"].format-audio .post-media .mejs-time-current,
.search-posts [id^="post-"].format-audio .post-thumbnail .mejs-time-slider,
.search-posts [id^="post-"].format-audio .post-thumbnail .mejs-time-current,
.search-posts [id^="term-"].format-audio .post-media .mejs-time-slider,
.search-posts [id^="term-"].format-audio .post-media .mejs-time-current,
.search-posts [id^="term-"].format-audio .post-thumbnail .mejs-time-slider,
.search-posts [id^="term-"].format-audio .post-thumbnail .mejs-time-current {
  display: inline-block !important;
}

.blog-posts [id^="post-"].format-audio .post-media .mejs-container,
.blog-posts [id^="post-"].format-audio .post-thumbnail .mejs-container,
.blog-posts [id^="term-"].format-audio .post-media .mejs-container,
.blog-posts [id^="term-"].format-audio .post-thumbnail .mejs-container,
.archive-posts [id^="post-"].format-audio .post-media .mejs-container,
.archive-posts [id^="post-"].format-audio .post-thumbnail .mejs-container,
.archive-posts [id^="term-"].format-audio .post-media .mejs-container,
.archive-posts [id^="term-"].format-audio .post-thumbnail .mejs-container,
.grimlock-query-section__posts [id^="post-"].format-audio .post-media .mejs-container,
.grimlock-query-section__posts [id^="post-"].format-audio .post-thumbnail .mejs-container,
.grimlock-query-section__posts [id^="term-"].format-audio .post-media .mejs-container,
.grimlock-query-section__posts [id^="term-"].format-audio .post-thumbnail .mejs-container,
.terms [id^="post-"].format-audio .post-media .mejs-container,
.terms [id^="post-"].format-audio .post-thumbnail .mejs-container,
.terms [id^="term-"].format-audio .post-media .mejs-container,
.terms [id^="term-"].format-audio .post-thumbnail .mejs-container,
.search-posts [id^="post-"].format-audio .post-media .mejs-container,
.search-posts [id^="post-"].format-audio .post-thumbnail .mejs-container,
.search-posts [id^="term-"].format-audio .post-media .mejs-container,
.search-posts [id^="term-"].format-audio .post-thumbnail .mejs-container {
  height: 140px;
}

.blog-posts [id^="post-"].format-audio .entry-content,
.blog-posts [id^="term-"].format-audio .entry-content,
.archive-posts [id^="post-"].format-audio .entry-content,
.archive-posts [id^="term-"].format-audio .entry-content,
.grimlock-query-section__posts [id^="post-"].format-audio .entry-content,
.grimlock-query-section__posts [id^="term-"].format-audio .entry-content,
.terms [id^="post-"].format-audio .entry-content,
.terms [id^="term-"].format-audio .entry-content,
.search-posts [id^="post-"].format-audio .entry-content,
.search-posts [id^="term-"].format-audio .entry-content {
  display: none;
}

.blog-posts [id^="post-"].format-status .entry-content,
.blog-posts [id^="term-"].format-status .entry-content,
.archive-posts [id^="post-"].format-status .entry-content,
.archive-posts [id^="term-"].format-status .entry-content,
.grimlock-query-section__posts [id^="post-"].format-status .entry-content,
.grimlock-query-section__posts [id^="term-"].format-status .entry-content,
.terms [id^="post-"].format-status .entry-content,
.terms [id^="term-"].format-status .entry-content,
.search-posts [id^="post-"].format-status .entry-content,
.search-posts [id^="term-"].format-status .entry-content {
  display: none;
}

/* Masonry grid enabled : Specific style */
.grimlock .posts--height-not-equalized,
.posts--height-not-equalized.masonry {
  display: block !important;
}

.grimlock .posts--height-not-equalized [id^="post-"]:not([style*="position"]),
.posts--height-not-equalized.masonry [id^="post-"]:not([style*="position"]) {
  opacity: 0;
  pointer-events: none;
}

.grimlock .posts--height-not-equalized:not([style*="position"]),
.posts--height-not-equalized.masonry:not([style*="position"]) {
  position: relative;
}

.grimlock .posts--height-not-equalized:not([style*="position"]):after,
.posts--height-not-equalized.masonry:not([style*="position"]):after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  font-family: gwangi !important;
  animation: fa-spin 1.2s infinite linear;
  content: "\e957" !important;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  margin-top: 2rem;
  color: inherit;
  opacity: .3;
}

/* Posts format */
.post-format .fa-aside:before {
  content: "\f0f6";
}

.post-format .fa-link:before {
  content: "\f08e";
}

.post-format .fa-quote:before {
  content: "\f10d";
}

.post-format .fa-video:before {
  content: "\f03d";
}

.post-format .fa-gallery:before {
  content: "\f009";
}

.post-format .fa-audio:before {
  content: "\f027";
}

.post-format .fa-status:before {
  content: "\f0f3";
}

.post-format .fa-chat:before {
  content: "\f086";
}

/* Author archive */
.archive.author .grimlock-custom_header .region__col {
  text-align: center;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.archive.author .grimlock-custom_header .region__col--1 {
  order: -1;
}

.archive.author .grimlock-custom_header .section__header {
  max-width: 576px;
  margin: 0 auto;
}

.archive.author .grimlock-custom_header .section__title {
  font-size: 2.2em;
}

.archive.author .grimlock-custom_header .section__thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 500px;
  display: inline-block;
}

.archive.author .grimlock-custom_header .section__thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.archive.author .grimlock-custom_header .section__thumbnail {
  margin: 0 auto;
  max-width: 800px;
}

.archive.author .grimlock-custom_header .section__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.archive.author .grimlock-custom_header .vcard {
  font-weight: inherit;
}

/**
 * Badges
 *
 * Badges styles.
 */
.badge {
  border-radius: 500px;
  text-shadow: none;
}

/**
 * Buttons
 *
 * Button styles.
 */
.btn, button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn, button,
  .button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .button,
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    transition: none;
  }
}

.btn, button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"], .btn:focus, button:focus,
.button:focus,
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="reset"], .btn:active, button:active,
.button:active,
input:active[type="button"],
input:active[type="submit"],
input:active[type="reset"],
.button,
.button:focus,
.button:active,
button,
button:focus,
button:active,
input[type="button"],
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"],
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"],
input[type="reset"]:focus,
input[type="reset"]:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn:hover, button:hover,
.button:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"], .btn:active, button:active,
.button:active,
input:active[type="button"],
input:active[type="submit"],
input:active[type="reset"],
.button:hover,
.button:active,
button:hover,
button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active {
  cursor: pointer;
}

.btn.disabled:hover, button.disabled:hover,
.disabled.button:hover,
input.disabled:hover[type="button"],
input.disabled:hover[type="submit"],
input.disabled:hover[type="reset"], .btn:disabled:hover, button:disabled:hover,
.button:disabled:hover,
input:disabled:hover[type="button"],
input:disabled:hover[type="submit"],
input:disabled:hover[type="reset"],
.button.disabled:hover,
.button:disabled:hover,
button.disabled:hover,
button:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover {
  cursor: not-allowed;
}

.btn img, button img, .button img, input[type="button"] img, input[type="submit"] img, input[type="reset"] img,
.button img,
button img,
input[type="button"] img,
input[type="submit"] img,
input[type="reset"] img {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.btn.btn-link, button.btn-link,
.btn-link.button,
input.btn-link[type="button"],
input.btn-link[type="submit"],
input.btn-link[type="reset"],
.grimlock-section .grimlock-section__btn.btn-link,
.wp-block-button.is-style-link .wp-block-button__link {
  padding: .3rem 0 !important;
  color: inherit;
  position: relative;
  text-transform: uppercase;
  font-size: .75em;
  letter-spacing: 0.5px;
}

.btn.btn-link:after, button.btn-link:after,
.btn-link.button:after,
input.btn-link[type="button"]:after,
input.btn-link[type="submit"]:after,
input.btn-link[type="reset"]:after,
.grimlock-section .grimlock-section__btn.btn-link:after,
.wp-block-button.is-style-link .wp-block-button__link:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: currentColor;
  display: block;
  position: relative;
  top: 4px;
  opacity: 0.2;
  transition: inherit;
}

.btn.btn-link:hover, button.btn-link:hover,
.btn-link.button:hover,
input.btn-link:hover[type="button"],
input.btn-link:hover[type="submit"],
input.btn-link:hover[type="reset"], .btn.btn-link:active, button.btn-link:active,
.btn-link.button:active,
input.btn-link:active[type="button"],
input.btn-link:active[type="submit"],
input.btn-link:active[type="reset"], .btn.btn-link:focus, button.btn-link:focus,
.btn-link.button:focus,
input.btn-link:focus[type="button"],
input.btn-link:focus[type="submit"],
input.btn-link:focus[type="reset"], .btn.btn-link.active, button.btn-link.active,
.btn-link.active.button,
input.btn-link.active[type="button"],
input.btn-link.active[type="submit"],
input.btn-link.active[type="reset"],
.grimlock-section .grimlock-section__btn.btn-link:hover,
.grimlock-section .grimlock-section__btn.btn-link:active,
.grimlock-section .grimlock-section__btn.btn-link:focus,
.grimlock-section .grimlock-section__btn.btn-link.active,
.wp-block-button.is-style-link .wp-block-button__link:hover,
.wp-block-button.is-style-link .wp-block-button__link:active,
.wp-block-button.is-style-link .wp-block-button__link:focus,
.wp-block-button.is-style-link .wp-block-button__link.active {
  color: var(--grimlock-button-primary-background-color);
}

.btn.btn-link:hover:after, button.btn-link:hover:after,
.btn-link.button:hover:after,
input.btn-link[type="button"]:hover:after,
input.btn-link[type="submit"]:hover:after,
input.btn-link[type="reset"]:hover:after, .btn.btn-link:active:after, button.btn-link:active:after,
.btn-link.button:active:after,
input.btn-link[type="button"]:active:after,
input.btn-link[type="submit"]:active:after,
input.btn-link[type="reset"]:active:after, .btn.btn-link:focus:after, button.btn-link:focus:after,
.btn-link.button:focus:after,
input.btn-link[type="button"]:focus:after,
input.btn-link[type="submit"]:focus:after,
input.btn-link[type="reset"]:focus:after, .btn.btn-link.active:after, button.btn-link.active:after,
.btn-link.active.button:after,
input.btn-link.active[type="button"]:after,
input.btn-link.active[type="submit"]:after,
input.btn-link.active[type="reset"]:after,
.grimlock-section .grimlock-section__btn.btn-link:hover:after,
.grimlock-section .grimlock-section__btn.btn-link:active:after,
.grimlock-section .grimlock-section__btn.btn-link:focus:after,
.grimlock-section .grimlock-section__btn.btn-link.active:after,
.wp-block-button.is-style-link .wp-block-button__link:hover:after,
.wp-block-button.is-style-link .wp-block-button__link:active:after,
.wp-block-button.is-style-link .wp-block-button__link:focus:after,
.wp-block-button.is-style-link .wp-block-button__link.active:after {
  opacity: 1;
}

/**
 * Captions
 *
 * Caption styles. Like legend for figures, images or other block.
 */
.wp-caption {
  margin-bottom: 2.5em;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.wp-caption img[class*="wp-image-"] {
  margin-bottom: 0;
  max-width: 100%;
  width: auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.wp-caption .wp-caption-text {
  font-style: italic;
  position: absolute;
  bottom: 6%;
  width: 230px;
  max-width: 100%;
  font-size: 0.95em;
  padding: 15px 20px;
  background: #333;
  margin: 0;
  color: #fff;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  left: 0;
}

.wp-caption.alignnone {
  max-width: 100% !important;
}

.wp-caption.alignnone img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignright .wp-caption-text {
  left: auto;
  right: 0;
}

.wp-caption a {
  color: inherit !important;
  opacity: 0.75;
}

.wp-caption a:hover {
  opacity: 1;
}

/**
 * Cards
 *
 * Card components for various posts items.
 */
.card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  word-break: break-word;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.card-img img,
.card .wp-post-image {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  width: 100%;
}

.card-img img:focus,
.card .wp-post-image:focus {
  outline: 0;
}

.card .post-media {
  min-height: 150px;
}

.card .post-thumbnail {
  overflow: hidden;
  max-height: 500px;
}

.card .card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.has-post-thumbnail .card .card-body:before, .has-post-thumbnail .card .card-body:after,
.format-video .card .card-body:before,
.format-video .card .card-body:after,
.format-audio .card .card-body:before,
.format-audio .card .card-body:after,
.format-gallery .card .card-body:before,
.format-gallery .card .card-body:after {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  display: block;
  width: 100%;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.05);
  transform: rotate(-6deg) translate3d(0, 34px, 0) scale(1.2);
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.posts[class*="6-6-cols-classic"] .has-post-thumbnail .card .card-body:before, .posts[class*="6-6-cols-classic"] .has-post-thumbnail .card .card-body:after, .posts[class*="6-6-cols-classic"]
.format-video .card .card-body:before, .posts[class*="6-6-cols-classic"]
.format-video .card .card-body:after, .posts[class*="6-6-cols-classic"]
.format-audio .card .card-body:before, .posts[class*="6-6-cols-classic"]
.format-audio .card .card-body:after, .posts[class*="6-6-cols-classic"]
.format-gallery .card .card-body:before, .posts[class*="6-6-cols-classic"]
.format-gallery .card .card-body:after {
  transform: rotate(-4deg) translate3d(0, 34px, 0) scale(1.2);
}

.posts[class*="12-cols-classic"] .has-post-thumbnail .card .card-body:before, .posts[class*="12-cols-classic"] .has-post-thumbnail .card .card-body:after, .posts[class*="12-cols-classic"]
.format-video .card .card-body:before, .posts[class*="12-cols-classic"]
.format-video .card .card-body:after, .posts[class*="12-cols-classic"]
.format-audio .card .card-body:before, .posts[class*="12-cols-classic"]
.format-audio .card .card-body:after, .posts[class*="12-cols-classic"]
.format-gallery .card .card-body:before, .posts[class*="12-cols-classic"]
.format-gallery .card .card-body:after {
  transform: rotate(-2deg) translate3d(0, 34px, 0) scale(1.2);
}

[class*="12-cols-lateral"] .has-post-thumbnail .card .card-body:before,
[class*="6-6-cols-lateral"] .has-post-thumbnail .card .card-body:before, [class*="12-cols-lateral"] .has-post-thumbnail .card .card-body:after,
[class*="6-6-cols-lateral"] .has-post-thumbnail .card .card-body:after, [class*="12-cols-lateral"]
.format-video .card .card-body:before,
[class*="6-6-cols-lateral"]
.format-video .card .card-body:before, [class*="12-cols-lateral"]
.format-video .card .card-body:after,
[class*="6-6-cols-lateral"]
.format-video .card .card-body:after, [class*="12-cols-lateral"]
.format-audio .card .card-body:before,
[class*="6-6-cols-lateral"]
.format-audio .card .card-body:before, [class*="12-cols-lateral"]
.format-audio .card .card-body:after,
[class*="6-6-cols-lateral"]
.format-audio .card .card-body:after, [class*="12-cols-lateral"]
.format-gallery .card .card-body:before,
[class*="6-6-cols-lateral"]
.format-gallery .card .card-body:before, [class*="12-cols-lateral"]
.format-gallery .card .card-body:after,
[class*="6-6-cols-lateral"]
.format-gallery .card .card-body:after {
  content: none;
}

.has-post-thumbnail .card .card-body:after,
.format-video .card .card-body:after,
.format-audio .card .card-body:after,
.format-gallery .card .card-body:after {
  top: -62px;
  z-index: -2;
}

@media (min-width: 992px) {
  .posts[class*="-cols-classic"] .has-post-thumbnail .card .card-body > *:first-child, .posts[class*="-cols-classic"]
  .format-video .card .card-body > *:first-child, .posts[class*="-cols-classic"]
  .format-audio .card .card-body > *:first-child, .posts[class*="-cols-classic"]
  .format-gallery .card .card-body > *:first-child {
    margin-top: calc(var(--grimlock-archive-post-padding) * -0.7);
  }
}

.posts[class*="cols-classic"] .has-post-thumbnail .card .card-body .entry-labels, .posts[class*="cols-classic"]
.format-video .card .card-body .entry-labels, .posts[class*="cols-classic"]
.format-audio .card .card-body .entry-labels, .posts[class*="cols-classic"]
.format-gallery .card .card-body .entry-labels {
  position: absolute;
  bottom: calc(100% + 25px);
  left: 0;
  z-index: 1;
  pointer-events: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.posts[class*="cols-classic"] .has-post-thumbnail .card .card-body .entry-labels .badge, .posts[class*="cols-classic"]
.format-video .card .card-body .entry-labels .badge, .posts[class*="cols-classic"]
.format-audio .card .card-body .entry-labels .badge, .posts[class*="cols-classic"]
.format-gallery .card .card-body .entry-labels .badge {
  vertical-align: top;
  border-radius: 0 500px 500px 0;
  text-decoration: none !important;
  margin-left: 0;
  margin-top: .5rem;
  min-width: 35px;
}

.posts[class*="cols-classic"] .has-post-thumbnail .card .card-body .entry-labels .badge.post-format, .posts[class*="cols-classic"]
.format-video .card .card-body .entry-labels .badge.post-format, .posts[class*="cols-classic"]
.format-audio .card .card-body .entry-labels .badge.post-format, .posts[class*="cols-classic"]
.format-gallery .card .card-body .entry-labels .badge.post-format {
  padding: .2rem .7rem;
}

.posts[class*="cols-classic"] .has-post-thumbnail .card .card-body .entry-labels .badge.post-format .badge__name, .posts[class*="cols-classic"]
.format-video .card .card-body .entry-labels .badge.post-format .badge__name, .posts[class*="cols-classic"]
.format-audio .card .card-body .entry-labels .badge.post-format .badge__name, .posts[class*="cols-classic"]
.format-gallery .card .card-body .entry-labels .badge.post-format .badge__name {
  display: inline-block;
  margin-left: .5rem;
}

.card .card-body h2.entry-title {
  margin-bottom: 5px;
}

.card .card-body h2.entry-title a {
  color: inherit;
}

.card .card-body h2.entry-title + .cat-links {
  display: none;
}

.card .card-body .entry-meta {
  margin-bottom: .5rem;
  font-size: .9em;
}

.card .card-body .entry-meta .author img {
  opacity: 1 !important;
}

.card .entry-labels {
  margin-bottom: .75rem;
}

.card .entry-header {
  padding-right: 50px;
}

.card .entry-header hr {
  max-width: 85px;
  border-width: 2px;
  margin-left: 0;
  margin-right: 0;
}

.card .entry-summary {
  margin-bottom: var(--grimlock-archive-post-padding);
}

.card .entry-summary p {
  font-size: .95em;
}

.card .entry-summary a.more-link {
  color: var(--grimlock-link-color) !important;
  font-weight: var(--grimlock-button-font-weight);
  font-size: calc( var(--grimlock-button-font-size) - 2px);
  line-height: var(--grimlock-button-line-height);
  letter-spacing: var(--grimlock-button-letter-spacing);
  text-transform: var(--grimlock-button-text-transform);
  padding: 0.3rem 0 !important;
  position: relative;
  border: 0 !important;
  border-radius: 0;
  display: inline-block;
}

.card .entry-summary a.more-link:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  z-index: 1;
}

.card .entry-summary a.more-link .meta-nav {
  font-size: inherit;
  vertical-align: middle;
}

.posts[class*="3-3-3-3-cols-classic"] .card .author .byline-label,
.posts[class*="3-3-3-3-cols-classic"] .card .author .author-vcard,
.posts[class*="4-4-4-cols-classic"] .card .author .byline-label,
.posts[class*="4-4-4-cols-classic"] .card .author .author-vcard,
.posts[class*="6-6-cols-classic"] .card .author .byline-label,
.posts[class*="6-6-cols-classic"] .card .author .author-vcard,
.region--3-6-3-cols-left .posts[class*="12-cols-classic"] .card .author .byline-label,
.region--3-6-3-cols-left .posts[class*="12-cols-classic"] .card .author .author-vcard {
  display: none !important;
}

.posts[class*="3-3-3-3-cols-classic"] .card .author .avatar-round-ratio,
.posts[class*="4-4-4-cols-classic"] .card .author .avatar-round-ratio,
.posts[class*="6-6-cols-classic"] .card .author .avatar-round-ratio,
.region--3-6-3-cols-left .posts[class*="12-cols-classic"] .card .author .avatar-round-ratio {
  border: 3px solid var(--grimlock-archive-post-background-color);
  background-color: var(--grimlock-archive-post-background-color);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.posts[class*="3-3-3-3-cols-classic"] .card .author .avatar-round-ratio img,
.posts[class*="4-4-4-cols-classic"] .card .author .avatar-round-ratio img,
.posts[class*="6-6-cols-classic"] .card .author .avatar-round-ratio img,
.region--3-6-3-cols-left .posts[class*="12-cols-classic"] .card .author .avatar-round-ratio img {
  background-color: var(--grimlock-archive-post-background-color);
}

.posts[class*="3-3-3-3-cols-classic"] .card .author .author-avatar,
.posts[class*="4-4-4-cols-classic"] .card .author .author-avatar,
.posts[class*="6-6-cols-classic"] .card .author .author-avatar,
.region--3-6-3-cols-left .posts[class*="12-cols-classic"] .card .author .author-avatar {
  position: absolute;
  top: 5px;
  right: 5px;
}

.has-post-thumbnail .card .author .author-avatar,
.format-video .card .author .author-avatar,
.format-audio .card .author .author-avatar,
.format-gallery .card .author .author-avatar {
  top: -80px !important;
  right: 10px !important;
}

.has-post-thumbnail .card .entry-header,
.format-video .card .entry-header,
.format-audio .card .entry-header,
.format-gallery .card .entry-header {
  padding-right: 0;
}

.region--12-cols-left .posts--12-cols-classic .card .author-avatar,
.region--9-3-cols-left .posts--12-cols-classic .card .author-avatar,
.region--3-9-cols-left .posts--12-cols-classic .card .author-avatar,
[class*="12-cols-lateral"] .card .author-avatar,
[class*="6-6-cols-lateral"] .card .author-avatar {
  display: none !important;
}

.card .posted-on .posted-on-label {
  display: none;
}

.card .cat-links .cat-links-label {
  display: none;
}

.card .entry-footer {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  border-top: 1px solid var(--grimlock-table-striped-background-color);
  background: none;
  z-index: 1;
  font-size: .9rem;
  padding: calc(var(--grimlock-archive-post-padding) / 1.5) var(--grimlock-archive-post-padding);
  margin: auto calc(var(--grimlock-archive-post-padding) * -1) calc(var(--grimlock-archive-post-padding) * -1) calc(var(--grimlock-archive-post-padding) * -1);
}

.card .entry-footer .entry-meta {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 0;
}

@media (min-width: 576px) {
  [class*="12-cols-lateral"] .card .entry-footer > .row, [class*="12-cols-lateral"] .card .entry-footer > .region__row, [class*="12-cols-lateral"] .card .entry-footer > .blog-posts,
  [class*="12-cols-lateral"] .card .entry-footer > .archive-posts,
  [class*="12-cols-lateral"] .card .entry-footer > .grimlock-query-section__posts,
  [class*="12-cols-lateral"] .card .entry-footer > .terms,
  [class*="12-cols-lateral"] .card .entry-footer > .search-posts, .blog-posts[class*="12-cols-lateral"] .card [id^="post-"] .entry-footer > .card, .blog-posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .blog-posts[class*="12-cols-lateral"] .card [id^="term-"] .entry-footer > .card, .blog-posts[class*="12-cols-lateral"] [id^="term-"] .card .entry-footer > .card, [class*="12-cols-lateral"] .card .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer > .card, .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] [class*="12-cols-lateral"] .card .entry-footer > .card,
  [class*="12-cols-lateral"] .card .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer > .card, .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] [class*="12-cols-lateral"] .card .entry-footer > .card,
  .archive-posts[class*="12-cols-lateral"] .card [id^="post-"] .entry-footer > .card, .archive-posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .archive-posts[class*="12-cols-lateral"] .card [id^="term-"] .entry-footer > .card, .archive-posts[class*="12-cols-lateral"] [id^="term-"] .card .entry-footer > .card,
  [class*="12-cols-lateral"] .card .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer > .card, .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] [class*="12-cols-lateral"] .card .entry-footer > .card,
  [class*="12-cols-lateral"] .card .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer > .card, .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] [class*="12-cols-lateral"] .card .entry-footer > .card,
  .grimlock-query-section__posts[class*="12-cols-lateral"] .card [id^="post-"] .entry-footer > .card, .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .grimlock-query-section__posts[class*="12-cols-lateral"] .card [id^="term-"] .entry-footer > .card, .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .card .entry-footer > .card,
  [class*="12-cols-lateral"] .card .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer > .card, .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] [class*="12-cols-lateral"] .card .entry-footer > .card,
  [class*="12-cols-lateral"] .card .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer > .card, .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] [class*="12-cols-lateral"] .card .entry-footer > .card,
  .terms[class*="12-cols-lateral"] .card [id^="post-"] .entry-footer > .card, .terms[class*="12-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .terms[class*="12-cols-lateral"] .card [id^="term-"] .entry-footer > .card, .terms[class*="12-cols-lateral"] [id^="term-"] .card .entry-footer > .card,
  [class*="12-cols-lateral"] .card .terms[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer > .card, .terms[class*="6-6-cols-lateral"] [id^="post-"] [class*="12-cols-lateral"] .card .entry-footer > .card,
  [class*="12-cols-lateral"] .card .terms[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer > .card, .terms[class*="6-6-cols-lateral"] [id^="term-"] [class*="12-cols-lateral"] .card .entry-footer > .card,
  .search-posts[class*="12-cols-lateral"] .card [id^="post-"] .entry-footer > .card, .search-posts[class*="12-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .search-posts[class*="12-cols-lateral"] .card [id^="term-"] .entry-footer > .card, .search-posts[class*="12-cols-lateral"] [id^="term-"] .card .entry-footer > .card,
  [class*="12-cols-lateral"] .card .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .entry-footer > .card, .search-posts[class*="6-6-cols-lateral"] [id^="post-"] [class*="12-cols-lateral"] .card .entry-footer > .card,
  [class*="12-cols-lateral"] .card .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .entry-footer > .card, .search-posts[class*="6-6-cols-lateral"] [id^="term-"] [class*="12-cols-lateral"] .card .entry-footer > .card, [class*="12-cols-lateral"] .card .entry-footer > .testimonials-list,
  [class*="12-cols-lateral"] .card .entry-footer > .team-members,
  [class*="12-cols-lateral"] .card .entry-footer > .features,
  [class*="12-cols-lateral"] .card .entry-footer > .projects_list_widget,
  [class*="6-6-cols-lateral"] .card .entry-footer > .row,
  [class*="6-6-cols-lateral"] .card .entry-footer > .region__row,
  [class*="6-6-cols-lateral"] .card .entry-footer > .blog-posts,
  [class*="6-6-cols-lateral"] .card .entry-footer > .archive-posts,
  [class*="6-6-cols-lateral"] .card .entry-footer > .grimlock-query-section__posts,
  [class*="6-6-cols-lateral"] .card .entry-footer > .terms,
  [class*="6-6-cols-lateral"] .card .entry-footer > .search-posts,
  [class*="6-6-cols-lateral"] .card .blog-posts[class*="12-cols-lateral"] [id^="post-"] .entry-footer > .card,
  .blog-posts[class*="12-cols-lateral"] [id^="post-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .blog-posts[class*="12-cols-lateral"] [id^="term-"] .entry-footer > .card,
  .blog-posts[class*="12-cols-lateral"] [id^="term-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  .blog-posts[class*="6-6-cols-lateral"] .card [id^="post-"] .entry-footer > .card,
  .blog-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .blog-posts[class*="6-6-cols-lateral"] .card [id^="term-"] .entry-footer > .card,
  .blog-posts[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .archive-posts[class*="12-cols-lateral"] [id^="post-"] .entry-footer > .card,
  .archive-posts[class*="12-cols-lateral"] [id^="post-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .archive-posts[class*="12-cols-lateral"] [id^="term-"] .entry-footer > .card,
  .archive-posts[class*="12-cols-lateral"] [id^="term-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  .archive-posts[class*="6-6-cols-lateral"] .card [id^="post-"] .entry-footer > .card,
  .archive-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .archive-posts[class*="6-6-cols-lateral"] .card [id^="term-"] .entry-footer > .card,
  .archive-posts[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] .entry-footer > .card,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="post-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] .entry-footer > .card,
  .grimlock-query-section__posts[class*="12-cols-lateral"] [id^="term-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] .card [id^="post-"] .entry-footer > .card,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] .card [id^="term-"] .entry-footer > .card,
  .grimlock-query-section__posts[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .terms[class*="12-cols-lateral"] [id^="post-"] .entry-footer > .card,
  .terms[class*="12-cols-lateral"] [id^="post-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .terms[class*="12-cols-lateral"] [id^="term-"] .entry-footer > .card,
  .terms[class*="12-cols-lateral"] [id^="term-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  .terms[class*="6-6-cols-lateral"] .card [id^="post-"] .entry-footer > .card,
  .terms[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .terms[class*="6-6-cols-lateral"] .card [id^="term-"] .entry-footer > .card,
  .terms[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .search-posts[class*="12-cols-lateral"] [id^="post-"] .entry-footer > .card,
  .search-posts[class*="12-cols-lateral"] [id^="post-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .search-posts[class*="12-cols-lateral"] [id^="term-"] .entry-footer > .card,
  .search-posts[class*="12-cols-lateral"] [id^="term-"] [class*="6-6-cols-lateral"] .card .entry-footer > .card,
  .search-posts[class*="6-6-cols-lateral"] .card [id^="post-"] .entry-footer > .card,
  .search-posts[class*="6-6-cols-lateral"] [id^="post-"] .card .entry-footer > .card,
  .search-posts[class*="6-6-cols-lateral"] .card [id^="term-"] .entry-footer > .card,
  .search-posts[class*="6-6-cols-lateral"] [id^="term-"] .card .entry-footer > .card,
  [class*="6-6-cols-lateral"] .card .entry-footer > .testimonials-list,
  [class*="6-6-cols-lateral"] .card .entry-footer > .team-members,
  [class*="6-6-cols-lateral"] .card .entry-footer > .features,
  [class*="6-6-cols-lateral"] .card .entry-footer > .projects_list_widget {
    flex: 1;
  }
  [class*="12-cols-lateral"] .card .entry-footer span + span,
  [class*="6-6-cols-lateral"] .card .entry-footer span + span {
    margin-top: 0;
    text-align: right;
  }
}

[class*="12-cols-lateral"] .card .entry-footer .posted-on,
[class*="6-6-cols-lateral"] .card .entry-footer .posted-on {
  margin-left: 1rem;
}

.card .tags-links a + a:before {
  content: "\2022";
  margin-right: 4px;
  margin-left: 2px;
  opacity: .4;
  pointer-events: none;
  font-size: 10px;
  position: relative;
  top: -1px;
  color: #245CC5;
}

.card .comments-link {
  font-weight: 700;
  display: block;
  margin-left: auto;
  padding-left: .2rem;
}

.card .comments-link a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f27a";
  margin-left: 5px;
  font-size: 1.1em;
  vertical-align: middle;
  position: relative;
  top: -0.13em;
}

.card .btn, .card button,
.card .button,
.card input[type="button"],
.card input[type="submit"],
.card input[type="reset"] {
  max-width: 100%;
  white-space: normal;
}

.card .btn.btn-link .meta-nav, .card button.btn-link .meta-nav, .card .btn-link.button .meta-nav, .card input.btn-link[type="button"] .meta-nav, .card input.btn-link[type="submit"] .meta-nav, .card input.btn-link[type="reset"] .meta-nav {
  display: none;
}

.card .edit-link {
  position: absolute;
  display: block;
  z-index: 99999;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.card .edit-link .post-edit-link {
  display: block;
  padding: 5px 10px;
  font-size: .8rem;
  line-height: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7) !important;
}

@media (min-width: 768px) {
  .card:not(.term__card):hover {
    transform: translate3d(0, -6px, 0);
  }
  .card:not(.term__card):hover .card-body:before {
    transform: rotate(0) translate3d(0, 24px, 0) scale(1) !important;
  }
  .card:not(.term__card):hover .card-body:after {
    transform: rotate(-8deg) translate3d(0, 34px, 0) scale(1.3) !important;
  }
  .card:not(.term__card):hover .edit-link {
    opacity: 1;
    pointer-events: auto;
  }
}

.card.card-no-transform, .card.card-static {
  transform: none !important;
  animation: none !important;
  z-index: auto !important;
  will-change: auto !important;
}

.card.card-no-transform .card-body, .card.card-static .card-body {
  z-index: auto;
}

[class*="cols-overlay"] .card .card-body {
  padding-top: 60px !important;
}

[class*="cols-overlay"] .card .card-body:before, [class*="cols-overlay"] .card .card-body:after {
  display: none !important;
}

[class*="cols-overlay"] .card .entry-header {
  padding-right: 0;
}

[class*="cols-overlay"] .card .entry-meta {
  margin-bottom: 0;
}

[class*="cols-overlay"] .card .byline {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 9;
}

[class*="cols-overlay"] .card .byline .byline-label {
  display: none;
}

[class*="cols-overlay"] .card .entry-footer {
  position: absolute;
  top: 0;
  z-index: 99;
  order: -1;
  margin-top: 0;
  padding-right: 0 !important;
  right: 45px;
}

[class*="cols-overlay"] .card .entry-footer .comments-link {
  margin-left: 0;
}

[class*="cols-overlay"] .card .tags-links {
  display: none !important;
}

/**
 * Comments
 *
 * Comments thread styles.
 */
.comments-area {
  margin-top: 4rem;
}

.comments-area .comments-title {
  margin-bottom: 2.5rem;
}

.single.single-post .comments-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.single.single-post .comments-area .comments-title {
  text-align: center;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 0.8rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #454748;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form input[type="password"],
  .comment-form textarea {
    transition: none;
  }
}

.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form input[type="password"]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="password"]:focus,
.comment-form textarea:focus {
  color: #454748;
  background-color: #ffffff;
  border-color: #245CC5;
  outline: 0;
  box-shadow: none;
}

.comment-form input[type="text"]::-moz-placeholder, .comment-form input[type="email"]::-moz-placeholder, .comment-form input[type="url"]::-moz-placeholder, .comment-form input[type="password"]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #86878C;
  opacity: 1;
}

.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form input[type="password"]::placeholder,
.comment-form textarea::placeholder {
  color: #86878C;
  opacity: 1;
}

.comment-form input[type="text"]:disabled, .comment-form input[type="text"][readonly],
.comment-form input[type="email"]:disabled,
.comment-form input[type="email"][readonly],
.comment-form input[type="url"]:disabled,
.comment-form input[type="url"][readonly],
.comment-form input[type="password"]:disabled,
.comment-form input[type="password"][readonly],
.comment-form textarea:disabled,
.comment-form textarea[readonly] {
  background-color: #e8e8e9;
  opacity: 1;
}

.comment-form input[type="text"]:disabled,
.comment-form input[type="email"]:disabled,
.comment-form input[type="url"]:disabled,
.comment-form input[type="password"]:disabled,
.comment-form textarea:disabled {
  cursor: not-allowed;
}

.comment-form .required {
  color: #d9534f;
}

.comment-respond,
.comment-body {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: 0px 0px 15px 0px var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}

.comment-respond {
  margin-top: 1rem;
  padding: 2rem;
  border-style: solid;
  position: relative;
}

.comment {
  margin-top: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  width: 100%;
}

.comment-list {
  padding-left: 0;
}

.comment-list-hover .comment:hover {
  background-color: #3D404A;
}

.comment-img {
  margin-right: 1rem;
  position: relative;
  z-index: 2;
}

.comment-img .avatar {
  border-radius: 50%;
  max-width: 60px;
}

.comment-main {
  display: flex;
  width: 100%;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-body {
  padding: 25px 30px;
  border: 1px solid #3D404A;
  border-radius: 0.25rem;
  overflow: auto;
}

.comment-body pre {
  white-space: normal;
}

.comment-title .fn {
  font-weight: 600;
  font-size: 0.9em;
}

.comment-time {
  font-style: italic;
  font-size: 0.7em;
}

@media (min-width: 992px) {
  .comment-time {
    margin-left: 5px;
  }
}

@media (max-width: 991.98px) {
  .comment-time {
    display: block;
    margin-top: 0.4rem;
  }
}

.comment .children {
  flex-wrap: wrap;
  padding-top: 0;
  padding-left: 0;
  width: 100%;
  list-style: none;
}

@media (min-width: 768px) {
  .comment .children {
    padding-top: 1rem;
    padding-left: 60px;
  }
}

.comment .children .comment-img .avatar-round-ratio.medium {
  width: 30px !important;
  height: 30px !important;
}

.comment .children .comment-img:before {
  content: "\f112";
  font-family: FontAwesome;
  opacity: .3;
  transform: rotate(180deg);
  font-size: .9em;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .comment .children .comment-img:before {
    top: 2px;
    left: -20px;
    position: absolute;
  }
}

.comment .reply a {
  margin-right: .5rem;
}

.bypostauthor {
  color: inherit;
}

.must-log-in {
  color: #ffffff;
  background-color: #0089ce;
  border-color: #0089ce;
}

.must-log-in hr {
  border-top-color: #0078b5;
}

.must-log-in .alert-link {
  color: #e6e6e6;
}

.no-comments {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.no-comments hr {
  border-top-color: #d43f3a;
}

.no-comments .alert-link {
  color: #e6e6e6;
}

#cancel-comment-reply-link {
  color: inherit;
  opacity: 0.7;
  font-size: 0.65em;
  padding: 5px 8px;
  display: block;
  position: absolute;
  font-weight: 600;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
}

#cancel-comment-reply-link:hover {
  opacity: 1;
}

.comment-form .comment-form-email,
.comment-form .comment-form-author {
  width: 50%;
  float: left;
  position: relative;
}

.comment-form .comment-form-author {
  padding-right: 15px;
}

.comment-form .form-submit {
  text-align: right;
  margin-bottom: 0;
}

.comment-form .form-submit input[type="submit"] {
  width: 100%;
}

#comment-nav-above {
  display: none;
}

/**
 * Embedded
 *
 * Embedded components like iframes, objects or emoji.
 */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.card embed,
.post embed, .card
iframe,
.post
iframe, .card
object,
.post
object {
  width: 100% !important;
}

/**
 * Forms
 *
 * All form components.
 */
/* Common Form styles */
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="week"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="website"],
input[type="password"],
select[multiple="multiple"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.8rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #454748;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  input[type="tel"],
  input[type="url"],
  input[type="text"],
  input[type="week"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="time"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="search"],
  input[type="website"],
  input[type="password"],
  select[multiple="multiple"],
  textarea,
  select {
    transition: none;
  }
}

input[type="tel"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="text"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="website"]::-ms-expand,
input[type="password"]::-ms-expand,
select[multiple="multiple"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}

input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
input[type="week"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="website"]:focus,
input[type="password"]:focus,
select[multiple="multiple"]:focus,
textarea:focus,
select:focus {
  color: #454748;
  background-color: #ffffff;
  border-color: #245CC5;
  outline: 0;
  box-shadow: none;
}

input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="website"]::-moz-placeholder, input[type="password"]::-moz-placeholder, select[multiple="multiple"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #86878C;
  opacity: 1;
}

input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="text"]::placeholder,
input[type="week"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="time"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="website"]::placeholder,
input[type="password"]::placeholder,
select[multiple="multiple"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #86878C;
  opacity: 1;
}

input[type="tel"]:disabled, input[type="tel"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="website"]:disabled,
input[type="website"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
select[multiple="multiple"]:disabled,
select[multiple="multiple"][readonly],
textarea:disabled,
textarea[readonly],
select:disabled,
select[readonly] {
  background-color: #e8e8e9;
  opacity: 1;
}

input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="text"]:disabled,
input[type="week"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="time"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="website"]:disabled,
input[type="password"]:disabled,
select[multiple="multiple"]:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
}

input[type="tel"]:disabled, input[type="tel"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="website"]:disabled,
input[type="website"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
select[multiple="multiple"]:disabled,
select[multiple="multiple"][readonly],
textarea:disabled,
textarea[readonly],
select:disabled,
select[readonly] {
  opacity: 0.8;
}

select:not([size]):not([multiple]) {
  height: calc(calc(2.85rem + 2px) + 2px);
}

select:focus::-ms-value {
  color: #454748;
  background-color: #ffffff;
}

.select-style {
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 700;
  height: 38px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  .select-style {
    transition: none;
  }
}

.select-style:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.33333rem;
  content: "\f107";
  pointer-events: none;
  text-align: center;
  font-size: 1em;
  border: 0;
  position: relative;
}

.select-style:hover {
  opacity: 0.7;
}

.select-style:before, .select-style:after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: opacity;
}

.select-style:before {
  display: inline-block;
  font: normal normal normal 14px/1 gwangi;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e937";
  margin-right: 5px;
  top: .95em;
  left: 0;
  padding-left: 1px;
}

.select-style:after {
  margin: 0;
  padding: 0;
  top: 50%;
  transform: translate3d(0, calc(-50% + 4px), 0);
  right: 0;
}

.select-style select {
  border: none;
  font-weight: 700;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  line-height: normal;
  padding-left: 25px;
  padding-right: 20px;
  min-width: 100px;
  font-size: 1em;
  color: inherit;
}

@media (max-width: 767.98px) {
  .select-style select {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.select-style select, .select-style select:hover, .select-style select:active, .select-style select:focus {
  background: transparent;
  color: inherit;
}

.select-style select:focus {
  outline: none;
}

.select-style select::-ms-expand {
  display: none !important;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: .25rem;
  cursor: pointer;
}

.custom-control.custom-checkbox .custom-control-label,
.custom-control.custom-radio .custom-control-label {
  position: static;
}

.custom-control.custom-checkbox .custom-control-label:before, .custom-control.custom-checkbox .custom-control-label:after,
.custom-control.custom-radio .custom-control-label:before,
.custom-control.custom-radio .custom-control-label:after {
  left: 0;
}

.custom-control.custom-checkbox .custom-control-label:before,
.custom-control.custom-radio .custom-control-label:before {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}

input[type="submit"],
button[type="submit"] {
  color: #ffffff;
  background-color: #245CC5;
  border-color: #245CC5;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  color: #ffffff;
  background-color: #1e4da5;
  border-color: #1c489a;
}

input[type="submit"]:focus, input[type="submit"].focus,
button[type="submit"]:focus,
button[type="submit"].focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 92, 197, 0.5);
}

input[type="submit"].disabled, input[type="submit"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled {
  color: #ffffff;
  background-color: #245CC5;
  border-color: #245CC5;
}

input[type="submit"]:active, input[type="submit"].active,
.show > input[type="submit"].dropdown-toggle,
button[type="submit"]:active,
button[type="submit"].active,
.show >
button[type="submit"].dropdown-toggle {
  color: #ffffff;
  background-color: #1c489a;
  border-color: #1a438f;
}

input[type="submit"]:active:focus, input[type="submit"].active:focus,
.show > input[type="submit"].dropdown-toggle:focus,
button[type="submit"]:active:focus,
button[type="submit"].active:focus,
.show >
button[type="submit"].dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 92, 197, 0.5);
}

textarea,
select[multiple] {
  overflow: auto;
  max-height: 550px;
  min-height: 150px;
}

form label {
  font-weight: 700;
}

.required,
form.contact-form label span {
  color: #d9534f;
}

/* Common notices : All plugins and core alert from form submission */
.wpcf7-response-output,
.mc4wp-alert {
  display: block;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  font-size: .8em;
  font-weight: 600;
}

.wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.mc4wp-error,
.mc4wp-alert.wpcf7-validation-errors,
.mc4wp-alert.mc4wp-error {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.wpcf7-response-output.wpcf7-validation-errors hr, .wpcf7-response-output.mc4wp-error hr,
.mc4wp-alert.wpcf7-validation-errors hr,
.mc4wp-alert.mc4wp-error hr {
  border-top-color: #d43f3a;
}

.wpcf7-response-output.wpcf7-validation-errors .alert-link, .wpcf7-response-output.mc4wp-error .alert-link,
.mc4wp-alert.wpcf7-validation-errors .alert-link,
.mc4wp-alert.mc4wp-error .alert-link {
  color: #e6e6e6;
}

.wpcf7-response-output.mc4wp-notice,
.mc4wp-alert.mc4wp-notice {
  color: #ffffff;
  background-color: #FF6162;
  border-color: #FF6162;
}

.wpcf7-response-output.mc4wp-notice hr,
.mc4wp-alert.mc4wp-notice hr {
  border-top-color: #ff4849;
}

.wpcf7-response-output.mc4wp-notice .alert-link,
.mc4wp-alert.mc4wp-notice .alert-link {
  color: #e6e6e6;
}

.wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7-response-output.mc4wp-success,
.mc4wp-alert.wpcf7-mail-sent-ok,
.mc4wp-alert.mc4wp-success {
  color: #ffffff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.wpcf7-response-output.wpcf7-mail-sent-ok hr, .wpcf7-response-output.mc4wp-success hr,
.mc4wp-alert.wpcf7-mail-sent-ok hr,
.mc4wp-alert.mc4wp-success hr {
  border-top-color: #37aaa3;
}

.wpcf7-response-output.wpcf7-mail-sent-ok .alert-link, .wpcf7-response-output.mc4wp-success .alert-link,
.mc4wp-alert.wpcf7-mail-sent-ok .alert-link,
.mc4wp-alert.mc4wp-success .alert-link {
  color: #e6e6e6;
}

.wpcf7-response-output.wpcf7-display-none,
.mc4wp-alert.wpcf7-display-none {
  display: none;
}

.wpcf7-response-output > p,
.mc4wp-alert > p {
  margin-bottom: 0;
}

.mc4wp-response {
  margin-top: 10px;
}

/* Navigation search form */
.navbar-search {
  position: relative;
  width: 100%;
}

.navbar-search .search-form .form-group, .navbar-search .search-form .ninja-forms-form .field-wrap, .ninja-forms-form .navbar-search .search-form .field-wrap, .navbar-search .search-form .ninja-forms-form #ninja_forms_required_items, .ninja-forms-form .navbar-search .search-form #ninja_forms_required_items, .navbar-search .search-form .wpcf7-form-control-wrap, .navbar-search .search-form .gform_wrapper .gfield, .gform_wrapper .navbar-search .search-form .gfield {
  width: 100%;
  margin: 0;
}

.navbar-search input[type="search"] {
  width: 100%;
  border-radius: 500px !important;
}

.navbar-search input[type="submit"],
.navbar-search button[type="submit"] {
  display: none;
}

.navbar-search.navbar-search--animate {
  min-width: 40px;
  height: 40px;
  transform: translate3d(0, 0, 0);
  transition: all .2s ease-in-out;
  z-index: 1000;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .navbar-search.navbar-search--animate {
    width: 0%;
    margin-bottom: 0;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field {
    color: transparent !important;
    padding: 0;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field::-webkit-input-placeholder {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field:-moz-input-placeholder {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field::-moz-placeholder {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field::placeholder {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field::-moz-placeholder-shown {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-field::placeholder-shown {
    color: transparent !important;
  }
  .navbar-search.navbar-search--animate:not(.navbar-search--open) .search-icon {
    color: #86878C;
  }
}

.navbar-search.navbar-search--animate .search-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: width 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-search.navbar-search--animate .search-form {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-search.navbar-search--animate .search-form {
    width: 40px;
  }
}

.navbar-search.navbar-search--animate .search-field {
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 45px 0 20px;
  border: 0;
  background-color: rgba(113, 121, 142, 0.8);
  color: #fff;
  outline: 0;
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-search.navbar-search--animate .search-field {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-search.navbar-search--animate .search-field {
    background: rgba(113, 121, 142, 0);
  }
}

.navbar-search.navbar-search--animate .search-field::-webkit-input-placeholder {
  color: #fff;
}

.navbar-search.navbar-search--animate .search-field:-moz-input-placeholder {
  color: #fff;
}

.navbar-search.navbar-search--animate .search-field::-moz-placeholder {
  color: #fff;
}

.navbar-search.navbar-search--animate .search-field::placeholder {
  color: #fff;
}

.navbar-search.navbar-search--animate .search-field::-moz-placeholder-shown {
  color: #fff;
}

.navbar-search.navbar-search--animate .search-field::placeholder-shown {
  color: #fff;
}

.navbar-search.navbar-search--animate .search-icon {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border-radius: 500px;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-search.navbar-search--animate .search-icon {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-search.navbar-search--animate .search-icon {
    pointer-events: auto;
  }
}

.navbar-search.navbar-search--animate .search-icon i {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.navbar-search.navbar-search--animate.navbar-search--open .search-form {
  width: 250px;
}

.navbar-search.navbar-search--animate.navbar-search--open .search-field {
  background-color: rgba(113, 121, 142, 0.8);
}

.navbar-search .awesomplete {
  width: 100%;
  display: block;
}

.navbar-search .awesomplete > ul {
  position: relative;
  border: 0;
  min-width: 100%;
  z-index: 1020;
}

.navbar-search .awesomplete > ul > li mark {
  color: inherit;
  text-decoration: underline;
}

.navbar-nav--search {
  position: relative;
  z-index: 2;
}

.navbar-nav--search .menu-item:before, .navbar-nav--search .menu-item:after {
  content: none;
}

/**
 * Galleries
 *
 * Image galleries.
 */
.wp-block-gallery {
  display: flex !important;
  flex-wrap: wrap;
}

.gallery,
.wp-block-gallery {
  margin-bottom: 1.5em;
}

.gallery .gallery-item,
.gallery .blocks-gallery-item,
.wp-block-gallery .gallery-item,
.wp-block-gallery .blocks-gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery .gallery-item img,
.gallery .blocks-gallery-item img,
.wp-block-gallery .gallery-item img,
.wp-block-gallery .blocks-gallery-item img {
  margin-bottom: 0;
  width: 100%;
}

.gallery .gallery-item .wp-caption-text,
.gallery .blocks-gallery-item .wp-caption-text,
.wp-block-gallery .gallery-item .wp-caption-text,
.wp-block-gallery .blocks-gallery-item .wp-caption-text {
  font-size: .8em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background-color: #3D404A;
  padding: 10px;
  z-index: 1;
  pointer-events: none;
}

.gallery-item,
.blocks-gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item, .gallery-columns-2
.blocks-gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item, .gallery-columns-3
.blocks-gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item, .gallery-columns-4
.blocks-gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item, .gallery-columns-5
.blocks-gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item, .gallery-columns-6
.blocks-gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item, .gallery-columns-7
.blocks-gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item, .gallery-columns-8
.blocks-gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item, .gallery-columns-9
.blocks-gallery-item {
  max-width: 11.11%;
}

.blocks-gallery-item .figcaption {
  padding-bottom: 10px;
}

.gallery-caption {
  display: block;
}

.tiled-gallery .gallery-row {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Hero
 *
 * Hero component styles.
 */
.grimlock-hero {
  overflow: hidden;
  z-index: 9;
}

@supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))) or (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw)))) {
  @supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%)) or (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%))) {
    @media (min-width: 768px) {
      .grimlock--hero-bevel-displayed .grimlock-hero:not([data-parallax]):not(.region--12-cols-center-boxed) {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
      }
    }
  }
  @media (min-width: 768px) {
    .grimlock--hero-bevel-displayed .grimlock-hero:not([data-parallax]):not(.region--12-cols-center-boxed) {
      margin-bottom: calc(0% - 4vw - 15px);
    }
  }
}

.grimlock-hero[data-parallax] {
  background: none;
}

.grimlock-hero .region__container {
  position: relative;
  z-index: 3;
}

.grimlock-hero .section__header {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.grimlock-hero .section__title {
  margin-bottom: 0;
}

.grimlock-hero .section__title + .section__subtitle {
  padding-top: 1.5rem;
}

.grimlock-hero .section__subtitle {
  margin-bottom: 0;
}

.grimlock-hero .section__subtitle > p {
  font-size: .9em;
}

.grimlock-hero .section__content {
  margin-top: 1.5rem;
}

.grimlock-hero .section__content p {
  margin-bottom: 0;
}

.grimlock-hero .section__content p:empty {
  display: none !important;
}

.bps-form-home-light .grimlock-hero .section__content form,
.bps-form-home-dark .grimlock-hero .section__content form {
  color: inherit !important;
}

.bps-form-home-light .grimlock-hero .section__content form div,
.bps-form-home-dark .grimlock-hero .section__content form div {
  color: inherit !important;
}

.grimlock-hero .section__content input[type="tel"],
.grimlock-hero .section__content input[type="url"],
.grimlock-hero .section__content input[type="text"],
.grimlock-hero .section__content input[type="week"],
.grimlock-hero .section__content input[type="date"],
.grimlock-hero .section__content input[type="datetime"],
.grimlock-hero .section__content input[type="datetime-local"],
.grimlock-hero .section__content input[type="time"],
.grimlock-hero .section__content input[type="email"],
.grimlock-hero .section__content input[type="month"],
.grimlock-hero .section__content input[type="number"],
.grimlock-hero .section__content input[type="search"],
.grimlock-hero .section__content input[type="website"],
.grimlock-hero .section__content input[type="password"],
.grimlock-hero .section__content select[multiple="multiple"],
.grimlock-hero .section__content textarea,
.grimlock-hero .section__content select {
  min-height: 50px;
  border: 0;
  font-size: 1em;
  font-weight: inherit;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: auto;
  line-height: normal;
  padding-left: 20px;
  padding-right: 30px;
  transition: all 0.2s ease-in-out;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"],
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"], .bps-form-home-light
.grimlock-hero .section__content input[type="url"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"], .bps-form-home-light
.grimlock-hero .section__content input[type="text"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"], .bps-form-home-light
.grimlock-hero .section__content input[type="week"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"], .bps-form-home-light
.grimlock-hero .section__content input[type="date"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"], .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"], .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"], .bps-form-home-light
.grimlock-hero .section__content input[type="time"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"], .bps-form-home-light
.grimlock-hero .section__content input[type="email"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"], .bps-form-home-light
.grimlock-hero .section__content input[type="month"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"], .bps-form-home-light
.grimlock-hero .section__content input[type="number"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"], .bps-form-home-light
.grimlock-hero .section__content input[type="search"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"], .bps-form-home-light
.grimlock-hero .section__content input[type="website"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"], .bps-form-home-light
.grimlock-hero .section__content input[type="password"],
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"], .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"],
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"], .bps-form-home-light
.grimlock-hero .section__content textarea,
.bps-form-home-dark
.grimlock-hero .section__content textarea, .bps-form-home-light
.grimlock-hero .section__content select,
.bps-form-home-dark
.grimlock-hero .section__content select {
  color: inherit !important;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"], .bps-form-home-light
.grimlock-hero .section__content input[type="url"], .bps-form-home-light
.grimlock-hero .section__content input[type="text"], .bps-form-home-light
.grimlock-hero .section__content input[type="week"], .bps-form-home-light
.grimlock-hero .section__content input[type="date"], .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"], .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"], .bps-form-home-light
.grimlock-hero .section__content input[type="time"], .bps-form-home-light
.grimlock-hero .section__content input[type="email"], .bps-form-home-light
.grimlock-hero .section__content input[type="month"], .bps-form-home-light
.grimlock-hero .section__content input[type="number"], .bps-form-home-light
.grimlock-hero .section__content input[type="search"], .bps-form-home-light
.grimlock-hero .section__content input[type="website"], .bps-form-home-light
.grimlock-hero .section__content input[type="password"], .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"], .bps-form-home-light
.grimlock-hero .section__content textarea, .bps-form-home-light
.grimlock-hero .section__content select {
  background-color: rgba(255, 255, 255, 0.23);
}

.bps-form-home-dark .grimlock-hero .section__content input[type="tel"], .bps-form-home-dark
.grimlock-hero .section__content input[type="url"], .bps-form-home-dark
.grimlock-hero .section__content input[type="text"], .bps-form-home-dark
.grimlock-hero .section__content input[type="week"], .bps-form-home-dark
.grimlock-hero .section__content input[type="date"], .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"], .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"], .bps-form-home-dark
.grimlock-hero .section__content input[type="time"], .bps-form-home-dark
.grimlock-hero .section__content input[type="email"], .bps-form-home-dark
.grimlock-hero .section__content input[type="month"], .bps-form-home-dark
.grimlock-hero .section__content input[type="number"], .bps-form-home-dark
.grimlock-hero .section__content input[type="search"], .bps-form-home-dark
.grimlock-hero .section__content input[type="website"], .bps-form-home-dark
.grimlock-hero .section__content input[type="password"], .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"], .bps-form-home-dark
.grimlock-hero .section__content textarea, .bps-form-home-dark
.grimlock-hero .section__content select {
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (prefers-reduced-motion: reduce) {
  .grimlock-hero .section__content input[type="tel"],
  .grimlock-hero .section__content input[type="url"],
  .grimlock-hero .section__content input[type="text"],
  .grimlock-hero .section__content input[type="week"],
  .grimlock-hero .section__content input[type="date"],
  .grimlock-hero .section__content input[type="datetime"],
  .grimlock-hero .section__content input[type="datetime-local"],
  .grimlock-hero .section__content input[type="time"],
  .grimlock-hero .section__content input[type="email"],
  .grimlock-hero .section__content input[type="month"],
  .grimlock-hero .section__content input[type="number"],
  .grimlock-hero .section__content input[type="search"],
  .grimlock-hero .section__content input[type="website"],
  .grimlock-hero .section__content input[type="password"],
  .grimlock-hero .section__content select[multiple="multiple"],
  .grimlock-hero .section__content textarea,
  .grimlock-hero .section__content select {
    transition: none;
  }
}

.grimlock-hero .section__content input[type="tel"]:focus,
.grimlock-hero .section__content input[type="url"]:focus,
.grimlock-hero .section__content input[type="text"]:focus,
.grimlock-hero .section__content input[type="week"]:focus,
.grimlock-hero .section__content input[type="date"]:focus,
.grimlock-hero .section__content input[type="datetime"]:focus,
.grimlock-hero .section__content input[type="datetime-local"]:focus,
.grimlock-hero .section__content input[type="time"]:focus,
.grimlock-hero .section__content input[type="email"]:focus,
.grimlock-hero .section__content input[type="month"]:focus,
.grimlock-hero .section__content input[type="number"]:focus,
.grimlock-hero .section__content input[type="search"]:focus,
.grimlock-hero .section__content input[type="website"]:focus,
.grimlock-hero .section__content input[type="password"]:focus,
.grimlock-hero .section__content select[multiple="multiple"]:focus,
.grimlock-hero .section__content textarea:focus,
.grimlock-hero .section__content select:focus {
  outline: none;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]:hover::-moz-placeholder, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:hover::-moz-placeholder, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:active::-moz-placeholder, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:active::-moz-placeholder, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:focus::-moz-placeholder, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content textarea:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content textarea:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content textarea:focus::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content select:hover::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content select:hover::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content select:active::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content select:active::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content select:focus::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content select:focus::-moz-placeholder {
  color: inherit !important;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]:hover:-moz-placeholder-shown, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:hover:-moz-placeholder-shown, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:active:-moz-placeholder-shown, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:active:-moz-placeholder-shown, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:focus:-moz-placeholder-shown, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content textarea:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content textarea:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content textarea:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content textarea:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content textarea:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content textarea:focus:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select:hover:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content select:hover:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select:active:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content select:active:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select:focus:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content select:focus:-moz-placeholder-shown {
  color: inherit !important;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]:hover::placeholder, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:hover:placeholder-shown,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:hover::placeholder,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:hover:placeholder-shown, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:active::placeholder, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:active:placeholder-shown,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:active::placeholder,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:active:placeholder-shown, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:focus::placeholder, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:focus:placeholder-shown,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:focus::placeholder,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content textarea:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content textarea:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content textarea:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content textarea:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content textarea:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content textarea:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content textarea:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content textarea:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content textarea:focus:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select:hover::placeholder, .bps-form-home-light
.grimlock-hero .section__content select:hover:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content select:hover::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select:hover:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select:active::placeholder, .bps-form-home-light
.grimlock-hero .section__content select:active:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content select:active::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select:active:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select:focus::placeholder, .bps-form-home-light
.grimlock-hero .section__content select:focus:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content select:focus::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select:focus:placeholder-shown {
  color: inherit !important;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]:hover, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:active, .bps-form-home-light .grimlock-hero .section__content input[type="tel"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:focus, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:hover, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:active, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:focus, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:hover, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:active, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:focus, .bps-form-home-light
.grimlock-hero .section__content textarea:hover, .bps-form-home-light
.grimlock-hero .section__content textarea:active, .bps-form-home-light
.grimlock-hero .section__content textarea:focus, .bps-form-home-light
.grimlock-hero .section__content select:hover, .bps-form-home-light
.grimlock-hero .section__content select:active, .bps-form-home-light
.grimlock-hero .section__content select:focus {
  background-color: rgba(255, 255, 255, 0.33);
}

.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:hover, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:active, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:focus, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:hover, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:active, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:focus, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:hover, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:active, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:focus, .bps-form-home-dark
.grimlock-hero .section__content textarea:hover, .bps-form-home-dark
.grimlock-hero .section__content textarea:active, .bps-form-home-dark
.grimlock-hero .section__content textarea:focus, .bps-form-home-dark
.grimlock-hero .section__content select:hover, .bps-form-home-dark
.grimlock-hero .section__content select:active, .bps-form-home-dark
.grimlock-hero .section__content select:focus {
  background-color: rgba(0, 0, 0, 0.13);
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]::-webkit-input-placeholder,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content textarea::-webkit-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content select::-webkit-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select::-webkit-input-placeholder {
  color: inherit;
  opacity: .7;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]:-moz-input-placeholder,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content textarea:-moz-input-placeholder, .bps-form-home-light
.grimlock-hero .section__content select:-moz-input-placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select:-moz-input-placeholder {
  color: inherit;
  opacity: .7;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]::-moz-placeholder, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content textarea::-moz-placeholder, .bps-form-home-light
.grimlock-hero .section__content select::-moz-placeholder, .bps-form-home-dark
.grimlock-hero .section__content select::-moz-placeholder {
  color: inherit;
  opacity: .7;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]::placeholder,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]::placeholder, .bps-form-home-light
.grimlock-hero .section__content textarea::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content textarea::placeholder, .bps-form-home-light
.grimlock-hero .section__content select::placeholder,
.bps-form-home-dark
.grimlock-hero .section__content select::placeholder {
  color: inherit;
  opacity: .7;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]:-moz-placeholder-shown, .bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content textarea:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content textarea:-moz-placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select:-moz-placeholder-shown, .bps-form-home-dark
.grimlock-hero .section__content select:-moz-placeholder-shown {
  color: inherit;
  opacity: .7;
}

.bps-form-home-light .grimlock-hero .section__content input[type="tel"]:placeholder-shown,
.bps-form-home-dark .grimlock-hero .section__content input[type="tel"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="url"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="url"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="text"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="text"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="week"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="week"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="date"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="date"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="datetime-local"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="datetime-local"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="time"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="time"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="email"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="email"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="month"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="month"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="number"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="number"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="search"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="search"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="website"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="website"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content input[type="password"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content input[type="password"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select[multiple="multiple"]:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content select[multiple="multiple"]:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content textarea:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content textarea:placeholder-shown, .bps-form-home-light
.grimlock-hero .section__content select:placeholder-shown,
.bps-form-home-dark
.grimlock-hero .section__content select:placeholder-shown {
  color: inherit;
  opacity: .7;
}

.grimlock-hero .section__content input[type="number"] {
  -moz-appearance: textfield;
}

.grimlock-hero .section__content input[type="number"]::-webkit-inner-spin-button, .grimlock-hero .section__content input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grimlock-hero .section__content input[type="submit"],
.grimlock-hero .section__content button[type="submit"] {
  margin-top: 1rem;
}

.bps-form-home-light .grimlock-hero .section__content .custom-control.custom-checkbox .custom-control-indicator, .bps-form-home-light .grimlock-hero .section__content .custom-control.custom-radio .custom-control-indicator {
  border-color: rgba(255, 255, 255, 0.23) !important;
  background-color: rgba(255, 255, 255, 0.23);
}

.bps-form-home-dark .grimlock-hero .section__content .custom-control.custom-checkbox .custom-control-indicator, .bps-form-home-dark .grimlock-hero .section__content .custom-control.custom-radio .custom-control-indicator {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.grimlock-hero .section__footer .btn, .grimlock-hero .section__footer button,
.grimlock-hero .section__footer .button,
.grimlock-hero .section__footer input[type="button"],
.grimlock-hero .section__footer input[type="submit"],
.grimlock-hero .section__footer input[type="reset"] {
  margin-top: 4%;
}

@media (min-width: 992px) {
  .grimlock-hero.grimlock-hero--full-screen-displayed {
    height: 100vh;
  }
  .grimlock-hero.grimlock-hero--full-screen-displayed .region__inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-height: 600px) {
  .grimlock-hero.grimlock-hero--full-screen-displayed {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left form, .grimlock-hero.region--6-6-cols-left-modern form, .grimlock-hero.region--6-6-cols-left-reverse form, .grimlock-hero.region--6-6-cols-left-reverse-modern form {
    max-width: 350px !important;
  }
}

.grimlock-hero.region--6-6-cols-left:after, .grimlock-hero.region--6-6-cols-left-reverse:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 128, 142, 0.8);
  z-index: 1;
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left:after, .grimlock-hero.region--6-6-cols-left-reverse:after {
    width: 58.3333333333%;
  }
}

.grimlock-hero.region--6-6-cols-left .region__container, .grimlock-hero.region--6-6-cols-left-reverse .region__container {
  z-index: 2;
}

.grimlock-hero.region--6-6-cols-left .section__subtitle, .grimlock-hero.region--6-6-cols-left-reverse .section__subtitle {
  border-left: 2px solid currentColor;
  margin-top: 1.5rem;
  padding-top: 0;
  padding-left: 1rem;
}

.grimlock-hero.region--6-6-cols-left:after {
  left: auto;
  right: 0;
}

.grimlock-hero.region--12-cols-left .region__col--1 .section__thumbnail-img, .grimlock-hero.region--12-cols-center .region__col--1 .section__thumbnail-img, .grimlock-hero.region--12-cols-center-boxed .region__col--1 .section__thumbnail-img, .grimlock-hero.region--12-cols-right .region__col--1 .section__thumbnail-img {
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .grimlock-hero.region--6-6-cols-left-modern .region__inner, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__inner {
    padding: 0 !important;
  }
}

.grimlock-hero.region--6-6-cols-left-modern .region__container, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__container {
  position: static;
}

.grimlock-hero.region--6-6-cols-left-modern .region__col--1, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--1 {
  position: static;
}

@media (max-width: 767.98px) {
  .grimlock-hero.region--6-6-cols-left-modern .region__col--1, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--1 {
    order: -2;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .grimlock-hero.region--6-6-cols-left-modern .region__col--2, .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.grimlock-hero.region--6-6-cols-left-modern .grimlock-section__thumbnail, .grimlock-hero.region--6-6-cols-left-reverse-modern .grimlock-section__thumbnail {
  padding: 0;
  margin: 0;
  width: auto;
  max-width: 1000%;
  max-height: 50vh;
  overflow: hidden;
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-modern .grimlock-section__thumbnail, .grimlock-hero.region--6-6-cols-left-reverse-modern .grimlock-section__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    max-height: none;
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-modern .grimlock-section__thumbnail-img, .grimlock-hero.region--6-6-cols-left-reverse-modern .grimlock-section__thumbnail-img {
    width: 100%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .grimlock-hero.region--6-6-cols-left-modern .grimlock-section__thumbnail-img, .grimlock-hero.region--6-6-cols-left-reverse-modern .grimlock-section__thumbnail-img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
    }
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-modern .region__col--2 {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-reverse-modern .region__col--2 {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .grimlock-hero.region--6-6-cols-left-reverse-modern .grimlock-section__thumbnail {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .grimlock-hero.region--12-cols-center-boxed {
    overflow: visible;
  }
}

.grimlock-hero.region--12-cols-center-boxed .section__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.grimlock-hero.region--12-cols-center-boxed .section__content {
  background-color: #ffffff;
  padding: 1.2rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
  border-radius: 0.25rem;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
  .grimlock-hero.region--12-cols-center-boxed .section__content {
    padding: 3rem;
  }
}

@media (max-width: 1199.98px) {
  .grimlock-hero.region--12-cols-center-boxed .section__content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.grimlock-hero.region--12-cols-center-boxed:not(.grimlock-hero--full-screen-displayed) .region__inner {
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .grimlock-hero.region--12-cols-center-boxed .region__col--2 {
    margin-bottom: -4rem;
  }
}

.grimlock-hero.region--12-cols-center-boxed + #homepage-anchor {
  padding: 4px 8px 4px 4px;
  border-radius: 500px;
  line-height: 1em;
  right: 10px;
  bottom: -40px;
}

.grimlock-hero.region--12-cols-center-boxed .section__footer {
  max-width: 450px;
  margin: -15px auto 0 auto;
  position: relative;
  top: 0px;
  z-index: 1;
}

.grimlock-hero.region--12-cols-center-boxed .section__footer .section__btn {
  margin: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
}

.grimlock-hero .section__search_form {
  margin-top: 1rem;
  max-width: 550px;
}

.grimlock-hero .section__search_form button[type="submit"].search-submit {
  margin-top: 0 !important;
}

.grimlock-hero .section__search_form button[type="submit"].search-submit, .grimlock-hero .section__search_form button[type="submit"].search-submit:hover, .grimlock-hero .section__search_form button[type="submit"].search-submit:focus, .grimlock-hero .section__search_form button[type="submit"].search-submit:active {
  background: none !important;
}

.bps-form-home-light .grimlock-hero .section__search_form button[type="submit"].search-submit,
.bps-form-home-dark .grimlock-hero .section__search_form button[type="submit"].search-submit, .bps-form-home-light .grimlock-hero .section__search_form button[type="submit"].search-submit:hover,
.bps-form-home-dark .grimlock-hero .section__search_form button[type="submit"].search-submit:hover, .bps-form-home-light .grimlock-hero .section__search_form button[type="submit"].search-submit:focus,
.bps-form-home-dark .grimlock-hero .section__search_form button[type="submit"].search-submit:focus, .bps-form-home-light .grimlock-hero .section__search_form button[type="submit"].search-submit:active,
.bps-form-home-dark .grimlock-hero .section__search_form button[type="submit"].search-submit:active {
  color: inherit !important;
}

.grimlock-hero.region--12-cols-center .section__search_form {
  margin-left: auto;
  margin-right: auto;
}

.grimlock-hero #loginform {
  margin: 0;
}

.grimlock-hero #loginform > p {
  margin-bottom: 1rem;
}

.grimlock-hero #loginform #wp-submit {
  margin-top: 0;
}

.grimlock-hero #loginform .login-footer {
  border: 0;
  width: 100%;
  margin: 0;
}

.grimlock-hero #loginform .login-footer a, .grimlock-hero #loginform .login-footer a:hover, .grimlock-hero #loginform .login-footer a:active, .grimlock-hero #loginform .login-footer a:focus {
  color: inherit !important;
}

#homepage-anchor {
  position: absolute;
  z-index: 2;
  right: 2%;
  bottom: -35px;
  display: block;
  color: inherit;
  font-weight: bold;
  opacity: .6;
  z-index: 10;
  font-size: .9em;
}

.grimlock--hero-bevel-displayed #hero:not([data-parallax]):not(.region--12-cols-center-boxed) + #homepage-anchor {
  bottom: 2%;
}

.grimlock--navigation-inside-bottom #homepage-anchor {
  bottom: auto !important;
  top: 2% !important;
}

#hero.grimlock-hero--full-screen-displayed + #homepage-anchor {
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
}

#homepage-anchor:hover {
  opacity: 1;
}

#homepage-anchor i {
  display: inline-block;
  color: inherit;
  margin-right: 3px;
  font-size: 1.3em;
  position: relative;
  top: -0.05em;
  vertical-align: middle;
}

@media screen and (max-width: 1220px) {
  #homepage-anchor {
    display: none !important;
  }
}

/**
 * Media
 *
 * Styles for the Bootstrap Media component.
 */
.media-heading {
  margin-bottom: 0.4rem;
  font-weight: 400;
  font-size: 1.25rem;
}

.entry-content .media img {
  max-width: none;
}

/**
 * Menus
 *
 * Menu and content navigation styles.
*/
.main-navigation .navbar-nav .menu-item,
.site-preheader .menu .menu-item {
  position: relative;
  cursor: pointer;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav .menu-item:hover > .sub-menu,
  .site-preheader .menu .menu-item:hover > .sub-menu {
    display: block;
  }
}

.main-navigation .navbar-nav .menu-item > a,
.site-preheader .menu .menu-item > a {
  text-decoration: none !important;
}

.main-navigation .navbar-nav > .menu-item + .menu-item,
.site-preheader .menu > .menu-item + .menu-item {
  margin-top: .3rem;
  margin-right: 0;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item + .menu-item,
  .site-preheader .menu > .menu-item + .menu-item {
    margin-top: 0;
    margin-left: 0.3rem;
  }
}

.main-navigation .navbar-nav > .menu-item .menu-item-description,
.site-preheader .menu > .menu-item .menu-item-description {
  display: none;
}

.main-navigation .navbar-nav > .menu-item .sub-menu,
.site-preheader .menu > .menu-item .sub-menu {
  position: static;
  display: block;
  float: left;
  padding: 0 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  list-style: none;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  background-clip: padding-box;
  text-align: inherit;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu,
  .site-preheader .menu > .menu-item .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1000;
    min-width: 200px;
    max-width: 280px;
    margin: 0;
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    padding-top: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.25rem;
    background-color: #ffffff;
  }
  .main-navigation .navbar-nav > .menu-item .sub-menu:before,
  .site-preheader .menu > .menu-item .sub-menu:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 20px;
  }
}

.main-navigation .navbar-nav > .menu-item .sub-menu .menu-item,
.site-preheader .menu > .menu-item .sub-menu .menu-item {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.main-navigation .navbar-nav > .menu-item .sub-menu .menu-item a,
.site-preheader .menu > .menu-item .sub-menu .menu-item a {
  display: block;
  width: 100%;
  padding: .5rem 1rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: normal;
  background: none;
  border: 0;
  color: inherit;
  text-decoration: none !important;
  text-transform: none;
  font-size: 0.95em;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item a,
  .site-preheader .menu > .menu-item .sub-menu .menu-item a {
    padding: .5rem;
  }
}

.main-navigation .navbar-nav > .menu-item .sub-menu .menu-item a:hover, .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item a:active, .main-navigation .navbar-nav > .menu-item .sub-menu .menu-item a:focus,
.site-preheader .menu > .menu-item .sub-menu .menu-item a:hover,
.site-preheader .menu > .menu-item .sub-menu .menu-item a:active,
.site-preheader .menu > .menu-item .sub-menu .menu-item a:focus {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu > .menu-item,
  .site-preheader .menu > .menu-item .sub-menu > .menu-item {
    margin-top: 0;
  }
}

.main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu,
.site-preheader .menu > .menu-item .sub-menu .sub-menu {
  margin: 0;
  text-align: inherit;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu,
  .site-preheader .menu > .menu-item .sub-menu .sub-menu {
    left: calc(100% + 10px);
    top: calc(0% - 0.25rem);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  }
  .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu:before,
  .site-preheader .menu > .menu-item .sub-menu .sub-menu:before {
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu,
  .site-preheader .menu > .menu-item .sub-menu .sub-menu {
    margin: 0;
    padding: 0;
  }
  .main-navigation .navbar-nav > .menu-item .sub-menu .sub-menu > li.menu-item,
  .site-preheader .menu > .menu-item .sub-menu .sub-menu > li.menu-item {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.main-navigation .navbar-nav .menu-item-has-children > a,
.site-preheader .menu .menu-item-has-children > a {
  position: relative;
}

.main-navigation .navbar-nav .menu-item-has-children > a:after,
.site-preheader .menu .menu-item-has-children > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.33333rem;
  content: "\f107";
  pointer-events: none;
  text-align: center;
  font-size: 1em;
  border: 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .grimlock--navigation-classic-right .main-navigation .navbar-nav .menu-item-has-children > a:after,
  .grimlock--navigation-classic-center .main-navigation .navbar-nav .menu-item-has-children > a:after,
  .grimlock--navigation-classic-left .main-navigation .navbar-nav .menu-item-has-children > a:after,
  .main-navigation .navbar-nav .menu-item-has-children > a .grimlock--navigation-fat-left:after,
  .grimlock--navigation-fat-center .main-navigation .navbar-nav .menu-item-has-children > a:after, .grimlock--navigation-classic-right
  .site-preheader .menu .menu-item-has-children > a:after,
  .grimlock--navigation-classic-center
  .site-preheader .menu .menu-item-has-children > a:after,
  .grimlock--navigation-classic-left
  .site-preheader .menu .menu-item-has-children > a:after,
  .site-preheader .menu .menu-item-has-children > a .grimlock--navigation-fat-left:after,
  .grimlock--navigation-fat-center
  .site-preheader .menu .menu-item-has-children > a:after {
    content: none !important;
  }
}

.main-navigation .navbar-nav .menu-item-has-children .menu-item-has-children > a,
.site-preheader .menu .menu-item-has-children .menu-item-has-children > a {
  padding-right: 30px;
}

.main-navigation .navbar-nav .menu-item-has-children .menu-item-has-children > a:after,
.site-preheader .menu .menu-item-has-children .menu-item-has-children > a:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(-90deg);
  position: absolute;
  top: .7em;
  right: 5px;
  height: 15px;
  width: 15px;
  display: none;
  transform-origin: center;
  margin: 0;
}

html[dir="rtl"] .main-navigation .navbar-nav .menu-item-has-children .menu-item-has-children > a:after, html[dir="rtl"]
.site-preheader .menu .menu-item-has-children .menu-item-has-children > a:after {
  margin-right: 0;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav .menu-item-has-children .menu-item-has-children > a:after,
  .site-preheader .menu .menu-item-has-children .menu-item-has-children > a:after {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .site-preheader .menu > .menu-item .sub-menu {
    top: calc(100% + 20px);
  }
}

.main-navigation .navbar-nav {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item {
    display: flex;
    align-items: center;
  }
}

.main-navigation .navbar-nav > .menu-item:focus-within > ul.sub-menu {
  display: block !important;
}

.main-navigation .navbar-nav > .menu-item > a {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.25rem;
  text-decoration: none !important;
  padding: 1.5rem 1rem;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav > .menu-item > a {
    padding: 1.5rem 0.7rem;
  }
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-nav > .menu-item > a {
    padding: 1rem;
  }
  .main-navigation .navbar-nav > .menu-item > a:hover, .main-navigation .navbar-nav > .menu-item > a:active {
    background-color: rgba(0, 0, 0, 0.04);
  }
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a {
    position: relative;
  }
  .grimlock--navigation-classic-right .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a,
  .grimlock--navigation-classic-center .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a,
  .grimlock--navigation-classic-left .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a {
    height: 100%;
  }
  .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a:before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    background-color: #245CC5;
    bottom: 0;
    right: 0;
    height: 2px;
    opacity: 0;
    pointer-events: none;
    transition: inherit;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    transition-duration: .38s;
  }
  .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item:hover > a:before, .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item:focus > a:before {
    opacity: 1;
    width: 100%;
    left: 0;
  }
}

.menu-toggle {
  display: none;
}

.site-preheader .menu {
  margin: 0 0 0 -.5rem;
}

.site-preheader .menu > .menu-item {
  vertical-align: top;
}

.site-preheader .menu > .menu-item > a {
  padding: .5rem;
}

.dropdown-divider {
  border: 0;
  height: 2px;
  background-color: currentColor;
  opacity: .1;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.dropdown-toggle {
  position: relative;
  color: inherit;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  height: 38px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 20px;
}

.dropdown-toggle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.33333rem;
  content: "\f107";
  pointer-events: none;
  text-align: center;
  font-size: 1em;
  border: 0;
  position: relative;
}

.dropdown-toggle:after {
  top: -6px;
}

.dropdown-toggle:hover {
  opacity: 0.7;
}

/**
 * Modal
 *
 * Bootstrap modal.
 */
/**
 * Navigation
 *
 * Main navigation component.
*/
/* Main navbar (navigation) */
.main-navigation {
  position: relative;
  z-index: 99;
  transition: background-color .2s ease-in-out;
  backface-visibility: hidden;
  min-height: 40px;
  padding: 0;
}

@media (min-width: 992px) {
  .main-navigation .navbar-nav {
    flex-wrap: nowrap;
  }
  .main-navigation .navbar-nav + form,
  .main-navigation .navbar-nav + div {
    margin-left: 1rem;
  }
}

.navbar-collapse-show .main-navigation.navbar-expand-lg {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.main-navigation .navbar__container {
  padding-top: .45rem;
  padding-bottom: .45rem;
}

@media (min-width: 992px) {
  .main-navigation .navbar__container {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    padding: 0 30px !important;
  }
}

.main-navigation .navbar-nav--main-menu {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .main-navigation.navbar--container-fluid .navbar__container {
    width: 100%;
    max-width: 100%;
  }
}

.main-navigation.navbar--container-classic .navbar__container {
  width: 100%;
  max-width: 1400px;
}

.main-navigation.navbar--container-narrow .navbar__container {
  max-width: 800px;
}

.main-navigation.navbar--container-narrower .navbar__container {
  max-width: 576px;
}

.grimlock--custom_header-displayed.grimlock--navigation-inside-top .main-navigation,
.grimlock--hero-displayed.grimlock--navigation-inside-top .main-navigation,
.grimlock--custom_header-displayed.grimlock--navigation-inside-bottom .main-navigation,
.grimlock--hero-displayed.grimlock--navigation-inside-bottom .main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 992px) {
  .grimlock--custom_header-displayed.grimlock--navigation-inside-bottom .main-navigation,
  .grimlock--hero-displayed.grimlock--navigation-inside-bottom .main-navigation {
    top: auto;
    bottom: 0;
  }
}

.grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation {
  position: fixed !important;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: 1032;
  width: 100%;
}

.grimlock--navigation-fixed.grimlock--navigation-stick-to-top.grimlock--boxed .main-navigation {
  left: auto;
  max-width: 1630px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .main-navigation.navbar--classic-left .navbar-nav--main-menu {
    margin-right: auto !important;
  }
  .main-navigation.navbar--classic-center .navbar-nav--main-menu {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .main-navigation.navbar--classic-right .navbar-nav--main-menu {
    margin-left: auto !important;
    margin-right: 1rem;
  }
  .main-navigation.navbar--classic-right .navbar-nav--main-menu > .menu-item:nth-last-child(-n+4) > .sub-menu {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation.navbar--fat-center > .navbar__container, .main-navigation.navbar--fat-left > .navbar__container {
    flex-direction: column;
    position: relative;
  }
  .main-navigation.navbar--fat-center .navbar-brand, .main-navigation.navbar--fat-left .navbar-brand {
    padding: 1rem 0 0.33333rem 0;
    margin: 0;
    display: flex;
    height: 100%;
  }
  .main-navigation.navbar--fat-center .navbar-nav--main-menu, .main-navigation.navbar--fat-left .navbar-nav--main-menu {
    margin-right: auto;
  }
  .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-center, .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-center > .navbar__container, .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-left > .navbar__container {
    flex-direction: row;
  }
  .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-center .navbar-collapse, .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-left .navbar-collapse {
    margin-right: 0;
    flex-basis: auto;
  }
  .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-center .navbar-brand, .grimlock--navigation-stick-to-top .main-navigation.navbar--fat-left .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-navigation.navbar--fat-center .navbar-nav--main-menu + .navbar-nav--login, .main-navigation.navbar--fat-left .navbar-nav--main-menu + .navbar-nav--login {
    margin-left: -175px !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .main-navigation.navbar--fat-center .navbar-nav--main-menu {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .main-navigation.navbar--fat-left > .navbar__container {
    align-items: normal;
  }
}

.main-navigation .navbar__header {
  position: relative;
}

.main-navigation .navbar-toggler {
  height: 25px;
  width: 25px;
  padding: 0;
  transition: opacity .2s;
  margin: 0;
  vertical-align: top;
  position: absolute;
  border: 0;
  border-radius: 0;
  top: 50%;
  right: 0;
  transform: translateY(-12.5px) translateZ(0);
  transition: opacity .5s ease-in-out;
  outline: 0 !important;
  background: none;
}

@media (min-width: 992px) {
  .main-navigation .navbar-toggler:hover {
    opacity: 0.5;
  }
  .main-navigation .navbar-toggler:hover span::before {
    width: 100%;
  }
}

.main-navigation .navbar-toggler span {
  top: 50%;
  margin-top: -2px;
}

.main-navigation .navbar-toggler span, .main-navigation .navbar-toggler span:before, .main-navigation .navbar-toggler span:after {
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transition: transform .2s ease;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-origin: center center;
}

.main-navigation .navbar-toggler span::before, .main-navigation .navbar-toggler span::after {
  content: '';
  transition: width .15s ease-in-out;
}

.main-navigation .navbar-toggler span::before {
  top: 7px;
  width: 18px;
}

.main-navigation .navbar-toggler span::after {
  bottom: 7px;
}

.main-navigation .navbar-toggler:not(.collapsed) span,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.main-navigation .navbar-toggler:not(.collapsed) span, .main-navigation .navbar-toggler:not(.collapsed) span:before, .main-navigation .navbar-toggler:not(.collapsed) span:after,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span:before,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span:after {
  width: 25px;
}

.main-navigation .navbar-toggler:not(.collapsed) span::before,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span::before {
  top: 0;
  transform: rotate(-90deg) translate3d(0, 0, 0);
}

.main-navigation .navbar-toggler:not(.collapsed) span::after,
.slideout-open body:not([class*="grimlock--navigation-hamburger"]) .main-navigation .navbar-toggler span::after {
  opacity: 0;
  pointer-events: none;
}

.main-navigation .navbar-brand {
  line-height: 1em;
}

.grimlock--navigation-classic-left .main-navigation .navbar-brand {
  padding-right: 2rem;
}

.grimlock--blogdescription-displayed .main-navigation .navbar-brand {
  padding: 0.3rem 0;
}

.grimlock--navigation-classic-right .main-navigation .navbar-brand,
.grimlock--navigation-classic-center .main-navigation .navbar-brand,
.grimlock--navigation-classic-left .main-navigation .navbar-brand {
  height: 100%;
  display: flex;
  align-items: center;
}

.grimlock--navigation-fat-center .main-navigation .navbar-brand {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .grimlock--navigation-fat-center .main-navigation .navbar-brand {
    justify-content: center;
  }
}

.main-navigation .navbar-brand a:hover, .main-navigation .navbar-brand a:focus {
  text-decoration: none;
}

.main-navigation .navbar-brand a:hover {
  opacity: 0.8;
}

.navbar-light .main-navigation .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .main-navigation .navbar-brand a:hover, .navbar-light .main-navigation .navbar-brand a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .main-navigation .navbar-brand a {
  color: white;
}

.navbar-dark .main-navigation .navbar-brand a:hover, .navbar-dark .main-navigation .navbar-brand a:focus {
  color: white;
}

.main-navigation .navbar-brand__logo img {
  height: auto;
  width: auto;
}

@media (max-width: 991.98px) {
  .main-navigation .navbar-brand__logo img {
    max-height: 40px !important;
  }
}

.main-navigation .navbar-brand__tagline {
  font-size: 60%;
}

.grimlock--navigation-fixed.grimlock--navigation-stick-to-top.admin-bar .main-navigation {
  top: 32px;
}

@media screen and (max-width: 781px) {
  .grimlock--navigation-fixed.grimlock--navigation-stick-to-top.admin-bar .main-navigation {
    top: 46px;
  }
}

@media screen and (max-width: 640px) {
  .grimlock--navigation-fixed.grimlock--navigation-stick-to-top.admin-bar .main-navigation {
    top: 0;
  }
}

.main-navigation .navbar-collapse {
  backface-visibility: hidden;
  align-items: stretch;
}

@media (min-width: 992px) {
  .main-navigation .navbar-collapse {
    height: auto !important;
  }
}

.navbar-collapse-show .main-navigation .navbar-collapse {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse-show .main-navigation .navbar-collapse::-webkit-scrollbar {
  width: 6px;
}

.navbar-collapse-show .main-navigation .navbar-collapse::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

.navbar-collapse-show .main-navigation .navbar-collapse::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 500px;
  outline: 0;
}

/* Navbar Hamburger */
.grimlock--navigation-stick-to-top .hamburger-navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-left .hamburger-navbar,
  .grimlock--navigation-fixed-right .hamburger-navbar {
    background: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    border: 0 !important;
  }
  .grimlock--navigation-fixed-left .hamburger-navbar .navbar__header,
  .grimlock--navigation-fixed-right .hamburger-navbar .navbar__header {
    display: none !important;
  }
}

.grimlock--navigation-hamburger-left .hamburger-navbar .navbar-toggler,
.grimlock--navigation-fixed-left .hamburger-navbar .navbar-toggler {
  left: 0;
  right: auto;
}

.grimlock--navigation-hamburger-left .hamburger-navbar .navbar-brand,
.grimlock--navigation-fixed-left .hamburger-navbar .navbar-brand {
  margin-left: 50px;
}

.grimlock--navigation-hamburger-right .hamburger-navbar .navbar-toggler,
.grimlock--navigation-fixed-right .hamburger-navbar .navbar-toggler {
  order: 1;
  margin-left: auto;
}

.hamburger-navbar .navbar-nav > .menu-item .sub-menu {
  box-shadow: none;
}

.hamburger-navbar .navbar__header {
  width: 100%;
}

.hamburger-navbar .grimlock-login-navbar_nav_menu {
  flex-direction: row;
  align-items: center;
  display: none !important;
}

.hamburger-navbar .grimlock-login-navbar_nav_menu .menu-item + .menu-item {
  margin-left: 1rem;
}

.hamburger-navbar .grimlock-login-navbar_nav_menu .menu-item .btn, .hamburger-navbar .grimlock-login-navbar_nav_menu .menu-item button,
.hamburger-navbar .grimlock-login-navbar_nav_menu .menu-item .button,
.hamburger-navbar .grimlock-login-navbar_nav_menu .menu-item input[type="button"],
.hamburger-navbar .grimlock-login-navbar_nav_menu .menu-item input[type="submit"],
.hamburger-navbar .grimlock-login-navbar_nav_menu .menu-item input[type="reset"] {
  padding: .5rem 1rem;
  min-height: 50px;
}

.grimlock--navigation-fixed-left .hamburger-navbar .hamburger-navbar-nav-menu-container {
  margin-left: auto;
}

.grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top) .navbar--hamburger-right, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top)
.navbar--hamburger-left {
  background: none !important;
}

.grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top) .navbar--hamburger-right .navbar-toggler span, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top) .navbar--hamburger-right .navbar-toggler span:before, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top) .navbar--hamburger-right .navbar-toggler span:after, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top)
.navbar--hamburger-left .navbar-toggler span, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top)
.navbar--hamburger-left .navbar-toggler span:before, .grimlock--custom_header-displayed:not(.grimlock--navigation-stick-to-top):not(.grimlock--navigation-classic-top)
.navbar--hamburger-left .navbar-toggler span:after {
  background-color: #fff !important;
}

/* Navbar Vertical */
.vertical-navbar {
  height: 100vh;
  height: 100%;
  padding: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  border-bottom: none !important;
  overflow: hidden;
}

.vertical-navbar-search {
  padding: 1rem;
}

.vertical-navbar .navbar-wrapper {
  width: 349px;
  height: 100%;
  padding-right: 38px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.vertical-navbar .navbar-wrapper::-webkit-scrollbar {
  width: 6px;
}

.vertical-navbar .navbar-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

.vertical-navbar .navbar-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 500px;
  outline: 0;
}

.vertical-navbar .navbar-wrapper > ul,
.vertical-navbar .navbar-wrapper > div {
  float: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.vertical-navbar form .search-field {
  border: 0 !important;
}

.vertical-navbar .vertical-navbar-brand {
  text-align: center;
  padding: 1.5rem 1rem 1rem 1rem;
}

.vertical-navbar .vertical-navbar-brand img {
  display: inline-block;
  max-width: 80%;
}

.vertical-navbar .vertical-navbar-brand + .navbar-nav--buddypress {
  margin-top: .5rem;
}

.vertical-navbar .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}

.vertical-navbar .navbar-nav .menu-item {
  float: none !important;
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.vertical-navbar .navbar-nav .menu-item + li {
  margin: 0 !important;
}

.vertical-navbar .navbar-nav .menu-item .sub-menu {
  border-radius: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.vertical-navbar .navbar-nav .menu-item:hover .sub-menu {
  display: none;
}

.vertical-navbar .navbar-nav .menu-item > a {
  display: flex !important;
  padding: 0.75rem 2rem 0.75rem 1.25rem !important;
  width: 100%;
}

.vertical-navbar .navbar-nav .menu-item .menu-item-description {
  display: none !important;
}

.vertical-navbar .navbar-nav .menu-item .has-image {
  flex: 0 0 100%;
  max-width: 100%;
}

.vertical-navbar .navbar-nav > .menu-item.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
  margin: 0 !important;
}

.vertical-navbar .navbar-nav > .menu-item.menu-item-has-children.is-toggled > a:after {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu {
  display: none !important;
  position: relative;
  width: 100%;
  max-height: 350px;
  overflow-y: auto !important;
  overflow-x: hidden;
  border: 0;
  box-shadow: none !important;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu::-webkit-scrollbar {
  width: 6px;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 500px;
  outline: 0;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu.is-open {
  display: block !important;
  position: static;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu:not(.is-open) {
  display: none !important;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu .menu-item a {
  padding-left: 1rem;
  padding-right: 1rem;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu .menu-item a:after {
  content: none;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu .sub-menu {
  display: block !important;
  float: none;
  position: relative !important;
  left: 0 !important;
  margin: 0 !important;
  width: 100%;
  top: 0 !important;
  background: none;
  border: 0;
  box-shadow: none;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu .sub-menu > .menu-item > a {
  padding-left: 1.5rem;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu .sub-menu > .menu-item > a:before {
  content: "\2014";
  margin-right: 5px;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu .sub-menu > .menu-item:after {
  content: none;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu .sub-menu .sub-menu {
  border-left: 0 !important;
  border-right: 0 !important;
}

.vertical-navbar .navbar-nav > .menu-item > ul.sub-menu .sub-menu .sub-menu > .menu-item > a {
  padding: .5rem 1.5rem !important;
  font-size: .85em;
}

.vertical-navbar .navbar-nav--login {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.vertical-navbar .navbar-nav--main-menu a,
.vertical-navbar .navbar-nav--buddypress a,
.vertical-navbar .navbar-nav--woocommerce a {
  border-radius: 0 !important;
}

.main-navigation.vertical-navbar .navbar-nav.navbar-nav--buddypress > .menu-item:not(.menu-item--profile) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-navigation.vertical-navbar .navbar-nav.navbar-nav--buddypress > .menu-item:not(.menu-item--profile) > a {
  width: 45px;
  height: 45px;
  border-radius: 500px !important;
}

.main-navigation.vertical-navbar .navbar-nav.navbar-nav--buddypress > .menu-item:not(.menu-item--profile) > a:hover {
  background-color: var(--grimlock-navigation-background-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.navbar-collapse-content {
  width: 100%;
  display: flex;
}

@media (max-width: 991.98px) {
  .navbar-collapse-content {
    flex-direction: column;
    padding-top: 15px;
  }
  .navbar-collapse-content .navbar-nav--search {
    order: -3;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-collapse-content .navbar-nav--search .navbar-search {
    margin-bottom: 0;
  }
  .navbar-collapse-content .navbar-nav--buddypress {
    order: -2;
    margin-top: 1rem !important;
  }
  .navbar-collapse-content .navbar-nav--buddypress.logged-out {
    margin-bottom: 0;
  }
  .navbar-collapse-content .navbar-nav--buddypress.logged-out > .menu-item:not(.menu-item--profile) {
    display: none !important;
  }
}

.vertical-navbar-search .search-submit {
  display: block !important;
}

@media (min-width: 992px) {
  .grimlock--navigation-stick-to-top .grimlock-navigation.navbar--classic-left .navbar-nav > .menu-item > a,
  .grimlock--navigation-stick-to-top .grimlock-navigation.navbar--classic-center .navbar-nav > .menu-item > a,
  .grimlock--navigation-stick-to-top .grimlock-navigation.navbar--classic-right .navbar-nav > .menu-item > a {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}

/**
 * Pagination
 *
 * Post navigation, Pager & Pagination
*/
.post-navigation .nav-links > div,
.post-navigation .nav-links > li,
.posts-navigation .nav-links > div,
.posts-navigation .nav-links > li,
#tribe-events-content ul.tribe-events-sub-nav > div,
#tribe-events-content ul.tribe-events-sub-nav > li,
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > div,
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > li {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: none !important;
}

.post-navigation .nav-links > div a,
.post-navigation .nav-links > div button,
.post-navigation .nav-links > li a,
.post-navigation .nav-links > li button,
.posts-navigation .nav-links > div a,
.posts-navigation .nav-links > div button,
.posts-navigation .nav-links > li a,
.posts-navigation .nav-links > li button,
#tribe-events-content ul.tribe-events-sub-nav > div a,
#tribe-events-content ul.tribe-events-sub-nav > div button,
#tribe-events-content ul.tribe-events-sub-nav > li a,
#tribe-events-content ul.tribe-events-sub-nav > li button,
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > div a,
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > div button,
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > li a,
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
  border-width: calc( var(--grimlock-pagination-border-width) + 1px) !important;
  border-right: none !important;
  border-left: none !important;
  margin: 0 !important;
}

.post-navigation .nav-links > div a:not(:hover):not(:active):not(:focus),
.post-navigation .nav-links > div button:not(:hover):not(:active):not(:focus),
.post-navigation .nav-links > li a:not(:hover):not(:active):not(:focus),
.post-navigation .nav-links > li button:not(:hover):not(:active):not(:focus),
.posts-navigation .nav-links > div a:not(:hover):not(:active):not(:focus),
.posts-navigation .nav-links > div button:not(:hover):not(:active):not(:focus),
.posts-navigation .nav-links > li a:not(:hover):not(:active):not(:focus),
.posts-navigation .nav-links > li button:not(:hover):not(:active):not(:focus),
#tribe-events-content ul.tribe-events-sub-nav > div a:not(:hover):not(:active):not(:focus),
#tribe-events-content ul.tribe-events-sub-nav > div button:not(:hover):not(:active):not(:focus),
#tribe-events-content ul.tribe-events-sub-nav > li a:not(:hover):not(:active):not(:focus),
#tribe-events-content ul.tribe-events-sub-nav > li button:not(:hover):not(:active):not(:focus),
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > div a:not(:hover):not(:active):not(:focus),
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > div button:not(:hover):not(:active):not(:focus),
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > li a:not(:hover):not(:active):not(:focus),
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > li button:not(:hover):not(:active):not(:focus) {
  background-color: transparent;
}

@media (min-width: 768px) {
  .post-navigation .nav-links > div a,
  .post-navigation .nav-links > div button,
  .post-navigation .nav-links > li a,
  .post-navigation .nav-links > li button,
  .posts-navigation .nav-links > div a,
  .posts-navigation .nav-links > div button,
  .posts-navigation .nav-links > li a,
  .posts-navigation .nav-links > li button,
  #tribe-events-content ul.tribe-events-sub-nav > div a,
  #tribe-events-content ul.tribe-events-sub-nav > div button,
  #tribe-events-content ul.tribe-events-sub-nav > li a,
  #tribe-events-content ul.tribe-events-sub-nav > li button,
  .tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > div a,
  .tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > div button,
  .tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > li a,
  .tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > li button {
    font-size: 1.1em;
    padding: 3rem 1rem;
  }
}

@media (max-width: 575.98px) {
  .post-navigation .nav-links > div a,
  .post-navigation .nav-links > div button,
  .post-navigation .nav-links > li a,
  .post-navigation .nav-links > li button,
  .posts-navigation .nav-links > div a,
  .posts-navigation .nav-links > div button,
  .posts-navigation .nav-links > li a,
  .posts-navigation .nav-links > li button,
  #tribe-events-content ul.tribe-events-sub-nav > div a,
  #tribe-events-content ul.tribe-events-sub-nav > div button,
  #tribe-events-content ul.tribe-events-sub-nav > li a,
  #tribe-events-content ul.tribe-events-sub-nav > li button,
  .tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > div a,
  .tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > div button,
  .tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > li a,
  .tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list > li button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.post-navigation .nav-links [class*="next"],
.posts-navigation .nav-links [class*="next"],
#tribe-events-content ul.tribe-events-sub-nav [class*="next"],
.tribe-events .tribe-events-calendar-list-nav ul.tribe-events-c-nav__list [class*="next"] {
  text-align: right;
}

/**
 * Sections
 *
 * Visual section components.
 */
.grimlock-section__thumbnail-caption {
  display: none;
}

.grimlock-section .section__title {
  position: relative;
  z-index: 1;
}

.grimlock-section .section__title span:not(.widget-title) {
  font-weight: normal;
}

.grimlock-section .section__title strong {
  font-weight: 700;
}

.grimlock-section .section__title del {
  text-decoration: line-through;
}

.grimlock-section .section__title em {
  font-style: italic;
}

.grimlock-section .grimlock-section__subtitle ins,
.grimlock-section .grimlock-section__title ins {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}

.grimlock-section .grimlock-section__subtitle ins:after,
.grimlock-section .grimlock-section__title ins:after {
  content: '';
  display: block;
  height: 4px;
  background-color: #245CC5;
  position: relative;
  top: 2px;
  pointer-events: none;
}

.grimlock-section .grimlock-section__subtitle ins.decoration--inverse:before,
.grimlock-section .grimlock-section__title ins.decoration--inverse:before {
  color: #fff !important;
}

.grimlock-section .grimlock-section__subtitle ins.decoration--inverse:after,
.grimlock-section .grimlock-section__title ins.decoration--inverse:after {
  background-color: #fff !important;
}

.grimlock-section .grimlock-section__subtitle ins.decoration--brush:before,
.grimlock-section .grimlock-section__title ins.decoration--brush:before {
  background: none !important;
  content: "\e943";
  font-family: gwangi;
  color: rgba(0, 0, 0, 0.7);
  height: auto;
  position: absolute;
  bottom: -0.4em;
  left: 0;
  z-index: -1;
  font-size: 0.8em;
  opacity: 0.4;
  top: auto;
}

.grimlock-section .grimlock-section__subtitle ins.decoration--brush:after,
.grimlock-section .grimlock-section__title ins.decoration--brush:after {
  content: none !important;
}

.grimlock-section .grimlock-section__subtitle ins.decoration--block, .grimlock-section .grimlock-section__subtitle ins.decoration--block-slanted,
.grimlock-section .grimlock-section__title ins.decoration--block,
.grimlock-section .grimlock-section__title ins.decoration--block-slanted {
  padding: 0 5px;
  margin: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.grimlock-section .grimlock-section__subtitle ins.decoration--block:after, .grimlock-section .grimlock-section__subtitle ins.decoration--block-slanted:after,
.grimlock-section .grimlock-section__title ins.decoration--block:after,
.grimlock-section .grimlock-section__title ins.decoration--block-slanted:after {
  content: none;
}

.grimlock-section .grimlock-section__subtitle ins.decoration--block-slanted,
.grimlock-section .grimlock-section__title ins.decoration--block-slanted {
  padding: 5px 15px;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}

@media (max-width: 991.98px) {
  .grimlock-section.section--boxed .region__row {
    margin: 0;
  }
}

.grimlock-section.section--boxed .region__col--2 {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

@media (min-width: 992px) {
  .grimlock-section.section--boxed .region__col--2 {
    padding: 7% !important;
    border-radius: 0.25rem;
  }
}

.grimlock-section.section--boxed .grimlock-section__content {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .grimlock-section.section--boxed .region__col--1 {
    padding: 0 !important;
  }
}

.grimlock-section.section--boxed.section_content_reveal, .grimlock-section.section--boxed.section_thumbnail_reveal {
  overflow: hidden;
}

.grimlock-section.section--boxed.section_content_reveal .region__col--2 {
  background-color: transparent !important;
  padding: 15px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.grimlock-section.section--boxed.section_content_reveal .region__col--2 > div {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

@media (min-width: 992px) {
  .grimlock-section.section--boxed.section_content_reveal .region__col--2 > div {
    padding: 7% !important;
    border-radius: 0.25rem;
  }
}

@media (min-width: 992px) {
  .grimlock-section.section--boxed.region--6-6-cols-left .region__col--2, .grimlock-section.section--boxed.region--6-6-cols-left-reverse .region__col--2 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .grimlock-section.section--boxed.region--12-cols-center .region__col--2, .grimlock-section.section--boxed.region--12-cols-left .region__col--2, .grimlock-section.section--boxed.region--12-cols-tight .region__col--2 {
    max-width: 700px;
  }
}

.grimlock-section.section--boxed.region--12-cols-center .region__row {
  justify-content: center;
}

.grimlock-section.section--boxed.pb-0 .region__col--2,
.grimlock-section.section--boxed.pb-0 .region__col--2 > div {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.grimlock-section.section--overlap.region--6-6-cols-left .section__thumbnail img, .grimlock-section.section--overlap.region--6-6-cols-left-reverse .section__thumbnail img, .grimlock-section.section--overlap.region--4-8-cols-left .section__thumbnail img, .grimlock-section.section--overlap.region--4-8-cols-left-reverse .section__thumbnail img {
  width: 100%;
}

@media (min-width: 992px) {
  .grimlock-section.section--overlap.region--6-6-cols-left .region__col--2, .grimlock-section.section--overlap.region--4-8-cols-left .region__col--2 {
    left: -13%;
  }
}

@media (min-width: 768px) {
  .grimlock-section.section--overlap.region--6-6-cols-left .region__col--2, .grimlock-section.section--overlap.region--4-8-cols-left .region__col--2 {
    position: relative;
    left: -7%;
  }
}

@media (min-width: 992px) {
  .grimlock-section.section--overlap.region--6-6-cols-left-reverse .region__col--2, .grimlock-section.section--overlap.region--4-8-cols-left .region__col--2 {
    right: -13%;
  }
}

@media (min-width: 768px) {
  .grimlock-section.section--overlap.region--6-6-cols-left-reverse .region__col--2, .grimlock-section.section--overlap.region--4-8-cols-left .region__col--2 {
    position: relative;
    right: -7%;
  }
}

@media (min-width: 768px) {
  .grimlock-section.section--overlap.region--12-cols-center .region__col--2, .grimlock-section.section--overlap.region--12-cols-left .region__col--2, .grimlock-section.section--overlap.region--12-cols-tight .region__col--2 {
    position: relative;
    top: -10%;
  }
}

.grimlock-section.section--thumbnail-left .section__thumbnail {
  text-align: left !important;
}

.grimlock-section.section--thumbnail-right .section__thumbnail {
  text-align: right !important;
}

.grimlock-section.section--pattern {
  background-repeat: repeat !important;
  background-size: auto !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__header + .section__content {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__header + .section__content {
    margin-top: 4%;
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__title {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__title + .section__subtitle {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__title + .section__subtitle {
    margin-top: 2%;
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__subtitle {
  padding-bottom: 0;
  margin-bottom: 0;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__text {
  font-size: 1.1em;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__text ins {
  position: relative;
  display: inline-block;
  color: var(--grimlock-button-primary-background-color);
  text-decoration: none;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__text ins:after {
  content: '';
  display: block;
  height: 4px;
  background-color: var(--grimlock-button-primary-background-color);
  position: relative;
  top: -2px;
  pointer-events: none;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__thumbnail {
  text-align: center;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer .btn.btn-link.btn-lg, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer button.btn-link.btn-lg,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer .btn-link.btn-lg.button,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer input.btn-link.btn-lg[type="button"],
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer input.btn-link.btn-lg[type="submit"],
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__footer input.btn-link.btn-lg[type="reset"] {
  font-size: .9em;
  letter-spacing: 3px;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header) .section__btn {
  margin-top: 20px;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse .region__row {
  align-items: center;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--align-top .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-top .region__row {
  align-items: stretch;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--align-bottom .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-bottom .region__row {
  align-items: flex-end;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--align-center .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-center .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--4-8-cols-left.section--align-center .region__row, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--4-8-cols-left-reverse.section--align-center .region__row {
  align-items: center;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--align-center .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left-reverse.section--align-center .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--4-8-cols-left.section--align-center .region__col--2, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--4-8-cols-left-reverse.section--align-center .region__col--2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).p-0 .region__inner,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).p-0 .region__inner > .region__container {
  padding: 0 !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pt-0 .region__inner {
  padding-top: 0 !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pb-0 .region__inner {
  padding-bottom: 0 !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pr-0 .region__inner,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pr-0 .region__inner > .region__container {
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pr-0 .region__inner,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pr-0 .region__inner > .region__container {
    padding-left: 0 !important;
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0 .region__inner,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0 .region__inner > .region__container {
  padding-left: 0 !important;
}

@media (max-width: 991.98px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0 .region__inner,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0 .region__inner > .region__container {
    padding-right: 0 !important;
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0.pr-0.region--container-fluid > .region__inner > .region__container > .region__row {
  margin: 0;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0.pr-0.region--container-fluid > .region__inner > .region__container > .region__row > .region__col {
  padding: 0;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).pl-0.pr-0.region--container-fluid .grimlock-section__btn {
  margin-top: 0 !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).section_thumbnail_parallax {
  overflow: hidden;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).section--full-viewport {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999 !important;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: var(--grimlock-button-primary-background-color) !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).section--full-viewport > .region__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.admin-bar .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).section--full-viewport {
  top: 32px;
}

@media (min-width: 768px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--below-angled {
    margin-top: calc(0% - 4vw);
  }
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--below-angled > .region__inner > .region__container {
    margin-top: 4vw;
  }
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-left, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-right {
    position: relative;
    z-index: 3;
  }
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-left .section__content, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-right .section__content {
    transform: translate3d(0, 0, 0);
  }
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-left.section--below-angled, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-right.section--below-angled {
    z-index: 2;
  }
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-left .region__container, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-right .region__container {
    margin-bottom: 4vw;
  }
  @supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))) or (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw)))) {
    @supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%)) or (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%))) {
      @media (min-width: 768px) {
        .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-left {
          -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
                  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
        }
      }
    }
  }
  @supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))) or (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw)))) {
    @supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))) or (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw)))) {
      @media (min-width: 768px) {
        .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header):not([data-parallax="scroll"]).section--above-angled-right {
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw));
                  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw));
        }
      }
    }
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero form.bps_form .editfield > label,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero form.bps_form .editfield > .bps-label {
  display: none !important;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed {
  overflow: visible;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed .region__col--2,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed .region__col--2 > div {
  position: relative;
  z-index: 9;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed .region__col--2 .section__content,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed .region__col--2 > div .section__content {
  max-width: clamp(450px, 40%, 700px);
  margin: 4vh auto 0;
  padding: clamp(1.5rem, 5vw, 45px);
  background-color: var(--grimlock-section-content-background-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: var(--grimlock-archive-post-box-shadow-x-offset) var(--grimlock-archive-post-box-shadow-y-offset) calc( var(--grimlock-archive-post-box-shadow-blur-radius) * 2) var(--grimlock-archive-post-box-shadow-color);
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed .region__col--2 .section__title.display-1 {
  font-size: clamp(2rem, 7vw, 7.5rem);
  line-height: 0.85em;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed .region__col--2 .section__title.display-2 {
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1em;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed .region__col--2 .section__title.display-3 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1.2;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed .region__col--2 .section__title + .section__subtitle {
  padding-top: 1.5rem;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed.grimlock-region--pb-0 .region__col--2 {
  margin-bottom: -4vw;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed.grimlock-region--pb-0 .region__col--2 .section__footer {
  max-width: clamp(450px, 40%, 700px);
  margin: 0 auto;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-center-boxed.grimlock-region--pb-0 .region__col--2 .section__footer .section__btn {
  height: 4rem;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed.region--container-fluid > .region__inner > .region__container {
  padding-left: 0;
  padding-right: 0;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--1 {
  min-height: auto;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 > div {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: clamp(1rem, var(--grimlock-archive-post-padding), 10%);
  background-color: var(--grimlock-section-content-background-color);
}

@media screen and (max-height: 768px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 > div {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 > div {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 > div {
    height: 100vh;
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 .section__content,
.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 > div .section__content {
  width: 100%;
  max-width: clamp(450px, 40%, 700px);
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 1199.98px) {
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 .section__header,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 .section__content,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 .section__footer,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 > div .section__header,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 > div .section__content,
  .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .region__col--2 > div .section__footer {
    text-align: left;
  }
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--12-cols-left-boxed .section__subtitle {
  border-left: 2px solid currentColor;
  margin-top: 1.5rem;
  padding-top: 0;
  padding-left: 1rem;
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.grimlock-region--6-6-cols-left-reverse .section__title span, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--6-6-cols-left-reverse .section__title span {
  font-weight: var(--grimlock-text-font-weight);
}

.grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.grimlock-region--6-6-cols-left-reverse .section__subtitle, .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).grimlock-section--hero.region--6-6-cols-left-reverse .section__subtitle {
  border-left: 2px solid currentColor;
  margin-top: 1.5rem;
  padding-top: 0;
  padding-left: 1rem;
}

#hero .grimlock-reveal-element[data-grimlock-animate-scroll-reveal]:not([style*="visibility"]),
#custom_header .grimlock-reveal-element[data-grimlock-animate-scroll-reveal]:not([style*="visibility"]),
.grimlock-section .region__col > .grimlock-reveal-element[data-grimlock-animate-scroll-reveal]:not([style*="visibility"]) {
  visibility: hidden;
}

.elementor-edit-mode .region__col > .grimlock-reveal-element[data-grimlock-animate-scroll-reveal] {
  visibility: visible !important;
}

.section_groups_reveal .grimlock-section__header + .section__content {
  transition: opacity 0.75s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}

/**
 * Singles
 *
 * Single posts styles.
 */
body.single [id^="post-"] > .post-thumbnail img,
body.single.single-post [id^="post-"] > .post-thumbnail img,
body.page [id^="post-"] > .post-thumbnail img {
  width: 100%;
  margin-bottom: 1rem;
}

body.single [id^="post-"] .entry-content p,
body.single.single-post [id^="post-"] .entry-content p,
body.page [id^="post-"] .entry-content p {
  word-wrap: break-word;
}

body.single [id^="post-"] .entry-content img:not(.avatar),
body.single.single-post [id^="post-"] .entry-content img:not(.avatar),
body.page [id^="post-"] .entry-content img:not(.avatar) {
  max-width: 100%;
  height: auto;
}

body.single [id^="post-"] .entry-content > ol, body.single [id^="post-"] .entry-content > ul,
body.single.single-post [id^="post-"] .entry-content > ol,
body.single.single-post [id^="post-"] .entry-content > ul,
body.page [id^="post-"] .entry-content > ol,
body.page [id^="post-"] .entry-content > ul {
  margin-bottom: 1rem;
  padding-left: 20px;
}

body.single [id^="post-"] .entry-content > ol li, body.single [id^="post-"] .entry-content > ul li,
body.single.single-post [id^="post-"] .entry-content > ol li,
body.single.single-post [id^="post-"] .entry-content > ul li,
body.page [id^="post-"] .entry-content > ol li,
body.page [id^="post-"] .entry-content > ul li {
  padding: 5px 0;
}

body.single [id^="post-"] .entry-content ol.list-ordered,
body.single.single-post [id^="post-"] .entry-content ol.list-ordered,
body.page [id^="post-"] .entry-content ol.list-ordered {
  padding-left: 10px;
  counter-reset: preview-ol;
}

body.single [id^="post-"] .entry-content ol.list-ordered li,
body.single.single-post [id^="post-"] .entry-content ol.list-ordered li,
body.page [id^="post-"] .entry-content ol.list-ordered li {
  list-style: none;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.1em;
}

body.single [id^="post-"] .entry-content ol.list-ordered li:before,
body.single.single-post [id^="post-"] .entry-content ol.list-ordered li:before,
body.page [id^="post-"] .entry-content ol.list-ordered li:before {
  content: counter(preview-ol);
  counter-increment: preview-ol;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  line-height: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 500px;
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  position: relative;
  top: -2px;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  body.single [id^="post-"] .entry-content ol.list-ordered li:before,
  body.single.single-post [id^="post-"] .entry-content ol.list-ordered li:before,
  body.page [id^="post-"] .entry-content ol.list-ordered li:before {
    transition: none;
  }
}

body.single [id^="post-"] .entry-content ol.list-ordered li:before:hover,
body.single.single-post [id^="post-"] .entry-content ol.list-ordered li:before:hover,
body.page [id^="post-"] .entry-content ol.list-ordered li:before:hover {
  transform: translate3d(0, 0, 0) scale(1.15);
}

body.single [id^="post-"] .entry-content ul.list-unordered,
body.single.single-post [id^="post-"] .entry-content ul.list-unordered,
body.page [id^="post-"] .entry-content ul.list-unordered {
  padding-left: 10px;
}

body.single [id^="post-"] .entry-content ul.list-unordered li,
body.single.single-post [id^="post-"] .entry-content ul.list-unordered li,
body.page [id^="post-"] .entry-content ul.list-unordered li {
  list-style: none;
}

body.single [id^="post-"] .entry-content ul.list-unordered li:before,
body.single.single-post [id^="post-"] .entry-content ul.list-unordered li:before,
body.page [id^="post-"] .entry-content ul.list-unordered li:before {
  content: "\20";
  font-size: 20px;
  opacity: 0.5;
  margin-right: 3px;
}

body.single [id^="post-"] .entry-content blockquote,
body.single.single-post [id^="post-"] .entry-content blockquote,
body.page [id^="post-"] .entry-content blockquote {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

body.single.single-post,
body.single {
  /* Hide title */
  /* Author info */
}

body.single.single-post.grimlock--custom_header-displayed [id^="post-"] .grimlock--single-header,
body.single.single-post.grimlock--custom_header-displayed [id^="post-"] .grimlock--page-header,
body.single.grimlock--custom_header-displayed [id^="post-"] .grimlock--single-header,
body.single.grimlock--custom_header-displayed [id^="post-"] .grimlock--page-header {
  display: none;
}

body.single.single-post #custom_header,
body.single #custom_header {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.single.single-post #custom_header .yoast-breadcrumb,
body.single #custom_header .yoast-breadcrumb {
  order: -2;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0;
}

body.single.single-post #custom_header .region__container,
body.single #custom_header .region__container {
  position: static !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  body.single.single-post #custom_header .region__container,
  body.single #custom_header .region__container {
    margin-bottom: 30px !important;
  }
}

body.single.single-post #custom_header:before,
body.single #custom_header:before {
  z-index: -1;
}

body.single.single-post #custom_header .section__header,
body.single #custom_header .section__header {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

body.single.single-post #custom_header .section__header .section__title,
body.single #custom_header .section__header .section__title {
  width: 100%;
}

body.single.single-post #custom_header .section__header .author,
body.single #custom_header .section__header .author {
  width: 100%;
}

body.single.single-post #custom_header .section__subtitle,
body.single #custom_header .section__subtitle {
  width: 100%;
  max-width: 576px;
  font-size: 1em;
  margin: 2% auto 2% auto;
}

body.single.single-post #custom_header .section__subtitle a,
body.single #custom_header .section__subtitle a {
  color: inherit !important;
}

body.single.single-post #custom_header .section__subtitle a:hover,
body.single #custom_header .section__subtitle a:hover {
  opacity: 0.7;
}

body.single.single-post #custom_header .author,
body.single #custom_header .author {
  font-weight: 700;
  display: block;
}

body.single.single-post #custom_header .author .avatar-round-ratio,
body.single #custom_header .author .avatar-round-ratio {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  body.single.single-post #custom_header .author .avatar-round-ratio,
  body.single #custom_header .author .avatar-round-ratio {
    width: 52px;
    height: 52px;
  }
}

body.single.single-post #custom_header .posted-on,
body.single #custom_header .posted-on {
  pointer-events: none;
  font-style: italic;
  order: 99;
}

@media (max-width: 1199.98px) {
  body.single.single-post #custom_header.region--12-cols-center,
  body.single #custom_header.region--12-cols-center {
    text-align: center;
  }
}

body.single.single-post #custom_header.region--12-cols-center .author,
body.single #custom_header.region--12-cols-center .author {
  margin-top: 6%;
}

body.single.single-post #custom_header.region--12-cols-center .author .byline-label,
body.single #custom_header.region--12-cols-center .author .byline-label {
  display: none;
}

body.single.single-post #custom_header.region--12-cols-center .author .author-vcard,
body.single #custom_header.region--12-cols-center .author .author-vcard {
  display: block;
}

body.single.single-post #custom_header.region--12-cols-center .region__col,
body.single #custom_header.region--12-cols-center .region__col {
  position: static;
  margin-bottom: 5%;
}

body.single.single-post #custom_header.region--12-cols-right .section__header, body.single.single-post #custom_header.region--12-cols-left .section__header, body.single.single-post #custom_header.region--6-6-cols-left .section__header, body.single.single-post #custom_header.region--6-6-cols-left-reverse .section__header,
body.single #custom_header.region--12-cols-right .section__header,
body.single #custom_header.region--12-cols-left .section__header,
body.single #custom_header.region--6-6-cols-left .section__header,
body.single #custom_header.region--6-6-cols-left-reverse .section__header {
  justify-content: flex-start;
}

body.single.single-post #custom_header.region--12-cols-right .section__subtitle, body.single.single-post #custom_header.region--12-cols-left .section__subtitle, body.single.single-post #custom_header.region--6-6-cols-left .section__subtitle, body.single.single-post #custom_header.region--6-6-cols-left-reverse .section__subtitle,
body.single #custom_header.region--12-cols-right .section__subtitle,
body.single #custom_header.region--12-cols-left .section__subtitle,
body.single #custom_header.region--6-6-cols-left .section__subtitle,
body.single #custom_header.region--6-6-cols-left-reverse .section__subtitle {
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

body.single.single-post #custom_header.region--12-cols-right .author, body.single.single-post #custom_header.region--12-cols-left .author, body.single.single-post #custom_header.region--6-6-cols-left .author, body.single.single-post #custom_header.region--6-6-cols-left-reverse .author,
body.single #custom_header.region--12-cols-right .author,
body.single #custom_header.region--12-cols-left .author,
body.single #custom_header.region--6-6-cols-left .author,
body.single #custom_header.region--6-6-cols-left-reverse .author {
  position: relative;
}

body.single.single-post #custom_header.region--12-cols-right .author .avatar-round-ratio, body.single.single-post #custom_header.region--12-cols-left .author .avatar-round-ratio, body.single.single-post #custom_header.region--6-6-cols-left .author .avatar-round-ratio, body.single.single-post #custom_header.region--6-6-cols-left-reverse .author .avatar-round-ratio,
body.single #custom_header.region--12-cols-right .author .avatar-round-ratio,
body.single #custom_header.region--12-cols-left .author .avatar-round-ratio,
body.single #custom_header.region--6-6-cols-left .author .avatar-round-ratio,
body.single #custom_header.region--6-6-cols-left-reverse .author .avatar-round-ratio {
  display: none;
}

body.single.single-post #custom_header.region--12-cols-right div.excerpt, body.single.single-post #custom_header.region--12-cols-left div.excerpt, body.single.single-post #custom_header.region--6-6-cols-left div.excerpt, body.single.single-post #custom_header.region--6-6-cols-left-reverse div.excerpt,
body.single #custom_header.region--12-cols-right div.excerpt,
body.single #custom_header.region--12-cols-left div.excerpt,
body.single #custom_header.region--6-6-cols-left div.excerpt,
body.single #custom_header.region--6-6-cols-left-reverse div.excerpt {
  margin-bottom: 1rem;
}

body.single.single-post #custom_header.region--12-cols-right .section__header,
body.single #custom_header.region--12-cols-right .section__header {
  align-items: flex-end;
}

@media (max-width: 991.98px) {
  body.single.single-post #custom_header .excerpt,
  body.single.single-post #custom_header .breadcrumb,
  body.single #custom_header .excerpt,
  body.single #custom_header .breadcrumb {
    display: none;
  }
}

body.single.single-post .entry-meta,
body.single .entry-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding-top: .5rem;
}

body.single.single-post .entry-meta a,
body.single .entry-meta a {
  color: inherit !important;
}

body.single.single-post .entry-meta a:hover,
body.single .entry-meta a:hover {
  opacity: .8;
}

body.single.single-post .entry-meta > span,
body.single .entry-meta > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single.single-post .entry-meta > span + .byline:after,
body.single .entry-meta > span + .byline:after {
  content: "\2022";
  margin-left: .5rem;
  margin-right: .5rem;
}

body.single.single-post .entry-meta .byline,
body.single .entry-meta .byline {
  order: -1;
}

body.single.single-post .entry-meta .byline .byline-label,
body.single .entry-meta .byline .byline-label {
  display: none;
}

body.single.single-post .entry-meta .byline span + span,
body.single .entry-meta .byline span + span {
  margin-left: .5rem;
}

body.single.single-post .entry-meta .byline .author-avatar,
body.single .entry-meta .byline .author-avatar {
  display: inline-flex;
}

body.single.single-post .entry-meta .avatar-round-ratio.medium,
body.single .entry-meta .avatar-round-ratio.medium {
  width: 30px;
  height: 30px;
}

body.single.single-post .entry-meta .updated:not(.published),
body.single .entry-meta .updated:not(.published) {
  display: none;
}

body.single.single-post .entry-meta .posted-on-label,
body.single .entry-meta .posted-on-label {
  display: none;
}

body.single.single-post .author-info,
body.single .author-info {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

body.single.single-post .author-info .avatar,
body.single .author-info .avatar {
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  body.single.single-post .author-info .avatar-round-ratio,
  body.single .author-info .avatar-round-ratio {
    width: 50px;
    height: 50px;
  }
}

body.single.single-post .author-info .author-description,
body.single .author-info .author-description {
  padding-left: 1rem;
}

body.single.single-post .entry-footer,
body.single .entry-footer {
  display: flex;
  flex-direction: column;
}

body.single.single-post .entry-footer .edit-link,
body.single .entry-footer .edit-link {
  display: block;
  margin-top: 3px;
}

body.single.single-post .entry-footer .edit-link .post-edit-link,
body.single .entry-footer .edit-link .post-edit-link {
  display: inline-block;
  margin-top: 15px;
  font-weight: bolder;
}

body.single.single-post .entry-footer .edit-link .post-edit-link:before,
body.single .entry-footer .edit-link .post-edit-link:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 2px;
}

body.single.single-post .entry-footer .cat-links-label,
body.single.single-post .entry-footer .tag-links-label,
body.single .entry-footer .cat-links-label,
body.single .entry-footer .tag-links-label {
  display: none;
}

body.single.single-post .entry-footer .cat-links,
body.single.single-post .entry-footer .tags-links,
body.single .entry-footer .cat-links,
body.single .entry-footer .tags-links {
  font-weight: bold;
  display: block;
  margin-bottom: .5rem;
}

body.single.single-post .entry-footer .cat-links a,
body.single.single-post .entry-footer .tags-links a,
body.single .entry-footer .cat-links a,
body.single .entry-footer .tags-links a {
  color: inherit !important;
  opacity: .6;
}

body.single.single-post .entry-footer .cat-links a:hover,
body.single.single-post .entry-footer .tags-links a:hover,
body.single .entry-footer .cat-links a:hover,
body.single .entry-footer .tags-links a:hover {
  opacity: .8;
}

body.single.single-post .entry-footer .cat-links a + a,
body.single.single-post .entry-footer .tags-links a + a,
body.single .entry-footer .cat-links a + a,
body.single .entry-footer .tags-links a + a {
  margin-left: 0;
}

body.single.single-post .entry-footer .cat-links .badge,
body.single.single-post .entry-footer .tags-links .badge,
body.single .entry-footer .cat-links .badge,
body.single .entry-footer .tags-links .badge {
  cursor: default;
}

body.single.single-post .entry-footer .tags-links:before,
body.single .entry-footer .tags-links:before {
  font-family: FontAwesome;
  content: "\f02c";
  margin-right: .5rem;
}

body.single.single-post .entry-footer .cat-links,
body.single .entry-footer .cat-links {
  font-style: italic;
}

body.single.single-post .entry-footer .entry-labels,
body.single .entry-footer .entry-labels {
  order: -1;
  margin-bottom: .5rem;
}

.single .wp-playlist-current-item {
  height: auto;
}

.single .wp-playlist .mejs-container {
  width: 100% !important;
}

.post-password-form {
  margin-bottom: 1rem;
  border-width: 2px;
  border-style: solid;
  padding: 2rem;
}

.post-password-form label {
  width: 100%;
}

.post-password-form p:last-child {
  margin-bottom: 0;
}

.site-main > .post-password-form {
  margin: 8% auto 5% auto;
  max-width: 576px;
}

body.attachment.single-attachment article.attachment .entry-header,
body.attachment.single-attachment article.attachment .entry-content,
body.attachment.single-attachment article.attachment .entry-footer,
body.attachment.single-attachment article.attachment .image-navigation {
  max-width: 800px;
  margin: 0 auto;
}

body.attachment.single-attachment article.attachment .entry-header {
  text-align: center;
  margin-top: 1rem;
}

body.single #main > [id^="post-"] .entry-content > pre,
body.page #main > [id^="post-"] .entry-content > pre {
  white-space: pre-wrap;
}

/**
 * Tables
 *
 * Tables styles.
 */
table {
  width: 100%;
  max-width: 100%;
}

.table, table {
  border-collapse: collapse !important;
}

.table thead td, table thead td, .table thead th, table thead th {
  border-bottom-width: 1px;
}

/**
 * Tooltips
 *
 * Tooltips styles.
 */
:root {
  --grimlock-tooltip-border-radius: 500px;
  --grimlock-tooltip-font-weight: 600;
}

/**
 * Widgets
 *
 * WP Core Widget styles.
 */
.widget {
  margin: 0;
}

#secondary-left .widget,
#secondary-right .widget {
  background-color: #ffffff;
  color: #86878C;
  padding: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  border-style: solid;
}

#secondary-left .widget .widget-title,
#secondary-right .widget .widget-title {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  position: relative;
}

#secondary-left .widget .widget-title:after,
#secondary-right .widget .widget-title:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: 10px;
  border-left: 115px solid var(--grimlock-button-primary-background-color);
  background-color: var(--grimlock-table-striped-background-color);
}

#secondary-left .widget .widget-title:empty,
#secondary-right .widget .widget-title:empty {
  display: none;
}

#secondary-left .widget .widget-title a,
#secondary-right .widget .widget-title a {
  color: inherit;
}

#secondary-left .widget h1 a:not(:hover), #secondary-left .widget h2 a:not(:hover), #secondary-left .widget h3 a:not(:hover), #secondary-left .widget h4 a:not(:hover), #secondary-left .widget h5 a:not(:hover), #secondary-left .widget h6 a:not(:hover),
#secondary-right .widget h1 a:not(:hover),
#secondary-right .widget h2 a:not(:hover),
#secondary-right .widget h3 a:not(:hover),
#secondary-right .widget h4 a:not(:hover),
#secondary-right .widget h5 a:not(:hover),
#secondary-right .widget h6 a:not(:hover) {
  color: inherit !important;
}

#secondary-left .widget ~ .widget,
#secondary-right .widget ~ .widget {
  margin-top: 30px;
}

#secondary-left .widget a,
#secondary-right .widget a {
  color: inherit;
}

.site-preheader .widget {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.site-prefooter .widget + .widget {
  padding-top: 2rem;
}

.site-prefooter .widget + .widget[id*="monster-widget"] {
  padding-top: 3rem;
}

.site-footer .widget {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.site-footer .widget + .widget {
  padding-top: 1.5rem;
}

.site-footer .widget + .widget[id*="monster-widget"] {
  padding-top: 3rem;
}

.widget .menu {
  margin-bottom: 0;
}

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

.widget img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.sidebar .widget_archive ul > li,
.site-prefooter .widget_archive ul > li, .sidebar .widget_categories ul > li,
.site-prefooter .widget_categories ul > li, .sidebar .widget_links ul > li,
.site-prefooter .widget_links ul > li, .sidebar .widget_nav_menu ul > li,
.site-prefooter .widget_nav_menu ul > li, .sidebar .widget_pages ul > li,
.site-prefooter .widget_pages ul > li, .sidebar .widget_rss ul > li,
.site-prefooter .widget_rss ul > li, .sidebar .widget_projects_categories ul > li,
.site-prefooter .widget_projects_categories ul > li, .sidebar .widget_recent_comments ul > li,
.site-prefooter .widget_recent_comments ul > li, .sidebar .widget_recent_entries ul > li,
.site-prefooter .widget_recent_entries ul > li, .sidebar .widget_meta ul > li,
.site-prefooter .widget_meta ul > li, .sidebar .widget_display_forums ul > li,
.site-prefooter .widget_display_forums ul > li, .sidebar .widget_display_views ul > li,
.site-prefooter .widget_display_views ul > li {
  margin-top: .618em;
}

.sidebar .widget_archive ul > li, .sidebar .widget_categories ul > li, .sidebar .widget_links ul > li, .sidebar .widget_nav_menu ul > li, .sidebar .widget_pages ul > li, .sidebar .widget_rss ul > li, .sidebar .widget_projects_categories ul > li, .sidebar .widget_recent_comments ul > li, .sidebar .widget_recent_entries ul > li, .sidebar .widget_meta ul > li, .sidebar .widget_display_forums ul > li, .sidebar .widget_display_views ul > li {
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

.sidebar .widget_archive ul > li:before, .sidebar .widget_categories ul > li:before, .sidebar .widget_links ul > li:before, .sidebar .widget_nav_menu ul > li:before, .sidebar .widget_pages ul > li:before, .sidebar .widget_rss ul > li:before, .sidebar .widget_projects_categories ul > li:before, .sidebar .widget_recent_comments ul > li:before, .sidebar .widget_recent_entries ul > li:before, .sidebar .widget_meta ul > li:before, .sidebar .widget_display_forums ul > li:before, .sidebar .widget_display_views ul > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f114";
  margin-right: 0.5rem;
  font-size: inherit;
  opacity: 0.4;
  vertical-align: middle;
  top: -.15em;
  position: relative;
}

.sidebar .widget_archive ul > li.current-menu-item:before, .sidebar .widget_archive ul > li.current-cat:before, .sidebar .widget_categories ul > li.current-menu-item:before, .sidebar .widget_categories ul > li.current-cat:before, .sidebar .widget_links ul > li.current-menu-item:before, .sidebar .widget_links ul > li.current-cat:before, .sidebar .widget_nav_menu ul > li.current-menu-item:before, .sidebar .widget_nav_menu ul > li.current-cat:before, .sidebar .widget_pages ul > li.current-menu-item:before, .sidebar .widget_pages ul > li.current-cat:before, .sidebar .widget_rss ul > li.current-menu-item:before, .sidebar .widget_rss ul > li.current-cat:before, .sidebar .widget_projects_categories ul > li.current-menu-item:before, .sidebar .widget_projects_categories ul > li.current-cat:before, .sidebar .widget_recent_comments ul > li.current-menu-item:before, .sidebar .widget_recent_comments ul > li.current-cat:before, .sidebar .widget_recent_entries ul > li.current-menu-item:before, .sidebar .widget_recent_entries ul > li.current-cat:before, .sidebar .widget_meta ul > li.current-menu-item:before, .sidebar .widget_meta ul > li.current-cat:before, .sidebar .widget_display_forums ul > li.current-menu-item:before, .sidebar .widget_display_forums ul > li.current-cat:before, .sidebar .widget_display_views ul > li.current-menu-item:before, .sidebar .widget_display_views ul > li.current-cat:before {
  content: "\f115";
}

.sidebar .widget_archive ul .children,
.site-prefooter .widget_archive ul .children, .sidebar .widget_categories ul .children,
.site-prefooter .widget_categories ul .children, .sidebar .widget_links ul .children,
.site-prefooter .widget_links ul .children, .sidebar .widget_nav_menu ul .children,
.site-prefooter .widget_nav_menu ul .children, .sidebar .widget_pages ul .children,
.site-prefooter .widget_pages ul .children, .sidebar .widget_rss ul .children,
.site-prefooter .widget_rss ul .children, .sidebar .widget_projects_categories ul .children,
.site-prefooter .widget_projects_categories ul .children, .sidebar .widget_recent_comments ul .children,
.site-prefooter .widget_recent_comments ul .children, .sidebar .widget_recent_entries ul .children,
.site-prefooter .widget_recent_entries ul .children, .sidebar .widget_meta ul .children,
.site-prefooter .widget_meta ul .children, .sidebar .widget_display_forums ul .children,
.site-prefooter .widget_display_forums ul .children, .sidebar .widget_display_views ul .children,
.site-prefooter .widget_display_views ul .children {
  margin-top: .618em;
  margin-left: 1em;
}

.sidebar .widget_archive ul .sub-menu,
.site-prefooter .widget_archive ul .sub-menu, .sidebar .widget_categories ul .sub-menu,
.site-prefooter .widget_categories ul .sub-menu, .sidebar .widget_links ul .sub-menu,
.site-prefooter .widget_links ul .sub-menu, .sidebar .widget_nav_menu ul .sub-menu,
.site-prefooter .widget_nav_menu ul .sub-menu, .sidebar .widget_pages ul .sub-menu,
.site-prefooter .widget_pages ul .sub-menu, .sidebar .widget_rss ul .sub-menu,
.site-prefooter .widget_rss ul .sub-menu, .sidebar .widget_projects_categories ul .sub-menu,
.site-prefooter .widget_projects_categories ul .sub-menu, .sidebar .widget_recent_comments ul .sub-menu,
.site-prefooter .widget_recent_comments ul .sub-menu, .sidebar .widget_recent_entries ul .sub-menu,
.site-prefooter .widget_recent_entries ul .sub-menu, .sidebar .widget_meta ul .sub-menu,
.site-prefooter .widget_meta ul .sub-menu, .sidebar .widget_display_forums ul .sub-menu,
.site-prefooter .widget_display_forums ul .sub-menu, .sidebar .widget_display_views ul .sub-menu,
.site-prefooter .widget_display_views ul .sub-menu {
  padding-left: 1rem;
}

.widget_archive > ul:last-of-type, .widget_categories > ul:last-of-type, .widget_links > ul:last-of-type, .widget_nav_menu > ul:last-of-type, .widget_pages > ul:last-of-type, .widget_rss > ul:last-of-type, .widget_projects_categories > ul:last-of-type, .widget_recent_comments > ul:last-of-type, .widget_recent_entries > ul:last-of-type, .widget_meta > ul:last-of-type, .widget_display_forums > ul:last-of-type, .widget_display_views > ul:last-of-type {
  margin-bottom: 0;
}

.widget_rss li + li {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 13px;
  margin-top: 15px;
}

.widget_nav_menu .menu-item {
  max-width: 100%;
}

.widget_nav_menu img,
.widget_nav_menu .menu-item-description {
  display: none !important;
}

.widget_nav_menu .menu-item-img-wrapper,
.widget_nav_menu .menu-item-label {
  display: inline;
}

.sidebar .widget_recent_comments ul > li:before {
  content: "\f27b";
}

.site-prefooter .widget_recent_comments .recentcomments + .recentcomments,
.site-footer .widget_recent_comments .recentcomments + .recentcomments {
  margin-top: 10px;
}

.site-prefooter .widget_recent_entries ul > li > a {
  font-size: 1rem;
  margin-bottom: 0;
}

.sidebar .widget_recent_entries ul > li:before {
  content: "\f0f6";
}

.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: inline-block;
}

.widget_rss cite {
  display: block;
}

.sidebar .widget_rss ul > li:before {
  content: "\f09e";
}

.site-preheader .widget_text .textwidget p {
  margin: 0;
}

.widget_text .textwidget p:last-of-type {
  margin-bottom: 0;
}

.widget_text .textwidget form {
  margin-top: 3px;
}

.widget_text .textwidget form br {
  display: none;
}

.widget_calendar .calendar_wrap {
  text-align: center;
}

.widget_calendar table {
  border-collapse: collapse;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar table a {
  color: inherit;
}

.widget_calendar caption {
  text-align: center;
  caption-side: top;
  color: inherit;
}

.widget_calendar td, .widget_calendar th {
  text-align: center;
  border: 0 !important;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

.widget_calendar tfoot td {
  border: none !important;
}

.site-preheader .widget-grofile {
  text-align: left;
}

.site-preheader .widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: .5rem 0 0 0;
}

.site-preheader .widget-grofile .grofile-meta {
  float: left;
}

.site-preheader .widget-grofile .grofile-full-link,
.site-preheader .widget-grofile .grofile-urls,
.site-preheader .widget-grofile > h4 {
  display: none;
}

.site-preheader .widget-grofile img {
  float: left;
  margin-right: .5rem;
}

.widget_wpcom_social_media_icons_widget ul {
  margin: 0;
}

.widget_wpcom_social_media_icons_widget a {
  font-size: 20.8px;
  font-size: 1.3rem;
}

#primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]),
#after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) {
  padding-top: 4%;
  padding-bottom: 4%;
}

#primary > #main > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .widget-title,
#before_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .widget-title,
#after_content > .widget-area > .widget:not([class*="widget_grimlock_"]):not([class*="widget_revslider"]) .widget-title {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.adrotate_widgets {
  text-align: center;
}

.widget-error {
  text-align: center;
}

.widget_media_gallery {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.widget_media_gallery > .tiled-gallery {
  max-width: 100% !important;
  width: 100% !important;
}

#main .widget-area .widget_media_gallery .gallery,
#main .widget-area .widget_media_gallery .gallery-item {
  margin-bottom: 0 !important;
}

/*------------------------------------*\
    #PLUGINS
\*------------------------------------*/
/**
 * BuddyPress
 *
 * User profile & community plugin
 * https://wordpress.org/plugins/buddypress/
 *
 */
#buddypress:not(.youzer) {
  /**
     * Profil
     */
}

#buddypress:not(.youzer) #item-body form#whats-new-form,
#buddypress:not(.youzer) form#whats-new-form {
  box-shadow: none;
  border: none;
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) #item-body form#whats-new-form,
  #buddypress:not(.youzer) form#whats-new-form {
    margin-top: 1.5rem;
  }
}

.buddypress.bp-user:not(.activity-permalink) #buddypress:not(.youzer) #item-body form#whats-new-form,
.buddypress.groups.single-item #buddypress:not(.youzer) #item-body form#whats-new-form, .buddypress.bp-user:not(.activity-permalink)
#buddypress:not(.youzer) form#whats-new-form,
.buddypress.groups.single-item
#buddypress:not(.youzer) form#whats-new-form {
  margin-top: 0;
}

#buddypress:not(.youzer) #item-body form#whats-new-form:before,
#buddypress:not(.youzer) form#whats-new-form:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--grimlock-button-primary-background-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .2;
}

#buddypress:not(.youzer) #item-body form#whats-new-form .whats-new-form-content,
#buddypress:not(.youzer) form#whats-new-form .whats-new-form-content {
  position: relative;
  z-index: 2;
}

#buddypress:not(.youzer) #item-body form#whats-new-form #whats-new-textarea #whats-new,
#buddypress:not(.youzer) form#whats-new-form #whats-new-textarea #whats-new {
  background-color: var(--grimlock-archive-post-background-color);
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-user {
    padding-left: 75px;
  }
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-user .activity-avatar {
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-user .activity-avatar {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 2;
    max-width: 80px;
    flex: 0 0 80px;
    width: 80px;
    height: auto;
  }
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-user .activity-avatar img.avatar {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-user .activity-header {
  font-size: .95em;
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-inner {
  padding: 0;
  font-size: .95em;
  margin: 1rem 0;
  border: 0;
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .activity-inner {
    padding-left: 75px;
  }
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item.mini .activity-user {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item.mini .activity-avatar {
    max-width: 60px;
    flex: 0 0 60px;
    width: 60px !important;
    height: 60px !important;
  }
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item.mini .activity-meta {
    padding-left: 40px;
  }
}

#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item div.activity-comments .acomment-avatar img {
  height: auto;
  margin: 0;
  width: 35px;
  border-radius: var(--grimlock-archive-post-border-radius);
}

#buddypress:not(.youzer) div#item-header .profile-header__avatar {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  #buddypress:not(.youzer) div#item-header .profile-header__avatar {
    max-width: 20%;
    width: auto;
  }
}

@media (min-width: 1200px) {
  #buddypress:not(.youzer) div#item-header .profile-header__avatar {
    top: 130px;
    max-width: 320px;
    width: 23%;
  }
}

@media (min-width: 992px) {
  #buddypress:not(.youzer) div#item-header .profile-header__avatar img.avatar {
    max-width: 100%;
  }
}

#buddypress:not(.youzer) div#item-header .action {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

@media (min-width: 1200px) {
  #buddypress:not(.youzer) #profile-content__nav .profile-content__nav-wrapper {
    padding-left: calc(23% + (30px / 2));
  }
}

/**
 * Custom card lists
 */
.bp-card-list .bp-card-list__item .action,
.bp-member-swipe-list .bp-member-swipe-list__item .action {
  position: absolute;
  top: -3.5em;
  left: 0;
  right: auto;
}

.bp-member-swipe-list {
  --bp-member-swipe-card-avatar-width: 100%;
  --bp-member-swipe-card-avatar-height: auto;
  --bp-member-swipe-card-avatar-border-radius: 0;
  --bp-member-swipe-card-online-state-position-y: calc(100% - 20px);
  --bp-member-swipe-card-online-state-position-x: 15px;
}

.bp-member-swipe-card {
  transform: none !important;
}

.bp-member-swipe-card .bp-member-swipe-card__body {
  position: relative;
  z-index: 0;
}

.bp-member-swipe-card .bp-member-swipe-card__body:before, .bp-member-swipe-card .bp-member-swipe-card__body:after {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  display: block;
  width: 100%;
  height: 85px;
  background-color: var(--grimlock-archive-post-background-color);
  box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.05);
  transform: rotate(-6deg) translate3d(0, 34px, 0) scale(1.2);
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bp-member-swipe-card .bp-member-swipe-card__body:after {
  top: -62px;
  z-index: -2;
}

.bp-member-swipe-card .bp-member-swipe-card__avatar {
  padding: 0;
}

.bp-member-swipe-card .bp-member-swipe-card__avatar img {
  max-width: none !important;
  margin-top: 0;
}

@media (min-width: 768px) {
  .bp-member-swipe-card:hover .bp-member-swipe-card__body:before {
    transform: rotate(0) translate3d(0, 24px, 0) scale(1) !important;
  }
  .bp-member-swipe-card:hover .bp-member-swipe-card__body:after {
    transform: rotate(-8deg) translate3d(0, 34px, 0) scale(1.3) !important;
  }
}

#buddypress ul#members-list.bp-member-swipe-list.card-stack-wrapper {
  --matchpress-card-stack-height: clamp(450px, 25vw, 450px);
}

#buddypress ul#members-list.bp-member-swipe-list.card-stack-wrapper div.action > div > a {
  width: 55px;
  height: 55px;
  position: relative;
  top: -13px;
}

#buddypress ul#members-list.bp-member-swipe-list.card-stack-wrapper div.action > div > a:before {
  font-size: 30px !important;
}

.bp-card-list .matchpress-member-super-liked-me .card,
.bp-member-swipe-list .matchpress-member-super-liked-me .card {
  border-bottom-color: var(--matchpress-super-like-color);
  border-bottom-width: 3px;
}

.bp-card-list {
  margin-left: -8px;
  margin-right: -8px;
}

.bp-card-list .bp-card-list__item {
  padding: 0 8px !important;
  margin-bottom: 16px !important;
}

.bp-card-list .bp-card-list__item.is-online .card .card-img > a:before {
  top: 10px;
  bottom: auto;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.bp-card-list .bp-card-list__item.is-member .card, .bp-card-list .bp-card-list__item.is-current-user .card {
  border-bottom: 3px solid var(--grimlock-color-success);
}

.bp-card-list .bp-card-list__item.is-current-user .card {
  border-bottom-color: var(--grimlock-button-primary-background-color);
}

.bp-card-list .bp-card-list__item .hmk-trigger-match .generic-button:not([class*="hmk-match-value"]) {
  background-color: rgba(0, 0, 0, 0.1);
}

.bp-card-list .bp-card-list__item .card {
  overflow: hidden;
}

.bp-card-list .bp-card-list__item .card .card-body {
  padding-top: .5rem !important;
}

.bp-card-list .bp-card-list__item .card-img.card-img--cover {
  padding-bottom: calc(3rem + 35px);
}

@media (min-width: 768px) {
  .bp-card-list.bp-card-list--members .bp-card-list__item .card:hover .card-body-activity {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    transition-delay: .65s;
  }
  .bp-card-list.bp-card-list--members .bp-card-list__item .card:hover .card-body-activity .update {
    opacity: 1;
  }
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-img {
  padding-top: 0;
  background-color: var(--grimlock-table-striped-background-color);
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-img > a {
  display: block;
  width: 100%;
  border-radius: 0;
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.avatar {
  width: 101% !important;
  max-width: 101%;
  height: auto !important;
  border-radius: 0;
  animation-fill-mode: backwards;
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity {
  transition: all 0.15s ease-in-out;
  font-size: .8em;
  opacity: 0;
  bottom: 0;
  z-index: 999;
  height: 35px;
  padding: 0 .5rem .5rem .5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  width: 100%;
  transform: translate3d(0, 1rem, 0);
  border: 0 !important;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}

@media screen and (prefers-reduced-motion: reduce) {
  .bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity {
    transition: none;
  }
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity:hover {
  height: auto;
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity .activity {
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  display: flex !important;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity .update {
  opacity: 0;
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity .activity-read-more {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity .activity-read-more a {
  color: inherit !important;
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity .activity-read-more a:after {
  content: "\f105";
  font-family: FontAwesome !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
  position: relative;
  top: -1px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity .activity-read-more a:after {
    transition: none;
  }
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity .activity-read-more a:hover:after {
  transform: translate3d(2px, 0, 0);
}

.bp-card-list.bp-card-list--members .bp-card-list__item .card-body-activity p {
  margin-bottom: 0;
}

/**
 * Friends requests
 */
.buddypress #site #buddypress:not(.youzer) .bp-card-list .state--accepted .card-body-actions,
.buddypress #site #buddypress:not(.youzer) .bp-card-list .state--rejected .card-body-actions,
.buddypress #site #buddypress:not(.youzer) #friend-list .state--accepted .card-body-actions,
.buddypress #site #buddypress:not(.youzer) #friend-list .state--rejected .card-body-actions {
  top: -60px;
}

/**
 * BP Core Widgets
 */
.buddypress .item-options,
#groups-list-options.item-options,
#members-list-options.item-options,
#friends-list-options.item-options,
#bp-group-rating-list-options,
#bp-member-rating-list-options {
  color: transparent;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 0 .5rem 0;
}

.sidebar .buddypress .item-options, .sidebar
#groups-list-options.item-options, .sidebar
#members-list-options.item-options, .sidebar
#friends-list-options.item-options, .sidebar
#bp-group-rating-list-options, .sidebar
#bp-member-rating-list-options {
  justify-content: space-between;
}

.buddypress .item-options a,
#groups-list-options.item-options a,
#members-list-options.item-options a,
#friends-list-options.item-options a,
#bp-group-rating-list-options a,
#bp-member-rating-list-options a {
  color: var(--grimlock-archive-post-title-color) !important;
  font-size: .8em;
  border-radius: var(--grimlock-button-border-radius);
  border: 2px solid currentColor;
  text-align: center;
  position: relative;
  margin-right: 3px;
  opacity: .6;
  padding: 6px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar .buddypress .item-options a, .sidebar
#groups-list-options.item-options a, .sidebar
#members-list-options.item-options a, .sidebar
#friends-list-options.item-options a, .sidebar
#bp-group-rating-list-options a, .sidebar
#bp-member-rating-list-options a {
  padding: 5px 2px;
  width: 100%;
}

.buddypress .item-options a:last-of-type,
#groups-list-options.item-options a:last-of-type,
#members-list-options.item-options a:last-of-type,
#friends-list-options.item-options a:last-of-type,
#bp-group-rating-list-options a:last-of-type,
#bp-member-rating-list-options a:last-of-type {
  margin-left: 0;
}

.buddypress .item-options a:hover,
#groups-list-options.item-options a:hover,
#members-list-options.item-options a:hover,
#friends-list-options.item-options a:hover,
#bp-group-rating-list-options a:hover,
#bp-member-rating-list-options a:hover {
  border-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-background-color);
  opacity: 1;
}

.buddypress .item-options a:focus, .buddypress .item-options a:active, .buddypress .item-options a.selected, .buddypress .item-options a.loading,
#groups-list-options.item-options a:focus,
#groups-list-options.item-options a:active,
#groups-list-options.item-options a.selected,
#groups-list-options.item-options a.loading,
#members-list-options.item-options a:focus,
#members-list-options.item-options a:active,
#members-list-options.item-options a.selected,
#members-list-options.item-options a.loading,
#friends-list-options.item-options a:focus,
#friends-list-options.item-options a:active,
#friends-list-options.item-options a.selected,
#friends-list-options.item-options a.loading,
#bp-group-rating-list-options a:focus,
#bp-group-rating-list-options a:active,
#bp-group-rating-list-options a.selected,
#bp-group-rating-list-options a.loading,
#bp-member-rating-list-options a:focus,
#bp-member-rating-list-options a:active,
#bp-member-rating-list-options a.selected,
#bp-member-rating-list-options a.loading {
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-background-color);
  color: var(--grimlock-button-primary-color) !important;
  opacity: 1;
}

.buddypress .item-options a.loading,
#groups-list-options.item-options a.loading,
#members-list-options.item-options a.loading,
#friends-list-options.item-options a.loading,
#bp-group-rating-list-options a.loading,
#bp-member-rating-list-options a.loading {
  animation: none;
}

.buddypress .item-options a.loading:before,
#groups-list-options.item-options a.loading:before,
#members-list-options.item-options a.loading:before,
#friends-list-options.item-options a.loading:before,
#bp-group-rating-list-options a.loading:before,
#bp-member-rating-list-options a.loading:before {
  content: '';
  display: block;
  background-color: var(--grimlock-button-primary-background-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.buddypress .item-options a.loading:after,
#groups-list-options.item-options a.loading:after,
#members-list-options.item-options a.loading:after,
#friends-list-options.item-options a.loading:after,
#bp-group-rating-list-options a.loading:after,
#bp-member-rating-list-options a.loading:after {
  font-family: gwangi !important;
  animation: fa-spin 1.2s infinite linear;
  content: "\e957" !important;
  transform-origin: center center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-top: -8px;
  margin-left: -9px;
  font-style: normal !important;
}

.buddypress .item-options .bp-separator,
#groups-list-options.item-options .bp-separator,
#members-list-options.item-options .bp-separator,
#friends-list-options.item-options .bp-separator,
#bp-group-rating-list-options .bp-separator,
#bp-member-rating-list-options .bp-separator {
  display: none;
}

.sidebar #groups-list-options,
.sidebar .widget_bp_groups_widget .item-options {
  flex-wrap: wrap;
}

.sidebar #groups-list-options a,
.sidebar .widget_bp_groups_widget .item-options a {
  width: 48% !important;
  margin-bottom: 6px;
}

.widget:not(.widget-content) ul.item-list:not([id*="groups-list"]) > li div.item-avatar > a,
.elementor-widget ul.item-list:not([id*="groups-list"]) > li div.item-avatar > a {
  border-radius: var(--grimlock-archive-post-border-radius);
  height: auto;
}

.widget:not(.widget-content) div.avatar-block div.item-avatar > a,
.elementor-widget div.avatar-block div.item-avatar > a {
  width: 100%;
  height: auto;
  display: block;
}

.widget:not(.widget-content) div.avatar-block div.item-avatar > a img.avatar,
.elementor-widget div.avatar-block div.item-avatar > a img.avatar {
  width: 100%;
  height: auto;
  border-radius: var(--grimlock-archive-post-border-radius);
}

/**
 * Actions buttons
 */
#buddypress:not(.youzer) div.action,
#buddypress:not(.youzer) #members-list div.action,
#buddypress:not(.youzer) #members-swipe-list div.action,
#buddypress:not(.youzer) #groups-list div.action,
#buddypress:not(.youzer) #friend-list div.action,
#buddypress:not(.youzer) #mods-list div.action,
#buddypress:not(.youzer) #admins-list div.action,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  background: none !important;
  border-radius: 0 !important;
  border: 0 !important;
}

#buddypress:not(.youzer) div.action > a,
#buddypress:not(.youzer) div.action > div,
#buddypress:not(.youzer) #members-list div.action > a,
#buddypress:not(.youzer) #members-list div.action > div,
#buddypress:not(.youzer) #members-swipe-list div.action > a,
#buddypress:not(.youzer) #members-swipe-list div.action > div,
#buddypress:not(.youzer) #groups-list div.action > a,
#buddypress:not(.youzer) #groups-list div.action > div,
#buddypress:not(.youzer) #friend-list div.action > a,
#buddypress:not(.youzer) #friend-list div.action > div,
#buddypress:not(.youzer) #mods-list div.action > a,
#buddypress:not(.youzer) #mods-list div.action > div,
#buddypress:not(.youzer) #admins-list div.action > a,
#buddypress:not(.youzer) #admins-list div.action > div,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div {
  width: auto;
}

#buddypress:not(.youzer) div.action > a + div,
#buddypress:not(.youzer) div.action > a + a,
#buddypress:not(.youzer) div.action > div + div,
#buddypress:not(.youzer) div.action > div + a,
#buddypress:not(.youzer) #members-list div.action > a + div,
#buddypress:not(.youzer) #members-list div.action > a + a,
#buddypress:not(.youzer) #members-list div.action > div + div,
#buddypress:not(.youzer) #members-list div.action > div + a,
#buddypress:not(.youzer) #members-swipe-list div.action > a + div,
#buddypress:not(.youzer) #members-swipe-list div.action > a + a,
#buddypress:not(.youzer) #members-swipe-list div.action > div + div,
#buddypress:not(.youzer) #members-swipe-list div.action > div + a,
#buddypress:not(.youzer) #groups-list div.action > a + div,
#buddypress:not(.youzer) #groups-list div.action > a + a,
#buddypress:not(.youzer) #groups-list div.action > div + div,
#buddypress:not(.youzer) #groups-list div.action > div + a,
#buddypress:not(.youzer) #friend-list div.action > a + div,
#buddypress:not(.youzer) #friend-list div.action > a + a,
#buddypress:not(.youzer) #friend-list div.action > div + div,
#buddypress:not(.youzer) #friend-list div.action > div + a,
#buddypress:not(.youzer) #mods-list div.action > a + div,
#buddypress:not(.youzer) #mods-list div.action > a + a,
#buddypress:not(.youzer) #mods-list div.action > div + div,
#buddypress:not(.youzer) #mods-list div.action > div + a,
#buddypress:not(.youzer) #admins-list div.action > a + div,
#buddypress:not(.youzer) #admins-list div.action > a + a,
#buddypress:not(.youzer) #admins-list div.action > div + div,
#buddypress:not(.youzer) #admins-list div.action > div + a,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a + div,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a + a,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div + div,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div + a {
  margin-left: .5rem;
}

#buddypress:not(.youzer) div.action > a,
#buddypress:not(.youzer) div.action > div > a,
#buddypress:not(.youzer) #members-list div.action > a,
#buddypress:not(.youzer) #members-list div.action > div > a,
#buddypress:not(.youzer) #members-swipe-list div.action > a,
#buddypress:not(.youzer) #members-swipe-list div.action > div > a,
#buddypress:not(.youzer) #groups-list div.action > a,
#buddypress:not(.youzer) #groups-list div.action > div > a,
#buddypress:not(.youzer) #friend-list div.action > a,
#buddypress:not(.youzer) #friend-list div.action > div > a,
#buddypress:not(.youzer) #mods-list div.action > a,
#buddypress:not(.youzer) #mods-list div.action > div > a,
#buddypress:not(.youzer) #admins-list div.action > a,
#buddypress:not(.youzer) #admins-list div.action > div > a,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div > a {
  width: 40px;
  height: 40px;
  border-radius: 500px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12) !important;
  background: var(--grimlock-member-actions-button-background-color) !important;
}

#buddypress:not(.youzer) div.action > a:before, #buddypress:not(.youzer) div.action > a:after,
#buddypress:not(.youzer) div.action > div > a:before,
#buddypress:not(.youzer) div.action > div > a:after,
#buddypress:not(.youzer) #members-list div.action > a:before,
#buddypress:not(.youzer) #members-list div.action > a:after,
#buddypress:not(.youzer) #members-list div.action > div > a:before,
#buddypress:not(.youzer) #members-list div.action > div > a:after,
#buddypress:not(.youzer) #members-swipe-list div.action > a:before,
#buddypress:not(.youzer) #members-swipe-list div.action > a:after,
#buddypress:not(.youzer) #members-swipe-list div.action > div > a:before,
#buddypress:not(.youzer) #members-swipe-list div.action > div > a:after,
#buddypress:not(.youzer) #groups-list div.action > a:before,
#buddypress:not(.youzer) #groups-list div.action > a:after,
#buddypress:not(.youzer) #groups-list div.action > div > a:before,
#buddypress:not(.youzer) #groups-list div.action > div > a:after,
#buddypress:not(.youzer) #friend-list div.action > a:before,
#buddypress:not(.youzer) #friend-list div.action > a:after,
#buddypress:not(.youzer) #friend-list div.action > div > a:before,
#buddypress:not(.youzer) #friend-list div.action > div > a:after,
#buddypress:not(.youzer) #mods-list div.action > a:before,
#buddypress:not(.youzer) #mods-list div.action > a:after,
#buddypress:not(.youzer) #mods-list div.action > div > a:before,
#buddypress:not(.youzer) #mods-list div.action > div > a:after,
#buddypress:not(.youzer) #admins-list div.action > a:before,
#buddypress:not(.youzer) #admins-list div.action > a:after,
#buddypress:not(.youzer) #admins-list div.action > div > a:before,
#buddypress:not(.youzer) #admins-list div.action > div > a:after,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a:before,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a:after,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div > a:before,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div > a:after {
  font-size: 25px !important;
}

#buddypress:not(.youzer) div.action > a:before,
#buddypress:not(.youzer) div.action > div > a:before,
#buddypress:not(.youzer) #members-list div.action > a:before,
#buddypress:not(.youzer) #members-list div.action > div > a:before,
#buddypress:not(.youzer) #members-swipe-list div.action > a:before,
#buddypress:not(.youzer) #members-swipe-list div.action > div > a:before,
#buddypress:not(.youzer) #groups-list div.action > a:before,
#buddypress:not(.youzer) #groups-list div.action > div > a:before,
#buddypress:not(.youzer) #friend-list div.action > a:before,
#buddypress:not(.youzer) #friend-list div.action > div > a:before,
#buddypress:not(.youzer) #mods-list div.action > a:before,
#buddypress:not(.youzer) #mods-list div.action > div > a:before,
#buddypress:not(.youzer) #admins-list div.action > a:before,
#buddypress:not(.youzer) #admins-list div.action > div > a:before,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a:before,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div > a:before {
  transform: translate3d(0, 0, 0) scale(0.72);
}

#buddypress:not(.youzer) div.action > a:hover, #buddypress:not(.youzer) div.action > a:focus,
#buddypress:not(.youzer) div.action > div > a:hover,
#buddypress:not(.youzer) div.action > div > a:focus,
#buddypress:not(.youzer) #members-list div.action > a:hover,
#buddypress:not(.youzer) #members-list div.action > a:focus,
#buddypress:not(.youzer) #members-list div.action > div > a:hover,
#buddypress:not(.youzer) #members-list div.action > div > a:focus,
#buddypress:not(.youzer) #members-swipe-list div.action > a:hover,
#buddypress:not(.youzer) #members-swipe-list div.action > a:focus,
#buddypress:not(.youzer) #members-swipe-list div.action > div > a:hover,
#buddypress:not(.youzer) #members-swipe-list div.action > div > a:focus,
#buddypress:not(.youzer) #groups-list div.action > a:hover,
#buddypress:not(.youzer) #groups-list div.action > a:focus,
#buddypress:not(.youzer) #groups-list div.action > div > a:hover,
#buddypress:not(.youzer) #groups-list div.action > div > a:focus,
#buddypress:not(.youzer) #friend-list div.action > a:hover,
#buddypress:not(.youzer) #friend-list div.action > a:focus,
#buddypress:not(.youzer) #friend-list div.action > div > a:hover,
#buddypress:not(.youzer) #friend-list div.action > div > a:focus,
#buddypress:not(.youzer) #mods-list div.action > a:hover,
#buddypress:not(.youzer) #mods-list div.action > a:focus,
#buddypress:not(.youzer) #mods-list div.action > div > a:hover,
#buddypress:not(.youzer) #mods-list div.action > div > a:focus,
#buddypress:not(.youzer) #admins-list div.action > a:hover,
#buddypress:not(.youzer) #admins-list div.action > a:focus,
#buddypress:not(.youzer) #admins-list div.action > div > a:hover,
#buddypress:not(.youzer) #admins-list div.action > div > a:focus,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a:hover,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a:focus,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div > a:hover,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div > a:focus {
  transform: perspective(0) translate3d(0, 0, 0) scale(1.1);
}

#buddypress:not(.youzer) div.action > a:active,
#buddypress:not(.youzer) div.action > div > a:active,
#buddypress:not(.youzer) #members-list div.action > a:active,
#buddypress:not(.youzer) #members-list div.action > div > a:active,
#buddypress:not(.youzer) #members-swipe-list div.action > a:active,
#buddypress:not(.youzer) #members-swipe-list div.action > div > a:active,
#buddypress:not(.youzer) #groups-list div.action > a:active,
#buddypress:not(.youzer) #groups-list div.action > div > a:active,
#buddypress:not(.youzer) #friend-list div.action > a:active,
#buddypress:not(.youzer) #friend-list div.action > div > a:active,
#buddypress:not(.youzer) #mods-list div.action > a:active,
#buddypress:not(.youzer) #mods-list div.action > div > a:active,
#buddypress:not(.youzer) #admins-list div.action > a:active,
#buddypress:not(.youzer) #admins-list div.action > div > a:active,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > a:active,
#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div > a:active {
  transform: perspective(0) translate3d(0, 0, 0) scale(0.9);
}

@media (min-width: 1200px) {
  #buddypress:not(.youzer) div.action > div:nth-child(n+3):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #members-list div.action > div:nth-child(n+3):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #members-swipe-list div.action > div:nth-child(n+3):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #groups-list div.action > div:nth-child(n+3):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #friend-list div.action > div:nth-child(n+3):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #mods-list div.action > div:nth-child(n+3):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #admins-list div.action > div:nth-child(n+3):not(.dropdown--more-actions),
  #buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div:nth-child(n+3):not(.dropdown--more-actions) {
    display: flex !important;
  }
  #buddypress:not(.youzer) div.action > div:nth-last-child(n+4) ~ div:last-child,
  #buddypress:not(.youzer) #members-list div.action > div:nth-last-child(n+4) ~ div:last-child,
  #buddypress:not(.youzer) #members-swipe-list div.action > div:nth-last-child(n+4) ~ div:last-child,
  #buddypress:not(.youzer) #groups-list div.action > div:nth-last-child(n+4) ~ div:last-child,
  #buddypress:not(.youzer) #friend-list div.action > div:nth-last-child(n+4) ~ div:last-child,
  #buddypress:not(.youzer) #mods-list div.action > div:nth-last-child(n+4) ~ div:last-child,
  #buddypress:not(.youzer) #admins-list div.action > div:nth-last-child(n+4) ~ div:last-child,
  #buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div:nth-last-child(n+4) ~ div:last-child {
    display: none !important;
  }
  #buddypress:not(.youzer) div.action > div:nth-child(n+5):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #members-list div.action > div:nth-child(n+5):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #members-swipe-list div.action > div:nth-child(n+5):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #groups-list div.action > div:nth-child(n+5):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #friend-list div.action > div:nth-child(n+5):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #mods-list div.action > div:nth-child(n+5):not(.dropdown--more-actions),
  #buddypress:not(.youzer) #admins-list div.action > div:nth-child(n+5):not(.dropdown--more-actions),
  #buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div:nth-child(n+5):not(.dropdown--more-actions) {
    display: none !important;
  }
  #buddypress:not(.youzer) div.action > div:nth-last-child(n+6) ~ div:last-child,
  #buddypress:not(.youzer) #members-list div.action > div:nth-last-child(n+6) ~ div:last-child,
  #buddypress:not(.youzer) #members-swipe-list div.action > div:nth-last-child(n+6) ~ div:last-child,
  #buddypress:not(.youzer) #groups-list div.action > div:nth-last-child(n+6) ~ div:last-child,
  #buddypress:not(.youzer) #friend-list div.action > div:nth-last-child(n+6) ~ div:last-child,
  #buddypress:not(.youzer) #mods-list div.action > div:nth-last-child(n+6) ~ div:last-child,
  #buddypress:not(.youzer) #admins-list div.action > div:nth-last-child(n+6) ~ div:last-child,
  #buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div:nth-last-child(n+6) ~ div:last-child {
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  #buddypress:not(.youzer) div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+2),
  #buddypress:not(.youzer) #members-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+2),
  #buddypress:not(.youzer) #members-swipe-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+2),
  #buddypress:not(.youzer) #groups-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+2),
  #buddypress:not(.youzer) #friend-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+2),
  #buddypress:not(.youzer) #mods-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+2),
  #buddypress:not(.youzer) #admins-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+2),
  #buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+2) {
    display: flex !important;
  }
  #buddypress:not(.youzer) div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+4),
  #buddypress:not(.youzer) #members-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+4),
  #buddypress:not(.youzer) #members-swipe-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+4),
  #buddypress:not(.youzer) #groups-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+4),
  #buddypress:not(.youzer) #friend-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+4),
  #buddypress:not(.youzer) #mods-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+4),
  #buddypress:not(.youzer) #admins-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+4),
  #buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action > div.dropdown.dropdown--more-actions .dropdown-menu > div:nth-child(-n+4) {
    display: none !important;
  }
}

#buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -20px;
  z-index: 9;
}

#buddypress:not(.youzer) #members-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu,
#buddypress:not(.youzer) #members-swipe-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu,
#buddypress:not(.youzer) #groups-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu,
#buddypress:not(.youzer) #friend-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu,
#buddypress:not(.youzer) #mods-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu,
#buddypress:not(.youzer) #admins-list div.action > div.dropdown.dropdown--more-actions .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

/**
 * Directories
 */
.buddypress.directory.members:not(.grimlock--custom_header-displayed) .site-content,
.buddypress.bp-user:not(.activity-permalink):not(.grimlock--custom_header-displayed) .site-content,
.buddypress.directory.groups:not(.grimlock--custom_header-displayed) .site-content,
.buddypress.groups.single-item:not(.grimlock--custom_header-displayed) .site-content,
.buddypress.directory.activity:not(.grimlock--custom_header-displayed) .site-content {
  padding-top: 0 !important;
}

.buddypress.bp-user:not(.activity-permalink) #buddypress,
.buddypress.groups.single-item #buddypress {
  overflow: visible !important;
}

@media (min-width: 1200px) {
  #buddypress:not(.youzer) .profile-content__body#item-body {
    padding-top: 5rem;
  }
}

.buddypress.directory.members #secondary-left,
.buddypress.directory.members #secondary-right,
.buddypress.directory.groups #secondary-left,
.buddypress.directory.groups #secondary-right,
.buddypress.directory.activity #secondary-left,
.buddypress.directory.activity #secondary-right {
  margin-top: 1.5rem;
}

.buddypress.directory.members #secondary-left .widget,
.buddypress.directory.members #secondary-right .widget,
.buddypress.directory.groups #secondary-left .widget,
.buddypress.directory.groups #secondary-right .widget,
.buddypress.directory.activity #secondary-left .widget,
.buddypress.directory.activity #secondary-right .widget {
  padding: 1.5rem;
  border-style: solid;
}

.buddypress.directory.members #secondary-left .widget + .widget,
.buddypress.directory.members #secondary-right .widget + .widget,
.buddypress.directory.groups #secondary-left .widget + .widget,
.buddypress.directory.groups #secondary-right .widget + .widget,
.buddypress.directory.activity #secondary-left .widget + .widget,
.buddypress.directory.activity #secondary-right .widget + .widget {
  margin-top: 1.5rem;
}

/* Swap members */
.buddypress-members-index-swap__content {
  padding-top: 5%;
}

#members-index-swap #members-list {
  min-height: 450px;
}

#members-index-swap svg.morph {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

#members-index-swap svg.morph-2 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: rotate(180deg) translate3d(50%, 0, 0);
}

.bp-card-list .hmk-trigger-match .generic-button {
  color: #fff;
}

.bp-card-list .hmk-trigger-match .generic-button:hover:before {
  opacity: .7;
}

/* Youzer Avatar */
.yz-profile-photo-effect .yz-profile-img img.avatar-150 {
  width: 144px !important;
  height: 144px !important;
}

/**
 * Grimlock
 *
 * Grimlock components styles.
 * https://themosaurus.com
 */
#custom_header {
  overflow: hidden;
  z-index: 9;
  background-color: #3d404a;
}

@supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))) or (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw)))) {
  @supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))) or (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw)))) {
    @media (min-width: 768px) {
      .grimlock--custom_header-bevel-displayed.grimlock--custom_header-displayed #custom_header:not([data-parallax]) {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw));
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw));
      }
    }
  }
  @media (min-width: 768px) {
    .grimlock--custom_header-bevel-displayed.grimlock--custom_header-displayed #custom_header:not([data-parallax]) {
      margin-bottom: calc(0% - 4vw - 15px);
    }
  }
}

#custom_header[data-parallax] {
  background: none;
}

@media (max-width: 991.98px) {
  #custom_header > .region__inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

#custom_header .region__container {
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  #custom_header .region__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#custom_header .section__header {
  word-wrap: break-word;
  color: #fff;
}

#custom_header .section__title {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#custom_header .section__subtitle {
  margin-bottom: 0;
}

#custom_header .section__subtitle > p {
  font-size: .9em;
}

#custom_header .cat-links,
#custom_header .event-cat-links {
  display: inline-block;
  vertical-align: middle;
}

#custom_header .cat-links a,
#custom_header .event-cat-links a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8em;
  font-weight: bold;
  margin: 0 !important;
}

#custom_header .cat-links a:hover,
#custom_header .event-cat-links a:hover {
  opacity: .75;
}

#custom_header .cat-links a + a:before,
#custom_header .event-cat-links a + a:before {
  content: "\2022";
  margin-right: 8px;
  margin-left: 6px;
  opacity: .4;
  pointer-events: none;
  color: #fff;
  font-size: 12px;
}

#custom_header .cat-links + .post-format-links,
#custom_header .event-cat-links + .post-format-links {
  display: inline-block;
  vertical-align: middle;
}

#custom_header .cat-links + .post-format-links:before,
#custom_header .event-cat-links + .post-format-links:before {
  content: "\2022";
  margin-right: 8px;
  margin-left: 6px;
  opacity: .4;
  pointer-events: none;
  color: #fff;
  font-size: 12px;
}

.gwangi-custom-header-pattern #custom_header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  background-image: url("assets/images/pattern.svg");
  pointer-events: none;
}

@supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw))) or (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw)))) {
  @media (min-width: 768px) {
    .grimlock--custom_header-bevel-displayed.grimlock--custom_header-displayed .grimlock-header + .site-content > .region__container,
    .grimlock--custom_header-bevel-displayed.grimlock--custom_header-displayed .grimlock-header + .before_content > .widget-area,
    .grimlock--custom_header-bevel-displayed.grimlock--custom_header-displayed .site-main .widget-area > .widget:first-of-type > .grimlock-section > .region__inner > .region__container {
      padding-top: calc(2vw + 15px);
    }
  }
}

.widget_grimlock_section {
  margin-bottom: 0;
}

.widget_grimlock_section .widget-title {
  font-size: inherit;
}

.grimlock-query-section--posts,
.wp-block-grimlock-posts-section {
  margin-bottom: 0;
}

.grimlock-query-section--posts .widget-title,
.wp-block-grimlock-posts-section .widget-title {
  font-size: inherit;
}

.grimlock-query-section--posts.section--posts-grid .section__title,
.grimlock-query-section--posts.section--posts-grid .section__subtitle,
.grimlock-query-section--posts.section--posts-grid .section__footer,
.wp-block-grimlock-posts-section.section--posts-grid .section__title,
.wp-block-grimlock-posts-section.section--posts-grid .section__subtitle,
.wp-block-grimlock-posts-section.section--posts-grid .section__footer {
  text-align: center;
}

.grimlock-query-section--posts.section--posts-grid [id^="post-"],
.wp-block-grimlock-posts-section.section--posts-grid [id^="post-"] {
  padding: 0 !important;
  margin: 0 !important;
}

.grimlock-query-section--posts.section--posts-grid .grimlock-query-section__posts,
.wp-block-grimlock-posts-section.section--posts-grid .grimlock-query-section__posts {
  margin: 0;
}

.grimlock-query-section--posts.section--posts-grid .card,
.wp-block-grimlock-posts-section.section--posts-grid .card {
  text-align: center;
  border: 0;
  border-radius: 0;
  background: #3D404A;
  color: #fff;
  min-height: 300px;
  box-shadow: none !important;
}

.grimlock-query-section--posts.section--posts-grid .card:hover,
.wp-block-grimlock-posts-section.section--posts-grid .card:hover {
  transform: none;
}

.grimlock-query-section--posts.section--posts-grid .card:hover .card-body,
.wp-block-grimlock-posts-section.section--posts-grid .card:hover .card-body {
  transform: translate3d(0, -10px, 0);
}

.grimlock-query-section--posts.section--posts-grid .card:hover .post-thumbnail,
.wp-block-grimlock-posts-section.section--posts-grid .card:hover .post-thumbnail {
  opacity: .25;
}

.grimlock-query-section--posts.section--posts-grid .card a,
.grimlock-query-section--posts.section--posts-grid .card a:hover,
.grimlock-query-section--posts.section--posts-grid .card a:focus,
.grimlock-query-section--posts.section--posts-grid .card a:active,
.grimlock-query-section--posts.section--posts-grid .card .entry-title,
.grimlock-query-section--posts.section--posts-grid .card .entry-title a,
.wp-block-grimlock-posts-section.section--posts-grid .card a,
.wp-block-grimlock-posts-section.section--posts-grid .card a:hover,
.wp-block-grimlock-posts-section.section--posts-grid .card a:focus,
.wp-block-grimlock-posts-section.section--posts-grid .card a:active,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-title,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-title a {
  color: #fff !important;
}

.grimlock-query-section--posts.section--posts-grid .card .wp-post-image,
.grimlock-query-section--posts.section--posts-grid .card .post-thumbnail,
.wp-block-grimlock-posts-section.section--posts-grid .card .wp-post-image,
.wp-block-grimlock-posts-section.section--posts-grid .card .post-thumbnail {
  border-radius: 0;
}

.grimlock-query-section--posts.section--posts-grid .card .post-thumbnail,
.wp-block-grimlock-posts-section.section--posts-grid .card .post-thumbnail {
  opacity: .4;
  height: 100%;
}

.grimlock-query-section--posts.section--posts-grid .card .post-thumbnail img,
.wp-block-grimlock-posts-section.section--posts-grid .card .post-thumbnail img {
  border-radius: 0;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.grimlock-query-section--posts.section--posts-grid .card .card-body,
.wp-block-grimlock-posts-section.section--posts-grid .card .card-body {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  transform: none !important;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .grimlock-query-section--posts.section--posts-grid .card .card-body,
  .wp-block-grimlock-posts-section.section--posts-grid .card .card-body {
    padding: 4rem;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .grimlock-query-section--posts.section--posts-grid .card .card-body,
  .wp-block-grimlock-posts-section.section--posts-grid .card .card-body {
    transition: none;
  }
}

.grimlock-query-section--posts.section--posts-grid .card .card-body:before, .grimlock-query-section--posts.section--posts-grid .card .card-body:after,
.wp-block-grimlock-posts-section.section--posts-grid .card .card-body:before,
.wp-block-grimlock-posts-section.section--posts-grid .card .card-body:after {
  content: none;
}

.grimlock-query-section--posts.section--posts-grid .card .entry-header,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-header {
  margin: 0;
  max-width: 340px;
}

.grimlock-query-section--posts.section--posts-grid .card .entry-title,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-title {
  color: #fff;
}

.grimlock-query-section--posts.section--posts-grid .card .entry-title > a, .grimlock-query-section--posts.section--posts-grid .card .entry-title > a:hover, .grimlock-query-section--posts.section--posts-grid .card .entry-title > a:focus, .grimlock-query-section--posts.section--posts-grid .card .entry-title > a:active,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-title > a,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-title > a:hover,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-title > a:focus,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-title > a:active {
  color: #fff !important;
}

.grimlock-query-section--posts.section--posts-grid .card .entry-title > a:after,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-title > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.grimlock-query-section--posts.section--posts-grid .card .entry-summary,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-summary {
  max-width: 340px;
  display: none;
}

@media (min-width: 768px) {
  .grimlock-query-section--posts.section--posts-grid .card .entry-summary,
  .wp-block-grimlock-posts-section.section--posts-grid .card .entry-summary {
    display: block;
  }
}

.grimlock-query-section--posts.section--posts-grid .card .entry-summary p,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-summary p {
  margin-bottom: 0;
}

.grimlock-query-section--posts.section--posts-grid .card .entry-meta,
.grimlock-query-section--posts.section--posts-grid .card .author,
.grimlock-query-section--posts.section--posts-grid .card .entry-footer,
.grimlock-query-section--posts.section--posts-grid .card p:empty,
.grimlock-query-section--posts.section--posts-grid .card .more-link,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-meta,
.wp-block-grimlock-posts-section.section--posts-grid .card .author,
.wp-block-grimlock-posts-section.section--posts-grid .card .entry-footer,
.wp-block-grimlock-posts-section.section--posts-grid .card p:empty,
.wp-block-grimlock-posts-section.section--posts-grid .card .more-link {
  display: none;
}

.grimlock-query-section--posts.section--posts-grid .section__btn,
.wp-block-grimlock-posts-section.section--posts-grid .section__btn {
  border-radius: 0;
  width: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
}

.grimlock-query-section--posts.section--posts-grid .posts[class*="12-cols-classic"] .entry-header,
.grimlock-query-section--posts.section--posts-grid .posts[class*="12-cols-classic"] .entry-summary,
.wp-block-grimlock-posts-section.section--posts-grid .posts[class*="12-cols-classic"] .entry-header,
.wp-block-grimlock-posts-section.section--posts-grid .posts[class*="12-cols-classic"] .entry-summary {
  max-width: 540px;
}

@media (max-width: 767.98px) {
  .region__col[data-grimlock-animate-parallax] {
    transform: translate3d(0, 0, 0) !important;
  }
}

.parallax-mirror {
  will-change: top, scroll-position, transform;
}

.parallax-mirror .parallax-slider {
  will-change: top, scroll-position, transform;
}

@media (min-width: 992px) {
  #navigation .nav.navbar-nav.navbar-nav--login {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.grimlock-nav-menu-section .menu > .menu-item > a .icon-wrapper:before, .grimlock-nav-menu-section .menu > .menu-item > a .icon-wrapper:after {
  content: '';
  display: block;
  width: var(--grimlock-section-nav-menu-icon-size);
  height: var(--grimlock-section-nav-menu-icon-size);
  font-size: calc( var(--grimlock-section-nav-menu-icon-size) * .65);
  background-color: var(--grimlock-section-nav-menu-icon-pseudo-color);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-70px, 0, 0);
  transform-origin: center center;
  border-radius: 500px;
  transition: all 0.2s ease-in-out;
  opacity: 0.4;
  pointer-events: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .grimlock-nav-menu-section .menu > .menu-item > a .icon-wrapper:before, .grimlock-nav-menu-section .menu > .menu-item > a .icon-wrapper:after {
    transition: none;
  }
}

.grimlock-nav-menu-section .menu > .menu-item > a .icon-wrapper:after {
  transform: translate3d(70px, 0, 0);
  left: auto;
  right: 50%;
}

.grimlock-nav-menu-section .menu > .menu-item > a:hover .icon-wrapper:before {
  transform: translate3d(-80px, 0, 0);
}

.grimlock-nav-menu-section .menu > .menu-item > a:hover .icon-wrapper:after {
  transform: translate3d(80px, 0, 0);
}

/**
 * Grimlock BuddyPress
 *
 * Grimlock addons for Buddypress.
 * https://themosaurus.com
 */
div.grimlock-buddypress-groups-section #groups-list-options {
  margin-bottom: 1.25rem !important;
  color: inherit;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  div.grimlock-buddypress-groups-section #groups-list-options > a {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    border: 0;
  }
}

div.grimlock-buddypress-groups-section #groups-list-options > a.selected {
  color: var(--grimlock-button-primary-color) !important;
}

div.grimlock-buddypress-groups-section #groups-list-options > a:hover {
  color: var(--grimlock-button-primary-background-color);
}

div.grimlock-buddypress-groups-section .section__content ul#groups-list > li {
  background-color: transparent;
  box-shadow: none !important;
  border: 0 !important;
}

div.grimlock-buddypress-groups-section .section__content ul#groups-list > li:hover {
  background-color: var(--grimlock-table-striped-background-color);
}

div.grimlock-buddypress-groups-section .section__content ul#groups-list > li div.item-avatar:before, div.grimlock-buddypress-groups-section .section__content ul#groups-list > li div.item-avatar:after {
  content: '';
  display: block;
  background-color: var(--grimlock-button-primary-background-color);
  height: 15px;
  width: 15px;
  border-radius: 500px;
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: transform .25s ease-in-out;
}

div.grimlock-buddypress-groups-section .section__content ul#groups-list > li div.item-avatar:after {
  height: 20px;
  width: 20px;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 3px;
}

div.grimlock-buddypress-groups-section .section__content ul#groups-list > li div.item div.item-title > a {
  color: inherit !important;
}

div.grimlock-buddypress-groups-section .section__content ul#groups-list > li div.item div.item-meta {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .78em !important;
  letter-spacing: .5px;
}

div.grimlock-buddypress-groups-section .section__content--2-2-2-2-2-2-cols-grid ul#groups-list > li div.item-avatar:before, div.grimlock-buddypress-groups-section .section__content--2-2-2-2-2-2-cols-grid ul#groups-list > li div.item-avatar:after {
  display: none !important;
}

/**
 * Grimlock Author avatars lists
 *
 * Grimlock addons for Author Avatar list.
 */
.shortcode-author-avatars .author-list.grimlock-author-avatars__author-list .grimlock-author-avatars__user .card {
  overflow: hidden;
}

.shortcode-author-avatars .author-list.grimlock-author-avatars__author-list .grimlock-author-avatars__user span.avatar {
  padding: 0;
  margin-bottom: 1.5rem;
  background-color: var(--grimlock-table-striped-background-color);
}

.shortcode-author-avatars .author-list.grimlock-author-avatars__author-list .grimlock-author-avatars__user span.avatar img.avatar {
  width: 100%;
  height: auto;
  border-radius: 0;
}

/**
 * The events calendar
 *
 * Events creation & management.
 * https://wordpress.org/plugins/the-events-calendar/
 */
/* Single event */
.tribe-events-single-header {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .has-post-thumbnail .tribe-events-single-header {
    margin-bottom: 3rem;
  }
}

.tribe-events-single-header .tribe-events-event-image {
  margin-top: 0;
}

.tribe-events-single-header-title {
  font-size: 1.7rem;
  color: var(--grimlock-archive-post-title-color);
}

.tribe-events-single-header-meta {
  background-color: var(--grimlock-archive-post-background-color);
  border: var(--grimlock-archive-post-border-width) solid var(--grimlock-archive-post-border-color);
  border-radius: var(--grimlock-archive-post-border-radius);
  box-shadow: 0px 0px 15px 0px var(--grimlock-archive-post-box-shadow-color);
  padding: 1.5rem;
  color: var(--grimlock-archive-post-color);
}

.tribe-events-single-header-meta .tribe-venue {
  position: absolute;
  top: -1em;
  left: 1.5rem;
  z-index: 9;
  margin: 0;
}

.grimlock-the-events-calendar--single_tribe_events_thumbnail_displayed .has-post-thumbnail .tribe-events-event-image + .tribe-events-single-header-meta {
  top: -10px;
}

@media (min-width: 768px) {
  .grimlock-the-events-calendar--single_tribe_events_thumbnail_displayed .has-post-thumbnail .tribe-events-event-image + .tribe-events-single-header-meta {
    position: absolute;
    top: auto;
    bottom: -25px;
    left: -15px;
    width: 90%;
    margin: 0;
  }
}

/* Archives */
#tribe-events-photo-events .card .card-body {
  padding-top: 0;
}

.has-post-thumbnail .tribe-event__card .entry-header:first-child {
  margin-top: calc(var(--grimlock-archive-post-padding) * -0.7);
}

.grimlock-query-section .tribe_venue.has-post-thumbnail .card .card-body:before, .grimlock-query-section .tribe_venue.has-post-thumbnail .card .card-body:after,
.grimlock-query-section .tribe_organizer.has-post-thumbnail .card .card-body:before,
.grimlock-query-section .tribe_organizer.has-post-thumbnail .card .card-body:after {
  display: none !important;
}

.grimlock-query-section .tribe_venue.has-post-thumbnail .card .entry-header,
.grimlock-query-section .tribe_organizer.has-post-thumbnail .card .entry-header {
  margin-top: 0;
}

.grimlock-query-section .tribe_venue.has-post-thumbnail .card .entry-summary,
.grimlock-query-section .tribe_organizer.has-post-thumbnail .card .entry-summary {
  margin-bottom: 0;
}

.grimlock-query-section .tribe_venue.has-post-thumbnail .card .entry-footer,
.grimlock-query-section .tribe_organizer.has-post-thumbnail .card .entry-footer {
  display: none;
}

ul.tribe-related-events > li {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul.tribe-related-events > li .tribe-related-event-info {
  position: relative;
  z-index: 1;
  width: 100%;
}

ul.tribe-related-events > li .tribe-related-event-info:before, ul.tribe-related-events > li .tribe-related-event-info:after {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  display: block;
  width: 100%;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.05);
  transform: rotate(-6deg) translate3d(0, 34px, 0) scale(1.2);
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul.tribe-related-events > li .tribe-related-event-info:after {
  top: -62px;
  z-index: -2;
}

ul.tribe-related-events > li .tribe-related-event-info .tribe-related-events-title {
  margin-top: calc(var(--grimlock-archive-post-padding) * -0.7);
}

@media (min-width: 768px) {
  ul.tribe-related-events > li:not(.card-static):hover {
    transform: translate3d(0, -6px, 0);
  }
  ul.tribe-related-events > li:not(.card-static):hover .tribe-related-event-info:before {
    transform: rotate(0) translate3d(0, 24px, 0) scale(1) !important;
  }
  ul.tribe-related-events > li:not(.card-static):hover .tribe-related-event-info:after {
    transform: rotate(-8deg) translate3d(0, 34px, 0) scale(1.3) !important;
  }
}

.tribe-events-single--classic div.single-post-back {
  margin-bottom: 2rem;
}

.tribe-events-single.tribe-blocks-editor .tribe-events-event-meta .tribe-events-single-section-title {
  padding-bottom: .5rem;
  margin-bottom: .75rem;
  font-size: 1rem;
  position: relative;
}

.tribe-events-single.tribe-blocks-editor .tribe-events-event-meta .tribe-events-single-section-title:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: 10px;
  border-left: 115px solid var(--grimlock-button-primary-background-color);
  background-color: var(--grimlock-table-striped-background-color);
}

/**
 * Gutenberg
 *
 * New WP publishing experience.
 * https://wordpress.org/plugins/gutenberg/
 */
.has-primary-background-color {
  background-color: #245CC5 !important;
}

a.has-primary-background-color:hover, a.has-primary-background-color:focus,
button.has-primary-background-color:hover,
button.has-primary-background-color:focus {
  background-color: #1c489a !important;
}

.has-secondary-background-color {
  background-color: #ffffff !important;
}

a.has-secondary-background-color:hover, a.has-secondary-background-color:focus,
button.has-secondary-background-color:hover,
button.has-secondary-background-color:focus {
  background-color: #e6e6e6 !important;
}

.has-success-background-color {
  background-color: #3DBDB6 !important;
}

a.has-success-background-color:hover, a.has-success-background-color:focus,
button.has-success-background-color:hover,
button.has-success-background-color:focus {
  background-color: #319691 !important;
}

.has-info-background-color {
  background-color: #0089ce !important;
}

a.has-info-background-color:hover, a.has-info-background-color:focus,
button.has-info-background-color:hover,
button.has-info-background-color:focus {
  background-color: #00679b !important;
}

.has-warning-background-color {
  background-color: #FF6162 !important;
}

a.has-warning-background-color:hover, a.has-warning-background-color:focus,
button.has-warning-background-color:hover,
button.has-warning-background-color:focus {
  background-color: #ff2e2f !important;
}

.has-danger-background-color {
  background-color: #d9534f !important;
}

a.has-danger-background-color:hover, a.has-danger-background-color:focus,
button.has-danger-background-color:hover,
button.has-danger-background-color:focus {
  background-color: #c9302c !important;
}

.has-light-background-color {
  background-color: #f8f8f9 !important;
}

a.has-light-background-color:hover, a.has-light-background-color:focus,
button.has-light-background-color:hover,
button.has-light-background-color:focus {
  background-color: #dddde1 !important;
}

.has-dark-background-color {
  background-color: #3D404A !important;
}

a.has-dark-background-color:hover, a.has-dark-background-color:focus,
button.has-dark-background-color:hover,
button.has-dark-background-color:focus {
  background-color: #26282e !important;
}

.has-primary-color {
  color: #245CC5 !important;
}

a.has-primary-color:hover, a.has-primary-color:focus {
  color: #1c489a !important;
}

.has-secondary-color {
  color: #ffffff !important;
}

a.has-secondary-color:hover, a.has-secondary-color:focus {
  color: #e6e6e6 !important;
}

.has-success-color {
  color: #3DBDB6 !important;
}

a.has-success-color:hover, a.has-success-color:focus {
  color: #319691 !important;
}

.has-info-color {
  color: #0089ce !important;
}

a.has-info-color:hover, a.has-info-color:focus {
  color: #00679b !important;
}

.has-warning-color {
  color: #FF6162 !important;
}

a.has-warning-color:hover, a.has-warning-color:focus {
  color: #ff2e2f !important;
}

.has-danger-color {
  color: #d9534f !important;
}

a.has-danger-color:hover, a.has-danger-color:focus {
  color: #c9302c !important;
}

.has-light-color {
  color: #f8f8f9 !important;
}

a.has-light-color:hover, a.has-light-color:focus {
  color: #dddde1 !important;
}

.has-dark-color {
  color: #3D404A !important;
}

a.has-dark-color:hover, a.has-dark-color:focus {
  color: #26282e !important;
}

.wp-block-embed {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.wp-block-cover-image {
  min-height: calc(550px - 5vw);
}

.wp-block-image {
  position: relative;
}

.wp-block-image figure {
  position: relative;
}

@media (min-width: 768px) {
  .wp-block-image figcaption {
    position: absolute;
    left: 0;
    bottom: 6%;
    width: 330px;
    max-width: 100%;
    font-style: italic;
    font-size: 0.95em;
    padding: 15px 20px;
    background: #333;
    margin: 0;
    color: #fff;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}

.wp-block-gallery {
  align-items: normal;
  padding: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
  padding: 0 !important;
}

.wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img {
  height: 100% !important;
}

.wp-block-pullquote blockquote {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}

.wp-block-pullquote.aligncenter {
  margin: 3rem 0;
  padding: 2rem 0 0 0;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  padding: 2rem 0 0 0;
}

.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  margin: 0;
}

.wp-block-latest-posts {
  list-style: none;
  padding-left: 0 !important;
}

.wp-block-latest-posts li {
  padding: 1rem !important;
  margin-bottom: .5rem;
  border-style: solid;
}

.wp-block-latest-posts li a {
  font-weight: 600;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: inherit;
  opacity: .7;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: none;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 2rem;
}

.wp-block-quote cite {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.7em !important;
  margin-top: 1.2rem !important;
  display: block;
  text-align: left !important;
}

.wp-block-categories.wp-block-categories-list,
.wp-block-archives.wp-block-archives-list {
  text-align: left !important;
  list-style: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-categories.wp-block-categories-list > li,
.wp-block-archives.wp-block-archives-list > li {
  padding: 1rem !important;
  font-weight: 600;
  border-style: solid;
  margin-bottom: .5rem;
}

.wp-block-categories.wp-block-categories-list > li .children,
.wp-block-archives.wp-block-archives-list > li .children {
  padding-left: 0;
  list-style: none;
  display: flex;
  font-size: .9em;
  flex-wrap: wrap;
}

.wp-block-categories.wp-block-categories-list > li .children > li:not(:last-child):after,
.wp-block-archives.wp-block-archives-list > li .children > li:not(:last-child):after {
  content: ', ';
  margin-right: .5rem;
  margin-left: -2px;
}

.wp-block-categories.wp-block-categories-list > li .children .children,
.wp-block-archives.wp-block-archives-list > li .children .children {
  display: none;
}

.wp-block-categories.wp-block-categories-list > li .children a,
.wp-block-archives.wp-block-archives-list > li .children a {
  opacity: .8;
  color: inherit !important;
}

.wp-block-categories.wp-block-categories-list.aligncenter,
.wp-block-archives.wp-block-archives-list.aligncenter {
  max-width: 500px;
}

.wp-block-separator {
  opacity: .15;
}

.post-template-single-full-width #custom_header {
  display: none;
}

.post-template-single-full-width .site-content .region__container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.post-template-single-full-width .site-content .region__container > .region__row {
  margin: 0;
}

.post-template-single-full-width .site-content .region__container > .region__row > .region__col {
  padding: 0;
}

/**
 * Login With Ajax
 *
 * Ajax Login form
 * https://fr.wordpress.org/plugins/login-with-ajax/
 */
.lwa-status.lwa-status-invalid {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.lwa-status.lwa-status-invalid hr {
  border-top-color: #d43f3a;
}

.lwa-status.lwa-status-invalid .alert-link {
  color: #e6e6e6;
}

.lwa-status.lwa-status-success, .lwa-status.lwa-status-valid, .lwa-status.lwa-status-confirm {
  color: #ffffff;
  background-color: #3DBDB6;
  border-color: #3DBDB6;
}

.lwa-status.lwa-status-success hr, .lwa-status.lwa-status-valid hr, .lwa-status.lwa-status-confirm hr {
  border-top-color: #37aaa3;
}

.lwa-status.lwa-status-success .alert-link, .lwa-status.lwa-status-valid .alert-link, .lwa-status.lwa-status-confirm .alert-link {
  color: #e6e6e6;
}

.lwa.lwa-divs-only {
  margin: 0 auto;
  max-width: 576px;
  padding: 1.5rem;
  border-style: solid;
  position: relative;
}

.lwa.lwa-divs-only .lwa-form {
  display: flex;
  flex-direction: column;
}

.lwa.lwa-divs-only .lwa-form .lwa-submit-button {
  order: 2;
}

.lwa.lwa-divs-only .lwa-form .lwa-username label,
.lwa.lwa-divs-only .lwa-form .lwa-password label {
  font-weight: 700 !important;
  margin: 0;
}

.lwa.lwa-divs-only .lwa-form .lwa-login_form,
.lwa.lwa-divs-only .lwa-form .lwa-password {
  margin-top: 1rem;
}

.lwa.lwa-divs-only .lwa-form .lwa-links {
  position: relative;
  margin-bottom: 1rem;
}

.lwa.lwa-divs-only .lwa-form .lwa-links label {
  margin: 0;
  cursor: default;
}

.lwa.lwa-divs-only .lwa-form .lwa-links br {
  display: none;
}

.lwa.lwa-divs-only .lwa-form .lwa-links-remember {
  float: right;
}

.lwa.lwa-divs-only .lwa-form .lwa-links-register-inline {
  display: none;
}

.lwa.lwa-divs-only .lwa-remember {
  border-radius: 3px;
  padding: 1rem !important;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 100% !important;
  width: 100% !important;
  z-index: 15;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .lwa.lwa-divs-only .lwa-remember .lwa-links-remember {
    width: 100%;
    float: left;
    margin-top: 1rem;
  }
}

.lwa.lwa-divs-only .lwa-remember p {
  margin-top: 0 !important;
}

.lwa.lwa-divs-only .lwa-remember p > strong {
  font-size: 1.7em;
}

.lwa.lwa-divs-only .lwa-remember input[type="submit"] {
  margin-bottom: .5rem;
  width: 100%;
}

.lwa.lwa-divs-only .lwa-remember a.lwa-links-remember-cancel {
  color: #d9534f;
}

.lwa.lwa-divs-only .lwa-remember .lwa-remember-email {
  min-width: 80%;
}

.lwa.lwa-divs-only .lwa-remember .lwa-submit-button {
  text-align: center;
}

.lwa.lwa-divs-only .lwa-submit-button input[type="submit"] {
  width: 100%;
  white-space: normal !important;
}

.lwa-loading {
  z-index: 99;
}

.lwa td {
  vertical-align: middle;
}

.lwa .lwa-info {
  font-weight: 600;
  text-transform: none;
}

.lwa .lwa-avatar img {
  border-radius: 500px;
}

/**
 * Mailchimp for WordPress
 *
 * Mailchimp integration plugin.
 * https://wordpress.org/plugins/mailchimp-for-wp/
 */
.mc4wp-form-basic,
.mc4wp-form-theme {
  line-height: inherit !important;
}

.mc4wp-form-basic input,
.mc4wp-form-basic label,
.mc4wp-form-theme input,
.mc4wp-form-theme label {
  line-height: inherit !important;
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"],
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] {
  border-color: rgba(255, 255, 255, 0.5);
  background: none;
  color: #fff;
  width: 100%;
  max-width: 180px;
  min-height: 100%;
}

@media (min-width: 576px) {
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"],
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] {
    max-width: 330px;
  }
}

@media (min-width: 992px) {
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"],
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] {
    min-width: 330px;
  }
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]:hover, .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]:active, .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]:focus,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]:hover,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]:active,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]:focus {
  border-color: #fff;
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]::-webkit-input-placeholder,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]:-moz-input-placeholder,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]:-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]::-moz-placeholder, .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]::placeholder,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]::-moz-placeholder-shown, .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]::-moz-placeholder-shown {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"]::placeholder-shown,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"]::placeholder-shown {
  color: rgba(255, 255, 255, 0.7);
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"] + input[type="submit"],
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] + input[type="submit"] {
  width: 100%;
  margin-top: .3rem;
}

@media (min-width: 768px) {
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="text"] + input[type="submit"],
  .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row input[type="email"] + input[type="submit"] {
    margin-top: 0;
    margin-left: .5rem;
    width: auto;
  }
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row .col-auto .btn, .grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row .col-auto button,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row .col-auto .button,
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row .col-auto input[type="button"],
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row .col-auto input[type="submit"],
.grimlock-section:not(.grimlock-hero) .mc4wp-form .form-row .col-auto input[type="reset"] {
  min-height: 100%;
}

.grimlock-section:not(.grimlock-hero) .mc4wp-form.region--12-cols-center .form-row {
  justify-content: center;
}

/**
 * Ninja forms
 *
 * Custom form plugin
 * https://fr.wordpress.org/plugins/ninja-forms/
 */
.ninja-forms-form .ninja-forms-star-rating-control a {
  transition: none;
}

.ninja-forms-form .field-wrap.label-left .ninja-forms-field, .ninja-forms-form .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0;
}

.ninja-forms-form .label-left input,
.ninja-forms-form .label-left select,
.ninja-forms-form .label-left textarea,
.ninja-forms-form .label-right input,
.ninja-forms-form .label-right select,
.ninja-forms-form .label-right textarea {
  display: inline-block;
}

.ninja-forms-form .ninja-forms-error input,
.ninja-forms-form .ninja-forms-error select,
.ninja-forms-form .ninja-forms-error textarea {
  border-color: #d9534f !important;
}

.ninja-forms-form .list-radio-wrap.label-above ul li,
.ninja-forms-form .list-radio-wrap.label-below ul li,
.ninja-forms-form .list-checkbox-wrap.label-above ul li,
.ninja-forms-form .list-checkbox-wrap.label-below ul li {
  padding-left: 0;
}

#ui-datepicker-div {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

/**
 * Testimonials by Woothemes
 *
 * Testimonial plugin.
 * https://docs.woothemes.com/document/testimonials-plugin/
 */
.testimonials-list .quote {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  text-align: left;
}

.testimonials-list .quote .avatar,
.testimonials-list .quote .avatar-link {
  order: 1;
  margin: 0 !important;
}

.testimonials-list .quote .avatar {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.testimonials-list .quote .testimonials-text {
  order: 2;
  position: relative;
  z-index: 1;
  margin-top: -20px;
  margin-bottom: .5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.testimonials-list .quote .author {
  order: 3;
  display: block;
}

.testimonials-list .quote .author > span {
  display: block;
}

.testimonials-list .quote .author > span[itemprop="name"] {
  float: left;
  margin-right: 8px;
  font-weight: bolder;
}

.testimonials-list .quote .url {
  display: none !important;
}

/**
 * WooThemes plugins
 *
 * Common styles form plugins by Woothemes (Grid, utilities, etc.)
 * https://docs.woothemes.com/documentation/plugins/
 */
.sidebar .testimonials-list, .sidebar
.team-members, .sidebar
.features, .sidebar
.projects_list_widget {
  margin-left: 0;
  margin-right: 0;
}

.testimonials-list .fix,
.team-members .fix,
.features .fix,
.projects_list_widget .fix {
  display: none;
}

.projects ul.projects,
.projects-page ul.projects {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

@media (min-width: 992px) {
  .columns-5 .testimonials-list .quote,
  .columns-5 .team-member,
  .projects.columns-5 ul.projects li.project,
  .projects-page.columns-5 ul.projects li.project,
  .region__col.region__col--5 ul.projects li.project,
  body #site .widget_woothemes_features .columns-5 .feature {
    width: 20%;
  }
}

.site-main section.widget_woothemes_features, .site-main section.widget_woothemes_our_team, .site-main section.widget_woothemes_testimonials, .site-main section.widget_projects_items {
  padding-top: 8%;
  padding-bottom: 8%;
}

.site-main section.widget_woothemes_features .widget-title, .site-main section.widget_woothemes_our_team .widget-title, .site-main section.widget_woothemes_testimonials .widget-title, .site-main section.widget_projects_items .widget-title {
  text-align: center;
  padding: .5rem 0;
  margin-bottom: 2rem;
  display: block;
}

.site-main section.widget_woothemes_features .testimonials-list,
.site-main section.widget_woothemes_features .team-members,
.site-main section.widget_woothemes_features .features, .site-main section.widget_woothemes_our_team .testimonials-list,
.site-main section.widget_woothemes_our_team .team-members,
.site-main section.widget_woothemes_our_team .features, .site-main section.widget_woothemes_testimonials .testimonials-list,
.site-main section.widget_woothemes_testimonials .team-members,
.site-main section.widget_woothemes_testimonials .features, .site-main section.widget_projects_items .testimonials-list,
.site-main section.widget_projects_items .team-members,
.site-main section.widget_projects_items .features {
  margin: 0 auto;
  max-width: 1140px;
}

/**
 * WooCommerce
 *
 * King of WordPress e-commerce plugin.
 * https://wordpress.org/plugins/woocommerce/
 */
.woocommerce.single-product .grimlock--page-header {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .products .product__card .card-body > *:first-child,
  .posts[class*="-cols-classic"] .product__card .card-body > *:first-child {
    margin-top: calc( var(--grimlock-archive-post-padding) * -0.7);
  }
}

.product__card .card-body .cat-links {
  margin-bottom: 0.5rem;
}

.product__card .card-body .cat-links a:not(:hover) {
  color: inherit;
}

.woocommerce .product div.card.product__card .product__card-header div.product-buttons,
.woocommerce-page .product div.card.product__card .product__card-header div.product-buttons,
.grimlock-query-section__posts .product div.card.product__card .product__card-header div.product-buttons {
  bottom: 40px;
}

/**
 * WPML
 *
 * Translate WordPress your site.
 * https://wpml.org/
 */
.widget_icl_lang_sel_widget .widget-title {
  display: none;
}

.widget_icl_lang_sel_widget .wpml-ls {
  display: inline-block;
  height: auto;
  background: none !important;
  border: 0;
  font-family: inherit;
}

.widget_icl_lang_sel_widget .wpml-ls a {
  text-decoration: none !important;
  line-height: inherit;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-native {
  font-size: 0.8em;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-bracket {
  display: none;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item {
  text-align: left;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item a {
  color: inherit;
  background-color: transparent;
  border: 0;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item a:hover, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item a:active, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-item a:focus {
  color: inherit;
  background-color: transparent;
  opacity: 0.7;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu {
  display: none;
  right: 0;
  left: auto;
  width: auto !important;
  min-width: 200px;
  max-width: 280px;
  max-height: 350px;
  height: auto !important;
  visibility: visible;
  border: none;
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
  overflow-x: hidden;
  overflow-y: auto;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a {
  padding: 0.5rem 1rem;
  border: 0;
  font-size: 0.9em;
  word-wrap: break-word;
  color: inherit;
}

.widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a:hover, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a:active, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a:focus {
  background-color: #f8f8f9;
  color: inherit;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click {
  width: auto;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-item-toggle, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  position: relative;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.33333rem;
  content: "\f107";
  pointer-events: none;
  text-align: center;
  font-size: 1em;
  border: 0;
  position: relative;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  position: static;
  border: 0;
  top: auto;
  right: auto;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .lang_sel_sel, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .lang_sel_sel {
  color: inherit;
  background-color: transparent;
  border: 0;
  padding: 0.5rem 1rem;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .lang_sel_sel:hover, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .lang_sel_sel:active, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown .lang_sel_sel:focus, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .lang_sel_sel:hover, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .lang_sel_sel:active, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click .lang_sel_sel:focus {
  color: inherit;
  background: transparent;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown a span, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click a span {
  margin-right: 2px;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
  display: block;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-dropdown-click ul ul[style*="visible"] {
  display: block;
}

.widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-list-vertical .lang_sel_sel, .widget_icl_lang_sel_widget .wpml-ls.wpml-ls-legacy-list-horizontal .lang_sel_sel {
  opacity: 0.5;
}

/**
 * Yoast SEO
 *
 * SEO plugin.
 * https://wordpress.org/plugins/wordpress-seo/
 */
.yoast-breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.yoast-breadcrumb > li + li::before {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.yoast-breadcrumb a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: inherit !important;
}

.yoast-breadcrumb .breadcrumb_last {
  padding-left: 0.5rem;
  max-width: 250px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.yoast-breadcrumb > span > [typeof="v:Breadcrumb"] > a {
  padding-left: 0;
}

.region--12-cols-center .yoast-breadcrumb {
  justify-content: center;
  text-align: center;
}

.grimlock-custom_header .yoast-breadcrumb {
  padding-top: 1rem;
  margin-bottom: 0;
  padding-bottom: .25rem;
  display: flex;
  flex: 0 0 100%;
  color: currentColor !important;
  order: -1;
  opacity: .6;
}

.grimlock-custom_header .yoast-breadcrumb a, .grimlock-custom_header .yoast-breadcrumb a:hover, .grimlock-custom_header .yoast-breadcrumb a:focus, .grimlock-custom_header .yoast-breadcrumb a:active {
  color: inherit !important;
}

.grimlock-custom_header .yoast-breadcrumb a:hover {
  opacity: .7;
}

.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-content .yoast-breadcrumb {
  display: none;
}

body.single.single-post .grimlock-custom_header .yoast-breadcrumb .breadcrumb_last {
  display: none;
}

body.single.single-post .grimlock-custom_header .yoast-breadcrumb a {
  color: #fff !important;
}

body.single.single-post .grimlock-custom_header .yoast-breadcrumb span span span {
  color: transparent;
}

.rtl .yoast-breadcrumb span span {
  display: flex;
}

/**
 * Autocomplete for relevanssi
 *
 * Add autocomplete functionnality to Relevanssi plugin.
 * https://srd.wordpress.org/plugins/autocomplete-for-relevanssi/
 */
.awesomplete {
  width: 100%;
  display: block;
}

.awesomplete > input[type="search"] {
  width: 100%;
}

.awesomplete > ul {
  top: 100%;
  margin-top: 5px;
  width: 100%;
  border: 0 !important;
  box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
  .awesomplete > ul {
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.awesomplete > ul > li mark {
  color: inherit;
  text-decoration: underline;
}

/**
 * Add to any
 *
 * Social and sharing plugin
 * https://wordpress.org/plugins/add-to-any/
 */
.addtoany_share_save_container {
  margin: 1rem 0;
}

.addtoany_header {
  font-weight: 600;
  margin: 0 0 1rem;
}

.a2a_menu a {
  color: #000 !important;
}

div.a2a_floating_style {
  z-index: 99998 !important;
  background-color: rgba(0, 0, 0, 0.4);
}

div.a2a_floating_style[style*="left: 0px"] {
  border-radius: 0 0.25rem 0.25rem 0;
}

div.a2a_floating_style[style*="right: 0px"] {
  border-radius: 0.25rem 0 0 0.25rem;
}

@media (max-width: 991.98px) {
  div.a2a_floating_style {
    display: none !important;
  }
}

/**
 * Contact form 7
 *
 * Custom form plugin.
 * https://wordpress.org/plugins/contact-form-7/
 */
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="text"],
.wpcf7 input[type="week"],
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 input[type="email"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="website"],
.wpcf7 input[type="password"],
.wpcf7 select[multiple="multiple"],
.wpcf7 textarea,
.wpcf7 select {
  margin-top: 0.5rem;
}

.wpcf7 label,
.wpcf7 .form-group,
.wpcf7 .ninja-forms-form .field-wrap,
.ninja-forms-form .wpcf7 .field-wrap,
.wpcf7 .ninja-forms-form #ninja_forms_required_items,
.ninja-forms-form .wpcf7 #ninja_forms_required_items,
.wpcf7 .wpcf7-form-control-wrap,
.wpcf7 .gform_wrapper .gfield,
.gform_wrapper .wpcf7 .gfield {
  width: 100%;
  text-align: left;
}

.wpcf7 [class*="quiz-"] label {
  width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #d9534f;
  margin-top: 0.33333rem;
}

.wpcf7 .ajax-loader {
  display: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.wpcf7 .ajax-loader.is-active {
  display: inline-block;
}

.wpcf7 span.wpcf7-list-item {
  margin-left: .5rem;
  margin-right: .5rem;
}

.wpcf7 span.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 .wpcf7-response-output {
  margin: 1rem 0;
}

/**
 * Gravity forms
 *
 * Custom form plugin.
 * http://www.gravityforms.com/
 */
.gform_wrapper {
  width: 100%;
}

.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="website"],
.gform_wrapper input[type="password"],
.gform_wrapper select[multiple="multiple"],
.gform_wrapper textarea,
.gform_wrapper select {
  padding: 0.8rem 1.25rem !important;
}

.gform_wrapper .gform_heading {
  width: 100%;
}

.gform_wrapper .gfield input.large,
.gform_wrapper .gfield textarea.large,
.gform_wrapper .gfield select.large {
  width: 100% !important;
}

.gform_wrapper .gfield label.gfield_label + div.gfield_description {
  margin-top: 0;
  padding-top: 0;
  color: inherit;
}

.gform_wrapper .gfield div.charleft.warningTextareaInfo,
.gform_wrapper .gfield div.gfield_description {
  color: inherit;
  font-size: 80%;
  opacity: 0.7;
}

.gform_wrapper .gfield_radio label[for*="choice"], .gform_wrapper .gfield_checkbox label[for*="choice"] {
  font-weight: normal;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .gf_progressbar_percentage,
.gform_wrapper .gf_progressbar {
  background-image: none !important;
}

.gform_wrapper div.gform_page_footer {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.gform_wrapper div.gform_page_footer .button {
  vertical-align: top;
}

.gform_wrapper div.gform_page_footer img {
  display: inline-block;
}

body .gform_wrapper div.validation_error {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
  font-size: 1em !important;
  padding: 1em !important;
  border-width: 1px !important;
}

body .gform_wrapper div.validation_error hr {
  border-top-color: #d43f3a;
}

body .gform_wrapper div.validation_error .alert-link {
  color: #e6e6e6;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #d9534f !important;
  border: 0 !important;
}

/**
 * Our team by Woothemes
 *
 * Team member plugin.
 * https://docs.woothemes.com/documentation/plugins/our-team/
 */
.team-members .member {
  font-size: 1.25rem;
}

.team-members .team-member-text {
  clear: both;
}

.site-primary .team-members:not(.columns-1):not(.columns-2) .team-member {
  text-align: center;
}

.single-team-member .author-details li {
  display: inline-block;
}

.single-team-member .author-details li + li {
  margin-right: 1rem;
}

/**
 * Features by Woothemes
 *
 * Important blocs like services or values.
 * https://docs.woothemes.com/document/features-plugin/
 */
body #site .widget_woothemes_features .features .feature {
  margin: 30px 0;
}

body #site .widget_woothemes_features .features .feature .feature-title {
  margin: 0.5rem 0 0.5rem 0;
  font-size: 1.25rem;
}

body #site .widget_woothemes_features .features .feature .icon-preview {
  font-size: 4em;
}

body #site .widget_woothemes_features .features .feature img {
  margin-bottom: 0;
}

body #site .widget_woothemes_features .features .feature p:empty {
  display: none;
}

/**
 * BuddyPress Moderation Tools
 *
 * Report abuse, User moderation, Activity moderation, Group moderation, extensible Reportable types and a lot more.
 * https://buddydev.com/plugins/buddypress-moderation-tools/
 *
 */
.bpmts-type-post-button .bpmts-report-button:before {
  content: none;
}

.bpmts-type-post-button .bpmts-report-button:after {
  display: inline-block;
  font: normal normal normal 14px/1 gwangi;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  display: inline-block;
  margin-left: 0.5rem;
}

.blog-posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button),
.archive-posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button),
.grimlock-query-section__posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button) {
  color: var(--grimlock-button-primary-color);
}

.blog-posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):hover, .blog-posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):active, .blog-posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):focus,
.archive-posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):hover,
.archive-posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):active,
.archive-posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):focus,
.grimlock-query-section__posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):hover,
.grimlock-query-section__posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):active,
.grimlock-query-section__posts .card .entry-content .bpmts-type-post-button .bpmts-report-button:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):focus {
  color: var(--grimlock-button-primary-hover-color) !important;
}

.format-video .card .bpmts-type-post-button,
.format-audio .card .bpmts-type-post-button,
.format-quote .card .bpmts-type-post-button,
.format-link .card .bpmts-type-post-button,
.format-gallery .card .bpmts-type-post-button {
  display: none;
}

/*------------------------------------*\
    #PAGES
\*------------------------------------*/
/**
 * Page templates
 *
 * Pages styles.
 */
/* Custom header display */
.page.grimlock--custom_header-displayed .site-main > [id^="post-"] > .entry-header .entry-title {
  display: none;
}

.page.grimlock--custom_header-displayed.grimlock-wordpress-seo--breadcrumb_custom_header_displayed .site-main > [id^="post-"] > .entry-header {
  display: none;
}

.page-template-template-minimal .site-content article.page > .entry-header,
.minimal-title,
#main > article > .entry-header {
  text-align: center;
  margin-bottom: 4%;
}

.page-template-template-minimal .site-content article.page > .entry-header .entry-title:not(.single-title):after,
.page-template-template-minimal .site-content article.page > .entry-header .page-title:not(.single-title):after,
.minimal-title .entry-title:not(.single-title):after,
.minimal-title .page-title:not(.single-title):after,
#main > article > .entry-header .entry-title:not(.single-title):after,
#main > article > .entry-header .page-title:not(.single-title):after {
  content: '';
  display: block;
  margin: 15px auto;
  width: 65px;
  height: 4px;
  background-color: #3D404A;
}

.entry-header .entry-title {
  display: block;
}

/**
 * Page templates
 *
 * Pages styles.
 */
.search-results .site-main > article > .entry-header,
.search-results .page-header {
  display: none;
}

.search-results #custom_header .section__title span {
  text-decoration: underline;
  font-style: italic;
}

/*------------------------------------*\
    #STATES
\*------------------------------------*/
/**
 * Grimlock fallback
 *
 * Styles applied when Grimlock is not activated.
 */
body:not(.grimlock)::-moz-selection {
  background-color: rgba(223, 102, 136, 0.1) !important;
}
body:not(.grimlock)::-moz-selection, body:not(.grimlock)::selection {
  background-color: rgba(223, 102, 136, 0.1) !important;
}

body:not(.grimlock).single.single-post #header > .region__inner > .region__container {
  margin-bottom: 0;
}

body:not(.grimlock).single.single-post .excerpt {
  line-height: 1.5em;
}

body:not(.grimlock).single.single-post #custom_header > .region__inner {
  padding-top: 16%;
  padding-bottom: 16%;
}

body:not(.grimlock).single.single-post #content {
  padding-top: 0;
}

body:not(.grimlock).single.single-post #content > .region__container {
  padding: 0;
  max-width: 100%;
}

body:not(.grimlock).single.single-post #content > .region__container > .region__row {
  margin: 0;
}

body:not(.grimlock).single.single-post #content > .region__container > .region__row > .region__col {
  padding: 0;
}

body:not(.grimlock).single.single-post.single-post #custom_header .cat-links a {
  color: inherit;
}

body:not(.grimlock) .site-header {
  position: static;
}

body:not(.grimlock) .site-header > .region__inner {
  position: relative;
}

body:not(.grimlock) .site-header > .region__inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #245CC5;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
}

body:not(.grimlock) .site-header > .region__inner > .region__container {
  margin-bottom: 1.5vw;
}

body:not(.grimlock) .site-header .site-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #86878C;
}

body:not(.grimlock) .site-header .site-title a.site-title-link {
  color: #86878C;
}

body:not(.grimlock) .site-header .site-description {
  opacity: .6;
  color: #86878C;
}

body:not(.grimlock) .site-header .main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid rgba(237, 237, 237, 0.85);
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
}

body:not(.grimlock) .site-header .main-navigation .navbar-toggler span,
body:not(.grimlock) .site-header .main-navigation .navbar-toggler span:before,
body:not(.grimlock) .site-header .main-navigation .navbar-toggler span:after {
  background-color: #86878C;
}

@media (min-width: 992px) {
  body:not(.grimlock) .site-header .main-navigation ul.navbar-nav > li > a {
    padding: 1.5rem 1rem;
  }
}

body:not(.grimlock) .site-header .main-navigation ul.navbar-nav > li > a {
  color: #86878C;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  line-height: 1.25;
  text-transform: uppercase;
}

body:not(.grimlock) .site-header .main-navigation ul.navbar-nav > li.current-menu-item > a,
body:not(.grimlock) .site-header .main-navigation ul.navbar-nav > li.current-menu-parent > a,
body:not(.grimlock) .site-header .main-navigation ul.navbar-nav > li.current-menu-ancestor > a,
body:not(.grimlock) .site-header .main-navigation ul.navbar-nav > li.menu-item.is-toggled > a,
body:not(.grimlock) .site-header .main-navigation ul.navbar-nav > li.menu-item > a:hover,
body:not(.grimlock) .site-header .main-navigation ul.navbar-nav > li.menu-item > a:active,
body:not(.grimlock) .site-header .main-navigation ul.navbar-nav > li.menu-item > a:focus {
  color: #245CC5;
}

@media (max-width: 992px) {
  body:not(.grimlock) .site-header .main-navigation ul.navbar-nav .menu-item a:after {
    content: none;
  }
}

body:not(.grimlock) .site-header .main-navigation ul.navbar-nav .menu-item ul.sub-menu {
  background-color: #fff;
  color: #86878C;
}

body:not(.grimlock) .site-header .main-navigation ul.navbar-nav .menu-item ul.sub-menu .menu-item a {
  border-radius: 0.25rem;
  color: #86878C;
}

body:not(.grimlock) .site-header .main-navigation ul.navbar-nav .menu-item ul.sub-menu .menu-item a:hover {
  color: #fff;
  background-color: #86878C;
}

@media (max-width: 992px) {
  body:not(.grimlock) .site-header .main-navigation .navbar-collapse {
    max-height: 65vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

body:not(.grimlock) #custom_header {
  background-size: cover;
  background-position: center center;
  color: #fff;
  background-color: #3d404a;
}

body:not(.grimlock) #custom_header > .region__inner {
  padding-top: 6%;
  padding-bottom: 6%;
  background-color: rgba(61, 64, 74, 0.6);
}

body:not(.grimlock) #custom_header > .region__inner > .region__container {
  margin-top: calc(1.5rem * 2);
  margin-bottom: 1.5vw;
}

body:not(.grimlock) #custom_header h1, body:not(.grimlock) #custom_header h2, body:not(.grimlock) #custom_header h3, body:not(.grimlock) #custom_header h4, body:not(.grimlock) #custom_header h5, body:not(.grimlock) #custom_header h6, body:not(.grimlock) #custom_header .lead {
  color: inherit;
}

@media (max-width: 992px) {
  body:not(.grimlock) #custom_header .section__title {
    font-size: 2.2rem;
  }
}

body:not(.grimlock) .site-content {
  background-color: #f8f8f9;
  padding: 6% 0 4% 0;
}

body:not(.grimlock) .site-prefooter .region__inner {
  background-color: #3D404A;
  color: #f8f8f9;
}

body:not(.grimlock) .site-prefooter .widget-area {
  padding-top: 4%;
  padding-bottom: 4%;
}

body:not(.grimlock) .site-prefooter a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button) {
  color: #f8f8f9;
}

body:not(.grimlock) .site-prefooter a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):hover {
  color: #86878C;
}

body:not(.grimlock) .site-prefooter .widget-title {
  color: #fff;
}

body:not(.grimlock) .site-footer .region__inner {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #181A1B;
  color: #fff;
}

body:not(.grimlock) .site-footer a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button) {
  color: #fff;
}

body:not(.grimlock) .site-footer a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.button):hover {
  color: #fff;
}

body:not(.grimlock) .site-footer .widget-title {
  color: #fff;
}

body:not(.grimlock) .site-footer .widget + .widget {
  padding-top: 2rem;
}

body:not(.grimlock) .blog-posts > [id*="post"] {
  margin-bottom: 30px;
}

body:not(.grimlock) .comment-respond,
body:not(.grimlock) .comment-body,
body:not(.grimlock) .post-password-form {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1.25rem;
}

body:not(.grimlock) .post-password-form {
  margin-bottom: 1rem;
}

body:not(.grimlock) .site-main > article > .entry-header,
body:not(.grimlock) .page-header {
  display: none;
}

body:not(.grimlock) .site-main > article.type-post > .entry-header {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}

body:not(.grimlock) .site-main > article.type-post > .entry-header .entry-meta {
  display: flex;
  align-items: center;
}

body:not(.grimlock) .site-main > article.type-post > .entry-header .entry-meta .author {
  display: flex;
  align-items: center;
  margin-left: .5rem;
}

body:not(.grimlock) .site-main > article.type-post > .entry-header .entry-meta .author span + span {
  margin-left: .3rem;
}

body:not(.grimlock) .site-main > article.type-post > .entry-header .entry-meta .author .avatar-round-ratio.medium {
  width: 35px;
  height: 35px;
}

body:not(.grimlock) .card {
  color: #86878C;
}

body:not(.grimlock) .card a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.badge) {
  color: #86878C;
}

body:not(.grimlock) .card a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(.badge):hover {
  color: #245CC5;
}

body:not(.grimlock) .card .entry-title,
body:not(.grimlock) .card .entry-title a:not(.btn):not(button):not(
.button):not(
input[type="button"]):not(
input[type="submit"]):not(
input[type="reset"]):not(button):not(.badge) {
  color: #3D404A;
}

body:not(.grimlock) .card .card-body {
  background-color: #ffffff;
}

body:not(.grimlock) .card .card-body:after, body:not(.grimlock) .card .card-body:before {
  background-color: #ffffff !important;
}

body:not(.grimlock) .card .btn.btn-link, body:not(.grimlock) .card button.btn-link,
body:not(.grimlock) .card .btn-link.button,
body:not(.grimlock) .card input.btn-link[type="button"],
body:not(.grimlock) .card input.btn-link[type="submit"],
body:not(.grimlock) .card input.btn-link[type="reset"] {
  padding: .3rem 0 !important;
  color: inherit;
  position: relative;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 1px;
  font-weight: 700;
}

body:not(.grimlock) .sticky .card {
  border-color: #245CC5;
  border-width: 2px;
}

body:not(.grimlock) .btn, body:not(.grimlock) button,
body:not(.grimlock) .button,
body:not(.grimlock) input[type="button"],
body:not(.grimlock) input[type="submit"],
body:not(.grimlock) input[type="reset"] {
  letter-spacing: -0.35px;
  font-size: 15px;
  border-width: 2px !important;
}

body:not(.grimlock) .single-content {
  padding-top: 9%;
}

body:not(.grimlock) .no-results.not-found {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 35px 25px;
  border-radius: .25rem;
  text-align: center;
  font-weight: bold;
}

body:not(.grimlock) .no-results.not-found .search-form {
  display: inline-block;
  width: 100%;
  max-width: 390px;
}

body:not(.grimlock) .site-preheader .search-form button[type="submit"],
body:not(.grimlock) .site-prefooter .search-form button[type="submit"],
body:not(.grimlock) .site-footer .search-form button[type="submit"] {
  color: #454748;
}

body:not(.grimlock) .site-prefooter .widget select,
body:not(.grimlock) .site-footer .widget select {
  max-width: 300px;
  display: inline-block;
  max-height: 45px;
}

/**
 * Slideout
 *
 * Compatibility style from the slideout JS library
 */
.slideout-open,
.slideout-open body,
.slideout-open .site {
  overflow: hidden;
}

.slideout-open .site-wrapper {
  height: 100%;
}

.slideout-wrapper {
  display: block !important;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1032;
  width: 305px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform .2s ease-in-out, opacity .1s ease;
  will-change: transform, opacity;
  opacity: 0;
}

.grimlock--navigation-fixed-left .slideout-wrapper,
.grimlock--navigation-hamburger-left .slideout-wrapper {
  left: 0;
  right: auto;
  transform: translate3d(-305px, 0, 0) !important;
  opacity: 1;
}

.grimlock--navigation-fixed-left .slideout-wrapper > .grimlock-vertical-navigation,
.grimlock--navigation-hamburger-left .slideout-wrapper > .grimlock-vertical-navigation {
  position: static !important;
}

.grimlock--navigation-fixed-right .slideout-wrapper,
.grimlock--navigation-hamburger-right .slideout-wrapper {
  left: auto;
  right: 0;
  transform: translate3d(305px, 0, 0) !important;
  opacity: 1;
}

.grimlock--navigation-fixed-right .slideout-wrapper > .grimlock-vertical-navigation,
.grimlock--navigation-hamburger-right .slideout-wrapper > .grimlock-vertical-navigation {
  position: static !important;
}

.grimlock--navigation-fixed-left .slideout-wrapper,
.grimlock--navigation-fixed-right .slideout-wrapper {
  z-index: 1032;
  overflow: hidden;
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-left .slideout-wrapper,
  .grimlock--navigation-fixed-right .slideout-wrapper {
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-left.grimlock--boxed .slideout-wrapper {
    left: 0;
    right: auto;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
}

@media screen and (min-width: 1630px) {
  .grimlock--navigation-fixed-left.grimlock--boxed .slideout-wrapper {
    transform: translate3d(-815px, 0, 0) !important;
    left: 50%;
    opacity: 1;
  }
}

@media screen and (min-width: 1630px) {
  .grimlock--navigation-fixed-right.grimlock--boxed .slideout-wrapper {
    transform: translate3d(815px, 0, 0) !important;
    left: auto;
    right: 50%;
    opacity: 1;
  }
}

.slideout-open .slideout-wrapper {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1;
  pointer-events: auto !important;
}

.slideout-wrapper::-webkit-scrollbar {
  width: 8px;
}

.slideout-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.slideout-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  outline: 0;
}

.admin-bar .slideout-wrapper {
  padding-top: 32px;
}

.grimlock--navigation-fixed-left .site,
.grimlock--navigation-fixed-right .site {
  transform: none !important;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-left .site {
    margin-left: 305px;
  }
}

@media (min-width: 992px) {
  .grimlock--navigation-fixed-right .site {
    margin-right: 305px;
  }
}

.grimlock--navigation-hamburger-right .site,
.grimlock--navigation-hamburger-left .site {
  transition: transform .2s ease-in-out;
  transform: none !important;
}

.slideout-open body:not(.grimlock--boxed) .grimlock--navigation-hamburger-right .parallax-mirror, .slideout-open
body:not(.grimlock--boxed) .grimlock--navigation-hamburger-right .site {
  transform: translateX(-305px) !important;
}

.slideout-open body:not(.grimlock--boxed) .grimlock--navigation-hamburger-left .parallax-mirror, .slideout-open
body:not(.grimlock--boxed) .grimlock--navigation-hamburger-left .site {
  transform: translateX(305px) !important;
}

.slideout-backdrop {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: opacity .2s ease-in-out;
  z-index: 1031;
  will-change: opacity;
  transform: translate3d(0, 0, 0);
}

.slideout-open .slideout-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.slideout-backdrop:after {
  content: '×';
  position: fixed;
  top: 1rem;
  left: 315px;
  z-index: 1032;
  font-weight: 300;
  font-size: 2rem;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.slideout-backdrop:after:hover {
  opacity: 1;
}

.grimlock--navigation-fixed-right .slideout-backdrop:after,
.grimlock--navigation-hamburger-right .slideout-backdrop:after {
  left: auto;
  right: 315px;
}

/*------------------------------------*\
    #TRUMPS
\*------------------------------------*/
/**
 * Animations
 *
 * Custom keyframes animations and transitions stuff.
 */
.base-fadeIn, .wpcf7 .wpcf7-not-valid-tip {
  animation-name: base-fadeIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.element-animated.once, .main-navigation .navbar-nav > .menu-item .once.sub-menu, .main-navigation .navbar-nav > .menu-item .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .sub-menu.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation .navbar-nav > .menu-item .sub-menu.main-navigation,
.site-preheader .menu > .menu-item .once.sub-menu, .site-preheader .menu > .menu-item .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .sub-menu.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .site-preheader .menu > .menu-item .sub-menu.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .main-navigation, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.once.avatar, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img .grimlock--navigation-fixed.grimlock--navigation-stick-to-top img.avatar.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.avatar.main-navigation, #custom_header .once.region__container, #custom_header .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .region__container.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top #custom_header .region__container.main-navigation, #custom_header .once.region__col--2, #custom_header .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .region__col--2.main-navigation, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top #custom_header .region__col--2.main-navigation, .widget_icl_lang_sel_widget .wpml-ls .once.wpml-ls-sub-menu {
  animation-iteration-count: 1;
}

.element-animated-both {
  animation-fill-mode: both;
}

.element-animated.super-short, .main-navigation .navbar-nav > .menu-item .sub-menu,
.site-preheader .menu > .menu-item .sub-menu, .grimlock--navigation-fixed.grimlock--navigation-stick-to-top .super-short.main-navigation, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.super-short.avatar, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img .main-navigation .navbar-nav > .menu-item img.avatar.sub-menu, .main-navigation .navbar-nav > .menu-item .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.avatar.sub-menu,
.bp-card-list.bp-card-list--members .bp-card-list__item .card-img .site-preheader .menu > .menu-item img.avatar.sub-menu, .site-preheader .menu > .menu-item .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.avatar.sub-menu, .bp-card-list.bp-card-list--members .bp-card-list__item .card-img .widget_icl_lang_sel_widget .wpml-ls img.avatar.wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls .bp-card-list.bp-card-list--members .bp-card-list__item .card-img img.avatar.wpml-ls-sub-menu, #custom_header .super-short.region__container, #custom_header .main-navigation .navbar-nav > .menu-item .region__container.sub-menu, .main-navigation .navbar-nav > .menu-item #custom_header .region__container.sub-menu,
#custom_header .site-preheader .menu > .menu-item .region__container.sub-menu, .site-preheader .menu > .menu-item #custom_header .region__container.sub-menu, #custom_header .widget_icl_lang_sel_widget .wpml-ls .region__container.wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls #custom_header .region__container.wpml-ls-sub-menu, #custom_header .super-short.region__col--2, #custom_header .main-navigation .navbar-nav > .menu-item .region__col--2.sub-menu, .main-navigation .navbar-nav > .menu-item #custom_header .region__col--2.sub-menu,
#custom_header .site-preheader .menu > .menu-item .region__col--2.sub-menu, .site-preheader .menu > .menu-item #custom_header .region__col--2.sub-menu, #custom_header .widget_icl_lang_sel_widget .wpml-ls .region__col--2.wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls #custom_header .region__col--2.wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls .wpml-ls-sub-menu {
  animation-duration: .2s;
}

@keyframes progress-width {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

/**
 * Background
 *
 * Background utilities.
 */
.bg-gray-100 {
  background-color: #f8f8f9 !important;
}

.bg-gray-200 {
  background-color: #e8e8e9 !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #86878C !important;
}

.bg-gray-700 {
  background-color: #454748 !important;
}

.bg-gray-800 {
  background-color: #3D404A !important;
}

.bg-gray-900 {
  background-color: #3D404A !important;
}

.bg-black-faded {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

.bg-text-color {
  background-color: #454748 !important;
}

/**
 * Borders
 *
 * Border utilities.
 */
.rounded-full {
  border-radius: 500px !important;
}

/**
 * Box
 *
 * Box display utilities
 */
.w-100-vh {
  width: 100vh !important;
}

.h-100-vh {
  height: 100vh !important;
}

.ov-h {
  overflow: hidden  !important;
}

.ov-a {
  overflow: auto    !important;
}

.ov-v {
  overflow: visible !important;
}

.mt-gutter-width {
  margin-top: 30px !important;
}

.mb-gutter-width {
  margin-bottom: 30px !important;
}

/**
 * Positions
 *
 * Positions and depth utilities.
 */
.pos-s {
  position: static   !important;
}

.pos-r {
  position: relative !important;
}

.pos-f {
  position: fixed    !important;
}

.pos-a {
  position: absolute !important;
}

.pos-a-tl {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.pos-a-tr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.pos-a-bl {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.pos-a-br {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/**
 * Text
 *
 * Text utilities.
 */
.text-antialiased {
  -webkit-font-smoothing: antialiased;
}

.text-antialiased-subpixel {
  -webkit-font-smoothing: subpixel-antialiased;
}

.text-spread {
  letter-spacing: 2em;
}

.text-narrow {
  letter-spacing: -1em;
}

.text-muted, .widget_rss cite {
  color: inherit !important;
  opacity: 0.55;
}

.text-content-color {
  color: #ffffff;
}

.text-serif {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
}

.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-bolder {
  font-weight: bolder;
}

/*------------------------------------*\
    #BLOCKS
\*------------------------------------*/
/* Colors */
.has-inline-color.has-text-color,
.has-text-color.has-text-color {
  color: var(--grimlock-text-color);
}

.has-inline-color.has-secondary-color,
.has-text-color.has-secondary-color {
  color: var(--grimlock-button-secondary-background-color) !important;
}

.has-background.has-secondary-background-color,
.has-background-dim.has-secondary-background-color {
  background-color: var(--grimlock-button-secondary-background-color) !important;
}

.wp-block-separator.has-text-color.has-secondary-color, .wp-block-separator.has-background.has-secondary-background-color {
  border-color: var(--grimlock-button-secondary-background-color);
}

.has-inline-color.has-heading-color,
.has-text-color.has-heading-color {
  color: var(--grimlock-display-heading-color) !important;
}

.has-background.has-heading-background-color,
.has-background-dim.has-heading-background-color {
  background-color: var(--grimlock-display-heading-color) !important;
}

.wp-block-separator.has-text-color.has-heading-color, .wp-block-separator.has-background.has-heading-background-color {
  border-color: var(--grimlock-display-heading-color);
}

.has-inline-color.has-info-color,
.has-text-color.has-info-color {
  color: var(--grimlock-color-info) !important;
}

.has-background.has-info-background-color,
.has-background-dim.has-info-background-color {
  background-color: var(--grimlock-color-info) !important;
}

.wp-block-separator.has-text-color.has-info-color, .wp-block-separator.has-background.has-info-background-color {
  border-color: var(--grimlock-color-info);
}

.has-inline-color.has-danger-color,
.has-text-color.has-danger-color {
  color: var(--grimlock-color-danger) !important;
}

.has-background.has-danger-background-color,
.has-background-dim.has-danger-background-color {
  background-color: var(--grimlock-color-danger) !important;
}

.wp-block-separator.has-text-color.has-danger-color, .wp-block-separator.has-background.has-danger-background-color {
  border-color: var(--grimlock-color-danger);
}

.has-inline-color.has-success-color,
.has-text-color.has-success-color {
  color: var(--grimlock-color-success) !important;
}

.has-background.has-success-background-color,
.has-background-dim.has-success-background-color {
  background-color: var(--grimlock-color-success) !important;
}

.wp-block-separator.has-text-color.has-success-color, .wp-block-separator.has-background.has-success-background-color {
  border-color: var(--grimlock-color-success);
}

.has-inline-color.has-warning-color,
.has-text-color.has-warning-color {
  color: var(--grimlock-color-warning) !important;
}

.has-background.has-warning-background-color,
.has-background-dim.has-warning-background-color {
  background-color: var(--grimlock-color-warning) !important;
}

.wp-block-separator.has-text-color.has-warning-color, .wp-block-separator.has-background.has-warning-background-color {
  border-color: var(--grimlock-color-warning);
}

.has-text-color :is(h1, h2, h3, h4, h5, h6) {
  color: inherit;
}

/**
 * Do not add your customizations here, this file will be overridden in future release of the theme.
 * Make your CSS changes in the Custom CSS panel of the WordPress Customizer or create a child theme : https://codex.wordpress.org/Child_Themes
 */

