/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \********************************************************************************************************************************************************/
@charset "UTF-8";
/********************
* NORMALIZE & MIXINS *
********************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.btn-wrap-margin {
  margin-top: 24px; }

/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px; }

.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0; }

.user-content ul li {
  margin-bottom: 0; }

.user-content ol {
  margin-left: 24px;
  list-style: decimal; }

.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0; }

.user-content ul ul, .view ol ol {
  margin-bottom: 0; }

.user-content li li {
  font-size: 1em; }

/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

table td, table th {
  vertical-align: middle; }

/* Normal form */
.normal-form input[type="text"], .normal-form input[type="password"], .normal-form input[type="datetime"], .normal-form input[type="datetime-local"], .normal-form input[type="date"], .normal-form input[type="month"], .normal-form input[type="time"], .normal-form input[type="week"], .normal-form input[type="number"], .normal-form input[type="email"], .normal-form input[type="url"], .normal-form input[type="search"], .normal-form input[type="tel"], .normal-form input[type="color"], .normal-form textarea, .normal-form select {
  -webkit-appearance: none; }

.normal-form textarea {
  overflow: auto; }

.normal-form input[type="text"]:focus, .normal-form input[type="password"]:focus, .normal-form input[type="datetime"]:focus, .normal-form input[type="datetime-local"]:focus, .normal-form input[type="date"]:focus, .normal-form input[type="month"]:focus, .normal-form input[type="time"]:focus, .normal-form input[type="week"]:focus, .normal-form input[type="number"]:focus, .normal-form input[type="email"]:focus, .normal-form input[type="url"]:focus, .normal-form input[type="search"]:focus, .normal-form input[type="tel"]:focus, .normal-form input[type="color"]:focus, .normal-form textarea:focus, .normal-form select:focus {
  outline: none; }

/* Styling */
strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

sup {
  vertical-align: text-top;
  font-size: 75%; }

sub {
  vertical-align: bottom;
  font-size: 75%; }

blockquote {
  font-style: italic; }

/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px; }

.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0; }

.user-content ul li {
  margin-bottom: 0; }

.user-content ol {
  margin-left: 24px;
  list-style: decimal; }

.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0; }

.user-content ul ul, .view ol ol {
  margin-bottom: 0; }

.user-content li li {
  font-size: 1em; }

/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

table td, table th {
  vertical-align: middle; }

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

/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */
:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden; }

body {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  position: relative;
  display: block;
  color: #000000; }

html {
  font-size: 6.944vw; }
  @media screen and (min-width: 1440px) {
    html {
      font-size: 100px; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    html {
      font-size: 25.641vw; } }

main {
  overflow: hidden; }

/* ===============================================================================
    =Site css
    for importing base.scss on top of media query doc copy this : @import 'base';
=============================================================================== */
.a-inherit {
  color: inherit !important;
  text-decoration: unset; }

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

.color-2-text {
  color: #000000 !important; }

.image-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important; }

.adapt-black-links a {
  color: #000000;
  text-decoration: underline; }

.text-color-3 {
  color: var(--primary-color); }
  .text-color-3 p,
  .text-color-3 a,
  .text-color-3 li,
  .text-color-3 span,
  .text-color-3 h1,
  .text-color-3 h2,
  .text-color-3 h3,
  .text-color-3 h4,
  .text-color-3 h5,
  .text-color-3 h6,
  .text-color-3 strong {
    color: var(--primary-color); }

.text-color-4 {
  color: var(--tertiary-color); }
  .text-color-4 p,
  .text-color-4 a,
  .text-color-4 li,
  .text-color-4 span,
  .text-color-4 h1,
  .text-color-4 h2,
  .text-color-4 h3,
  .text-color-4 h4,
  .text-color-4 h5,
  .text-color-4 h6,
  .text-color-4 strong {
    color: var(--tertiary-color); }

.bg-color-8 {
  background-color: #F8F8F8; }

.bg-color-3 {
  background-color: var(--primary-color); }

.bg-color-7 {
  background-color: var(--secondary-color); }

.caption-normalize {
  bottom: 0;
  position: absolute !important; }

ul li {
  margin-bottom: 0 !important; }

ul li ul li {
  list-style: lower-latin; }

.justify-right {
  display: flex;
  justify-content: flex-end; }

.img-info.caption {
  text-align: right;
  margin-top: .08rem;
  padding-bottom: .08rem; }
  .img-info.caption .img-info-text {
    color: #000000; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .img-info.caption {
      margin-top: .04rem;
      padding-bottom: .04rem; }
      .img-info.caption .img-info-text {
        line-height: 0.2rem !important; } }

.gform_confirmation_message {
  color: #000000; }

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

.text-black,
.text-color-2 {
  color: #000000 !important; }

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.underline {
  text-decoration: underline !important; }

.remove-underline {
  text-decoration: none !important;
  color: inherit; }

.img-info-text a {
  color: #000000; }

p.text a {
  color: inherit !important; }

.text-upper {
  text-transform: uppercase; }

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

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

.mt-40 {
  margin-top: .40rem !important; }

.mt-32 {
  margin-top: .32rem; }

.block {
  display: block; }

.relative {
  position: relative; }

.container-1 {
  width: 100%;
  max-width: 12rem;
  margin: auto; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .container-1 {
      max-width: 3.5rem; } }

.grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .grid {
      flex-direction: column; } }

.media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.custom-disabled {
  opacity: 0.5;
  pointer-events: none; }

.main-button {
  display: inline-block;
  border-radius: .32rem;
  padding: .18rem .24rem .14rem;
  font-size: .16rem;
  line-height: .16rem;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), background-color 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
  z-index: 1;
  border-bottom: 1px solid var(--primary-color);
  vertical-align: middle; }
  .main-button.text-color-3 {
    color: var(--primary-color); }
  .main-button:hover {
    background-color: var(--primary-color);
    color: #ffffff; }
  .main-button.color-3 {
    background-color: var(--primary-color);
    color: #ffffff; }
    .main-button.color-3:hover {
      background-color: transparent;
      color: var(--primary-color); }
  .main-button.color-4 {
    border-bottom: 1px solid var(--tertiary-color);
    background-color: var(--tertiary-color);
    color: #ffffff; }
    .main-button.color-4.text-color-2 {
      color: #000000; }
      .main-button.color-4.text-color-2:hover {
        background-color: #ffffff;
        color: #000000; }
    .main-button.color-4:hover {
      background-color: transparent;
      color: var(--tertiary-color); }
  .main-button.transparent {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: transparent;
    color: var(--primary-color); }
    .main-button.transparent.border-green {
      border: 1px solid var(--primary-color); }
    .main-button.transparent:hover {
      background-color: var(--primary-color);
      color: #ffffff; }
  .main-button.small {
    padding: .11rem .24rem .07rem; }
  .main-button.medium {
    padding: 0.13rem 0.24rem 0.10rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .main-button {
      padding: .16rem .22rem .12rem; }
      .main-button.small {
        padding: .09rem .20rem .07rem;
        font-size: 0.14rem;
        line-height: 0.14rem; }
      .main-button.medium {
        padding: 0.11rem 0.22rem 0.08rem; } }

.cta-button {
  display: inline-block;
  border: 1px solid var(--primary-color);
  border-radius: .32rem;
  padding: .16rem .24rem .14rem;
  font-size: .16rem;
  line-height: .16rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), background-color 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
  z-index: 1;
  vertical-align: middle; }
  .cta-button:hover, .cta-button.active {
    background-color: var(--primary-color);
    color: #ffffff; }
  .cta-button.text-color-3 {
    color: var(--primary-color); }
    .cta-button.text-color-3:hover {
      background-color: var(--primary-color);
      color: #ffffff; }
  .cta-button.color-3 {
    background-color: var(--primary-color);
    color: #ffffff; }
    .cta-button.color-3:hover {
      background-color: transparent;
      color: var(--primary-color); }
  .cta-button.color-2-transparent {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000; }
    .cta-button.color-2-transparent:hover {
      background-color: #000000;
      color: #ffffff; }
  .cta-button.color-2 {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff; }
    .cta-button.color-2:hover {
      background-color: transparent;
      color: #000000; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .cta-button {
      padding: 0.14rem 0.2rem 0.10rem; } }

.fw-400 {
  font-weight: 400; }

.fw-700 {
  font-weight: 700; }

.text {
  font-size: .16rem;
  line-height: .24rem; }
  .text p {
    font-size: .16rem;
    line-height: .24rem; }
  .text.big {
    font-size: .24rem;
    line-height: .32rem; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .text.big {
        font-size: .18rem;
        line-height: .24rem; } }
    .text.big p {
      font-size: .24rem;
      line-height: .32rem; }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .text.big p {
          font-size: .18rem;
          line-height: .24rem; } }
  .text .big {
    font-size: .24rem;
    line-height: .32rem; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .text .big {
        font-size: .18rem;
        line-height: .24rem; } }
    .text .big p {
      font-size: .24rem;
      line-height: .32rem; }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .text .big p {
          font-size: .18rem;
          line-height: .24rem; } }
  .text.normal {
    font-size: .16rem;
    line-height: .24rem; }
    .text.normal p {
      font-size: .16rem;
      line-height: .24rem; }
  .text .normal {
    font-size: .16rem;
    line-height: .24rem; }
    .text .normal p {
      font-size: .16rem;
      line-height: .24rem; }
  .text.medium {
    font-size: .14rem;
    line-height: .24rem; }
    .text.medium.lh-14 {
      line-height: 0.14rem; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .text.medium {
        font-size: .12rem;
        line-height: .12rem; } }
  .text .medium {
    font-size: .14rem;
    line-height: .24rem; }
    .text .medium.lh-14 {
      line-height: 0.14rem; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .text .medium {
        font-size: .12rem;
        line-height: .12rem; } }
  .text.small {
    font-size: .12rem;
    line-height: .16rem; }
    .text.small.lh-24 {
      line-height: 0.24rem; }
    .text.small p {
      font-size: .12rem;
      line-height: .16rem; }
  .text .small {
    font-size: .12rem;
    line-height: .16rem; }
    .text .small.lh-24 {
      line-height: 0.24rem; }
    .text .small p {
      font-size: .12rem;
      line-height: .16rem; }

.headline1 {
  font-size: .6rem !important;
  line-height: .6rem !important;
  letter-spacing: -0.03em !important; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .headline1 {
      font-size: .44rem !important;
      line-height: .44rem !important; } }

.headline2 {
  font-size: .56rem !important;
  line-height: .64rem !important;
  letter-spacing: -0.03em !important; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .headline2 {
      font-size: .40rem !important;
      line-height: .48rem !important; } }

.headline3 {
  font-size: .4rem !important;
  line-height: .48rem !important; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .headline3 {
      font-size: .32rem !important;
      line-height: .4rem !important; } }

.headline4 {
  font-size: .24rem !important;
  line-height: .32rem !important; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .headline4 {
      font-size: .20rem !important;
      line-height: .28rem !important; } }

/*************
* Search page *
**************/
.search-wrapper {
  margin-top: .3rem;
  margin-bottom: .3rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .search-wrapper {
      padding: 0 .15rem; } }
  .search-wrapper .container-1 {
    max-width: 8rem; }
  .search-wrapper h1 {
    color: #186b70;
    margin-bottom: .5rem; }
  .search-wrapper .search-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .2rem; }
    .search-wrapper .search-list .list-item {
      position: relative;
      display: block;
      border-top: solid 1px #000000;
      padding-top: .2rem; }
      .search-wrapper .search-list .list-item:first-of-type {
        border-top: none;
        padding-top: 0; }
      .search-wrapper .search-list .list-item a {
        display: inline-block;
        color: #186b70;
        text-decoration: none;
        padding-bottom: .1rem; }
  .search-wrapper .no-results {
    color: #186b70; }
  .search-wrapper .navigation.posts-navigation {
    visibility: hidden;
    opacity: 0;
    display: none; }
  .search-wrapper .search-nav {
    position: relative;
    display: flex; }
    .search-wrapper .search-nav ul {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: .1rem; }
      .search-wrapper .search-nav ul li.active a {
        text-decoration: underline;
        color: #000000; }
      .search-wrapper .search-nav ul li a {
        text-decoration: none;
        color: #186b70;
        font-size: .18rem;
        line-height: .2rem;
        font-weight: 700; }

/*************
* Page Header *
**************/
.page-header {
  padding: 0.24rem 0.24rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 50;
  gap: 0.4rem;
  z-index: 150;
  background-color: #ffffff; }
  @media screen and (min-width: 1920px) {
    .page-header {
      padding: 0.24rem 0.64rem; } }
  .page-header .logo-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem; }
    .page-header .logo-wrap .logo {
      position: relative;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      .page-header .logo-wrap .logo:not(:first-of-type):before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -0.2rem;
        width: 1px;
        height: 0.26rem;
        background-color: #000000; }
      .page-header .logo-wrap .logo.main-logo {
        width: 2.21rem;
        height: auto; }
      .page-header .logo-wrap .logo.secondary-logo {
        width: 0.8rem;
        height: auto; }
      .page-header .logo-wrap .logo img,
      .page-header .logo-wrap .logo svg {
        vertical-align: middle;
        width: 100%;
        height: auto; }
  .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.1rem; }
    .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li {
      position: relative;
      list-style: none; }
      .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .arrow-mobile {
        display: none; }
      .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li:hover > .sub-menu {
        opacity: 1;
        visibility: visible; }
      .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li:hover > a::after {
        opacity: 1; }
      .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li a {
        display: inline-block;
        position: relative;
        padding: 0.08rem 0.14rem 0.04rem;
        font-size: 0.14rem;
        line-height: 0.14rem;
        font-weight: 700;
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0.32rem;
        text-transform: uppercase; }
        .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li a::after {
          content: "";
          background-color: transparent;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          border-radius: 0.32rem;
          border-bottom: 0.02rem solid var(--primary-color);
          opacity: 0;
          transition: opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1); }
      .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu {
        position: absolute;
        left: 0;
        top: calc(100% + 0.16rem);
        width: 2.2rem;
        padding: 0.2rem 0rem;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), visibility 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
        background-color: var(--secondary-color);
        border-bottom: 0.02rem solid var(--primary-color); }
        .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li {
          padding: 0.04rem 0.24rem 0.04rem 0.24rem; }
          .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li:hover > a {
            color: var(--primary-color); }
          .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li .sub-menu {
            top: -0.2rem;
            left: 100%;
            border-left: 0.02rem solid var(--primary-color); }
          .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li a {
            position: relative;
            display: block;
            font-size: 0.16rem;
            line-height: 0.24rem;
            font-weight: 400;
            color: #000000;
            padding: 0rem;
            border-radius: 0rem;
            transition: color 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
            text-transform: unset !important;
            text-decoration: none;
            cursor: pointer; }
            .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li a::after {
              display: none; }
            .page-header .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li a:hover {
              color: var(--primary-color); }
  .page-header .button-search-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.16rem; }
    .page-header .button-search-wrap .buttons-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.16rem; }
      .page-header .button-search-wrap .buttons-wrap .search-button {
        margin-left: 0.08rem;
        width: 0.48rem;
        height: 0.48rem;
        background-color: var(--tertiary-color);
        border-radius: 50%;
        position: relative;
        cursor: pointer; }
        .page-header .button-search-wrap .buttons-wrap .search-button .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: .14rem;
          height: .14rem;
          fill: #ffffff; }
    .page-header .button-search-wrap .btn-search {
      position: relative;
      width: .48rem;
      height: .48rem;
      background-color: #57bab1;
      border-radius: 50%; }
      .page-header .button-search-wrap .btn-search svg {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        pointer-events: none;
        z-index: 100;
        width: .14rem;
        height: .14rem; }
      .page-header .button-search-wrap .btn-search .search-field {
        width: .48rem;
        height: .48rem;
        position: absolute;
        z-index: 99;
        padding: .05rem .10rem;
        right: 0;
        background-color: var(--primary-color);
        border-radius: .48rem;
        border-color: transparent;
        transition: 0.3s;
        color: #ffffff;
        font-weight: normal;
        line-height: 0.8;
        cursor: pointer;
        text-indent: 999px; }
        .page-header .button-search-wrap .btn-search .search-field::-moz-placeholder {
          visibility: hidden;
          color: #ffffff; }
        .page-header .button-search-wrap .btn-search .search-field::placeholder {
          visibility: hidden;
          color: #ffffff; }
        .page-header .button-search-wrap .btn-search .search-field:focus-within {
          width: 3rem;
          cursor: text;
          text-indent: unset; }
          .page-header .button-search-wrap .btn-search .search-field:focus-within::-moz-placeholder {
            visibility: visible; }
          .page-header .button-search-wrap .btn-search .search-field:focus-within::placeholder {
            visibility: visible; }
      .page-header .button-search-wrap .btn-search input[type="submit"] {
        opacity: 0;
        visibility: hidden; }
  .page-header .menu-btn {
    display: none;
    margin-left: 0.4rem;
    height: 0.18rem;
    width: 0.33rem;
    position: relative;
    cursor: pointer;
    top: 0;
    right: 0; }
    .page-header .menu-btn.active .bar:nth-of-type(1) {
      top: 50%;
      transform: rotate(45deg) translateY(-50%);
      transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s; }
    .page-header .menu-btn.active .bar:nth-of-type(2) {
      opacity: 0; }
    .page-header .menu-btn.active .bar:nth-of-type(3) {
      top: 50%;
      transform: rotate(-45deg) translateY(-50%);
      transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s; }
    .page-header .menu-btn .bar {
      height: 2px;
      width: 100%;
      display: block;
      position: absolute;
      background-color: var(--primary-color); }
      .page-header .menu-btn .bar:nth-of-type(1) {
        top: 0;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, background-color 0.3s 0.3s ease-out;
        animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01); }
      .page-header .menu-btn .bar:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.3s 0.3s ease, background-color 0.3s 0.3s ease-out; }
      .page-header .menu-btn .bar:nth-of-type(3) {
        top: calc(100% - 0.02rem);
        transition: top 0.3s ease 0.3s, transform .3s ease-out 0.1s, background-color 0.3s 0.3s ease-out;
        animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01); }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .page-header {
      padding: 0.2rem 0.2rem;
      gap: 0.1rem;
      width: 100%; }
      .page-header .logo-wrap {
        gap: 0.2rem; }
        .page-header .logo-wrap .logo:not(:first-of-type):before {
          left: -0.1rem; }
        .page-header .logo-wrap .logo.main-logo {
          width: 1.6rem; }
        .page-header .logo-wrap .logo.secondary-logo {
          width: 0.7rem; }
      .page-header .main-nav.main-nav-reconstruction {
        display: none; }
      .page-header .button-search-wrap {
        display: none; }
      .page-header .menu-btn {
        display: block; } }

/*************
* Bread crumbs *
**************/
.breadcrumbs {
  width: 100%;
  padding: 0.08rem 0.8rem 0.06rem 0.8rem;
  background-color: var(--secondary-color);
  color: #000000; }
  .breadcrumbs p,
  .breadcrumbs a {
    color: #000000;
    text-decoration: none; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .breadcrumbs {
    padding: 0.08rem 0 0.06rem 0; } }

/*************
* Mobile Menu *
**************/
body.menu-open {
  overflow-y: hidden; }

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
  position: fixed;
  right: 0;
  top: 0; }
  .mobile-menu .menu-inner {
    padding: 1.2rem 0.4rem 0.4rem 0.4rem;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .mobile-menu .menu-inner[data-theme="alternate_header"] {
        padding: 2.4rem 0.4rem 0.4rem 0.4rem; } }
    .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 0.1rem; }
      .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li {
        position: relative;
        list-style: none; }
        .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li.menu-item-has-children > a {
          font-weight: 700; }
        .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li.menu-item-has-children > .arrow-mobile {
          display: block; }
        .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .arrow-mobile {
          position: absolute;
          display: none;
          top: 0.12rem;
          right: 0rem;
          width: 0.12rem;
          height: 0.08rem;
          cursor: pointer;
          z-index: 11;
          transition: transform 0.6s cubic-bezier(0.51, 0.01, 0.2, 1); }
          .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .arrow-mobile.active {
            transform: rotate(180deg); }
        .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li a {
          display: inline-block;
          position: relative;
          padding: 0.08rem 0rem 0.04rem 0rem;
          font-size: 0.16rem;
          line-height: 0.16rem;
          font-weight: 700;
          color: #000000;
          text-decoration: none;
          cursor: pointer;
          overflow: hidden;
          margin-right: 0.2rem; }
        .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu {
          display: none;
          padding-top: 0.1rem;
          padding-left: 0.2rem; }
          .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li {
            display: block; }
            .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li.menu-item-has-children > a {
              font-weight: 700; }
            .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li.menu-item-has-children > .arrow-mobile {
              display: block; }
            .mobile-menu .menu-inner .main-nav.main-nav-reconstruction ul:not(.sub-menu) li .sub-menu li a {
              position: relative;
              display: inline-block;
              font-size: 0.16rem;
              line-height: 0.24rem;
              font-weight: 400;
              color: #000000;
              text-transform: unset !important;
              text-decoration: none;
              cursor: pointer; }
    .mobile-menu .menu-inner .butons-search-wrap {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: flex-start;
      flex-direction: column;
      gap: 0.1rem;
      padding-top: 0.2rem; }
    .mobile-menu .menu-inner .buttons-wrap {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-start;
      flex-direction: row;
      gap: 0.1rem;
      padding-top: 0.2rem; }
      .mobile-menu .menu-inner .buttons-wrap .search-button {
        margin-left: 0.08rem;
        width: 0.48rem;
        height: 0.48rem;
        background-color: var(--tertiary-color);
        border-radius: 50%;
        position: relative;
        cursor: pointer; }
        .mobile-menu .menu-inner .buttons-wrap .search-button .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: .14rem;
          height: .14rem;
          fill: #ffffff; }
    .mobile-menu .menu-inner .btn-search {
      position: relative;
      margin-left: 0.08rem;
      width: 100%;
      height: 0.48rem;
      background-color: var(--tertiary-color);
      border-radius: 24rem;
      margin-left: 0;
      position: relative;
      cursor: pointer; }
      .mobile-menu .menu-inner .btn-search svg {
        position: absolute;
        right: .16rem;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 100;
        width: .14rem;
        height: .14rem;
        fill: #ffffff; }
      .mobile-menu .menu-inner .btn-search .search-field {
        width: 100%;
        height: .48rem;
        position: absolute;
        z-index: 99;
        padding: .05rem .10rem;
        right: 0;
        background-color: var(--primary-color);
        border-radius: .24rem;
        border-color: transparent;
        transition: 0.3s;
        color: #ffffff;
        font-weight: normal;
        line-height: 0.8;
        cursor: pointer; }
        .mobile-menu .menu-inner .btn-search .search-field::-moz-placeholder {
          color: #ffffff; }
        .mobile-menu .menu-inner .btn-search .search-field::placeholder {
          color: #ffffff; }
        .mobile-menu .menu-inner .btn-search .search-field:focus-within::-moz-placeholder {
          visibility: visible; }
        .mobile-menu .menu-inner .btn-search .search-field:focus-within::placeholder {
          visibility: visible; }
      .mobile-menu .menu-inner .btn-search input[type="submit"] {
        opacity: 0;
        visibility: hidden; }
      .mobile-menu .menu-inner .btn-search .relevanssi-live-search-results {
        display: none; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .mobile-menu {
      display: block; } }

.relevanssi-live-search-results {
  display: block; }
  .relevanssi-live-search-results a {
    text-decoration: none;
    color: #186b70; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .relevanssi-live-search-results {
      display: none !important; } }

/*********
* FOOTER *
*********/
div[data-theme="alternate_header"] .footer-top {
  background-color: #2F6FC2; }
  div[data-theme="alternate_header"] .footer-top .buttons-text {
    color: #ffffff !important; }
  div[data-theme="alternate_header"] .footer-top .social-text {
    color: #ffffff !important; }
  div[data-theme="alternate_header"] .footer-top .buttons .cta-button {
    color: #ffffff;
    border: 1px solid #ffffff; }
  div[data-theme="alternate_header"] .footer-top .footer-nav .nav-link {
    color: #ffffff !important;
    opacity: 1 !important; }

div[data-theme="alternate_header"] .menu-item-has-children .sub-menu {
  background-color: #2F6FC2 !important; }
  div[data-theme="alternate_header"] .menu-item-has-children .sub-menu li {
    transition: all 0.3s ease; }
    div[data-theme="alternate_header"] .menu-item-has-children .sub-menu li a {
      color: #ffffff !important;
      transition: all 0.3s ease; }
      div[data-theme="alternate_header"] .menu-item-has-children .sub-menu li a:hover {
        color: #bed3ef !important; }

div[data-theme="alternate_header"] .accordion-title {
  color: #2F6FC2 !important; }

.single.single-post .pagination.tenders {
  display: none; }

.footer .footer-top {
  padding: 1.08rem 0 0.32rem 0;
  background-color: var(--secondary-color); }
  .footer .footer-top .grid {
    margin-bottom: 0.8rem; }
    .footer .footer-top .grid .g-inner:first-of-type {
      width: 3.25rem;
      display: flex;
      flex-direction: column;
      gap: 0.4rem; }
      .footer .footer-top .grid .g-inner:first-of-type .footer-logo {
        width: 100%;
        height: 1.15rem;
        position: relative;
        overflow: hidden; }
      .footer .footer-top .grid .g-inner:first-of-type .buttons-wrap .buttons-text {
        color: #000000;
        max-width: 2.28rem;
        margin-bottom: 0.15rem; }
      .footer .footer-top .grid .g-inner:first-of-type .buttons-wrap .buttons a:not(:first-of-type) {
        margin-left: 0.16rem; }
      .footer .footer-top .grid .g-inner:first-of-type .social-wrap .social-text {
        color: #000000;
        margin-bottom: 0.15rem;
        max-width: 2.28rem; }
      .footer .footer-top .grid .g-inner:first-of-type .social-wrap .social-buttons .social-button {
        display: inline-block;
        width: 0.48rem;
        height: 0.48rem;
        background-color: var(--tertiary-color);
        position: relative;
        border-radius: 100%;
        vertical-align: middle;
        transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.2, 1); }
        .footer .footer-top .grid .g-inner:first-of-type .social-wrap .social-buttons .social-button:hover {
          transform: scale(1.1); }
        .footer .footer-top .grid .g-inner:first-of-type .social-wrap .social-buttons .social-button:not(:first-of-type) {
          margin-left: 0.16rem; }
        .footer .footer-top .grid .g-inner:first-of-type .social-wrap .social-buttons .social-button .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .footer .footer-top .grid .g-inner:first-of-type .social-wrap .social-buttons .social-button .icon.twitter {
            width: 0.2rem;
            height: 0.16rem; }
          .footer .footer-top .grid .g-inner:first-of-type .social-wrap .social-buttons .social-button .icon.facebook {
            width: 0.1rem;
            height: 0.2rem; }
        .footer .footer-top .grid .g-inner:first-of-type .social-wrap .social-buttons .social-button .icon-wrap svg {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: .2rem;
          height: .2rem; }
    .footer .footer-top .grid .g-inner:last-of-type {
      width: 6.90rem; }
      .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0.3rem; }
        .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap .nav-col .nav-title {
          color: var(--tertiary-color);
          margin-bottom: 0.4rem; }
        .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap .nav-col .footer-nav {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 0.16rem; }
          .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap .nav-col .footer-nav .nav-link {
            display: inline-block;
            color: #000000;
            opacity: 0.6;
            text-decoration: none;
            position: relative; }
            .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap .nav-col .footer-nav .nav-link:hover::after {
              width: 100%; }
            .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap .nav-col .footer-nav .nav-link::after {
              content: "";
              width: 0;
              height: 1px;
              position: absolute;
              left: 0;
              bottom: 0;
              background-color: #000000;
              opacity: 0.6;
              transition: width 0.4s cubic-bezier(0.51, 0.01, 0.2, 1); }
  .footer .footer-top .footer-bottom-logo-wrap {
    display: flex;
    justify-content: center; }
    .footer .footer-top .footer-bottom-logo-wrap .footer-bottom-logo {
      width: 1.26rem;
      height: 1.26rem;
      position: relative; }

.footer .footer-bottom {
  background-color: var(--primary-color);
  padding: 0.24rem 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer .footer-bottom .footer-bottom-text {
    margin-bottom: 0.08rem;
    color: #ffffff; }
  .footer .footer-bottom .footer-bottom-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .footer .footer-bottom .footer-bottom-nav .bottom-link {
      display: inline-block;
      color: #ffffff;
      padding-left: 0.16rem;
      padding-right: 0.15rem;
      position: relative; }
      .footer .footer-bottom .footer-bottom-nav .bottom-link:first-of-type {
        padding-left: 0; }
      .footer .footer-bottom .footer-bottom-nav .bottom-link:last-of-type {
        padding-right: 0; }
      .footer .footer-bottom .footer-bottom-nav .bottom-link:not(:first-of-type)::before {
        content: "";
        width: 1px;
        height: 0.12rem;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer .footer-top {
    padding: 0.8rem 0 0.32rem 0; }
    .footer .footer-top .grid {
      margin-bottom: 0.6rem; }
      .footer .footer-top .grid .g-inner:first-of-type {
        width: 100%; }
        .footer .footer-top .grid .g-inner:first-of-type .footer-logo {
          height: 1rem; }
          .footer .footer-top .grid .g-inner:first-of-type .footer-logo .media {
            -o-object-fit: contain;
               object-fit: contain; }
        .footer .footer-top .grid .g-inner:first-of-type .buttons-wrap {
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .footer .footer-top .grid .g-inner:first-of-type .buttons-wrap .buttons a:not(:first-of-type) {
            margin-left: 0.16rem; }
        .footer .footer-top .grid .g-inner:first-of-type .social-wrap {
          margin-bottom: 0.4rem;
          display: flex;
          flex-direction: column;
          align-items: center; }
      .footer .footer-top .grid .g-inner:last-of-type {
        width: 100%; }
        .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap {
          display: flex;
          flex-direction: row;
          justify-content: center;
          flex-wrap: wrap;
          gap: 0.2rem; }
          .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap .nav-col {
            width: calc(100% / 2 - 0.1rem); }
            .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap .nav-col .nav-title {
              margin-bottom: 0.24rem;
              text-align: center; }
            .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap .nav-col .footer-nav {
              align-items: center;
              gap: 0.16rem;
              text-align: center; }
              .footer .footer-top .grid .g-inner:last-of-type .footer-nav-wrap .nav-col .footer-nav .nav-link:after {
                display: none; }
  .footer .footer-bottom {
    padding: 0.24rem 0.2rem; }
    .footer .footer-bottom .footer-bottom-text {
      text-align: center; }
    .footer .footer-bottom .footer-bottom-nav {
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.16rem;
      row-gap: 0.08rem; }
      .footer .footer-bottom .footer-bottom-nav .bottom-link {
        padding: 0; }
        .footer .footer-bottom .footer-bottom-nav .bottom-link:not(:first-of-type)::before {
          display: none; } }

/***************
* User Content *
****************/
.pp p {
  margin-bottom: 0.16rem; }

.user-content p + p {
  margin-bottom: 0.16rem; }

.user-content ul {
  margin-bottom: 0.16rem; }

.user-content.global h1,
.user-content.global h2,
.user-content.global h3,
.user-content.global h4,
.user-content.global h5,
.user-content.global h6 {
  margin-bottom: 0.16rem; }

.user-content.global.small p {
  font-size: .16rem;
  line-height: .24rem;
  margin-bottom: 0; }

.user-content.global.small ul,
.user-content.global.small ol {
  font-size: .16rem;
  line-height: .26rem; }
  .user-content.global.small ul li,
  .user-content.global.small ol li {
    margin-bottom: 0.16rem; }

.user-content.global p {
  margin-bottom: 0.16rem; }

.user-content.global ul li,
.user-content.global ol li {
  margin-bottom: 0.16rem; }

.user-content.single p {
  font-size: .16rem;
  line-height: .24rem; }

.user-content.single ul,
.user-content.single ol {
  font-size: .16rem;
  line-height: .26rem; }

.user-content.single blockquote p {
  color: #000000;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: .24rem;
  line-height: .32rem; }

.user-content.single blockquote p:last-of-type {
  margin-bottom: 0; }

.user-content .table-wrapper {
  margin-top: 0.4rem;
  overflow-y: hidden;
  overflow-x: auto; }

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  margin-bottom: 0.24rem;
  color: var(--primary-color); }

.user-content h1 {
  font-size: .6rem;
  line-height: .6rem;
  letter-spacing: -0.03em; }

.user-content h2 {
  font-size: .56rem;
  line-height: .64rem; }

.user-content h3 {
  font-size: .4rem;
  line-height: .48rem; }

.user-content h4 {
  font-size: .24rem;
  line-height: .32rem; }

.user-content h5 {
  font-size: .20rem;
  line-height: .30rem; }

.user-content h6 {
  font-size: .16rem;
  line-height: .26rem; }

.user-content p {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: .24rem;
  line-height: .32rem;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.24rem; }

.user-content p:not(:empty):last-of-type:not(.accordion-text) {
  margin-bottom: 0 !important; }

.user-content p:empty {
  display: none !important; }
  .user-content p:empty:before, .user-content p:empty:after {
    display: none;
    content: none; }

.user-content th:empty {
  display: none; }

.user-content ul,
.user-content ol {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-style: normal;
  font-weight: 400;
  color: #000000; }
  .user-content ul li,
  .user-content ol li {
    margin-bottom: 0.08rem; }

.user-content img {
  max-width: 100%;
  height: auto; }

.user-content blockquote {
  background-color: transparent;
  margin-bottom: 0.24rem; }
  .user-content blockquote p {
    color: #000000;
    font-family: "neuzeit-grotesk", sans-serif;
    font-size: .28rem;
    line-height: .32rem; }
  .user-content blockquote p:last-of-type {
    margin-bottom: 0; }

.user-content hr {
  border-color: #000000;
  opacity: 0.3;
  margin: 0.4rem 0; }

.user-content a {
  color: #000000;
  text-decoration: underline; }
  .user-content a.main-button {
    text-decoration: none !important; }

.user-content sup {
  vertical-align: super;
  font-size: 80%; }

.user-content sub {
  vertical-align: sub;
  font-size: 80%; }

.user-content table tr:nth-child(odd) {
  background-color: var(--secondary-color); }

.user-content table tr:nth-child(even) {
  background-color: #ffffff; }

.user-content table tr th {
  color: #000000;
  text-align: left;
  font-weight: 700; }

.user-content table tr td,
.user-content table tr th {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: .16rem;
  line-height: .24rem;
  padding: 0.08rem 0.08rem;
  color: #000000; }
  .user-content table tr td:first-of-type,
  .user-content table tr th:first-of-type {
    padding-left: 0.16rem; }
  .user-content table tr td:last-of-type,
  .user-content table tr th:last-of-type {
    padding-right: 0.16rem; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .user-content.single blockquote p {
    font-size: .20rem;
    line-height: .28rem; }
  .user-content .table-wrapper {
    margin-top: 0.2rem; }
  .user-content h1,
  .user-content h2,
  .user-content h3,
  .user-content h4,
  .user-content h5,
  .user-content h6 {
    margin-bottom: 0.18rem; }
  .user-content h1 {
    font-size: .54rem;
    line-height: .48rem; }
  .user-content h2 {
    font-size: .40rem;
    line-height: .48rem; }
  .user-content h3 {
    font-size: .32rem;
    line-height: .4rem; }
  .user-content h4 {
    font-size: .20rem;
    line-height: .28rem; }
  .user-content h5 {
    font-size: .16rem;
    line-height: .26rem; }
  .user-content h6 {
    font-size: .12rem;
    line-height: .22rem; }
  .user-content p {
    font-size: .18rem;
    line-height: .24rem;
    margin-bottom: 0.18rem; }
  .user-content ul,
  .user-content ol {
    font-size: .18rem;
    line-height: .24rem; }
  .user-content blockquote {
    margin-bottom: 0.20rem; }
    .user-content blockquote p {
      font-size: .20rem;
      line-height: .28rem; }
  .user-content hr {
    margin: 0.2rem 0; }
  .user-content table {
    width: 12rem !important; }
    .user-content table tr td {
      color: #000000; } }

.hr-line {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: .01rem;
  margin-bottom: .48rem;
  margin-top: .12rem; }

#app .tw-leading-5 {
  line-height: 0 !important; }

#app .full-bleed, #app.full-bleed {
  left: 0 !important;
  right: 0 !important;
  margin-left: .1rem !important;
  margin-right: .1rem !important;
  width: 100% !important; }

/***********
* IMPORTS *
***********/
.home-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  /***********
    * marquee *
    ***********/ }
  .home-intro.subpage .section-inner .section-content {
    margin-right: 1.2rem; }
    .home-intro.subpage .section-inner .section-content .section-title {
      color: #000000; }
  .home-intro .section-inner {
    width: 100%;
    position: relative;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    min-height: 6.24rem; }
    .home-intro .section-inner .bg-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .home-intro .section-inner .section-content {
      margin-right: 0.95rem;
      margin-left: auto;
      text-align: right; }
      .home-intro .section-inner .section-content .section-title {
        color: #ffffff;
        margin-bottom: 0.16rem;
        max-width: 5.79rem;
        margin-right: 0;
        margin-left: auto; }
  .home-intro .marquee-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    transform: translate(0px, -101%);
    pointer-events: none;
    width: 100%; }
  .home-intro .marquee {
    --marquee-width: 100vw;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-75% + var(--offset));
    width: var(--marquee-width);
    pointer-events: none; }
  .home-intro .marquee-inner {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 40s linear infinite;
    animation-play-state: running;
    opacity: 1; }
  .home-intro .marquee span {
    text-align: center;
    white-space: nowrap;
    padding-right: 0.24rem;
    color: #ffffff;
    text-transform: uppercase; }

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0); }
  100% {
    transform: translate3d(var(--move-final), 0, 0); } }
  .home-intro .bottom-bar {
    width: 100%;
    background-color: var(--primary-color);
    text-align: center;
    padding: 0.12rem 0.24rem 0.08rem 0.24rem; }
    .home-intro .bottom-bar .text {
      text-transform: uppercase;
      color: #ffffff; }
  .home-intro .img-info {
    text-align: right;
    padding: 0.08rem 1.2rem; }
    .home-intro .img-info .img-info-text {
      color: #000000; }
      .home-intro .img-info .img-info-text .img-info-link {
        color: #000000; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .home-intro.subpage .section-inner .section-content {
      margin-right: 0; }
    .home-intro .section-inner {
      padding: 0.6rem 0.2rem; }
      .home-intro .section-inner .section-content {
        margin-right: 0;
        margin-left: auto; }
    .home-intro .bottom-bar {
      padding: 0.12rem 0.2rem 0.08rem 0.2rem; }
    .home-intro .img-info {
      padding: 0.08rem 0.2rem; } }

.btn-container-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

.headline_background .headline-container {
  padding: 0.44rem 1.2rem;
  width: 100%;
  background-color: var(--primary-color); }
  .headline_background .headline-container .section-title {
    color: #ffffff;
    max-width: 12rem;
    margin: 0 auto; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .headline_background .headline-container {
    padding: 0.44rem 0.2rem; } }

.title-text-button p, .title-text-button a {
  color: #000000; }

.title-text-button.bg-color-7 {
  background-color: var(--secondary-color); }

.title-text-button .grid .main-button:first-of-type {
  margin-right: .32rem; }

.title-text-button .grid .text-wrap .section-title {
  color: var(--primary-color);
  margin-bottom: 0.16rem; }

.title-text-button .grid .g-inner:first-of-type {
  width: 5.88rem; }
  .title-text-button .grid .g-inner:first-of-type .section-title {
    color: var(--primary-color);
    margin-top: -0.05rem; }

.title-text-button .grid .g-inner:last-of-type {
  width: 4.92rem; }
  .title-text-button .grid .g-inner:last-of-type .section-text {
    color: #000000;
    margin-bottom: 0.32rem; }
  .title-text-button .grid .g-inner:last-of-type.wider-col {
    width: 6.90rem; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .title-text-button .grid .g-inner:first-of-type {
    width: 100%; }
    .title-text-button .grid .g-inner:first-of-type .section-title {
      margin-bottom: 0.24rem; }
  .title-text-button .grid .g-inner:last-of-type {
    width: 100%; }
    .title-text-button .grid .g-inner:last-of-type.wider-col {
      width: 100%; }
  .title-text-button .btn-wrapper .main-button {
    margin-bottom: 0.2rem; }
  .title-text-button .btn-wrapper .main-button:last-of-type {
    margin-top: 0; } }

.text-section {
  padding: 0.6rem 1.2rem; }
  .text-section .grid .g-inner {
    width: calc(100% / 2 - 0.6rem); }
    .text-section .grid .g-inner .section-text {
      color: #000000; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .text-section {
      padding: 0.4rem 0.2rem; }
      .text-section .grid .g-inner {
        width: 100%; }
      .text-section .grid .g-inner:last-of-type .section-text {
        margin-top: 0.32rem; } }

.interactive-map {
  background-color: #186b70;
  padding-top: .48rem;
  padding-bottom: .37rem; }
  .interactive-map .title {
    margin-bottom: .4rem;
    width: 6.19rem;
    color: white; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .interactive-map .title {
        width: 100%; } }
  .interactive-map .text {
    width: 4.86rem;
    color: white; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .interactive-map .text {
        width: 100%; } }
  .interactive-map .grid {
    justify-content: flex-start; }
  .interactive-map .states-interactive {
    padding-top: .25rem;
    position: relative; }
  .interactive-map #us-map {
    width: 3.84rem;
    height: 5.15rem; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .interactive-map #us-map {
        width: 100%; } }
  .interactive-map .info-box {
    display: block;
    border: 1px solid #ccc;
    opacity: 0;
    transform: translateY(-10px);
    transition: visibility 0s, opacity 0.3s linear;
    visibility: hidden;
    padding: .32rem;
    background: white;
    position: absolute;
    left: 3rem;
    bottom: 1rem;
    width: 3.84rem; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .interactive-map .info-box {
        width: 100%;
        left: 0;
        bottom: unset;
        top: 0; } }
    .interactive-map .info-box.active {
      visibility: visible;
      opacity: 1;
      transition: visibility 0s linear 0s, opacity 0.3s linear; }
    .interactive-map .info-box-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .interactive-map .info-box-header .title-box {
        color: black;
        margin-bottom: .32rem; }
    .interactive-map .info-box-close {
      cursor: pointer;
      border: none;
      background: none;
      font-size: 1em; }
    .interactive-map .info-box-list {
      list-style: none;
      padding: 0;
      margin: 0;
      gap: 0.08rem;
      display: flex;
      flex-direction: column; }
      .interactive-map .info-box-list li {
        display: flex;
        align-items: center;
        padding: 0.08rem 0.16rem; }
        .interactive-map .info-box-list li:nth-child(odd) {
          background-color: #EEF8F7; }
        .interactive-map .info-box-list li .info-item-count {
          font-weight: bold;
          margin-right: 10px; }
        .interactive-map .info-box-list li .info-item-description {
          flex: 1; }
    .interactive-map .info-box li {
      position: relative; }
  .interactive-map path {
    transition: all 0.3s ease; }
    .interactive-map path:hover {
      cursor: pointer; }
  .interactive-map .active-state,
  .interactive-map .selected-state {
    fill: #C3D8A4;
    transition: all 0.3s ease; }

.iframe-section .iframe-wrap {
  position: relative;
  width: 100%;
  height: 6.26rem; }
  .iframe-section .iframe-wrap iframe {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .iframe-section {
    padding-bottom: 0.4rem; } }

.full_width_image .bg-wrap img {
  width: 100%;
  height: 100%; }

.featured-news-section {
  margin: 0.6rem 0 1.2rem 0; }
  .featured-news-section .headline-container {
    padding: 0.44rem 1.2rem;
    margin-bottom: 0.6rem;
    width: 100%;
    background-color: var(--primary-color); }
    .featured-news-section .headline-container .section-title {
      color: #ffffff; }
  .featured-news-section .section-header {
    color: var(--primary-color);
    max-width: 14.40rem;
    margin: 0 auto; }
  .featured-news-section .grid {
    display: block;
    margin-bottom: 0.48rem; }
    .featured-news-section .grid.flex-start {
      align-items: flex-start; }
    .featured-news-section .grid .text-btn-wrap {
      display: flex;
      justify-content: space-between; }
      .featured-news-section .grid .text-btn-wrap .text {
        color: #000000;
        width: 7.93rem; }
      .featured-news-section .grid .text-btn-wrap .btn-wrap {
        display: flex;
        margin-top: .16rem; }
        .featured-news-section .grid .text-btn-wrap .btn-wrap.flex-start {
          align-items: flex-start; }
        .featured-news-section .grid .text-btn-wrap .btn-wrap.flex-end {
          align-items: flex-end; }
    .featured-news-section .grid .g-inner:first-of-type .section-text {
      width: 7.93rem;
      color: #000000;
      margin-top: 0.16rem; }
    .featured-news-section .grid .g-inner:last-of-type.flex-start {
      margin-top: .16rem; }
  .featured-news-section .scrollto-wrap {
    margin-top: 0.4rem;
    width: 100%; }
    .featured-news-section .scrollto-wrap .scrollto-title {
      color: var(--primary-color);
      margin-bottom: 0.15rem;
      padding-bottom: 0.15rem;
      position: relative; }
      .featured-news-section .scrollto-wrap .scrollto-title::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #000000;
        opacity: 0.3;
        position: absolute;
        bottom: 0;
        left: 0; }
    .featured-news-section .scrollto-wrap .scrollto-inner {
      max-width: 8.87rem;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      gap: 0.3rem;
      row-gap: 0.17rem; }
  .featured-news-section .news-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: unset;
    gap: 0.10rem;
    margin-top: 0.40rem; }
    .featured-news-section .news-wrap.no-gap {
      gap: 0 !important; }
    .featured-news-section .news-wrap .news-card {
      width: calc(100% / 3 - 0.16rem);
      background-color: var(--secondary-color);
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column; }
      .featured-news-section .news-wrap .news-card.half {
        width: calc(100% / 2 - 0.12rem); }
      .featured-news-section .news-wrap .news-card .card-content {
        position: relative;
        display: block;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between; }
        .featured-news-section .news-wrap .news-card .card-content .top-wrap {
          width: 100%; }
          .featured-news-section .news-wrap .news-card .card-content .top-wrap .card-img {
            display: block;
            position: relative;
            width: 100%;
            height: 2.4rem;
            margin-bottom: 0.32rem; }
          .featured-news-section .news-wrap .news-card .card-content .top-wrap .card-text {
            color: #000000;
            margin: 0 0.32rem 0.32rem 0.32rem; }
            .featured-news-section .news-wrap .news-card .card-content .top-wrap .card-text a {
              text-decoration: underline;
              color: #000000; }
          .featured-news-section .news-wrap .news-card .card-content .top-wrap .category-date {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            gap: 0.27rem;
            margin: 0.32rem 0.32rem 0.16rem 0.32rem; }
            .featured-news-section .news-wrap .news-card .card-content .top-wrap .category-date .category {
              color: #000000; }
            .featured-news-section .news-wrap .news-card .card-content .top-wrap .category-date .date {
              color: #000000;
              position: relative; }
              .featured-news-section .news-wrap .news-card .card-content .top-wrap .category-date .date::before {
                content: "";
                width: .05rem;
                height: .05rem;
                border-radius: 100%;
                background-color: #000000;
                position: absolute;
                left: -0.15rem;
                top: calc(50% - 0.01rem);
                transform: translateY(-50%); }
          .featured-news-section .news-wrap .news-card .card-content .top-wrap .card-title {
            color: #000000;
            margin: 0 0.32rem 0.24rem 0.32rem; }
        .featured-news-section .news-wrap .news-card .card-content .bottom-wrap {
          margin: 0 0.32rem 0.32rem 0.32rem; }
          .featured-news-section .news-wrap .news-card .card-content .bottom-wrap .card-text {
            color: #000000;
            margin: 0 0.32rem 0.32rem 0.32rem; }
            .featured-news-section .news-wrap .news-card .card-content .bottom-wrap .card-text a {
              text-decoration: underline;
              color: #000000; }
    .featured-news-section .news-wrap .news-card-type-2 {
      width: 100%;
      position: relative;
      background-color: transparent; }
      .featured-news-section .news-wrap .news-card-type-2.extra_margins {
        margin-bottom: 0.36rem; }
      .featured-news-section .news-wrap .news-card-type-2:last-of-type {
        margin-bottom: 0; }
      .featured-news-section .news-wrap .news-card-type-2.even {
        padding-bottom: 0.48rem;
        margin-bottom: 0.24rem; }
        .featured-news-section .news-wrap .news-card-type-2.even:first-of-type {
          padding-top: 0; }
        .featured-news-section .news-wrap .news-card-type-2.even:last-of-type {
          padding-bottom: 0;
          margin-bottom: 0; }
          .featured-news-section .news-wrap .news-card-type-2.even:last-of-type::after {
            display: none; }
        .featured-news-section .news-wrap .news-card-type-2.even::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #000000;
          opacity: 0.3; }
        .featured-news-section .news-wrap .news-card-type-2.even .card-content .left-wrap {
          width: calc(50% - 0.12rem); }
        .featured-news-section .news-wrap .news-card-type-2.even .card-content .right-wrap {
          width: calc(50% - 0.12rem); }
        .featured-news-section .news-wrap .news-card-type-2.even .card-content .img-info {
          width: calc(50% - 0.12rem); }
        .featured-news-section .news-wrap .news-card-type-2.even .card-content .card-bottom-bar {
          width: calc(50% - 0.12rem); }
      .featured-news-section .news-wrap .news-card-type-2 .card-content {
        position: relative;
        display: block;
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        -moz-column-gap: 0.24rem;
             column-gap: 0.24rem; }
        .featured-news-section .news-wrap .news-card-type-2 .card-content .left-wrap {
          width: 3.83rem; }
          .featured-news-section .news-wrap .news-card-type-2 .card-content .left-wrap.img-tall .card-img {
            height: 6.26rem; }
          .featured-news-section .news-wrap .news-card-type-2 .card-content .left-wrap.img-small .card-img {
            height: 2.42rem; }
          .featured-news-section .news-wrap .news-card-type-2 .card-content .left-wrap .card-img {
            display: block;
            position: relative;
            width: 100%;
            height: 100%; }
        .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap {
          width: 7.93rem; }
          .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap {
            background-color: var(--secondary-color);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            padding: 0.32rem 0.78rem 0.32rem 0.32rem; }
            .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .top-wrap {
              width: 100%; }
              .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .top-wrap .card-title {
                color: #000000;
                margin-bottom: 0.24rem; }
                .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .top-wrap .card-title.color-3 {
                  color: var(--primary-color); }
              .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .top-wrap .card-text {
                color: #000000; }
                .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .top-wrap .card-text a {
                  text-decoration: underline;
                  color: #000000; }
                .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .top-wrap .card-text.presenters-and-date {
                  margin-bottom: 0.24rem; }
              .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .top-wrap ul {
                list-style: disc;
                padding-left: 0.25rem; }
                .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .top-wrap ul li {
                  color: #000000; }
            .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .buttons-wrap {
              margin-top: 0.16rem;
              display: flex;
              flex-direction: row;
              gap: 0.24rem; }
        .featured-news-section .news-wrap .news-card-type-2 .card-content .img-info {
          width: 3.83rem;
          text-align: left; }
          .featured-news-section .news-wrap .news-card-type-2 .card-content .img-info .img-info-text {
            color: #000000;
            padding: 0.08rem 0; }
            .featured-news-section .news-wrap .news-card-type-2 .card-content .img-info .img-info-text .img-info-link {
              color: #000000; }
        .featured-news-section .news-wrap .news-card-type-2 .card-content .card-bottom-bar {
          padding: 0.22rem 0.18rem;
          background-color: var(--primary-color);
          width: 7.93rem;
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          row-gap: 0.2rem; }
          .featured-news-section .news-wrap .news-card-type-2 .card-content .card-bottom-bar .link {
            display: inline-block;
            text-decoration: none;
            color: #ffffff;
            position: relative; }
            .featured-news-section .news-wrap .news-card-type-2 .card-content .card-bottom-bar .link:not(:first-of-type) {
              margin-left: 0.3rem; }
              .featured-news-section .news-wrap .news-card-type-2 .card-content .card-bottom-bar .link:not(:first-of-type)::before {
                pointer-events: none;
                content: "";
                width: 0.04rem;
                height: 0.04rem;
                border-radius: 100%;
                background-color: #ffffff;
                position: absolute;
                top: 50%;
                left: -0.15rem;
                transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .featured-news-section {
      margin: 0.4rem 0; }
      .featured-news-section .headline-container {
        padding: 0.44rem 0.2rem; }
      .featured-news-section .grid {
        align-items: flex-start; }
        .featured-news-section .grid.flex-start {
          align-items: flex-start; }
        .featured-news-section .grid .g-inner:first-of-type {
          flex-direction: column; }
          .featured-news-section .grid .g-inner:first-of-type .section-text {
            width: 100%; }
      .featured-news-section .scrollto-wrap .scrollto-inner {
        gap: 0.1rem;
        row-gap: 0.1rem; }
        .featured-news-section .scrollto-wrap .scrollto-inner .cta-button {
          padding: 0.08rem 0.12rem 0.07rem; }
      .featured-news-section .news-wrap {
        display: flex;
        flex-direction: column; }
        .featured-news-section .news-wrap .news-card {
          width: 100%; }
          .featured-news-section .news-wrap .news-card.half {
            width: 100%; }
          .featured-news-section .news-wrap .news-card:last-of-type {
            margin-bottom: 0; }
        .featured-news-section .news-wrap .news-card-type-2 {
          width: 100%;
          flex-direction: column;
          margin-bottom: 0; }
          .featured-news-section .news-wrap .news-card-type-2.even .card-content .left-wrap {
            width: 100%; }
          .featured-news-section .news-wrap .news-card-type-2.even .card-content .right-wrap {
            width: 100%; }
          .featured-news-section .news-wrap .news-card-type-2.even .card-content .img-info {
            width: 100%; }
          .featured-news-section .news-wrap .news-card-type-2.even .card-content .card-bottom-bar {
            width: 100%; }
          .featured-news-section .news-wrap .news-card-type-2 .card-content {
            flex-direction: column;
            gap: 0; }
            .featured-news-section .news-wrap .news-card-type-2 .card-content .left-wrap {
              width: 100%;
              order: 1; }
              .featured-news-section .news-wrap .news-card-type-2 .card-content .left-wrap .card-img {
                height: 2.92rem; }
            .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap {
              width: 100%;
              order: 3; }
              .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: space-between;
                height: 100%;
                padding: 0.32rem; }
                .featured-news-section .news-wrap .news-card-type-2 .card-content .right-wrap .right-inner-wrap .buttons-wrap {
                  gap: 0.16rem; }
            .featured-news-section .news-wrap .news-card-type-2 .card-content .img-info {
              width: 100%;
              order: 2; }
            .featured-news-section .news-wrap .news-card-type-2 .card-content .card-bottom-bar {
              width: 100%;
              row-gap: 0.1rem;
              order: 4; }
              .featured-news-section .news-wrap .news-card-type-2 .card-content .card-bottom-bar .link:not(:first-of-type) {
                margin-left: 0.2rem; }
                .featured-news-section .news-wrap .news-card-type-2 .card-content .card-bottom-bar .link:not(:first-of-type)::before {
                  left: -0.1rem; } }

.pagination {
  position: relative;
  width: 100%;
  margin-top: .42rem; }
  .pagination[data-max-pages-num="0"] {
    display: none !important; }
  .pagination ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.13rem;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%; }
    .pagination ul.hide_overflow {
      overflow-x: hidden;
      justify-content: center; }
    .pagination ul .prev,
    .pagination ul .next {
      border: none;
      width: 0.32rem;
      height: 0.32rem;
      position: relative;
      border-radius: 100%;
      padding: 0;
      cursor: pointer; }
    .pagination ul .prev {
      margin-right: 0.05rem;
      position: relative; }
      .pagination ul .prev::after {
        content: url(../js/../img/svg/arrow-right.svg);
        position: absolute;
        width: 100%;
        height: 100%; }
    .pagination ul .next {
      margin-left: 0.05rem;
      background-color: #186b70;
      position: relative; }
      .pagination ul .next::after {
        content: url(../js/../img/svg/arrow-left.svg);
        position: absolute;
        width: 100%;
        height: 100%; }
    .pagination ul li {
      display: flex;
      gap: 0.13rem; }
      .pagination ul li span {
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-family: "neuzeit-grotesk", sans-serif;
        color: #000000;
        font-size: .16rem;
        line-height: .24rem;
        opacity: 0.3;
        cursor: pointer;
        text-decoration: none;
        transition: color 0.4s cubic-bezier(0.51, 0.01, 0.2, 1), opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1); }
        .pagination ul li span::after {
          content: "";
          width: 100%;
          height: 1px;
          background-color: var(--primary-color);
          position: absolute;
          bottom: 0.04rem;
          left: 0;
          opacity: 0;
          transition: opacity 0.4s cubic-bezier(0.51, 0.01, 0.2, 1); }
        .pagination ul li span.active {
          color: var(--primary-color);
          opacity: 1; }
          .pagination ul li span.active::after {
            opacity: 1; }
        .pagination ul li span:hover {
          color: var(--primary-color);
          opacity: 1; }

.accordion-section {
  padding: 0.6rem 0; }
  .accordion-section .section-title {
    color: var(--primary-color); }
  .accordion-section.color-3 .container-1 .accordions-wrap .accordion .accordion-grid .g-inner .accordion-title {
    color: var(--primary-color); }
  .accordion-section.bg-color-8 {
    background-color: #F8F8F8; }
  .accordion-section.bg-color-7 {
    background-color: var(--secondary-color); }
  .accordion-section .headline-container {
    padding: 0.44rem 1.2rem;
    width: 100%;
    background-color: var(--primary-color); }
    .accordion-section .headline-container .section-title {
      color: #ffffff;
      max-width: 14.40rem;
      margin: 0 auto; }
  .accordion-section .title-text .section-title {
    color: var(--primary-color);
    margin-bottom: 0.16rem; }
  .accordion-section .title-text .section-text {
    color: #000000;
    margin-bottom: 0.6rem; }
    .accordion-section .title-text .section-text a {
      color: inherit !important; }
  .accordion-section .scrollto-wrap {
    margin-top: 0.26rem;
    margin-bottom: 0.6rem;
    padding: 0.1rem; }
    .accordion-section .scrollto-wrap .scrollto-inner {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      gap: 0.1rem; }
  .accordion-section .grid {
    margin-bottom: 0.8rem;
    align-items: flex-end; }
    .accordion-section .grid .g-inner:first-of-type {
      width: 6.14rem; }
      .accordion-section .grid .g-inner:first-of-type .section-text {
        color: #000000; }
    .accordion-section .grid .g-inner:last-of-type {
      width: calc(100% - 6.14rem - 1.2rem);
      text-align: right; }
  .accordion-section .accordions-wrap.no-accordion .accordion {
    cursor: default; }
    .accordion-section .accordions-wrap.no-accordion .accordion:last-of-type {
      padding-bottom: 0.37rem; }
      .accordion-section .accordions-wrap.no-accordion .accordion:last-of-type::after {
        display: block; }
  .accordion-section .accordions-wrap .accordion {
    cursor: pointer;
    padding-top: 0.42rem;
    padding-bottom: 0.37rem;
    width: 100%;
    position: relative; }
    .accordion-section .accordions-wrap .accordion:first-of-type {
      padding-top: 0; }
    .accordion-section .accordions-wrap .accordion:last-of-type {
      padding-bottom: 0; }
      .accordion-section .accordions-wrap .accordion:last-of-type::after {
        display: none; }
    .accordion-section .accordions-wrap .accordion::after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #000000;
      opacity: 0.3;
      position: absolute;
      bottom: 0;
      left: 0; }
    .accordion-section .accordions-wrap .accordion .accordion-grid {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .accordion-section .accordions-wrap .accordion .accordion-grid .g-inner:first-of-type {
        width: calc(100% / 2 - 0.23rem); }
        .accordion-section .accordions-wrap .accordion .accordion-grid .g-inner:first-of-type .accordion-title {
          color: var(--tertiary-color); }
      .accordion-section .accordions-wrap .accordion .accordion-grid .g-inner:last-of-type {
        width: calc(100% / 2 - 0.23rem); }
        .accordion-section .accordions-wrap .accordion .accordion-grid .g-inner:last-of-type .accordion-text {
          color: #000000;
          margin-bottom: 0.24rem; }
        .accordion-section .accordions-wrap .accordion .accordion-grid .g-inner:last-of-type li.accordion-text {
          margin-bottom: 0; }
  .accordion-section .accordion-section-bottom-bar {
    margin-top: 0.48rem;
    padding: 0.32rem 0.4rem;
    background-color: var(--tertiary-color); }
    .accordion-section .accordion-section-bottom-bar .bottom-bar-text {
      color: #000000; }
      .accordion-section .accordion-section-bottom-bar .bottom-bar-text .bottom-bar-link {
        color: #000000; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .accordion-section {
      padding: 0.4rem 0; }
      .accordion-section.background {
        padding-top: 0; }
      .accordion-section .headline-container {
        padding: 0.44rem 0.2rem; }
      .accordion-section .title-text .section-title {
        margin-top: 0; }
      .accordion-section .title-text .section-text {
        margin-bottom: 0.24rem; }
      .accordion-section .scrollto-wrap {
        margin-bottom: 0.4rem; }
        .accordion-section .scrollto-wrap .scrollto-inner {
          gap: 0.1rem; }
      .accordion-section .grid {
        margin-bottom: 0.32rem; }
        .accordion-section .grid .g-inner:first-of-type {
          width: 100%; }
          .accordion-section .grid .g-inner:first-of-type .section-text {
            margin-bottom: 0.24rem; }
        .accordion-section .grid .g-inner:last-of-type {
          width: 100%;
          text-align: left; }
      .accordion-section .accordions-wrap .accordion {
        padding-top: 0.32rem; }
        .accordion-section .accordions-wrap .accordion .accordion-grid {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .accordion-section .accordions-wrap .accordion .accordion-grid .g-inner:first-of-type {
            width: 100%; }
          .accordion-section .accordions-wrap .accordion .accordion-grid .g-inner:last-of-type {
            width: 100%;
            margin-top: 0.24rem; }
            .accordion-section .accordions-wrap .accordion .accordion-grid .g-inner:last-of-type .accordion-content {
              margin-bottom: 0.24rem; } }

.opportunities-section {
  padding: 0.6rem 0; }
  .opportunities-section .content-wrap {
    margin-bottom: 0.48rem; }
  .opportunities-section .section-text {
    margin-top: 0.16rem; }
  .opportunities-section .btn-wrap {
    margin-top: 0.16rem; }
  .opportunities-section .section-header {
    color: var(--primary-color); }
  .opportunities-section .opportunities-wrap {
    display: flex;
    flex-direction: row; }
    .opportunities-section .opportunities-wrap .opportunities-card {
      width: calc(100% / 3 - 0.16rem);
      background-color: var(--secondary-color);
      overflow: hidden;
      position: relative;
      z-index: 1;
      height: 4.1rem; }
      .opportunities-section .opportunities-wrap .opportunities-card .card-img {
        position: absolute;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .opportunities-section .opportunities-wrap .opportunities-card .card-content {
        padding: 0.72rem 0.32rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        height: 100%; }
        .opportunities-section .opportunities-wrap .opportunities-card .card-content .card-title {
          color: #ffffff;
          margin-bottom: 0.24rem; }
        .opportunities-section .opportunities-wrap .opportunities-card .card-content .card-text {
          color: #ffffff;
          margin-bottom: 0.24rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .opportunities-section {
      padding: 0.4rem 0; }
      .opportunities-section .section-header {
        margin-bottom: 0.48rem; }
      .opportunities-section .opportunities-wrap {
        flex-direction: column; }
        .opportunities-section .opportunities-wrap .opportunities-card {
          width: 100%;
          margin-bottom: 0.24rem; }
          .opportunities-section .opportunities-wrap .opportunities-card:last-of-type {
            margin-bottom: 0; } }

.left-content-right-media {
  padding: 0.6rem 0; }
  .left-content-right-media ul {
    list-style: unset;
    padding-left: 0.2rem; }
  .left-content-right-media.reverse .grid {
    align-items: center; }
    .left-content-right-media.reverse .grid .g-inner:first-of-type {
      order: 2;
      width: 7.93rem; }
    .left-content-right-media.reverse .grid .g-inner:last-of-type {
      order: 1;
      width: 2.88rem;
      height: 2.88rem; }
    .left-content-right-media.reverse .grid.image-column-wider .g-inner:first-of-type {
      width: 3.84rem; }
    .left-content-right-media.reverse .grid.image-column-wider .g-inner:last-of-type {
      width: 6.9rem;
      height: 3.5rem; }
  .left-content-right-media .grid {
    align-items: center; }
    .left-content-right-media .grid .g-inner:first-of-type {
      width: 3.84rem; }
      .left-content-right-media .grid .g-inner:first-of-type .section-title {
        color: var(--primary-color); }
      .left-content-right-media .grid .g-inner:first-of-type .section-text {
        color: #000000;
        margin-top: 0.3rem; }
      .left-content-right-media .grid .g-inner:first-of-type a {
        margin-top: 0.4rem; }
    .left-content-right-media .grid .g-inner:last-of-type {
      width: 6.9rem;
      height: 3.5rem; }
      .left-content-right-media .grid .g-inner:last-of-type .media-wrap {
        width: 100%;
        height: 100%;
        position: relative; }
        .left-content-right-media .grid .g-inner:last-of-type .media-wrap.video-wrap {
          cursor: pointer;
          height: 4.16rem; }
          .left-content-right-media .grid .g-inner:last-of-type .media-wrap.video-wrap iframe {
            width: 100%; }
        .left-content-right-media .grid .g-inner:last-of-type .media-wrap.iframe-wrap div {
          overflow-y: scroll !important;
          height: 100% !important; }
        .left-content-right-media .grid .g-inner:last-of-type .media-wrap.iframe-wrap iframe {
          width: 100% !important; }
        .left-content-right-media .grid .g-inner:last-of-type .media-wrap img {
          position: relative;
          vertical-align: middle; }
        .left-content-right-media .grid .g-inner:last-of-type .media-wrap .icon {
          width: 0.57rem;
          height: 0.4rem;
          fill: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 2; }
      .left-content-right-media .grid .g-inner:last-of-type .img-info {
        text-align: right;
        margin-top: 0.08rem; }
        .left-content-right-media .grid .g-inner:last-of-type .img-info .img-info-text {
          color: #000000; }
          .left-content-right-media .grid .g-inner:last-of-type .img-info .img-info-text .img-info-link {
            color: #000000; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .left-content-right-media {
      padding: 0.4rem 0; }
      .left-content-right-media.reverse .grid .g-inner:first-of-type {
        order: 2;
        margin-top: 0.48rem;
        margin-bottom: 0;
        width: 100%; }
      .left-content-right-media.reverse .grid .g-inner:last-of-type {
        order: 1;
        width: 100%; }
      .left-content-right-media.reverse .grid.image-column-wider .g-inner:first-of-type {
        width: 100%; }
      .left-content-right-media.reverse .grid.image-column-wider .g-inner:last-of-type {
        width: 100%; }
      .left-content-right-media .grid .g-inner:first-of-type {
        width: 100%;
        margin-bottom: 0.4rem; }
        .left-content-right-media .grid .g-inner:first-of-type a {
          margin-top: 0.24rem; }
      .left-content-right-media .grid .g-inner:last-of-type {
        width: 100%; }
        .left-content-right-media .grid .g-inner:last-of-type .img-wrap {
          width: 100%;
          height: 4.16rem; }
          .left-content-right-media .grid .g-inner:last-of-type .img-wrap .media {
            position: absolute;
            width: 100%;
            height: 100%; } }
    @media screen and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) {
      .left-content-right-media .grid .g-inner:last-of-type {
        display: flex;
        flex-direction: column;
        height: 100%; }
        .left-content-right-media .grid .g-inner:last-of-type .media-wrap .media {
          position: relative; } }

.cta-section {
  padding-bottom: 1.04rem;
  margin-top: 3.8rem;
  display: block;
  position: relative; }
  .cta-section.type-2 {
    padding: 0.6rem 0;
    margin-top: 0; }
    .cta-section.type-2::after {
      display: none; }
    .cta-section.type-2 .container-1 {
      margin: 0;
      width: 100%;
      max-width: 100%;
      min-height: 5.7rem; }
      .cta-section.type-2 .container-1 .section-content {
        padding: 1.2rem;
        min-height: unset; }
        .cta-section.type-2 .container-1 .section-content .section-title {
          color: #000000; }
          .cta-section.type-2 .container-1 .section-content .section-title.color-1 {
            color: #ffffff; }
        .cta-section.type-2 .container-1 .section-content .buttons-wrap {
          margin-top: 0.43rem; }
  .cta-section::after {
    content: "";
    width: 100%;
    height: 3.44rem;
    position: absolute;
    left: 0;
    bottom: 0; }
  .cta-section .container-1 {
    margin-top: -3.2rem;
    position: relative;
    z-index: 1; }
    .cta-section .container-1.img-only {
      min-height: 5.6rem; }
    .cta-section .container-1 .bg-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .cta-section .container-1 .section-content {
      padding: 0.89rem 5.5rem 1.68rem 0.71rem;
      min-height: 5.6rem; }
      .cta-section .container-1 .section-content .section-title {
        color: #000000; }
        .cta-section .container-1 .section-content .section-title.color-1 {
          color: #ffffff; }
      .cta-section .container-1 .section-content .section-text {
        color: #000000;
        margin-top: 0.43rem;
        max-width: 3.84rem; }
        .cta-section .container-1 .section-content .section-text.color-1 {
          color: #ffffff; }
      .cta-section .container-1 .section-content .buttons-wrap {
        margin-top: 0.15rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.16rem; }
        .cta-section .container-1 .section-content .buttons-wrap a {
          text-transform: uppercase; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .cta-section {
      padding-bottom: 1.04rem;
      margin-top: 3.8rem;
      display: block;
      position: relative; }
      .cta-section.type-2 {
        padding: 0.4rem 0;
        margin-top: 0; }
        .cta-section.type-2 .container-1 {
          margin-top: 0; }
          .cta-section.type-2 .container-1 .section-content {
            padding: 0.6rem 0.2rem; }
            .cta-section.type-2 .container-1 .section-content .section-title {
              color: #000000; }
              .cta-section.type-2 .container-1 .section-content .section-title.color-1 {
                color: #ffffff; }
            .cta-section.type-2 .container-1 .section-content .buttons-wrap {
              margin-top: 0.43rem; }
      .cta-section .container-1.img-only {
        min-height: 2.6rem; }
      .cta-section .container-1 .section-content {
        padding: 0.69rem 0.2rem 1.48rem 0.2rem; }
        .cta-section .container-1 .section-content .section-title {
          margin-bottom: 0.32rem; } }

.grid-image {
  padding-bottom: .60rem;
  margin-top: 0.60rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .grid-image .img-only {
      height: unset !important; } }
  .grid-image .bg-wrap {
    width: 100%;
    position: relative; }
    .grid-image .bg-wrap img {
      position: absolute; }
  .grid-image .caption-normalize {
    position: relative !important; }

.newsletter-section {
  padding: 0.56rem 0; }
  .newsletter-section .grid .section-title {
    color: var(--primary-color);
    margin-bottom: 0.16rem; }
  .newsletter-section .grid .section-text {
    color: #000000;
    margin-bottom: 0.16rem; }
  .newsletter-section .grid .g-inner:first-of-type {
    width: 4.86rem; }
  .newsletter-section .grid .g-inner:last-of-type {
    width: 6.27rem; }
    .newsletter-section .grid .g-inner:last-of-type .form-wrap .gform_validation_errors {
      display: none; }
    .newsletter-section .grid .g-inner:last-of-type .form-wrap .gform_wrapper.gravity-theme .gfield_label {
      display: none; }
    .newsletter-section .grid .g-inner:last-of-type .form-wrap .gfield_validation_message {
      border: none;
      background-color: transparent;
      padding: 0;
      padding-left: 0.2rem;
      font-family: "neuzeit-grotesk", sans-serif;
      font-size: .12rem;
      line-height: .16rem; }
    .newsletter-section .grid .g-inner:last-of-type .form-wrap .gform_footer {
      display: none; }
    .newsletter-section .grid .g-inner:last-of-type .form-wrap .g-inut-container {
      width: 4.11rem; }
    .newsletter-section .grid .g-inner:last-of-type .form-wrap input {
      padding: 0.12rem 0.24rem 0.12rem 0.24rem;
      background-color: var(--secondary-color);
      border-radius: 1.04rem;
      font-family: "neuzeit-grotesk", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: .16rem;
      line-height: .24rem;
      color: #000000;
      border: none; }
      .newsletter-section .grid .g-inner:last-of-type .form-wrap input::-moz-placeholder {
        color: #000000; }
      .newsletter-section .grid .g-inner:last-of-type .form-wrap input::placeholder {
        color: #000000; }
      .newsletter-section .grid .g-inner:last-of-type .form-wrap input:focus {
        outline: none; }
    .newsletter-section .grid .g-inner:last-of-type .form-wrap .submit-button-wrapper {
      position: relative; }
      .newsletter-section .grid .g-inner:last-of-type .form-wrap .submit-button-wrapper .submit-button {
        border: none;
        width: 0.48rem;
        height: 0.48rem;
        background: var(--primary-color);
        position: relative;
        border-radius: 100%;
        padding: 0;
        cursor: pointer; }
        .newsletter-section .grid .g-inner:last-of-type .form-wrap .submit-button-wrapper .submit-button .button-icon {
          width: 0.20rem;
          height: 0.16rem;
          fill: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .newsletter-section .grid .g-inner:last-of-type .form-wrap .gform_ajax_spinner {
      margin-left: 0.2rem;
      position: absolute;
      top: 0.14rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .newsletter-section {
      padding: 0.4rem 0; }
      .newsletter-section .grid .section-title {
        color: var(--primary-color);
        margin-bottom: 0.16rem; }
      .newsletter-section .grid .section-text {
        color: #000000;
        margin-bottom: 0.16rem; }
      .newsletter-section .grid .g-inner:first-of-type {
        width: 100%;
        margin-bottom: 0.32rem; }
      .newsletter-section .grid .g-inner:last-of-type {
        width: 100%; }
        .newsletter-section .grid .g-inner:last-of-type .form-wrap .gform_fields {
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
        .newsletter-section .grid .g-inner:last-of-type .form-wrap .gform_footer {
          display: none; }
        .newsletter-section .grid .g-inner:last-of-type .form-wrap input {
          width: 2.7rem;
          line-height: 0;
          font-size: .16rem;
          line-height: .16rem;
          padding: 0.08rem 0.24rem 0.08rem 0.24rem; } }

.title-text-button-image.single .container-1 .grid {
  align-items: center; }
  .title-text-button-image.single .container-1 .grid .g-inner {
    text-align: center; }
    .title-text-button-image.single .container-1 .grid .g-inner .category-date {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 0.27rem;
      margin-top: 0.16rem; }
      .title-text-button-image.single .container-1 .grid .g-inner .category-date .category {
        color: #000000; }
      .title-text-button-image.single .container-1 .grid .g-inner .category-date .date {
        color: #000000;
        position: relative; }
        .title-text-button-image.single .container-1 .grid .g-inner .category-date .date::before {
          content: "";
          width: .05rem;
          height: .05rem;
          border-radius: 100%;
          background-color: #000000;
          position: absolute;
          left: -0.15rem;
          top: calc(50% - 0.01rem);
          transform: translateY(-50%); }

.title-text-button-image.type-2 .container-1 .grid {
  flex-direction: row;
  gap: 0.3rem;
  align-items: flex-end; }
  .title-text-button-image.type-2 .container-1 .grid .g-inner:first-of-type {
    max-width: 7.93rem; }
  .title-text-button-image.type-2 .container-1 .grid .g-inner:last-of-type .buttons-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.32rem;
    margin-top: 0; }

.title-text-button-image .container-1 {
  margin-bottom: 0.6rem; }
  .title-text-button-image .container-1 .grid {
    flex-direction: column; }
    .title-text-button-image .container-1 .grid .g-inner:first-of-type .section-title {
      color: var(--primary-color);
      padding-top: 0.6rem;
      margin-bottom: 0.16rem; }
    .title-text-button-image .container-1 .grid .g-inner:first-of-type .section-text {
      color: #000000;
      margin-top: 0.16rem; }
      .title-text-button-image .container-1 .grid .g-inner:first-of-type .section-text.color-3 {
        color: var(--primary-color); }
    .title-text-button-image .container-1 .grid .g-inner:last-of-type .buttons-wrap {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0.32rem;
      margin-top: 0.32rem; }

.title-text-button-image .section-img-wrap {
  width: 100%;
  height: 5.62rem;
  position: relative; }

.title-text-button-image .bottom-bar {
  width: 100%;
  background-color: var(--primary-color);
  text-align: center;
  padding: 0.11rem 0.24rem 0.09rem 0.24rem;
  text-transform: capitalize; }
  .title-text-button-image .bottom-bar p {
    color: #ffffff; }
  .title-text-button-image .bottom-bar a {
    color: #ffffff; }

.title-text-button-image .img-info {
  text-align: right;
  padding: 0.08rem 1.2rem; }
  .title-text-button-image .img-info .img-info-text {
    color: #000000; }
    .title-text-button-image .img-info .img-info-text .img-info-link {
      color: #000000; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .title-text-button-image .section-img-wrap {
    height: 2.62rem; }
  .title-text-button-image.single .container-1 .grid .g-inner {
    width: 100%; }
    .title-text-button-image.single .container-1 .grid .g-inner .section-text {
      width: 100%; }
    .title-text-button-image.single .container-1 .grid .g-inner .category-date {
      justify-content: center; }
  .title-text-button-image.type-2 .container-1 .grid {
    flex-direction: column;
    gap: 0.3rem;
    align-items: flex-start; }
    .title-text-button-image.type-2 .container-1 .grid .g-inner:first-of-type {
      max-width: 7.93rem; }
    .title-text-button-image.type-2 .container-1 .grid .g-inner:last-of-type .buttons-wrap {
      justify-content: flex-start;
      gap: 0;
      margin-top: 0; }
  .title-text-button-image .container-1 {
    margin-bottom: 0.4rem; }
    .title-text-button-image .container-1 .grid .g-inner:first-of-type .section-title {
      padding-top: 0.4rem; }
    .title-text-button-image .container-1 .grid .g-inner:last-of-type .buttons-wrap {
      gap: 0; }
      .title-text-button-image .container-1 .grid .g-inner:last-of-type .buttons-wrap a:not(:first-of-type) {
        margin-left: 0;
        margin-top: 0.16rem; }
  .title-text-button-image .bottom-bar {
    padding: 0.12rem 0.2rem 0.08rem 0.2rem; }
  .title-text-button-image .img-info {
    text-align: right;
    padding: 0.08rem 0.2rem; } }

.style-color-7 {
  background-color: var(--secondary-color); }
  .style-color-7 .bottom-bar {
    margin: auto;
    max-width: 12.0rem;
    text-align: start;
    padding: 0.32rem 0.40rem;
    background-color: inherit; }
    .style-color-7 .bottom-bar p.text {
      text-transform: unset;
      color: #000000; }

.circles-section {
  margin: 0.6rem 0; }
  .circles-section .section-title {
    color: var(--primary-color); }
  .circles-section .section-text {
    margin-top: 0.24rem;
    color: #000000; }
  .circles-section .global p a {
    color: inherit !important; }
  .circles-section .global a {
    color: inherit !important; }
  .circles-section .inner-wrap {
    margin-top: 0.48rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 1.27rem;
         column-gap: 1.27rem;
    row-gap: 0.24rem;
    position: relative; }
    .circles-section .inner-wrap .circle-wrap {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 2.82rem;
      height: 2.82rem;
      border-radius: 100%;
      padding: 0 0.32rem;
      text-align: center;
      background-color: var(--tertiary-color); }
      .circles-section .inner-wrap .circle-wrap.color-5 {
        background-color: #c3d8a4; }
      .circles-section .inner-wrap .circle-wrap.color-6 {
        background-color: #dcb359; }
      .circles-section .inner-wrap .circle-wrap .circle-number {
        position: absolute;
        top: 0.15rem;
        left: 0.15rem;
        width: 0.48rem;
        height: 0.48rem;
        border-radius: 100%;
        background-color: #000000; }
        .circles-section .inner-wrap .circle-wrap .circle-number .number {
          color: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .circles-section .inner-wrap .circle-wrap .circle-title {
        color: #000000; }
      .circles-section .inner-wrap .circle-wrap .circle-text {
        margin-top: 0.25rem;
        color: #000000; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .circles-section {
      margin: 0.4rem 0; }
      .circles-section .section-text {
        width: 100%; }
      .circles-section .inner-wrap {
        flex-direction: column;
        align-items: center; } }

.title-text-grid {
  padding: 0.6rem 0; }
  .title-text-grid.color-3 {
    background-color: var(--primary-color);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; }
    .title-text-grid.color-3 .section-title {
      color: #ffffff; }
    .title-text-grid.color-3 .grid .text-card.g-inner {
      color: #ffffff; }
  .title-text-grid .section-title {
    color: var(--primary-color); }
  .title-text-grid .grid {
    margin-top: 0.32rem;
    row-gap: 0.48rem;
    -moz-column-gap: 0.24rem;
         column-gap: 0.24rem;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .title-text-grid .grid .text-card.g-inner {
      width: calc(100% / 4 - 0.18rem);
      color: #000000; }
      .title-text-grid .grid .text-card.g-inner .card-title {
        display: block; }
      .title-text-grid .grid .text-card.g-inner ul {
        list-style: disc;
        padding-left: 0.25rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .title-text-grid {
      padding: 0.4rem 0; }
      .title-text-grid.color-3 {
        color: var(--primary-color);
        padding-top: 0.6rem;
        padding-bottom: 0.6rem; }
      .title-text-grid .grid .text-card.g-inner {
        width: 100%; } }

.icons-section {
  padding: 1.2rem 0;
  background-color: var(--primary-color); }
  .icons-section.type-2 .grid {
    align-items: center;
    margin-top: 0; }
    .icons-section.type-2 .grid .g-inner {
      width: calc(100% / 2 - 0.12rem); }
    .icons-section.type-2 .grid .g-inner:first-of-type {
      row-gap: 0.48rem;
      -moz-column-gap: 0.24rem;
           column-gap: 0.24rem; }
      .icons-section.type-2 .grid .g-inner:first-of-type .section-title {
        width: 100%; }
      .icons-section.type-2 .grid .g-inner:first-of-type .icon-card {
        width: 2.81rem;
        display: flex;
        flex-direction: row;
        align-items: center; }
    .icons-section.type-2 .grid .g-inner:last-of-type .section-img-wrap {
      position: relative;
      width: 100%;
      height: 4.03rem; }
  .icons-section .section-title {
    color: #ffffff; }
  .icons-section .grid {
    margin-top: 0.32rem; }
    @media screen and (min-width: 767px) {
      .icons-section .grid .g-inner.odd {
        justify-content: center; }
      .icons-section .grid .g-inner.even {
        -moz-column-gap: .9rem !important;
             column-gap: .9rem !important; }
        .icons-section .grid .g-inner.even .icon-card {
          width: 4.81rem !important; } }
    .icons-section .grid .g-inner:first-of-type {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      row-gap: 0.48rem;
      -moz-column-gap: 1.78rem;
           column-gap: 1.78rem; }
      .icons-section .grid .g-inner:first-of-type .icon-card {
        width: 2.81rem;
        display: flex;
        flex-direction: row;
        align-items: center; }
        .icons-section .grid .g-inner:first-of-type .icon-card .icon-wrap {
          width: 0.72rem;
          height: 0.72rem;
          margin-right: 0.24rem;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          .icons-section .grid .g-inner:first-of-type .icon-card .icon-wrap img, .icons-section .grid .g-inner:first-of-type .icon-card .icon-wrap svg {
            width: inherit;
            height: inherit; }
        .icons-section .grid .g-inner:first-of-type .icon-card .text-wrap {
          max-width: calc(100% - 0.96rem); }
          .icons-section .grid .g-inner:first-of-type .icon-card .text-wrap .card-text {
            color: #ffffff; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .icons-section {
      padding: 0.6rem 0;
      background-color: var(--primary-color); }
      .icons-section.type-2 .grid {
        flex-direction: column; }
        .icons-section.type-2 .grid .g-inner {
          width: 100%; }
        .icons-section.type-2 .grid .g-inner:first-of-type .section-title {
          width: 100%; }
        .icons-section.type-2 .grid .g-inner:first-of-type .icon-card {
          width: 100%; }
        .icons-section.type-2 .grid .g-inner:last-of-type {
          margin-top: 0.48rem; }
      .icons-section .section-title {
        color: #ffffff; }
      .icons-section .grid .g-inner:first-of-type {
        flex-direction: column;
        gap: 0.48rem; }
        .icons-section .grid .g-inner:first-of-type .icon-card {
          width: 100%; }
          .icons-section .grid .g-inner:first-of-type .icon-card .text-wrap {
            max-width: calc(100% - 0.96rem); } }

.title-text-list {
  padding: 0.6rem 0; }
  .title-text-list .section-title {
    color: var(--primary-color); }
  .title-text-list .grid {
    margin-top: 0.56rem; }
    .title-text-list .grid .g-inner {
      width: calc(100% / 2 - 0.6rem); }
    .title-text-list .grid .g-inner:first-of-type .section-text {
      color: #000000; }
    .title-text-list .grid .g-inner:last-of-type .list {
      display: flex;
      flex-direction: column; }
      .title-text-list .grid .g-inner:last-of-type .list .list-item {
        display: flex;
        flex-direction: row;
        gap: 0.24rem;
        padding: 0.24rem 0;
        width: 100%;
        position: relative;
        align-items: center;
        text-decoration: none; }
        .title-text-list .grid .g-inner:last-of-type .list .list-item:first-of-type {
          padding-top: 0; }
        .title-text-list .grid .g-inner:last-of-type .list .list-item:last-of-type {
          padding-bottom: 0; }
          .title-text-list .grid .g-inner:last-of-type .list .list-item:last-of-type::after {
            display: none; }
        .title-text-list .grid .g-inner:last-of-type .list .list-item::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #000000;
          opacity: 0.3; }
        .title-text-list .grid .g-inner:last-of-type .list .list-item .item-img-wrap {
          border-radius: 100%;
          overflow: hidden;
          position: relative;
          width: 0.64rem;
          height: 0.64rem; }
        .title-text-list .grid .g-inner:last-of-type .list .list-item .item-text {
          color: var(--tertiary-color);
          max-width: 4.53rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .title-text-list {
      padding: 0.4rem 0; }
      .title-text-list .grid {
        margin-top: 0.48rem; }
        .title-text-list .grid .g-inner {
          width: 100%; }
        .title-text-list .grid .g-inner:last-of-type {
          margin-top: 0.24rem; }
          .title-text-list .grid .g-inner:last-of-type .list .list-item .item-text {
            color: var(--tertiary-color);
            max-width: 2.6rem; } }

.partners-logo-section {
  padding: 0.6rem 0; }
  .partners-logo-section .section-title {
    color: var(--primary-color); }
  .partners-logo-section .media {
    -o-object-fit: contain !important;
       object-fit: contain !important; }
  .partners-logo-section .grid {
    margin-top: 0.48rem;
    -moz-column-gap: 1.27rem;
         column-gap: 1.27rem;
    row-gap: 0.24rem;
    flex-wrap: wrap;
    justify-content: center; }
    .partners-logo-section .grid .g-inner {
      width: 2.82rem;
      height: 2.82rem;
      position: relative; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .partners-logo-section {
      padding: 0.4rem 0; }
      .partners-logo-section .grid {
        gap: 0.24rem;
        align-items: center; } }

.team-section {
  padding: 0.6rem 0; }
  .team-section .section-title {
    color: var(--primary-color); }
  .team-section .section-text {
    color: #000000;
    margin-top: 0.16rem; }
  .team-section .grid {
    flex-wrap: wrap;
    -moz-column-gap: 0.24rem;
         column-gap: 0.24rem;
    row-gap: 0.48rem;
    justify-content: flex-start;
    margin-top: 0.16rem; }
    .team-section .grid .g-inner {
      width: calc(100% / 3 - 0.16rem);
      position: relative; }
      .team-section .grid .g-inner .team-card {
        position: relative;
        display: block;
        height: 100%;
        display: flex;
        flex-direction: column; }
        .team-section .grid .g-inner .team-card .top-wrap {
          width: 100%; }
          .team-section .grid .g-inner .team-card .top-wrap .card-img {
            display: block;
            position: relative;
            width: 100%;
            height: 4.02rem; }
        .team-section .grid .g-inner .team-card .bottom-wrap {
          margin-top: 0.16rem; }
          .team-section .grid .g-inner .team-card .bottom-wrap .card-title {
            color: var(--primary-color); }
          .team-section .grid .g-inner .team-card .bottom-wrap .card-subtitle {
            color: var(--primary-color); }
            .team-section .grid .g-inner .team-card .bottom-wrap .card-subtitle-black {
              color: #000000; }
          .team-section .grid .g-inner .team-card .bottom-wrap .card-text {
            color: #000000;
            margin-top: 0.08rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .team-section {
      padding: 0.4rem 0; }
      .team-section .section-text {
        margin-bottom: 0.48rem; }
      .team-section .grid {
        gap: 0.24rem; }
        .team-section .grid .g-inner {
          width: 100%; } }

.quote-section {
  margin: 0.6rem 0;
  padding: 1.2rem 0;
  background-color: var(--primary-color); }
  .quote-section.single {
    margin: 0.4rem 0;
    padding: 0;
    background-color: transparent; }
    .quote-section.single .grid {
      gap: 0.2rem; }
      .quote-section.single .grid .g-inner:first-of-type {
        width: 1.84rem; }
        .quote-section.single .grid .g-inner:first-of-type .section-img {
          height: 1.84rem; }
      .quote-section.single .grid .g-inner:last-of-type {
        width: 5.88rem; }
        .quote-section.single .grid .g-inner:last-of-type .section-text {
          color: #000000; }
          .quote-section.single .grid .g-inner:last-of-type .section-text:last-of-type {
            margin-top: 0.24rem; }
  .quote-section .grid {
    justify-content: flex-start;
    gap: 1.07rem; }
    .quote-section .grid .g-inner:first-of-type {
      width: 2.82rem; }
      .quote-section .grid .g-inner:first-of-type .section-img {
        width: 100%;
        height: 2.72rem;
        position: relative;
        overflow: hidden;
        border-radius: 100%; }
    .quote-section .grid .g-inner:last-of-type {
      width: 7.12rem; }
      .quote-section .grid .g-inner:last-of-type .section-text {
        color: #ffffff; }
        .quote-section .grid .g-inner:last-of-type .section-text:last-of-type {
          margin-top: 0.88rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .quote-section {
      margin: 0.4rem 0;
      padding: 0.6rem 0; }
      .quote-section.single .grid {
        gap: 0.2rem;
        align-items: center; }
        .quote-section.single .grid .g-inner:first-of-type {
          width: 100%; }
          .quote-section.single .grid .g-inner:first-of-type .section-img {
            margin: 0 auto;
            width: 1.84rem;
            height: 1.84rem; }
        .quote-section.single .grid .g-inner:last-of-type {
          width: 100%; }
      .quote-section .grid {
        align-items: center;
        gap: 0.5rem; }
        .quote-section .grid .g-inner:last-of-type {
          width: 100%; }
          .quote-section .grid .g-inner:last-of-type .section-text:last-of-type {
            margin-top: 0.4rem; } }

.title-text-cards .intro-container {
  display: flex;
  flex-direction: row;
  gap: 0.48rem;
  padding-top: 0.6rem; }
  .title-text-cards .intro-container.with-img {
    padding: 0.6rem 0; }
    .title-text-cards .intro-container.with-img .text-wrap {
      width: 7.93rem; }
  .title-text-cards .intro-container .section-img {
    width: 2.88rem;
    height: 2.88rem;
    position: relative; }
  .title-text-cards .intro-container .text-wrap {
    width: 100%; }
    .title-text-cards .intro-container .text-wrap .section-title {
      color: var(--primary-color); }
    .title-text-cards .intro-container .text-wrap .section-text {
      margin-top: 0.16rem;
      color: #000000; }

.title-text-cards .grid {
  padding: 0.6rem 0;
  gap: 0.24rem;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .title-text-cards .grid.three-cards .g-inner {
    width: calc(33% - 0.12rem); }
  .title-text-cards .grid .g-inner {
    width: calc(50% - 0.12rem); }
    .title-text-cards .grid .g-inner .card-wrap {
      padding: 0.32rem;
      background-color: var(--secondary-color);
      height: 100%; }
      .title-text-cards .grid .g-inner .card-wrap .card-title {
        color: #000000; }
        .title-text-cards .grid .g-inner .card-wrap .card-title.color-3 {
          color: var(--primary-color); }
      .title-text-cards .grid .g-inner .card-wrap .card-text {
        color: #000000;
        margin-top: 0.24rem; }
      .title-text-cards .grid .g-inner .card-wrap a {
        margin-top: 0.24rem; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .title-text-cards .intro-container {
    flex-direction: column;
    align-items: center;
    padding-top: 0.4rem; }
    .title-text-cards .intro-container.with-img {
      padding: 0.4rem 0; }
      .title-text-cards .intro-container.with-img .text-wrap {
        width: 100%; }
  .title-text-cards .grid {
    padding: 0.4rem 0;
    gap: 0.24rem; }
    .title-text-cards .grid.three-cards .g-inner {
      width: 100%; }
    .title-text-cards .grid .g-inner {
      width: 100%; } }

.table-section {
  margin: 0.6rem 0; }
  .table-section.single {
    padding: 0; }
    .table-section.single .table-wrap {
      padding: 0;
      margin: 0; }
  .table-section .members-wrapper {
    margin-bottom: 0.80rem; }
  .table-section .table-wrap-logo {
    display: flex;
    justify-content: space-between; }
    .table-section .table-wrap-logo .text {
      color: #000000; }
    .table-section .table-wrap-logo .logo-table-wrap {
      width: 5.88rem; }
      .table-section .table-wrap-logo .logo-table-wrap .logo-wrapper {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #000000;
        padding-bottom: .24rem;
        padding-top: .24rem; }
        .table-section .table-wrap-logo .logo-table-wrap .logo-wrapper .logo-wrap {
          max-width: .87rem;
          height: .40rem; }
          .table-section .table-wrap-logo .logo-table-wrap .logo-wrapper .logo-wrap .media {
            width: 100%;
            height: auto;
            position: relative;
            vertical-align: middle; }
        .table-section .table-wrap-logo .logo-table-wrap .logo-wrapper .info-wrap {
          display: flex; }
          .table-section .table-wrap-logo .logo-table-wrap .logo-wrapper .info-wrap .representative-wrap {
            margin-right: 0.48rem; }
  .table-section .container-1 {
    margin-bottom: 0.8rem; }
  .table-section .section-title {
    color: var(--primary-color);
    margin-bottom: 0.4rem; }
  .table-section .section-text {
    color: #000000; }
  .table-section .buttons-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.32rem;
    margin-top: 0.4rem; }
  .table-section .table-wrap {
    margin-top: 0.8rem;
    margin-bottom: 0.6rem; }
    .table-section .table-wrap.margin-top-small {
      margin-top: 0.48rem; }
    .table-section .table-wrap .table-title-wrap {
      position: relative;
      padding-left: 0.24rem; }
      .table-section .table-wrap .table-title-wrap::before {
        content: "";
        width: 0.04rem;
        height: 100%;
        background-color: var(--primary-color);
        position: absolute;
        top: 0;
        left: 0; }
      .table-section .table-wrap .table-title-wrap .table-title {
        color: var(--primary-color); }
      .table-section .table-wrap .table-title-wrap .table-text {
        color: #000000;
        margin-top: 0.11rem; }
        .table-section .table-wrap .table-title-wrap .table-text.color-4 {
          color: var(--tertiary-color); }
    .table-section .table-wrap .button-wrap {
      display: flex;
      justify-content: center;
      margin-top: 0.08rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .table-section {
      margin: 0.4rem 0; }
      .table-section .table-wrap-logo {
        justify-content: center;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start; }
        .table-section .table-wrap-logo .logo-table-wrap {
          width: 100%; }
          .table-section .table-wrap-logo .logo-table-wrap .logo-wrapper {
            padding-bottom: .16rem;
            padding-top: .16rem; }
            .table-section .table-wrap-logo .logo-table-wrap .logo-wrapper .logo-wrap {
              display: flex;
              align-items: center;
              justify-content: center; }
            .table-section .table-wrap-logo .logo-table-wrap .logo-wrapper .info-wrap {
              flex-wrap: wrap; }
              .table-section .table-wrap-logo .logo-table-wrap .logo-wrapper .info-wrap .representative-wrap {
                margin-right: 0.2rem; }
      .table-section .section-text {
        color: #000000;
        margin-top: 0.4rem; }
      .table-section .buttons-wrap {
        align-items: flex-start; }
      .table-section .table-wrap {
        margin-top: 0.6rem;
        padding: 0 0.2rem; } }

.images-section {
  margin: 0.48rem 0; }
  .images-section.two-img .grid {
    margin-top: 0.4rem; }
  .images-section.single {
    margin: 0.4rem 0; }
    .images-section.single .section-title {
      color: var(--primary-color); }
    .images-section.single .grid {
      margin-top: 0.4rem;
      gap: 0.24rem;
      justify-content: flex-start; }
      .images-section.single .grid .g-inner {
        width: 2.82rem; }
        .images-section.single .grid .g-inner .img-text-wrap .top-wrap .img-wrap {
          height: 2.82rem; }
        .images-section.single .grid .g-inner .img-text-wrap .bottom-wrap {
          background-color: transparent;
          padding: 0;
          margin-top: 0.16rem; }
          .images-section.single .grid .g-inner .img-text-wrap .bottom-wrap .img-title {
            color: var(--primary-color);
            margin-top: 0.16rem; }
          .images-section.single .grid .g-inner .img-text-wrap .bottom-wrap .img-text {
            font-weight: 400; }
  .images-section.three-img {
    padding-bottom: 0.6rem; }
    .images-section.three-img .grid {
      margin-top: 0.4rem;
      gap: 0.24rem;
      row-gap: 0.16rem; }
      .images-section.three-img .grid .g-inner {
        width: calc(100% / 3 - 0.16rem); }
        .images-section.three-img .grid .g-inner .img-text-wrap .top-wrap .img-wrap {
          height: 4.02rem; }
        .images-section.three-img .grid .g-inner .img-text-wrap .bottom-wrap {
          background-color: transparent;
          padding: 0;
          margin-top: 0.16rem; }
          .images-section.three-img .grid .g-inner .img-text-wrap .bottom-wrap .img-title {
            color: var(--primary-color);
            margin-top: 0.16rem; }
  .images-section .section-title {
    color: var(--primary-color);
    margin-bottom: 0.16rem; }
  .images-section .section-text {
    margin-bottom: 0.16rem;
    color: #000000; }
  .images-section .grid {
    gap: 0.24rem;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .images-section .grid .g-inner {
      width: calc(100% / 2 - 0.12rem); }
      .images-section .grid .g-inner .img-text-wrap .top-wrap .img-wrap {
        width: 100%;
        height: 4.52rem;
        position: relative; }
      .images-section .grid .g-inner .img-text-wrap .bottom-wrap {
        padding: 0.32rem;
        background-color: var(--secondary-color); }
        .images-section .grid .g-inner .img-text-wrap .bottom-wrap .img-title {
          color: var(--primary-color); }
        .images-section .grid .g-inner .img-text-wrap .bottom-wrap .img-text {
          color: #000000; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .images-section {
      margin: 0.4rem 0; }
      .images-section.single .grid {
        align-items: center; }
        .images-section.single .grid .g-inner {
          width: 2.82rem; }
      .images-section.three-img {
        padding-bottom: 0.4rem; }
        .images-section.three-img .grid .g-inner {
          width: 100%; }
          .images-section.three-img .grid .g-inner .img-text-wrap .bottom-wrap {
            background-color: transparent;
            padding: 0;
            margin-top: 0.16rem; }
            .images-section.three-img .grid .g-inner .img-text-wrap .bottom-wrap .img-title {
              color: var(--primary-color);
              margin-top: 0.16rem; }
      .images-section .grid .g-inner {
        width: 100%; } }

.contact-section {
  padding: 0.6rem 0; }
  .contact-section.type-2 .contact-wrap .contact-card::before {
    display: none; }
  .contact-section.type-2 .contact-wrap .contact-card .card-title {
    position: relative;
    margin-bottom: 0.11rem; }
    .contact-section.type-2 .contact-wrap .contact-card .card-title::before {
      content: "";
      width: 0.04rem;
      height: 100%;
      background-color: var(--primary-color);
      position: absolute;
      top: 0;
      left: -0.12rem; }
  .contact-section.type-2 .contact-wrap .contact-card .card-email {
    margin-top: 0.11rem;
    color: var(--tertiary-color);
    text-decoration: none;
    transition: color 0.4s cubic-bezier(0.51, 0.01, 0.2, 1); }
    .contact-section.type-2 .contact-wrap .contact-card .card-email:hover {
      color: var(--primary-color); }
  .contact-section .contact-wrap {
    display: flex;
    flex-direction: row;
    gap: 0.72rem; }
    .contact-section .contact-wrap .contact-card {
      padding-left: 0.24rem;
      position: relative; }
      .contact-section .contact-wrap .contact-card::before {
        content: "";
        width: 0.04rem;
        height: 100%;
        background-color: var(--primary-color);
        position: absolute;
        top: 0;
        left: 0; }
      .contact-section .contact-wrap .contact-card .card-title {
        color: var(--primary-color); }
      .contact-section .contact-wrap .contact-card .card-email {
        margin-top: 0.11rem;
        color: var(--tertiary-color);
        text-decoration: none;
        transition: color 0.4s cubic-bezier(0.51, 0.01, 0.2, 1); }
        .contact-section .contact-wrap .contact-card .card-email:hover {
          color: var(--primary-color); }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .contact-section {
      padding: 0.4rem 0; }
      .contact-section .contact-wrap {
        display: flex;
        flex-direction: column;
        gap: 0.24rem; }
        .contact-section .contact-wrap .contact-card {
          padding-left: 0.24rem;
          position: relative; } }

.headline-with-background-color.top-padding {
  padding-top: 0.6rem; }

.headline-with-background-color .headline-container {
  padding: 0.44rem 1.2rem;
  width: 100%;
  background-color: var(--primary-color); }
  .headline-with-background-color .headline-container .section-title {
    color: #ffffff;
    max-width: 14.40rem;
    margin: 0 auto; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .headline-with-background-color.top-padding {
    padding-top: 0.4rem; }
  .headline-with-background-color .headline-container {
    padding: 0.44rem 0.2rem; } }

.scrollto-section {
  padding-top: 0.4rem; }
  .scrollto-section.filter {
    padding-bottom: 0; }
    .scrollto-section.filter .container-1 {
      margin-bottom: 0; }
      .scrollto-section.filter .container-1 .scrollto-inner {
        gap: 0.1rem; }
  .scrollto-section .scrollto-title {
    color: var(--primary-color);
    margin-bottom: 0.15rem;
    padding-bottom: 0.15rem;
    position: relative; }
    .scrollto-section .scrollto-title::after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #000000;
      opacity: 0.3;
      position: absolute;
      bottom: 0;
      left: 0; }
  .scrollto-section .scrollto-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.32rem;
    row-gap: 0.17rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .scrollto-section {
      padding: 0.4rem 0; }
      .scrollto-section .scrollto-inner {
        gap: 0.1rem;
        row-gap: 0.1rem; }
        .scrollto-section .scrollto-inner .cta-button {
          padding: 0.08rem 0.12rem 0.07rem; } }

.shortcode #uga-hab-value {
  padding-bottom: .4rem;
  padding-top: .4rem; }
  .shortcode #uga-hab-value .uga-hab-value-content {
    width: 100%;
    max-width: 12rem;
    margin: auto; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .shortcode #uga-hab-value .uga-hab-value-content {
        max-width: 3.5rem; } }
  .shortcode #uga-hab-value table {
    width: 3rem; }
    .shortcode #uga-hab-value table thead tr th {
      font-weight: bold !important;
      text-align: start !important; }
    .shortcode #uga-hab-value table tbody tr th {
      text-align: start; }
    .shortcode #uga-hab-value table tbody tr td {
      text-align: start;
      font-weight: normal !important; }

.shortcode .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }
  .shortcode .panel-heading .panel-title button {
    padding: 0;
    width: 40px;
    height: 40px;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit; }
  .shortcode .panel-heading .panel-title .glyphicon-collapse-up:before {
    content: url(../js/../img/svg/collapse-up.svg);
    width: 20px;
    height: 20px; }
  .shortcode .panel-heading .panel-title .glyphicon-collapse-down:before {
    content: url(../js/../img/svg/collapse-down.svg);
    width: 20px;
    height: 20px; }
  .shortcode .panel-heading .panel-title .badge {
    color: #f5f5f5;
    background-color: #333;
    margin-left: 3px;
    margin-right: auto;
    font-size: .8em;
    border-radius: 4px;
    padding: .05rem .1rem; }

.shortcode .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #ddd;
  text-decoration: none;
  color: inherit;
  font-size: inherit; }

.shortcode .glmap-container tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.shortcode .glmap-container tbody tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.shortcode .glmap-container .panel-heading button.close {
  display: none; }

.shortcode .glmap-container .listbox-filter-row .input-group {
  display: flex !important;
  margin: 10px; }

.shortcode .glmap-container .catalog-col-key, .shortcode .glmap-container .catalog-col-label, .shortcode .glmap-container .catalog-col-ending {
  text-align: start;
  padding: 0 8px; }

.shortcode .panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px; }

.shortcode .panel-body {
  padding: 15px;
  color: inherit;
  font: inherit; }
  .shortcode .panel-body a {
    color: #32899e; }

.grid-iframe {
  padding-top: .4rem;
  padding-bottom: .4rem; }
  .grid-iframe iframe {
    width: 100%;
    min-height: 5rem; }

.single .short-text {
  width: 7.93rem;
  text-align: center;
  margin: auto; }

.single .content-text {
  color: #000000; }

.single-article {
  padding-top: 0.6rem; }
  .single-article .container-2 {
    width: 100%;
    max-width: 9.96rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .single-article .social-wrap {
    max-width: 0.74rem;
    text-align: center; }
    .single-article .social-wrap .social-text {
      color: #000000; }
    .single-article .social-wrap .social-buttons .social-button {
      display: inline-block;
      width: 0.48rem;
      height: 0.48rem;
      background-color: var(--tertiary-color);
      position: relative;
      border-radius: 100%;
      vertical-align: middle;
      transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.2, 1);
      margin-top: 0.16rem; }
      .single-article .social-wrap .social-buttons .social-button:hover {
        transform: scale(1.1); }
      .single-article .social-wrap .social-buttons .social-button .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .single-article .social-wrap .social-buttons .social-button .icon.twitter {
          width: 0.2rem;
          height: 0.16rem; }
        .single-article .social-wrap .social-buttons .social-button .icon.facebook {
          width: 0.1rem;
          height: 0.2rem; }
  .single-article .article-wrap {
    width: 7.95rem; }
    .single-article .article-wrap > section:first-of-type {
      margin-top: 0;
      padding-top: 0; }
    .single-article .article-wrap .buttons-wrap {
      display: flex;
      flex-direction: row;
      gap: 0.24rem; }
      .single-article .article-wrap .buttons-wrap .article-button {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        text-decoration: none;
        padding: 0.08rem;
        background-color: var(--secondary-color);
        border-radius: 0.32rem; }
        .single-article .article-wrap .buttons-wrap .article-button .icon-wrap {
          width: 0.32rem;
          height: 0.32rem;
          background: var(--primary-color);
          position: relative;
          border-radius: 100%; }
          .single-article .article-wrap .buttons-wrap .article-button .icon-wrap .icon {
            width: 0.11rem;
            height: 0.08rem;
            fill: #ffffff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .single-article .article-wrap .buttons-wrap .article-button .article-button-text {
          color: #000000;
          white-space: nowrap; }
      .single-article .article-wrap .buttons-wrap .prev-button-wrap {
        padding-right: 0.16rem; }
        .single-article .article-wrap .buttons-wrap .prev-button-wrap .article-button-text {
          padding-left: 0.08rem;
          color: var(--primary-color); }
      .single-article .article-wrap .buttons-wrap .next-button-wrap {
        padding-left: 0.16rem; }
        .single-article .article-wrap .buttons-wrap .next-button-wrap .article-button-text {
          padding-right: 0.08rem;
          color: var(--primary-color); }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .single-article {
      padding-top: 0.4rem; }
      .single-article .container-2 {
        max-width: 3.5rem;
        flex-direction: column; }
      .single-article .social-wrap {
        max-width: 100%;
        text-align: left;
        margin-bottom: 0.24rem; }
        .single-article .social-wrap .social-buttons .social-button {
          margin-right: 0.16rem; }
      .single-article .article-wrap {
        width: 100%; }
        .single-article .article-wrap .buttons-wrap {
          gap: 0.12rem; }
          .single-article .article-wrap .buttons-wrap .article-button .icon-wrap {
            width: 0.28rem;
            height: 0.28rem; }
          .single-article .article-wrap .buttons-wrap .article-button .article-button-text {
            font-size: 0.16rem; } }

/* BOOTSTRAP */
.gutenberg-editor-front {
  width: 100%;
  max-width: 10.90rem;
  margin: auto;
  margin-bottom: 0.5rem;
  /*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /* TINY MCE STYLES */
  /* start commented backslash hack \*/
  /* close commented backslash hack */ }
  .gutenberg-editor-front ul,
  .gutenberg-editor-front ol {
    font-family: "neuzeit-grotesk", sans-serif;
    list-style: disc;
    margin-left: 24px;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.2rem; }
    .gutenberg-editor-front ul li,
    .gutenberg-editor-front ol li {
      margin-bottom: 0.08rem;
      font-size: .16rem;
      line-height: .26rem;
      list-style: disc; }
  .gutenberg-editor-front ol li {
    list-style: decimal; }
  .gutenberg-editor-front table td {
    padding: .1rem; }
  .gutenberg-editor-front table#activities th {
    border: 1px solid gray;
    font-weight: bold; }
  .gutenberg-editor-front table#activities td {
    border: 1px solid gray; }
  .gutenberg-editor-front .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container {
    max-width: 1200px; }
    .gutenberg-editor-front .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_pagination {
      justify-content: center; }
      .gutenberg-editor-front .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container .wp-block-jetpack-slideshow_pagination .swiper-pagination-simple {
        text-align: center; }
  .gutenberg-editor-front .wp-block-columns {
    margin-bottom: 0.24rem; }
    .gutenberg-editor-front .wp-block-columns.has-background {
      padding: 0.2rem; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .gutenberg-editor-front {
      max-width: 3.5rem; } }
  .gutenberg-editor-front html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  .gutenberg-editor-front body {
    margin: 0; }
  .gutenberg-editor-front article,
  .gutenberg-editor-front aside,
  .gutenberg-editor-front details,
  .gutenberg-editor-front figcaption,
  .gutenberg-editor-front figure,
  .gutenberg-editor-front footer,
  .gutenberg-editor-front header,
  .gutenberg-editor-front hgroup,
  .gutenberg-editor-front main,
  .gutenberg-editor-front menu,
  .gutenberg-editor-front nav,
  .gutenberg-editor-front section,
  .gutenberg-editor-front summary {
    display: block; }
  .gutenberg-editor-front audio,
  .gutenberg-editor-front canvas,
  .gutenberg-editor-front progress,
  .gutenberg-editor-front video {
    display: inline-block;
    vertical-align: baseline; }
  .gutenberg-editor-front audio:not([controls]) {
    display: none;
    height: 0; }
  .gutenberg-editor-front [hidden],
  .gutenberg-editor-front template {
    display: none; }
  .gutenberg-editor-front a {
    background-color: transparent; }
  .gutenberg-editor-front a:active,
  .gutenberg-editor-front a:hover {
    outline: 0; }
  .gutenberg-editor-front abbr[title] {
    border-bottom: 1px dotted; }
  .gutenberg-editor-front b,
  .gutenberg-editor-front strong {
    font-weight: bold; }
  .gutenberg-editor-front dfn {
    font-style: italic; }
  .gutenberg-editor-front h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .gutenberg-editor-front mark {
    background: #ff0;
    color: #000; }
  .gutenberg-editor-front small {
    font-size: 80%; }
  .gutenberg-editor-front sub,
  .gutenberg-editor-front sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .gutenberg-editor-front sup {
    top: -0.5em; }
  .gutenberg-editor-front sub {
    bottom: -0.25em; }
  .gutenberg-editor-front img {
    border: 0; }
  .gutenberg-editor-front svg:not(:root) {
    overflow: hidden; }
  .gutenberg-editor-front figure {
    margin: 1em 40px; }
  .gutenberg-editor-front hr {
    box-sizing: content-box;
    height: 0; }
  .gutenberg-editor-front pre {
    overflow: auto; }
  .gutenberg-editor-front code,
  .gutenberg-editor-front kbd,
  .gutenberg-editor-front pre,
  .gutenberg-editor-front samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .gutenberg-editor-front button,
  .gutenberg-editor-front input,
  .gutenberg-editor-front optgroup,
  .gutenberg-editor-front select,
  .gutenberg-editor-front textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  .gutenberg-editor-front button {
    overflow: visible; }
  .gutenberg-editor-front button,
  .gutenberg-editor-front select {
    text-transform: none; }
  .gutenberg-editor-front button,
  .gutenberg-editor-front html input[type="button"],
  .gutenberg-editor-front input[type="reset"],
  .gutenberg-editor-front input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .gutenberg-editor-front button[disabled],
  .gutenberg-editor-front html input[disabled] {
    cursor: default; }
  .gutenberg-editor-front button::-moz-focus-inner,
  .gutenberg-editor-front input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .gutenberg-editor-front input {
    line-height: normal; }
  .gutenberg-editor-front input[type="checkbox"],
  .gutenberg-editor-front input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .gutenberg-editor-front input[type="number"]::-webkit-inner-spin-button,
  .gutenberg-editor-front input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .gutenberg-editor-front input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
  .gutenberg-editor-front input[type="search"]::-webkit-search-cancel-button,
  .gutenberg-editor-front input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .gutenberg-editor-front fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .gutenberg-editor-front legend {
    border: 0;
    padding: 0; }
  .gutenberg-editor-front textarea {
    overflow: auto; }
  .gutenberg-editor-front optgroup {
    font-weight: bold; }
  .gutenberg-editor-front table {
    border-collapse: collapse;
    border-spacing: 0; }
  .gutenberg-editor-front td,
  .gutenberg-editor-front th {
    padding: 0; }
  @media print {
    .gutenberg-editor-front *,
    .gutenberg-editor-front *:before,
    .gutenberg-editor-front *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    .gutenberg-editor-front a,
    .gutenberg-editor-front a:visited {
      text-decoration: underline; }
    .gutenberg-editor-front a[href]:after {
      content: " (" attr(href) ")"; }
    .gutenberg-editor-front abbr[title]:after {
      content: " (" attr(title) ")"; }
    .gutenberg-editor-front a[href^="#"]:after,
    .gutenberg-editor-front a[href^="javascript:"]:after {
      content: ""; }
    .gutenberg-editor-front pre,
    .gutenberg-editor-front blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .gutenberg-editor-front thead {
      display: table-header-group; }
    .gutenberg-editor-front tr,
    .gutenberg-editor-front img {
      page-break-inside: avoid; }
    .gutenberg-editor-front img {
      max-width: 100% !important; }
    .gutenberg-editor-front p,
    .gutenberg-editor-front h2,
    .gutenberg-editor-front h3 {
      orphans: 3;
      widows: 3; }
    .gutenberg-editor-front h2,
    .gutenberg-editor-front h3 {
      page-break-after: avoid; }
    .gutenberg-editor-front .navbar {
      display: none; }
    .gutenberg-editor-front .btn > .caret,
    .gutenberg-editor-front .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .gutenberg-editor-front .label {
      border: 1px solid #000; }
    .gutenberg-editor-front .table {
      border-collapse: collapse !important; }
      .gutenberg-editor-front .table td,
      .gutenberg-editor-front .table th {
        background-color: #fff !important; }
    .gutenberg-editor-front .table-bordered th,
    .gutenberg-editor-front .table-bordered td {
      border: 1px solid #ddd !important; } }
  .gutenberg-editor-front * {
    box-sizing: border-box; }
  .gutenberg-editor-front *:before,
  .gutenberg-editor-front *:after {
    box-sizing: border-box; }
  .gutenberg-editor-front html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .gutenberg-editor-front body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff; }
  .gutenberg-editor-front input,
  .gutenberg-editor-front button,
  .gutenberg-editor-front select,
  .gutenberg-editor-front textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .gutenberg-editor-front a {
    color: #337ab7;
    text-decoration: none; }
    .gutenberg-editor-front a:hover, .gutenberg-editor-front a:focus {
      color: #23527c;
      text-decoration: underline; }
    .gutenberg-editor-front a:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  .gutenberg-editor-front figure {
    margin: 0; }
  .gutenberg-editor-front img {
    vertical-align: middle; }
  .gutenberg-editor-front .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  .gutenberg-editor-front .img-rounded {
    border-radius: 6px; }
  .gutenberg-editor-front .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .gutenberg-editor-front .img-circle {
    border-radius: 50%; }
  .gutenberg-editor-front hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }
  .gutenberg-editor-front .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .gutenberg-editor-front .sr-only-focusable:active, .gutenberg-editor-front .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .gutenberg-editor-front [role="button"] {
    cursor: pointer; }
  .gutenberg-editor-front h1, .gutenberg-editor-front h2, .gutenberg-editor-front h3, .gutenberg-editor-front h4, .gutenberg-editor-front h5, .gutenberg-editor-front h6,
  .gutenberg-editor-front .h1, .gutenberg-editor-front .h2, .gutenberg-editor-front .h3, .gutenberg-editor-front .h4, .gutenberg-editor-front .h5, .gutenberg-editor-front .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
    .gutenberg-editor-front h1 small,
    .gutenberg-editor-front h1 .small, .gutenberg-editor-front h2 small,
    .gutenberg-editor-front h2 .small, .gutenberg-editor-front h3 small,
    .gutenberg-editor-front h3 .small, .gutenberg-editor-front h4 small,
    .gutenberg-editor-front h4 .small, .gutenberg-editor-front h5 small,
    .gutenberg-editor-front h5 .small, .gutenberg-editor-front h6 small,
    .gutenberg-editor-front h6 .small,
    .gutenberg-editor-front .h1 small,
    .gutenberg-editor-front .h1 .small, .gutenberg-editor-front .h2 small,
    .gutenberg-editor-front .h2 .small, .gutenberg-editor-front .h3 small,
    .gutenberg-editor-front .h3 .small, .gutenberg-editor-front .h4 small,
    .gutenberg-editor-front .h4 .small, .gutenberg-editor-front .h5 small,
    .gutenberg-editor-front .h5 .small, .gutenberg-editor-front .h6 small,
    .gutenberg-editor-front .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #777777; }
  .gutenberg-editor-front h1, .gutenberg-editor-front .h1,
  .gutenberg-editor-front h2, .gutenberg-editor-front .h2,
  .gutenberg-editor-front h3, .gutenberg-editor-front .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    .gutenberg-editor-front h1 small,
    .gutenberg-editor-front h1 .small, .gutenberg-editor-front .h1 small,
    .gutenberg-editor-front .h1 .small,
    .gutenberg-editor-front h2 small,
    .gutenberg-editor-front h2 .small, .gutenberg-editor-front .h2 small,
    .gutenberg-editor-front .h2 .small,
    .gutenberg-editor-front h3 small,
    .gutenberg-editor-front h3 .small, .gutenberg-editor-front .h3 small,
    .gutenberg-editor-front .h3 .small {
      font-size: 65%; }
  .gutenberg-editor-front h4, .gutenberg-editor-front .h4,
  .gutenberg-editor-front h5, .gutenberg-editor-front .h5,
  .gutenberg-editor-front h6, .gutenberg-editor-front .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    .gutenberg-editor-front h4 small,
    .gutenberg-editor-front h4 .small, .gutenberg-editor-front .h4 small,
    .gutenberg-editor-front .h4 .small,
    .gutenberg-editor-front h5 small,
    .gutenberg-editor-front h5 .small, .gutenberg-editor-front .h5 small,
    .gutenberg-editor-front .h5 .small,
    .gutenberg-editor-front h6 small,
    .gutenberg-editor-front h6 .small, .gutenberg-editor-front .h6 small,
    .gutenberg-editor-front .h6 .small {
      font-size: 75%; }
  .gutenberg-editor-front h1, .gutenberg-editor-front .h1 {
    font-size: 36px; }
  .gutenberg-editor-front h2, .gutenberg-editor-front .h2 {
    font-size: 30px; }
  .gutenberg-editor-front h3, .gutenberg-editor-front .h3 {
    font-size: 24px; }
  .gutenberg-editor-front h4, .gutenberg-editor-front .h4 {
    font-size: 18px; }
  .gutenberg-editor-front h5, .gutenberg-editor-front .h5 {
    font-size: 14px; }
  .gutenberg-editor-front h6, .gutenberg-editor-front .h6 {
    font-size: 12px; }
  .gutenberg-editor-front p {
    margin: 0 0 10px; }
  .gutenberg-editor-front .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .lead {
        font-size: 21px; } }
  .gutenberg-editor-front small,
  .gutenberg-editor-front .small {
    font-size: 85%; }
  .gutenberg-editor-front mark,
  .gutenberg-editor-front .mark {
    background-color: #fcf8e3;
    padding: .2em; }
  .gutenberg-editor-front .text-left {
    text-align: left; }
  .gutenberg-editor-front .text-right {
    text-align: right; }
  .gutenberg-editor-front .text-center {
    text-align: center; }
  .gutenberg-editor-front .text-justify {
    text-align: justify; }
  .gutenberg-editor-front .text-nowrap {
    white-space: nowrap; }
  .gutenberg-editor-front .text-lowercase {
    text-transform: lowercase; }
  .gutenberg-editor-front .text-uppercase, .gutenberg-editor-front .initialism {
    text-transform: uppercase; }
  .gutenberg-editor-front .text-capitalize {
    text-transform: capitalize; }
  .gutenberg-editor-front .text-muted {
    color: #777777; }
  .gutenberg-editor-front .text-primary {
    color: #337ab7; }
  .gutenberg-editor-front a.text-primary:hover,
  .gutenberg-editor-front a.text-primary:focus {
    color: #286090; }
  .gutenberg-editor-front .text-success {
    color: #3c763d; }
  .gutenberg-editor-front a.text-success:hover,
  .gutenberg-editor-front a.text-success:focus {
    color: #2b542c; }
  .gutenberg-editor-front .text-info {
    color: #31708f; }
  .gutenberg-editor-front a.text-info:hover,
  .gutenberg-editor-front a.text-info:focus {
    color: #245269; }
  .gutenberg-editor-front .text-warning {
    color: #8a6d3b; }
  .gutenberg-editor-front a.text-warning:hover,
  .gutenberg-editor-front a.text-warning:focus {
    color: #66512c; }
  .gutenberg-editor-front .text-danger {
    color: #a94442; }
  .gutenberg-editor-front a.text-danger:hover,
  .gutenberg-editor-front a.text-danger:focus {
    color: #843534; }
  .gutenberg-editor-front .bg-primary {
    color: #fff; }
  .gutenberg-editor-front .bg-primary {
    background-color: #337ab7; }
  .gutenberg-editor-front a.bg-primary:hover,
  .gutenberg-editor-front a.bg-primary:focus {
    background-color: #286090; }
  .gutenberg-editor-front .bg-success {
    background-color: #dff0d8; }
  .gutenberg-editor-front a.bg-success:hover,
  .gutenberg-editor-front a.bg-success:focus {
    background-color: #c1e2b3; }
  .gutenberg-editor-front .bg-info {
    background-color: #d9edf7; }
  .gutenberg-editor-front a.bg-info:hover,
  .gutenberg-editor-front a.bg-info:focus {
    background-color: #afd9ee; }
  .gutenberg-editor-front .bg-warning {
    background-color: #fcf8e3; }
  .gutenberg-editor-front a.bg-warning:hover,
  .gutenberg-editor-front a.bg-warning:focus {
    background-color: #f7ecb5; }
  .gutenberg-editor-front .bg-danger {
    background-color: #f2dede; }
  .gutenberg-editor-front a.bg-danger:hover,
  .gutenberg-editor-front a.bg-danger:focus {
    background-color: #e4b9b9; }
  .gutenberg-editor-front .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }
  .gutenberg-editor-front ul,
  .gutenberg-editor-front ol {
    margin-top: 0;
    margin-bottom: 10px; }
    .gutenberg-editor-front ul ul,
    .gutenberg-editor-front ul ol,
    .gutenberg-editor-front ol ul,
    .gutenberg-editor-front ol ol {
      margin-bottom: 0; }
  .gutenberg-editor-front .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .gutenberg-editor-front .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    .gutenberg-editor-front .list-inline > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  .gutenberg-editor-front dl {
    margin-top: 0;
    margin-bottom: 20px; }
  .gutenberg-editor-front dt,
  .gutenberg-editor-front dd {
    line-height: 1.42857; }
  .gutenberg-editor-front dt {
    font-weight: bold; }
  .gutenberg-editor-front dd {
    margin-left: 0; }
  .gutenberg-editor-front .dl-horizontal dd:before, .gutenberg-editor-front .dl-horizontal dd:after {
    content: " ";
    display: table; }
  .gutenberg-editor-front .dl-horizontal dd:after {
    clear: both; }
  @media (min-width: 768px) {
    .gutenberg-editor-front .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .gutenberg-editor-front .dl-horizontal dd {
      margin-left: 180px; } }
  .gutenberg-editor-front abbr[title],
  .gutenberg-editor-front abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }
  .gutenberg-editor-front .initialism {
    font-size: 90%; }
  .gutenberg-editor-front blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
    .gutenberg-editor-front blockquote p:last-child,
    .gutenberg-editor-front blockquote ul:last-child,
    .gutenberg-editor-front blockquote ol:last-child {
      margin-bottom: 0; }
    .gutenberg-editor-front blockquote footer,
    .gutenberg-editor-front blockquote small,
    .gutenberg-editor-front blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857;
      color: #777777; }
      .gutenberg-editor-front blockquote footer:before,
      .gutenberg-editor-front blockquote small:before,
      .gutenberg-editor-front blockquote .small:before {
        content: '\2014 \00A0'; }
  .gutenberg-editor-front .blockquote-reverse,
  .gutenberg-editor-front blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
    .gutenberg-editor-front .blockquote-reverse footer:before,
    .gutenberg-editor-front .blockquote-reverse small:before,
    .gutenberg-editor-front .blockquote-reverse .small:before,
    .gutenberg-editor-front blockquote.pull-right footer:before,
    .gutenberg-editor-front blockquote.pull-right small:before,
    .gutenberg-editor-front blockquote.pull-right .small:before {
      content: ''; }
    .gutenberg-editor-front .blockquote-reverse footer:after,
    .gutenberg-editor-front .blockquote-reverse small:after,
    .gutenberg-editor-front .blockquote-reverse .small:after,
    .gutenberg-editor-front blockquote.pull-right footer:after,
    .gutenberg-editor-front blockquote.pull-right small:after,
    .gutenberg-editor-front blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }
  .gutenberg-editor-front address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }
  .gutenberg-editor-front code,
  .gutenberg-editor-front kbd,
  .gutenberg-editor-front pre,
  .gutenberg-editor-front samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .gutenberg-editor-front code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
  .gutenberg-editor-front kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .gutenberg-editor-front kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: bold;
      box-shadow: none; }
  .gutenberg-editor-front pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .gutenberg-editor-front pre code {
      padding: 0;
      font-size: inherit;
      color: inherit;
      white-space: pre-wrap;
      background-color: transparent;
      border-radius: 0; }
  .gutenberg-editor-front .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .gutenberg-editor-front .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .gutenberg-editor-front .container:before, .gutenberg-editor-front .container:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .container:after {
      clear: both; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .container {
        width: 750px; } }
    @media (min-width: 992px) {
      .gutenberg-editor-front .container {
        width: 970px; } }
    @media (min-width: 1200px) {
      .gutenberg-editor-front .container {
        width: 1170px; } }
  .gutenberg-editor-front .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .gutenberg-editor-front .container-fluid:before, .gutenberg-editor-front .container-fluid:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .container-fluid:after {
      clear: both; }
  .gutenberg-editor-front .row {
    margin-left: -15px;
    margin-right: -15px; }
    .gutenberg-editor-front .row:before, .gutenberg-editor-front .row:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .row:after {
      clear: both; }
  .gutenberg-editor-front .col-xs-1, .gutenberg-editor-front .col-sm-1, .gutenberg-editor-front .col-md-1, .gutenberg-editor-front .col-lg-1, .gutenberg-editor-front .col-xs-2, .gutenberg-editor-front .col-sm-2, .gutenberg-editor-front .col-md-2, .gutenberg-editor-front .col-lg-2, .gutenberg-editor-front .col-xs-3, .gutenberg-editor-front .col-sm-3, .gutenberg-editor-front .col-md-3, .gutenberg-editor-front .col-lg-3, .gutenberg-editor-front .col-xs-4, .gutenberg-editor-front .col-sm-4, .gutenberg-editor-front .col-md-4, .gutenberg-editor-front .col-lg-4, .gutenberg-editor-front .col-xs-5, .gutenberg-editor-front .col-sm-5, .gutenberg-editor-front .col-md-5, .gutenberg-editor-front .col-lg-5, .gutenberg-editor-front .col-xs-6, .gutenberg-editor-front .col-sm-6, .gutenberg-editor-front .col-md-6, .gutenberg-editor-front .col-lg-6, .gutenberg-editor-front .col-xs-7, .gutenberg-editor-front .col-sm-7, .gutenberg-editor-front .col-md-7, .gutenberg-editor-front .col-lg-7, .gutenberg-editor-front .col-xs-8, .gutenberg-editor-front .col-sm-8, .gutenberg-editor-front .col-md-8, .gutenberg-editor-front .col-lg-8, .gutenberg-editor-front .col-xs-9, .gutenberg-editor-front .col-sm-9, .gutenberg-editor-front .col-md-9, .gutenberg-editor-front .col-lg-9, .gutenberg-editor-front .col-xs-10, .gutenberg-editor-front .col-sm-10, .gutenberg-editor-front .col-md-10, .gutenberg-editor-front .col-lg-10, .gutenberg-editor-front .col-xs-11, .gutenberg-editor-front .col-sm-11, .gutenberg-editor-front .col-md-11, .gutenberg-editor-front .col-lg-11, .gutenberg-editor-front .col-xs-12, .gutenberg-editor-front .col-sm-12, .gutenberg-editor-front .col-md-12, .gutenberg-editor-front .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .gutenberg-editor-front .col-xs-1, .gutenberg-editor-front .col-xs-2, .gutenberg-editor-front .col-xs-3, .gutenberg-editor-front .col-xs-4, .gutenberg-editor-front .col-xs-5, .gutenberg-editor-front .col-xs-6, .gutenberg-editor-front .col-xs-7, .gutenberg-editor-front .col-xs-8, .gutenberg-editor-front .col-xs-9, .gutenberg-editor-front .col-xs-10, .gutenberg-editor-front .col-xs-11, .gutenberg-editor-front .col-xs-12 {
    float: left; }
  .gutenberg-editor-front .col-xs-1 {
    width: 8.33333%; }
  .gutenberg-editor-front .col-xs-2 {
    width: 16.66667%; }
  .gutenberg-editor-front .col-xs-3 {
    width: 25%; }
  .gutenberg-editor-front .col-xs-4 {
    width: 33.33333%; }
  .gutenberg-editor-front .col-xs-5 {
    width: 41.66667%; }
  .gutenberg-editor-front .col-xs-6 {
    width: 50%; }
  .gutenberg-editor-front .col-xs-7 {
    width: 58.33333%; }
  .gutenberg-editor-front .col-xs-8 {
    width: 66.66667%; }
  .gutenberg-editor-front .col-xs-9 {
    width: 75%; }
  .gutenberg-editor-front .col-xs-10 {
    width: 83.33333%; }
  .gutenberg-editor-front .col-xs-11 {
    width: 91.66667%; }
  .gutenberg-editor-front .col-xs-12 {
    width: 100%; }
  .gutenberg-editor-front .col-xs-pull-0 {
    right: auto; }
  .gutenberg-editor-front .col-xs-pull-1 {
    right: 8.33333%; }
  .gutenberg-editor-front .col-xs-pull-2 {
    right: 16.66667%; }
  .gutenberg-editor-front .col-xs-pull-3 {
    right: 25%; }
  .gutenberg-editor-front .col-xs-pull-4 {
    right: 33.33333%; }
  .gutenberg-editor-front .col-xs-pull-5 {
    right: 41.66667%; }
  .gutenberg-editor-front .col-xs-pull-6 {
    right: 50%; }
  .gutenberg-editor-front .col-xs-pull-7 {
    right: 58.33333%; }
  .gutenberg-editor-front .col-xs-pull-8 {
    right: 66.66667%; }
  .gutenberg-editor-front .col-xs-pull-9 {
    right: 75%; }
  .gutenberg-editor-front .col-xs-pull-10 {
    right: 83.33333%; }
  .gutenberg-editor-front .col-xs-pull-11 {
    right: 91.66667%; }
  .gutenberg-editor-front .col-xs-pull-12 {
    right: 100%; }
  .gutenberg-editor-front .col-xs-push-0 {
    left: auto; }
  .gutenberg-editor-front .col-xs-push-1 {
    left: 8.33333%; }
  .gutenberg-editor-front .col-xs-push-2 {
    left: 16.66667%; }
  .gutenberg-editor-front .col-xs-push-3 {
    left: 25%; }
  .gutenberg-editor-front .col-xs-push-4 {
    left: 33.33333%; }
  .gutenberg-editor-front .col-xs-push-5 {
    left: 41.66667%; }
  .gutenberg-editor-front .col-xs-push-6 {
    left: 50%; }
  .gutenberg-editor-front .col-xs-push-7 {
    left: 58.33333%; }
  .gutenberg-editor-front .col-xs-push-8 {
    left: 66.66667%; }
  .gutenberg-editor-front .col-xs-push-9 {
    left: 75%; }
  .gutenberg-editor-front .col-xs-push-10 {
    left: 83.33333%; }
  .gutenberg-editor-front .col-xs-push-11 {
    left: 91.66667%; }
  .gutenberg-editor-front .col-xs-push-12 {
    left: 100%; }
  .gutenberg-editor-front .col-xs-offset-0 {
    margin-left: 0%; }
  .gutenberg-editor-front .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .gutenberg-editor-front .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .gutenberg-editor-front .col-xs-offset-3 {
    margin-left: 25%; }
  .gutenberg-editor-front .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .gutenberg-editor-front .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .gutenberg-editor-front .col-xs-offset-6 {
    margin-left: 50%; }
  .gutenberg-editor-front .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .gutenberg-editor-front .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .gutenberg-editor-front .col-xs-offset-9 {
    margin-left: 75%; }
  .gutenberg-editor-front .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .gutenberg-editor-front .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .gutenberg-editor-front .col-xs-offset-12 {
    margin-left: 100%; }
  @media (min-width: 768px) {
    .gutenberg-editor-front .col-sm-1, .gutenberg-editor-front .col-sm-2, .gutenberg-editor-front .col-sm-3, .gutenberg-editor-front .col-sm-4, .gutenberg-editor-front .col-sm-5, .gutenberg-editor-front .col-sm-6, .gutenberg-editor-front .col-sm-7, .gutenberg-editor-front .col-sm-8, .gutenberg-editor-front .col-sm-9, .gutenberg-editor-front .col-sm-10, .gutenberg-editor-front .col-sm-11, .gutenberg-editor-front .col-sm-12 {
      float: left; }
    .gutenberg-editor-front .col-sm-1 {
      width: 8.33333%; }
    .gutenberg-editor-front .col-sm-2 {
      width: 16.66667%; }
    .gutenberg-editor-front .col-sm-3 {
      width: 25%; }
    .gutenberg-editor-front .col-sm-4 {
      width: 33.33333%; }
    .gutenberg-editor-front .col-sm-5 {
      width: 41.66667%; }
    .gutenberg-editor-front .col-sm-6 {
      width: 50%; }
    .gutenberg-editor-front .col-sm-7 {
      width: 58.33333%; }
    .gutenberg-editor-front .col-sm-8 {
      width: 66.66667%; }
    .gutenberg-editor-front .col-sm-9 {
      width: 75%; }
    .gutenberg-editor-front .col-sm-10 {
      width: 83.33333%; }
    .gutenberg-editor-front .col-sm-11 {
      width: 91.66667%; }
    .gutenberg-editor-front .col-sm-12 {
      width: 100%; }
    .gutenberg-editor-front .col-sm-pull-0 {
      right: auto; }
    .gutenberg-editor-front .col-sm-pull-1 {
      right: 8.33333%; }
    .gutenberg-editor-front .col-sm-pull-2 {
      right: 16.66667%; }
    .gutenberg-editor-front .col-sm-pull-3 {
      right: 25%; }
    .gutenberg-editor-front .col-sm-pull-4 {
      right: 33.33333%; }
    .gutenberg-editor-front .col-sm-pull-5 {
      right: 41.66667%; }
    .gutenberg-editor-front .col-sm-pull-6 {
      right: 50%; }
    .gutenberg-editor-front .col-sm-pull-7 {
      right: 58.33333%; }
    .gutenberg-editor-front .col-sm-pull-8 {
      right: 66.66667%; }
    .gutenberg-editor-front .col-sm-pull-9 {
      right: 75%; }
    .gutenberg-editor-front .col-sm-pull-10 {
      right: 83.33333%; }
    .gutenberg-editor-front .col-sm-pull-11 {
      right: 91.66667%; }
    .gutenberg-editor-front .col-sm-pull-12 {
      right: 100%; }
    .gutenberg-editor-front .col-sm-push-0 {
      left: auto; }
    .gutenberg-editor-front .col-sm-push-1 {
      left: 8.33333%; }
    .gutenberg-editor-front .col-sm-push-2 {
      left: 16.66667%; }
    .gutenberg-editor-front .col-sm-push-3 {
      left: 25%; }
    .gutenberg-editor-front .col-sm-push-4 {
      left: 33.33333%; }
    .gutenberg-editor-front .col-sm-push-5 {
      left: 41.66667%; }
    .gutenberg-editor-front .col-sm-push-6 {
      left: 50%; }
    .gutenberg-editor-front .col-sm-push-7 {
      left: 58.33333%; }
    .gutenberg-editor-front .col-sm-push-8 {
      left: 66.66667%; }
    .gutenberg-editor-front .col-sm-push-9 {
      left: 75%; }
    .gutenberg-editor-front .col-sm-push-10 {
      left: 83.33333%; }
    .gutenberg-editor-front .col-sm-push-11 {
      left: 91.66667%; }
    .gutenberg-editor-front .col-sm-push-12 {
      left: 100%; }
    .gutenberg-editor-front .col-sm-offset-0 {
      margin-left: 0%; }
    .gutenberg-editor-front .col-sm-offset-1 {
      margin-left: 8.33333%; }
    .gutenberg-editor-front .col-sm-offset-2 {
      margin-left: 16.66667%; }
    .gutenberg-editor-front .col-sm-offset-3 {
      margin-left: 25%; }
    .gutenberg-editor-front .col-sm-offset-4 {
      margin-left: 33.33333%; }
    .gutenberg-editor-front .col-sm-offset-5 {
      margin-left: 41.66667%; }
    .gutenberg-editor-front .col-sm-offset-6 {
      margin-left: 50%; }
    .gutenberg-editor-front .col-sm-offset-7 {
      margin-left: 58.33333%; }
    .gutenberg-editor-front .col-sm-offset-8 {
      margin-left: 66.66667%; }
    .gutenberg-editor-front .col-sm-offset-9 {
      margin-left: 75%; }
    .gutenberg-editor-front .col-sm-offset-10 {
      margin-left: 83.33333%; }
    .gutenberg-editor-front .col-sm-offset-11 {
      margin-left: 91.66667%; }
    .gutenberg-editor-front .col-sm-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 992px) {
    .gutenberg-editor-front .col-md-1, .gutenberg-editor-front .col-md-2, .gutenberg-editor-front .col-md-3, .gutenberg-editor-front .col-md-4, .gutenberg-editor-front .col-md-5, .gutenberg-editor-front .col-md-6, .gutenberg-editor-front .col-md-7, .gutenberg-editor-front .col-md-8, .gutenberg-editor-front .col-md-9, .gutenberg-editor-front .col-md-10, .gutenberg-editor-front .col-md-11, .gutenberg-editor-front .col-md-12 {
      float: left; }
    .gutenberg-editor-front .col-md-1 {
      width: 8.33333%; }
    .gutenberg-editor-front .col-md-2 {
      width: 16.66667%; }
    .gutenberg-editor-front .col-md-3 {
      width: 25%; }
    .gutenberg-editor-front .col-md-4 {
      width: 33.33333%; }
    .gutenberg-editor-front .col-md-5 {
      width: 41.66667%; }
    .gutenberg-editor-front .col-md-6 {
      width: 50%; }
    .gutenberg-editor-front .col-md-7 {
      width: 58.33333%; }
    .gutenberg-editor-front .col-md-8 {
      width: 66.66667%; }
    .gutenberg-editor-front .col-md-9 {
      width: 75%; }
    .gutenberg-editor-front .col-md-10 {
      width: 83.33333%; }
    .gutenberg-editor-front .col-md-11 {
      width: 91.66667%; }
    .gutenberg-editor-front .col-md-12 {
      width: 100%; }
    .gutenberg-editor-front .col-md-pull-0 {
      right: auto; }
    .gutenberg-editor-front .col-md-pull-1 {
      right: 8.33333%; }
    .gutenberg-editor-front .col-md-pull-2 {
      right: 16.66667%; }
    .gutenberg-editor-front .col-md-pull-3 {
      right: 25%; }
    .gutenberg-editor-front .col-md-pull-4 {
      right: 33.33333%; }
    .gutenberg-editor-front .col-md-pull-5 {
      right: 41.66667%; }
    .gutenberg-editor-front .col-md-pull-6 {
      right: 50%; }
    .gutenberg-editor-front .col-md-pull-7 {
      right: 58.33333%; }
    .gutenberg-editor-front .col-md-pull-8 {
      right: 66.66667%; }
    .gutenberg-editor-front .col-md-pull-9 {
      right: 75%; }
    .gutenberg-editor-front .col-md-pull-10 {
      right: 83.33333%; }
    .gutenberg-editor-front .col-md-pull-11 {
      right: 91.66667%; }
    .gutenberg-editor-front .col-md-pull-12 {
      right: 100%; }
    .gutenberg-editor-front .col-md-push-0 {
      left: auto; }
    .gutenberg-editor-front .col-md-push-1 {
      left: 8.33333%; }
    .gutenberg-editor-front .col-md-push-2 {
      left: 16.66667%; }
    .gutenberg-editor-front .col-md-push-3 {
      left: 25%; }
    .gutenberg-editor-front .col-md-push-4 {
      left: 33.33333%; }
    .gutenberg-editor-front .col-md-push-5 {
      left: 41.66667%; }
    .gutenberg-editor-front .col-md-push-6 {
      left: 50%; }
    .gutenberg-editor-front .col-md-push-7 {
      left: 58.33333%; }
    .gutenberg-editor-front .col-md-push-8 {
      left: 66.66667%; }
    .gutenberg-editor-front .col-md-push-9 {
      left: 75%; }
    .gutenberg-editor-front .col-md-push-10 {
      left: 83.33333%; }
    .gutenberg-editor-front .col-md-push-11 {
      left: 91.66667%; }
    .gutenberg-editor-front .col-md-push-12 {
      left: 100%; }
    .gutenberg-editor-front .col-md-offset-0 {
      margin-left: 0%; }
    .gutenberg-editor-front .col-md-offset-1 {
      margin-left: 8.33333%; }
    .gutenberg-editor-front .col-md-offset-2 {
      margin-left: 16.66667%; }
    .gutenberg-editor-front .col-md-offset-3 {
      margin-left: 25%; }
    .gutenberg-editor-front .col-md-offset-4 {
      margin-left: 33.33333%; }
    .gutenberg-editor-front .col-md-offset-5 {
      margin-left: 41.66667%; }
    .gutenberg-editor-front .col-md-offset-6 {
      margin-left: 50%; }
    .gutenberg-editor-front .col-md-offset-7 {
      margin-left: 58.33333%; }
    .gutenberg-editor-front .col-md-offset-8 {
      margin-left: 66.66667%; }
    .gutenberg-editor-front .col-md-offset-9 {
      margin-left: 75%; }
    .gutenberg-editor-front .col-md-offset-10 {
      margin-left: 83.33333%; }
    .gutenberg-editor-front .col-md-offset-11 {
      margin-left: 91.66667%; }
    .gutenberg-editor-front .col-md-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 1200px) {
    .gutenberg-editor-front .col-lg-1, .gutenberg-editor-front .col-lg-2, .gutenberg-editor-front .col-lg-3, .gutenberg-editor-front .col-lg-4, .gutenberg-editor-front .col-lg-5, .gutenberg-editor-front .col-lg-6, .gutenberg-editor-front .col-lg-7, .gutenberg-editor-front .col-lg-8, .gutenberg-editor-front .col-lg-9, .gutenberg-editor-front .col-lg-10, .gutenberg-editor-front .col-lg-11, .gutenberg-editor-front .col-lg-12 {
      float: left; }
    .gutenberg-editor-front .col-lg-1 {
      width: 8.33333%; }
    .gutenberg-editor-front .col-lg-2 {
      width: 16.66667%; }
    .gutenberg-editor-front .col-lg-3 {
      width: 25%; }
    .gutenberg-editor-front .col-lg-4 {
      width: 33.33333%; }
    .gutenberg-editor-front .col-lg-5 {
      width: 41.66667%; }
    .gutenberg-editor-front .col-lg-6 {
      width: 50%; }
    .gutenberg-editor-front .col-lg-7 {
      width: 58.33333%; }
    .gutenberg-editor-front .col-lg-8 {
      width: 66.66667%; }
    .gutenberg-editor-front .col-lg-9 {
      width: 75%; }
    .gutenberg-editor-front .col-lg-10 {
      width: 83.33333%; }
    .gutenberg-editor-front .col-lg-11 {
      width: 91.66667%; }
    .gutenberg-editor-front .col-lg-12 {
      width: 100%; }
    .gutenberg-editor-front .col-lg-pull-0 {
      right: auto; }
    .gutenberg-editor-front .col-lg-pull-1 {
      right: 8.33333%; }
    .gutenberg-editor-front .col-lg-pull-2 {
      right: 16.66667%; }
    .gutenberg-editor-front .col-lg-pull-3 {
      right: 25%; }
    .gutenberg-editor-front .col-lg-pull-4 {
      right: 33.33333%; }
    .gutenberg-editor-front .col-lg-pull-5 {
      right: 41.66667%; }
    .gutenberg-editor-front .col-lg-pull-6 {
      right: 50%; }
    .gutenberg-editor-front .col-lg-pull-7 {
      right: 58.33333%; }
    .gutenberg-editor-front .col-lg-pull-8 {
      right: 66.66667%; }
    .gutenberg-editor-front .col-lg-pull-9 {
      right: 75%; }
    .gutenberg-editor-front .col-lg-pull-10 {
      right: 83.33333%; }
    .gutenberg-editor-front .col-lg-pull-11 {
      right: 91.66667%; }
    .gutenberg-editor-front .col-lg-pull-12 {
      right: 100%; }
    .gutenberg-editor-front .col-lg-push-0 {
      left: auto; }
    .gutenberg-editor-front .col-lg-push-1 {
      left: 8.33333%; }
    .gutenberg-editor-front .col-lg-push-2 {
      left: 16.66667%; }
    .gutenberg-editor-front .col-lg-push-3 {
      left: 25%; }
    .gutenberg-editor-front .col-lg-push-4 {
      left: 33.33333%; }
    .gutenberg-editor-front .col-lg-push-5 {
      left: 41.66667%; }
    .gutenberg-editor-front .col-lg-push-6 {
      left: 50%; }
    .gutenberg-editor-front .col-lg-push-7 {
      left: 58.33333%; }
    .gutenberg-editor-front .col-lg-push-8 {
      left: 66.66667%; }
    .gutenberg-editor-front .col-lg-push-9 {
      left: 75%; }
    .gutenberg-editor-front .col-lg-push-10 {
      left: 83.33333%; }
    .gutenberg-editor-front .col-lg-push-11 {
      left: 91.66667%; }
    .gutenberg-editor-front .col-lg-push-12 {
      left: 100%; }
    .gutenberg-editor-front .col-lg-offset-0 {
      margin-left: 0%; }
    .gutenberg-editor-front .col-lg-offset-1 {
      margin-left: 8.33333%; }
    .gutenberg-editor-front .col-lg-offset-2 {
      margin-left: 16.66667%; }
    .gutenberg-editor-front .col-lg-offset-3 {
      margin-left: 25%; }
    .gutenberg-editor-front .col-lg-offset-4 {
      margin-left: 33.33333%; }
    .gutenberg-editor-front .col-lg-offset-5 {
      margin-left: 41.66667%; }
    .gutenberg-editor-front .col-lg-offset-6 {
      margin-left: 50%; }
    .gutenberg-editor-front .col-lg-offset-7 {
      margin-left: 58.33333%; }
    .gutenberg-editor-front .col-lg-offset-8 {
      margin-left: 66.66667%; }
    .gutenberg-editor-front .col-lg-offset-9 {
      margin-left: 75%; }
    .gutenberg-editor-front .col-lg-offset-10 {
      margin-left: 83.33333%; }
    .gutenberg-editor-front .col-lg-offset-11 {
      margin-left: 91.66667%; }
    .gutenberg-editor-front .col-lg-offset-12 {
      margin-left: 100%; } }
  .gutenberg-editor-front table {
    background-color: transparent; }
  .gutenberg-editor-front caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }
  .gutenberg-editor-front th {
    text-align: left; }
  .gutenberg-editor-front .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .gutenberg-editor-front .table > thead > tr > th,
    .gutenberg-editor-front .table > thead > tr > td,
    .gutenberg-editor-front .table > tbody > tr > th,
    .gutenberg-editor-front .table > tbody > tr > td,
    .gutenberg-editor-front .table > tfoot > tr > th,
    .gutenberg-editor-front .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    .gutenberg-editor-front .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
    .gutenberg-editor-front .table > caption + thead > tr:first-child > th,
    .gutenberg-editor-front .table > caption + thead > tr:first-child > td,
    .gutenberg-editor-front .table > colgroup + thead > tr:first-child > th,
    .gutenberg-editor-front .table > colgroup + thead > tr:first-child > td,
    .gutenberg-editor-front .table > thead:first-child > tr:first-child > th,
    .gutenberg-editor-front .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
    .gutenberg-editor-front .table > tbody + tbody {
      border-top: 2px solid #ddd; }
    .gutenberg-editor-front .table .table {
      background-color: #fff; }
  .gutenberg-editor-front .table-condensed > thead > tr > th,
  .gutenberg-editor-front .table-condensed > thead > tr > td,
  .gutenberg-editor-front .table-condensed > tbody > tr > th,
  .gutenberg-editor-front .table-condensed > tbody > tr > td,
  .gutenberg-editor-front .table-condensed > tfoot > tr > th,
  .gutenberg-editor-front .table-condensed > tfoot > tr > td {
    padding: 5px; }
  .gutenberg-editor-front .table-bordered {
    border: 1px solid #ddd; }
    .gutenberg-editor-front .table-bordered > thead > tr > th,
    .gutenberg-editor-front .table-bordered > thead > tr > td,
    .gutenberg-editor-front .table-bordered > tbody > tr > th,
    .gutenberg-editor-front .table-bordered > tbody > tr > td,
    .gutenberg-editor-front .table-bordered > tfoot > tr > th,
    .gutenberg-editor-front .table-bordered > tfoot > tr > td {
      border: 1px solid #ddd; }
    .gutenberg-editor-front .table-bordered > thead > tr > th,
    .gutenberg-editor-front .table-bordered > thead > tr > td {
      border-bottom-width: 2px; }
  .gutenberg-editor-front .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .gutenberg-editor-front .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .gutenberg-editor-front table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  .gutenberg-editor-front table td[class*="col-"],
  .gutenberg-editor-front table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  .gutenberg-editor-front .table > thead > tr > td.active,
  .gutenberg-editor-front .table > thead > tr > th.active,
  .gutenberg-editor-front .table > thead > tr.active > td,
  .gutenberg-editor-front .table > thead > tr.active > th,
  .gutenberg-editor-front .table > tbody > tr > td.active,
  .gutenberg-editor-front .table > tbody > tr > th.active,
  .gutenberg-editor-front .table > tbody > tr.active > td,
  .gutenberg-editor-front .table > tbody > tr.active > th,
  .gutenberg-editor-front .table > tfoot > tr > td.active,
  .gutenberg-editor-front .table > tfoot > tr > th.active,
  .gutenberg-editor-front .table > tfoot > tr.active > td,
  .gutenberg-editor-front .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
  .gutenberg-editor-front .table-hover > tbody > tr > td.active:hover,
  .gutenberg-editor-front .table-hover > tbody > tr > th.active:hover,
  .gutenberg-editor-front .table-hover > tbody > tr.active:hover > td,
  .gutenberg-editor-front .table-hover > tbody > tr:hover > .active,
  .gutenberg-editor-front .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  .gutenberg-editor-front .table > thead > tr > td.success,
  .gutenberg-editor-front .table > thead > tr > th.success,
  .gutenberg-editor-front .table > thead > tr.success > td,
  .gutenberg-editor-front .table > thead > tr.success > th,
  .gutenberg-editor-front .table > tbody > tr > td.success,
  .gutenberg-editor-front .table > tbody > tr > th.success,
  .gutenberg-editor-front .table > tbody > tr.success > td,
  .gutenberg-editor-front .table > tbody > tr.success > th,
  .gutenberg-editor-front .table > tfoot > tr > td.success,
  .gutenberg-editor-front .table > tfoot > tr > th.success,
  .gutenberg-editor-front .table > tfoot > tr.success > td,
  .gutenberg-editor-front .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
  .gutenberg-editor-front .table-hover > tbody > tr > td.success:hover,
  .gutenberg-editor-front .table-hover > tbody > tr > th.success:hover,
  .gutenberg-editor-front .table-hover > tbody > tr.success:hover > td,
  .gutenberg-editor-front .table-hover > tbody > tr:hover > .success,
  .gutenberg-editor-front .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
  .gutenberg-editor-front .table > thead > tr > td.info,
  .gutenberg-editor-front .table > thead > tr > th.info,
  .gutenberg-editor-front .table > thead > tr.info > td,
  .gutenberg-editor-front .table > thead > tr.info > th,
  .gutenberg-editor-front .table > tbody > tr > td.info,
  .gutenberg-editor-front .table > tbody > tr > th.info,
  .gutenberg-editor-front .table > tbody > tr.info > td,
  .gutenberg-editor-front .table > tbody > tr.info > th,
  .gutenberg-editor-front .table > tfoot > tr > td.info,
  .gutenberg-editor-front .table > tfoot > tr > th.info,
  .gutenberg-editor-front .table > tfoot > tr.info > td,
  .gutenberg-editor-front .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
  .gutenberg-editor-front .table-hover > tbody > tr > td.info:hover,
  .gutenberg-editor-front .table-hover > tbody > tr > th.info:hover,
  .gutenberg-editor-front .table-hover > tbody > tr.info:hover > td,
  .gutenberg-editor-front .table-hover > tbody > tr:hover > .info,
  .gutenberg-editor-front .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
  .gutenberg-editor-front .table > thead > tr > td.warning,
  .gutenberg-editor-front .table > thead > tr > th.warning,
  .gutenberg-editor-front .table > thead > tr.warning > td,
  .gutenberg-editor-front .table > thead > tr.warning > th,
  .gutenberg-editor-front .table > tbody > tr > td.warning,
  .gutenberg-editor-front .table > tbody > tr > th.warning,
  .gutenberg-editor-front .table > tbody > tr.warning > td,
  .gutenberg-editor-front .table > tbody > tr.warning > th,
  .gutenberg-editor-front .table > tfoot > tr > td.warning,
  .gutenberg-editor-front .table > tfoot > tr > th.warning,
  .gutenberg-editor-front .table > tfoot > tr.warning > td,
  .gutenberg-editor-front .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
  .gutenberg-editor-front .table-hover > tbody > tr > td.warning:hover,
  .gutenberg-editor-front .table-hover > tbody > tr > th.warning:hover,
  .gutenberg-editor-front .table-hover > tbody > tr.warning:hover > td,
  .gutenberg-editor-front .table-hover > tbody > tr:hover > .warning,
  .gutenberg-editor-front .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
  .gutenberg-editor-front .table > thead > tr > td.danger,
  .gutenberg-editor-front .table > thead > tr > th.danger,
  .gutenberg-editor-front .table > thead > tr.danger > td,
  .gutenberg-editor-front .table > thead > tr.danger > th,
  .gutenberg-editor-front .table > tbody > tr > td.danger,
  .gutenberg-editor-front .table > tbody > tr > th.danger,
  .gutenberg-editor-front .table > tbody > tr.danger > td,
  .gutenberg-editor-front .table > tbody > tr.danger > th,
  .gutenberg-editor-front .table > tfoot > tr > td.danger,
  .gutenberg-editor-front .table > tfoot > tr > th.danger,
  .gutenberg-editor-front .table > tfoot > tr.danger > td,
  .gutenberg-editor-front .table > tfoot > tr.danger > th {
    background-color: #f2dede; }
  .gutenberg-editor-front .table-hover > tbody > tr > td.danger:hover,
  .gutenberg-editor-front .table-hover > tbody > tr > th.danger:hover,
  .gutenberg-editor-front .table-hover > tbody > tr.danger:hover > td,
  .gutenberg-editor-front .table-hover > tbody > tr:hover > .danger,
  .gutenberg-editor-front .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }
  .gutenberg-editor-front .table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
    @media screen and (max-width: 767px) {
      .gutenberg-editor-front .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
        .gutenberg-editor-front .table-responsive > .table {
          margin-bottom: 0; }
          .gutenberg-editor-front .table-responsive > .table > thead > tr > th,
          .gutenberg-editor-front .table-responsive > .table > thead > tr > td,
          .gutenberg-editor-front .table-responsive > .table > tbody > tr > th,
          .gutenberg-editor-front .table-responsive > .table > tbody > tr > td,
          .gutenberg-editor-front .table-responsive > .table > tfoot > tr > th,
          .gutenberg-editor-front .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap; }
        .gutenberg-editor-front .table-responsive > .table-bordered {
          border: 0; }
          .gutenberg-editor-front .table-responsive > .table-bordered > thead > tr > th:first-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > thead > tr > td:first-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > tbody > tr > th:first-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > tbody > tr > td:first-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0; }
          .gutenberg-editor-front .table-responsive > .table-bordered > thead > tr > th:last-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > thead > tr > td:last-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > tbody > tr > th:last-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > tbody > tr > td:last-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          .gutenberg-editor-front .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0; }
          .gutenberg-editor-front .table-responsive > .table-bordered > tbody > tr:last-child > th,
          .gutenberg-editor-front .table-responsive > .table-bordered > tbody > tr:last-child > td,
          .gutenberg-editor-front .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          .gutenberg-editor-front .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0; } }
  .gutenberg-editor-front fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }
  .gutenberg-editor-front legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .gutenberg-editor-front label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .gutenberg-editor-front input[type="search"] {
    box-sizing: border-box; }
  .gutenberg-editor-front input[type="radio"],
  .gutenberg-editor-front input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  .gutenberg-editor-front input[type="file"] {
    display: block; }
  .gutenberg-editor-front input[type="range"] {
    display: block;
    width: 100%; }
  .gutenberg-editor-front select[multiple],
  .gutenberg-editor-front select[size] {
    height: auto; }
  .gutenberg-editor-front input[type="file"]:focus,
  .gutenberg-editor-front input[type="radio"]:focus,
  .gutenberg-editor-front input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .gutenberg-editor-front output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555; }
  .gutenberg-editor-front .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
    .gutenberg-editor-front .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .gutenberg-editor-front .form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .gutenberg-editor-front .form-control:-ms-input-placeholder {
      color: #999; }
    .gutenberg-editor-front .form-control::-webkit-input-placeholder {
      color: #999; }
    .gutenberg-editor-front .form-control::-ms-expand {
      border: 0;
      background-color: transparent; }
    .gutenberg-editor-front .form-control[disabled], .gutenberg-editor-front .form-control[readonly],
    fieldset[disabled] .gutenberg-editor-front .form-control {
      background-color: #eeeeee;
      opacity: 1; }
    .gutenberg-editor-front .form-control[disabled],
    fieldset[disabled] .gutenberg-editor-front .form-control {
      cursor: not-allowed; }
  .gutenberg-editor-front textarea.form-control {
    height: auto; }
  .gutenberg-editor-front input[type="search"] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .gutenberg-editor-front input[type="date"].form-control,
    .gutenberg-editor-front input[type="time"].form-control,
    .gutenberg-editor-front input[type="datetime-local"].form-control,
    .gutenberg-editor-front input[type="month"].form-control {
      line-height: 34px; }
    .gutenberg-editor-front input[type="date"].input-sm, .gutenberg-editor-front .input-group-sm > input.form-control[type="date"],
    .gutenberg-editor-front .input-group-sm > input.input-group-addon[type="date"],
    .gutenberg-editor-front .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm .gutenberg-editor-front input[type="date"],
    .gutenberg-editor-front input[type="time"].input-sm,
    .gutenberg-editor-front .input-group-sm > input.form-control[type="time"],
    .gutenberg-editor-front .input-group-sm > input.input-group-addon[type="time"],
    .gutenberg-editor-front .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    .gutenberg-editor-front input[type="time"],
    .gutenberg-editor-front input[type="datetime-local"].input-sm,
    .gutenberg-editor-front .input-group-sm > input.form-control[type="datetime-local"],
    .gutenberg-editor-front .input-group-sm > input.input-group-addon[type="datetime-local"],
    .gutenberg-editor-front .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    .gutenberg-editor-front input[type="datetime-local"],
    .gutenberg-editor-front input[type="month"].input-sm,
    .gutenberg-editor-front .input-group-sm > input.form-control[type="month"],
    .gutenberg-editor-front .input-group-sm > input.input-group-addon[type="month"],
    .gutenberg-editor-front .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    .gutenberg-editor-front input[type="month"] {
      line-height: 30px; }
    .gutenberg-editor-front input[type="date"].input-lg, .gutenberg-editor-front .input-group-lg > input.form-control[type="date"],
    .gutenberg-editor-front .input-group-lg > input.input-group-addon[type="date"],
    .gutenberg-editor-front .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg .gutenberg-editor-front input[type="date"],
    .gutenberg-editor-front input[type="time"].input-lg,
    .gutenberg-editor-front .input-group-lg > input.form-control[type="time"],
    .gutenberg-editor-front .input-group-lg > input.input-group-addon[type="time"],
    .gutenberg-editor-front .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    .gutenberg-editor-front input[type="time"],
    .gutenberg-editor-front input[type="datetime-local"].input-lg,
    .gutenberg-editor-front .input-group-lg > input.form-control[type="datetime-local"],
    .gutenberg-editor-front .input-group-lg > input.input-group-addon[type="datetime-local"],
    .gutenberg-editor-front .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    .gutenberg-editor-front input[type="datetime-local"],
    .gutenberg-editor-front input[type="month"].input-lg,
    .gutenberg-editor-front .input-group-lg > input.form-control[type="month"],
    .gutenberg-editor-front .input-group-lg > input.input-group-addon[type="month"],
    .gutenberg-editor-front .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    .gutenberg-editor-front input[type="month"] {
      line-height: 46px; } }
  .gutenberg-editor-front .form-group {
    margin-bottom: 15px; }
  .gutenberg-editor-front .radio,
  .gutenberg-editor-front .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
    .gutenberg-editor-front .radio label,
    .gutenberg-editor-front .checkbox label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: normal;
      cursor: pointer; }
  .gutenberg-editor-front .radio input[type="radio"],
  .gutenberg-editor-front .radio-inline input[type="radio"],
  .gutenberg-editor-front .checkbox input[type="checkbox"],
  .gutenberg-editor-front .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }
  .gutenberg-editor-front .radio + .radio,
  .gutenberg-editor-front .checkbox + .checkbox {
    margin-top: -5px; }
  .gutenberg-editor-front .radio-inline,
  .gutenberg-editor-front .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  .gutenberg-editor-front .radio-inline + .radio-inline,
  .gutenberg-editor-front .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  .gutenberg-editor-front input[type="radio"][disabled], .gutenberg-editor-front input[type="radio"].disabled,
  fieldset[disabled] .gutenberg-editor-front input[type="radio"],
  .gutenberg-editor-front input[type="checkbox"][disabled],
  .gutenberg-editor-front input[type="checkbox"].disabled,
  fieldset[disabled]
  .gutenberg-editor-front input[type="checkbox"] {
    cursor: not-allowed; }
  .gutenberg-editor-front .radio-inline.disabled,
  fieldset[disabled] .gutenberg-editor-front .radio-inline,
  .gutenberg-editor-front .checkbox-inline.disabled,
  fieldset[disabled]
  .gutenberg-editor-front .checkbox-inline {
    cursor: not-allowed; }
  .gutenberg-editor-front .radio.disabled label,
  fieldset[disabled] .gutenberg-editor-front .radio label,
  .gutenberg-editor-front .checkbox.disabled label,
  fieldset[disabled]
  .gutenberg-editor-front .checkbox label {
    cursor: not-allowed; }
  .gutenberg-editor-front .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px; }
    .gutenberg-editor-front .form-control-static.input-lg, .gutenberg-editor-front .input-group-lg > .form-control-static.form-control,
    .gutenberg-editor-front .input-group-lg > .form-control-static.input-group-addon,
    .gutenberg-editor-front .input-group-lg > .input-group-btn > .form-control-static.btn, .gutenberg-editor-front .form-control-static.input-sm, .gutenberg-editor-front .input-group-sm > .form-control-static.form-control,
    .gutenberg-editor-front .input-group-sm > .form-control-static.input-group-addon,
    .gutenberg-editor-front .input-group-sm > .input-group-btn > .form-control-static.btn {
      padding-left: 0;
      padding-right: 0; }
  .gutenberg-editor-front .input-sm, .gutenberg-editor-front .input-group-sm > .form-control,
  .gutenberg-editor-front .input-group-sm > .input-group-addon,
  .gutenberg-editor-front .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .gutenberg-editor-front select.input-sm, .gutenberg-editor-front .input-group-sm > select.form-control,
  .gutenberg-editor-front .input-group-sm > select.input-group-addon,
  .gutenberg-editor-front .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px; }
  .gutenberg-editor-front textarea.input-sm, .gutenberg-editor-front .input-group-sm > textarea.form-control,
  .gutenberg-editor-front .input-group-sm > textarea.input-group-addon,
  .gutenberg-editor-front .input-group-sm > .input-group-btn > textarea.btn,
  .gutenberg-editor-front select[multiple].input-sm,
  .gutenberg-editor-front .input-group-sm > select.form-control[multiple],
  .gutenberg-editor-front .input-group-sm > select.input-group-addon[multiple],
  .gutenberg-editor-front .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto; }
  .gutenberg-editor-front .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .gutenberg-editor-front .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  .gutenberg-editor-front .form-group-sm textarea.form-control,
  .gutenberg-editor-front .form-group-sm select[multiple].form-control {
    height: auto; }
  .gutenberg-editor-front .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .gutenberg-editor-front .input-lg, .gutenberg-editor-front .input-group-lg > .form-control,
  .gutenberg-editor-front .input-group-lg > .input-group-addon,
  .gutenberg-editor-front .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .gutenberg-editor-front select.input-lg, .gutenberg-editor-front .input-group-lg > select.form-control,
  .gutenberg-editor-front .input-group-lg > select.input-group-addon,
  .gutenberg-editor-front .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px; }
  .gutenberg-editor-front textarea.input-lg, .gutenberg-editor-front .input-group-lg > textarea.form-control,
  .gutenberg-editor-front .input-group-lg > textarea.input-group-addon,
  .gutenberg-editor-front .input-group-lg > .input-group-btn > textarea.btn,
  .gutenberg-editor-front select[multiple].input-lg,
  .gutenberg-editor-front .input-group-lg > select.form-control[multiple],
  .gutenberg-editor-front .input-group-lg > select.input-group-addon[multiple],
  .gutenberg-editor-front .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto; }
  .gutenberg-editor-front .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .gutenberg-editor-front .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
  .gutenberg-editor-front .form-group-lg textarea.form-control,
  .gutenberg-editor-front .form-group-lg select[multiple].form-control {
    height: auto; }
  .gutenberg-editor-front .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333; }
  .gutenberg-editor-front .has-feedback {
    position: relative; }
    .gutenberg-editor-front .has-feedback .form-control {
      padding-right: 42.5px; }
  .gutenberg-editor-front .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
  .gutenberg-editor-front .input-lg + .form-control-feedback, .gutenberg-editor-front .input-group-lg > .form-control + .form-control-feedback, .gutenberg-editor-front .input-group-lg > .input-group-addon + .form-control-feedback, .gutenberg-editor-front .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  .gutenberg-editor-front .input-group-lg + .form-control-feedback,
  .gutenberg-editor-front .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
  .gutenberg-editor-front .input-sm + .form-control-feedback, .gutenberg-editor-front .input-group-sm > .form-control + .form-control-feedback, .gutenberg-editor-front .input-group-sm > .input-group-addon + .form-control-feedback, .gutenberg-editor-front .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  .gutenberg-editor-front .input-group-sm + .form-control-feedback,
  .gutenberg-editor-front .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .gutenberg-editor-front .has-success .help-block,
  .gutenberg-editor-front .has-success .control-label,
  .gutenberg-editor-front .has-success .radio,
  .gutenberg-editor-front .has-success .checkbox,
  .gutenberg-editor-front .has-success .radio-inline,
  .gutenberg-editor-front .has-success .checkbox-inline,
  .gutenberg-editor-front .has-success.radio label,
  .gutenberg-editor-front .has-success.checkbox label,
  .gutenberg-editor-front .has-success.radio-inline label,
  .gutenberg-editor-front .has-success.checkbox-inline label {
    color: #3c763d; }
  .gutenberg-editor-front .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .gutenberg-editor-front .has-success .form-control:focus {
      border-color: #2b542c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  .gutenberg-editor-front .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }
  .gutenberg-editor-front .has-success .form-control-feedback {
    color: #3c763d; }
  .gutenberg-editor-front .has-warning .help-block,
  .gutenberg-editor-front .has-warning .control-label,
  .gutenberg-editor-front .has-warning .radio,
  .gutenberg-editor-front .has-warning .checkbox,
  .gutenberg-editor-front .has-warning .radio-inline,
  .gutenberg-editor-front .has-warning .checkbox-inline,
  .gutenberg-editor-front .has-warning.radio label,
  .gutenberg-editor-front .has-warning.checkbox label,
  .gutenberg-editor-front .has-warning.radio-inline label,
  .gutenberg-editor-front .has-warning.checkbox-inline label {
    color: #8a6d3b; }
  .gutenberg-editor-front .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .gutenberg-editor-front .has-warning .form-control:focus {
      border-color: #66512c;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  .gutenberg-editor-front .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
  .gutenberg-editor-front .has-warning .form-control-feedback {
    color: #8a6d3b; }
  .gutenberg-editor-front .has-error .help-block,
  .gutenberg-editor-front .has-error .control-label,
  .gutenberg-editor-front .has-error .radio,
  .gutenberg-editor-front .has-error .checkbox,
  .gutenberg-editor-front .has-error .radio-inline,
  .gutenberg-editor-front .has-error .checkbox-inline,
  .gutenberg-editor-front .has-error.radio label,
  .gutenberg-editor-front .has-error.checkbox label,
  .gutenberg-editor-front .has-error.radio-inline label,
  .gutenberg-editor-front .has-error.checkbox-inline label {
    color: #a94442; }
  .gutenberg-editor-front .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .gutenberg-editor-front .has-error .form-control:focus {
      border-color: #843534;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  .gutenberg-editor-front .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }
  .gutenberg-editor-front .has-error .form-control-feedback {
    color: #a94442; }
  .gutenberg-editor-front .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .gutenberg-editor-front .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  .gutenberg-editor-front .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    .gutenberg-editor-front .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .gutenberg-editor-front .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .gutenberg-editor-front .form-inline .form-control-static {
      display: inline-block; }
    .gutenberg-editor-front .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      .gutenberg-editor-front .form-inline .input-group .input-group-addon,
      .gutenberg-editor-front .form-inline .input-group .input-group-btn,
      .gutenberg-editor-front .form-inline .input-group .form-control {
        width: auto; }
    .gutenberg-editor-front .form-inline .input-group > .form-control {
      width: 100%; }
    .gutenberg-editor-front .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .gutenberg-editor-front .form-inline .radio,
    .gutenberg-editor-front .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .gutenberg-editor-front .form-inline .radio label,
      .gutenberg-editor-front .form-inline .checkbox label {
        padding-left: 0; }
    .gutenberg-editor-front .form-inline .radio input[type="radio"],
    .gutenberg-editor-front .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .gutenberg-editor-front .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .gutenberg-editor-front .form-horizontal .radio,
  .gutenberg-editor-front .form-horizontal .checkbox,
  .gutenberg-editor-front .form-horizontal .radio-inline,
  .gutenberg-editor-front .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
  .gutenberg-editor-front .form-horizontal .radio,
  .gutenberg-editor-front .form-horizontal .checkbox {
    min-height: 27px; }
  .gutenberg-editor-front .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
    .gutenberg-editor-front .form-horizontal .form-group:before, .gutenberg-editor-front .form-horizontal .form-group:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .form-horizontal .form-group:after {
      clear: both; }
  @media (min-width: 768px) {
    .gutenberg-editor-front .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px; } }
  .gutenberg-editor-front .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .gutenberg-editor-front .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .gutenberg-editor-front .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  .gutenberg-editor-front .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
    .gutenberg-editor-front .btn:focus, .gutenberg-editor-front .btn.focus, .gutenberg-editor-front .btn:active:focus, .gutenberg-editor-front .btn:active.focus, .gutenberg-editor-front .btn.active:focus, .gutenberg-editor-front .btn.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .gutenberg-editor-front .btn:hover, .gutenberg-editor-front .btn:focus, .gutenberg-editor-front .btn.focus {
      color: #333;
      text-decoration: none; }
    .gutenberg-editor-front .btn:active, .gutenberg-editor-front .btn.active {
      outline: 0;
      background-image: none;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .gutenberg-editor-front .btn.disabled, .gutenberg-editor-front .btn[disabled],
    fieldset[disabled] .gutenberg-editor-front .btn {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      box-shadow: none; }
  .gutenberg-editor-front a.btn.disabled,
  fieldset[disabled] .gutenberg-editor-front a.btn {
    pointer-events: none; }
  .gutenberg-editor-front .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
    .gutenberg-editor-front .btn-default:focus, .gutenberg-editor-front .btn-default.focus {
      color: #333;
      background-color: #e6e6e6;
      border-color: #8c8c8c; }
    .gutenberg-editor-front .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .gutenberg-editor-front .btn-default:active, .gutenberg-editor-front .btn-default.active,
    .open > .gutenberg-editor-front .btn-default.dropdown-toggle {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
      .gutenberg-editor-front .btn-default:active:hover, .gutenberg-editor-front .btn-default:active:focus, .gutenberg-editor-front .btn-default:active.focus, .gutenberg-editor-front .btn-default.active:hover, .gutenberg-editor-front .btn-default.active:focus, .gutenberg-editor-front .btn-default.active.focus,
      .open > .gutenberg-editor-front .btn-default.dropdown-toggle:hover,
      .open > .gutenberg-editor-front .btn-default.dropdown-toggle:focus,
      .open > .gutenberg-editor-front .btn-default.dropdown-toggle.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .gutenberg-editor-front .btn-default:active, .gutenberg-editor-front .btn-default.active,
    .open > .gutenberg-editor-front .btn-default.dropdown-toggle {
      background-image: none; }
    .gutenberg-editor-front .btn-default.disabled:hover, .gutenberg-editor-front .btn-default.disabled:focus, .gutenberg-editor-front .btn-default.disabled.focus, .gutenberg-editor-front .btn-default[disabled]:hover, .gutenberg-editor-front .btn-default[disabled]:focus, .gutenberg-editor-front .btn-default[disabled].focus,
    fieldset[disabled] .gutenberg-editor-front .btn-default:hover,
    fieldset[disabled] .gutenberg-editor-front .btn-default:focus,
    fieldset[disabled] .gutenberg-editor-front .btn-default.focus {
      background-color: #fff;
      border-color: #ccc; }
    .gutenberg-editor-front .btn-default .badge {
      color: #fff;
      background-color: #333; }
  .gutenberg-editor-front .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .gutenberg-editor-front .btn-primary:focus, .gutenberg-editor-front .btn-primary.focus {
      color: #fff;
      background-color: #286090;
      border-color: #122b40; }
    .gutenberg-editor-front .btn-primary:hover {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
    .gutenberg-editor-front .btn-primary:active, .gutenberg-editor-front .btn-primary.active,
    .open > .gutenberg-editor-front .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
      .gutenberg-editor-front .btn-primary:active:hover, .gutenberg-editor-front .btn-primary:active:focus, .gutenberg-editor-front .btn-primary:active.focus, .gutenberg-editor-front .btn-primary.active:hover, .gutenberg-editor-front .btn-primary.active:focus, .gutenberg-editor-front .btn-primary.active.focus,
      .open > .gutenberg-editor-front .btn-primary.dropdown-toggle:hover,
      .open > .gutenberg-editor-front .btn-primary.dropdown-toggle:focus,
      .open > .gutenberg-editor-front .btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #204d74;
        border-color: #122b40; }
    .gutenberg-editor-front .btn-primary:active, .gutenberg-editor-front .btn-primary.active,
    .open > .gutenberg-editor-front .btn-primary.dropdown-toggle {
      background-image: none; }
    .gutenberg-editor-front .btn-primary.disabled:hover, .gutenberg-editor-front .btn-primary.disabled:focus, .gutenberg-editor-front .btn-primary.disabled.focus, .gutenberg-editor-front .btn-primary[disabled]:hover, .gutenberg-editor-front .btn-primary[disabled]:focus, .gutenberg-editor-front .btn-primary[disabled].focus,
    fieldset[disabled] .gutenberg-editor-front .btn-primary:hover,
    fieldset[disabled] .gutenberg-editor-front .btn-primary:focus,
    fieldset[disabled] .gutenberg-editor-front .btn-primary.focus {
      background-color: #337ab7;
      border-color: #2e6da4; }
    .gutenberg-editor-front .btn-primary .badge {
      color: #337ab7;
      background-color: #fff; }
  .gutenberg-editor-front .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    .gutenberg-editor-front .btn-success:focus, .gutenberg-editor-front .btn-success.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #255625; }
    .gutenberg-editor-front .btn-success:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
    .gutenberg-editor-front .btn-success:active, .gutenberg-editor-front .btn-success.active,
    .open > .gutenberg-editor-front .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
      .gutenberg-editor-front .btn-success:active:hover, .gutenberg-editor-front .btn-success:active:focus, .gutenberg-editor-front .btn-success:active.focus, .gutenberg-editor-front .btn-success.active:hover, .gutenberg-editor-front .btn-success.active:focus, .gutenberg-editor-front .btn-success.active.focus,
      .open > .gutenberg-editor-front .btn-success.dropdown-toggle:hover,
      .open > .gutenberg-editor-front .btn-success.dropdown-toggle:focus,
      .open > .gutenberg-editor-front .btn-success.dropdown-toggle.focus {
        color: #fff;
        background-color: #398439;
        border-color: #255625; }
    .gutenberg-editor-front .btn-success:active, .gutenberg-editor-front .btn-success.active,
    .open > .gutenberg-editor-front .btn-success.dropdown-toggle {
      background-image: none; }
    .gutenberg-editor-front .btn-success.disabled:hover, .gutenberg-editor-front .btn-success.disabled:focus, .gutenberg-editor-front .btn-success.disabled.focus, .gutenberg-editor-front .btn-success[disabled]:hover, .gutenberg-editor-front .btn-success[disabled]:focus, .gutenberg-editor-front .btn-success[disabled].focus,
    fieldset[disabled] .gutenberg-editor-front .btn-success:hover,
    fieldset[disabled] .gutenberg-editor-front .btn-success:focus,
    fieldset[disabled] .gutenberg-editor-front .btn-success.focus {
      background-color: #5cb85c;
      border-color: #4cae4c; }
    .gutenberg-editor-front .btn-success .badge {
      color: #5cb85c;
      background-color: #fff; }
  .gutenberg-editor-front .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
    .gutenberg-editor-front .btn-info:focus, .gutenberg-editor-front .btn-info.focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85; }
    .gutenberg-editor-front .btn-info:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .gutenberg-editor-front .btn-info:active, .gutenberg-editor-front .btn-info.active,
    .open > .gutenberg-editor-front .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
      .gutenberg-editor-front .btn-info:active:hover, .gutenberg-editor-front .btn-info:active:focus, .gutenberg-editor-front .btn-info:active.focus, .gutenberg-editor-front .btn-info.active:hover, .gutenberg-editor-front .btn-info.active:focus, .gutenberg-editor-front .btn-info.active.focus,
      .open > .gutenberg-editor-front .btn-info.dropdown-toggle:hover,
      .open > .gutenberg-editor-front .btn-info.dropdown-toggle:focus,
      .open > .gutenberg-editor-front .btn-info.dropdown-toggle.focus {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85; }
    .gutenberg-editor-front .btn-info:active, .gutenberg-editor-front .btn-info.active,
    .open > .gutenberg-editor-front .btn-info.dropdown-toggle {
      background-image: none; }
    .gutenberg-editor-front .btn-info.disabled:hover, .gutenberg-editor-front .btn-info.disabled:focus, .gutenberg-editor-front .btn-info.disabled.focus, .gutenberg-editor-front .btn-info[disabled]:hover, .gutenberg-editor-front .btn-info[disabled]:focus, .gutenberg-editor-front .btn-info[disabled].focus,
    fieldset[disabled] .gutenberg-editor-front .btn-info:hover,
    fieldset[disabled] .gutenberg-editor-front .btn-info:focus,
    fieldset[disabled] .gutenberg-editor-front .btn-info.focus {
      background-color: #5bc0de;
      border-color: #46b8da; }
    .gutenberg-editor-front .btn-info .badge {
      color: #5bc0de;
      background-color: #fff; }
  .gutenberg-editor-front .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
    .gutenberg-editor-front .btn-warning:focus, .gutenberg-editor-front .btn-warning.focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
    .gutenberg-editor-front .btn-warning:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
    .gutenberg-editor-front .btn-warning:active, .gutenberg-editor-front .btn-warning.active,
    .open > .gutenberg-editor-front .btn-warning.dropdown-toggle {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
      .gutenberg-editor-front .btn-warning:active:hover, .gutenberg-editor-front .btn-warning:active:focus, .gutenberg-editor-front .btn-warning:active.focus, .gutenberg-editor-front .btn-warning.active:hover, .gutenberg-editor-front .btn-warning.active:focus, .gutenberg-editor-front .btn-warning.active.focus,
      .open > .gutenberg-editor-front .btn-warning.dropdown-toggle:hover,
      .open > .gutenberg-editor-front .btn-warning.dropdown-toggle:focus,
      .open > .gutenberg-editor-front .btn-warning.dropdown-toggle.focus {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d; }
    .gutenberg-editor-front .btn-warning:active, .gutenberg-editor-front .btn-warning.active,
    .open > .gutenberg-editor-front .btn-warning.dropdown-toggle {
      background-image: none; }
    .gutenberg-editor-front .btn-warning.disabled:hover, .gutenberg-editor-front .btn-warning.disabled:focus, .gutenberg-editor-front .btn-warning.disabled.focus, .gutenberg-editor-front .btn-warning[disabled]:hover, .gutenberg-editor-front .btn-warning[disabled]:focus, .gutenberg-editor-front .btn-warning[disabled].focus,
    fieldset[disabled] .gutenberg-editor-front .btn-warning:hover,
    fieldset[disabled] .gutenberg-editor-front .btn-warning:focus,
    fieldset[disabled] .gutenberg-editor-front .btn-warning.focus {
      background-color: #f0ad4e;
      border-color: #eea236; }
    .gutenberg-editor-front .btn-warning .badge {
      color: #f0ad4e;
      background-color: #fff; }
  .gutenberg-editor-front .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
    .gutenberg-editor-front .btn-danger:focus, .gutenberg-editor-front .btn-danger.focus {
      color: #fff;
      background-color: #c9302c;
      border-color: #761c19; }
    .gutenberg-editor-front .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
    .gutenberg-editor-front .btn-danger:active, .gutenberg-editor-front .btn-danger.active,
    .open > .gutenberg-editor-front .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
      .gutenberg-editor-front .btn-danger:active:hover, .gutenberg-editor-front .btn-danger:active:focus, .gutenberg-editor-front .btn-danger:active.focus, .gutenberg-editor-front .btn-danger.active:hover, .gutenberg-editor-front .btn-danger.active:focus, .gutenberg-editor-front .btn-danger.active.focus,
      .open > .gutenberg-editor-front .btn-danger.dropdown-toggle:hover,
      .open > .gutenberg-editor-front .btn-danger.dropdown-toggle:focus,
      .open > .gutenberg-editor-front .btn-danger.dropdown-toggle.focus {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19; }
    .gutenberg-editor-front .btn-danger:active, .gutenberg-editor-front .btn-danger.active,
    .open > .gutenberg-editor-front .btn-danger.dropdown-toggle {
      background-image: none; }
    .gutenberg-editor-front .btn-danger.disabled:hover, .gutenberg-editor-front .btn-danger.disabled:focus, .gutenberg-editor-front .btn-danger.disabled.focus, .gutenberg-editor-front .btn-danger[disabled]:hover, .gutenberg-editor-front .btn-danger[disabled]:focus, .gutenberg-editor-front .btn-danger[disabled].focus,
    fieldset[disabled] .gutenberg-editor-front .btn-danger:hover,
    fieldset[disabled] .gutenberg-editor-front .btn-danger:focus,
    fieldset[disabled] .gutenberg-editor-front .btn-danger.focus {
      background-color: #d9534f;
      border-color: #d43f3a; }
    .gutenberg-editor-front .btn-danger .badge {
      color: #d9534f;
      background-color: #fff; }
  .gutenberg-editor-front .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0; }
    .gutenberg-editor-front .btn-link, .gutenberg-editor-front .btn-link:active, .gutenberg-editor-front .btn-link.active, .gutenberg-editor-front .btn-link[disabled],
    fieldset[disabled] .gutenberg-editor-front .btn-link {
      background-color: transparent;
      box-shadow: none; }
    .gutenberg-editor-front .btn-link, .gutenberg-editor-front .btn-link:hover, .gutenberg-editor-front .btn-link:focus, .gutenberg-editor-front .btn-link:active {
      border-color: transparent; }
    .gutenberg-editor-front .btn-link:hover, .gutenberg-editor-front .btn-link:focus {
      color: #23527c;
      text-decoration: underline;
      background-color: transparent; }
    .gutenberg-editor-front .btn-link[disabled]:hover, .gutenberg-editor-front .btn-link[disabled]:focus,
    fieldset[disabled] .gutenberg-editor-front .btn-link:hover,
    fieldset[disabled] .gutenberg-editor-front .btn-link:focus {
      color: #777777;
      text-decoration: none; }
  .gutenberg-editor-front .btn-lg, .gutenberg-editor-front .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }
  .gutenberg-editor-front .btn-sm, .gutenberg-editor-front .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .gutenberg-editor-front .btn-xs, .gutenberg-editor-front .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .gutenberg-editor-front .btn-block {
    display: block;
    width: 100%; }
  .gutenberg-editor-front .btn-block + .btn-block {
    margin-top: 5px; }
  .gutenberg-editor-front input[type="submit"].btn-block,
  .gutenberg-editor-front input[type="reset"].btn-block,
  .gutenberg-editor-front input[type="button"].btn-block {
    width: 100%; }
  .gutenberg-editor-front .fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
    .gutenberg-editor-front .fade.in {
      opacity: 1; }
  .gutenberg-editor-front .collapse {
    display: none; }
    .gutenberg-editor-front .collapse.in {
      display: block; }
  .gutenberg-editor-front tr.collapse.in {
    display: table-row; }
  .gutenberg-editor-front tbody.collapse.in {
    display: table-row-group; }
  .gutenberg-editor-front .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease; }
  .gutenberg-editor-front .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .gutenberg-editor-front .dropup,
  .gutenberg-editor-front .dropdown {
    position: relative; }
  .gutenberg-editor-front .dropdown-toggle:focus {
    outline: 0; }
  .gutenberg-editor-front .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
    .gutenberg-editor-front .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .gutenberg-editor-front .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .gutenberg-editor-front .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857;
      color: #333333;
      white-space: nowrap; }
  .gutenberg-editor-front .dropdown-menu > li > a:hover, .gutenberg-editor-front .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  .gutenberg-editor-front .dropdown-menu > .active > a, .gutenberg-editor-front .dropdown-menu > .active > a:hover, .gutenberg-editor-front .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }
  .gutenberg-editor-front .dropdown-menu > .disabled > a, .gutenberg-editor-front .dropdown-menu > .disabled > a:hover, .gutenberg-editor-front .dropdown-menu > .disabled > a:focus {
    color: #777777; }
  .gutenberg-editor-front .dropdown-menu > .disabled > a:hover, .gutenberg-editor-front .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }
  .gutenberg-editor-front .open > .dropdown-menu {
    display: block; }
  .gutenberg-editor-front .open > a {
    outline: 0; }
  .gutenberg-editor-front .dropdown-menu-right {
    left: auto;
    right: 0; }
  .gutenberg-editor-front .dropdown-menu-left {
    left: 0;
    right: auto; }
  .gutenberg-editor-front .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap; }
  .gutenberg-editor-front .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .gutenberg-editor-front .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .gutenberg-editor-front .dropup .caret,
  .gutenberg-editor-front .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }
  .gutenberg-editor-front .dropup .dropdown-menu,
  .gutenberg-editor-front .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .gutenberg-editor-front .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .gutenberg-editor-front .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .gutenberg-editor-front .btn-group,
  .gutenberg-editor-front .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .gutenberg-editor-front .btn-group > .btn,
    .gutenberg-editor-front .btn-group-vertical > .btn {
      position: relative;
      float: left; }
      .gutenberg-editor-front .btn-group > .btn:hover, .gutenberg-editor-front .btn-group > .btn:focus, .gutenberg-editor-front .btn-group > .btn:active, .gutenberg-editor-front .btn-group > .btn.active,
      .gutenberg-editor-front .btn-group-vertical > .btn:hover,
      .gutenberg-editor-front .btn-group-vertical > .btn:focus,
      .gutenberg-editor-front .btn-group-vertical > .btn:active,
      .gutenberg-editor-front .btn-group-vertical > .btn.active {
        z-index: 2; }
  .gutenberg-editor-front .btn-group .btn + .btn,
  .gutenberg-editor-front .btn-group .btn + .btn-group,
  .gutenberg-editor-front .btn-group .btn-group + .btn,
  .gutenberg-editor-front .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .gutenberg-editor-front .btn-toolbar {
    margin-left: -5px; }
    .gutenberg-editor-front .btn-toolbar:before, .gutenberg-editor-front .btn-toolbar:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .btn-toolbar:after {
      clear: both; }
    .gutenberg-editor-front .btn-toolbar .btn,
    .gutenberg-editor-front .btn-toolbar .btn-group,
    .gutenberg-editor-front .btn-toolbar .input-group {
      float: left; }
    .gutenberg-editor-front .btn-toolbar > .btn,
    .gutenberg-editor-front .btn-toolbar > .btn-group,
    .gutenberg-editor-front .btn-toolbar > .input-group {
      margin-left: 5px; }
  .gutenberg-editor-front .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .gutenberg-editor-front .btn-group > .btn:first-child {
    margin-left: 0; }
    .gutenberg-editor-front .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .gutenberg-editor-front .btn-group > .btn:last-child:not(:first-child),
  .gutenberg-editor-front .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .gutenberg-editor-front .btn-group > .btn-group {
    float: left; }
  .gutenberg-editor-front .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .gutenberg-editor-front .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .gutenberg-editor-front .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .gutenberg-editor-front .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .gutenberg-editor-front .btn-group .dropdown-toggle:active,
  .gutenberg-editor-front .btn-group.open .dropdown-toggle {
    outline: 0; }
  .gutenberg-editor-front .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px; }
  .gutenberg-editor-front .btn-group > .btn-lg + .dropdown-toggle, .gutenberg-editor-front .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px; }
  .gutenberg-editor-front .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .gutenberg-editor-front .btn-group.open .dropdown-toggle.btn-link {
      box-shadow: none; }
  .gutenberg-editor-front .btn .caret {
    margin-left: 0; }
  .gutenberg-editor-front .btn-lg .caret, .gutenberg-editor-front .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  .gutenberg-editor-front .dropup .btn-lg .caret, .gutenberg-editor-front .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px; }
  .gutenberg-editor-front .btn-group-vertical > .btn,
  .gutenberg-editor-front .btn-group-vertical > .btn-group,
  .gutenberg-editor-front .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  .gutenberg-editor-front .btn-group-vertical > .btn-group:before, .gutenberg-editor-front .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table; }
  .gutenberg-editor-front .btn-group-vertical > .btn-group:after {
    clear: both; }
  .gutenberg-editor-front .btn-group-vertical > .btn-group > .btn {
    float: none; }
  .gutenberg-editor-front .btn-group-vertical > .btn + .btn,
  .gutenberg-editor-front .btn-group-vertical > .btn + .btn-group,
  .gutenberg-editor-front .btn-group-vertical > .btn-group + .btn,
  .gutenberg-editor-front .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .gutenberg-editor-front .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .gutenberg-editor-front .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .gutenberg-editor-front .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .gutenberg-editor-front .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .gutenberg-editor-front .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .gutenberg-editor-front .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .gutenberg-editor-front .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .gutenberg-editor-front .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
    .gutenberg-editor-front .btn-group-justified > .btn,
    .gutenberg-editor-front .btn-group-justified > .btn-group {
      float: none;
      display: table-cell;
      width: 1%; }
    .gutenberg-editor-front .btn-group-justified > .btn-group .btn {
      width: 100%; }
    .gutenberg-editor-front .btn-group-justified > .btn-group .dropdown-menu {
      left: auto; }
  .gutenberg-editor-front [data-toggle="buttons"] > .btn input[type="radio"],
  .gutenberg-editor-front [data-toggle="buttons"] > .btn input[type="checkbox"],
  .gutenberg-editor-front [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  .gutenberg-editor-front [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .gutenberg-editor-front .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
    .gutenberg-editor-front .input-group[class*="col-"] {
      float: none;
      padding-left: 0;
      padding-right: 0; }
    .gutenberg-editor-front .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
      .gutenberg-editor-front .input-group .form-control:focus {
        z-index: 3; }
  .gutenberg-editor-front .input-group-addon,
  .gutenberg-editor-front .input-group-btn,
  .gutenberg-editor-front .input-group .form-control {
    display: table-cell; }
    .gutenberg-editor-front .input-group-addon:not(:first-child):not(:last-child),
    .gutenberg-editor-front .input-group-btn:not(:first-child):not(:last-child),
    .gutenberg-editor-front .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0; }
  .gutenberg-editor-front .input-group-addon,
  .gutenberg-editor-front .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .gutenberg-editor-front .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .gutenberg-editor-front .input-group-addon.input-sm,
    .gutenberg-editor-front .input-group-sm > .input-group-addon,
    .gutenberg-editor-front .input-group-sm > .input-group-btn > .input-group-addon.btn {
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 3px; }
    .gutenberg-editor-front .input-group-addon.input-lg,
    .gutenberg-editor-front .input-group-lg > .input-group-addon,
    .gutenberg-editor-front .input-group-lg > .input-group-btn > .input-group-addon.btn {
      padding: 10px 16px;
      font-size: 18px;
      border-radius: 6px; }
    .gutenberg-editor-front .input-group-addon input[type="radio"],
    .gutenberg-editor-front .input-group-addon input[type="checkbox"] {
      margin-top: 0; }
  .gutenberg-editor-front .input-group .form-control:first-child,
  .gutenberg-editor-front .input-group-addon:first-child,
  .gutenberg-editor-front .input-group-btn:first-child > .btn,
  .gutenberg-editor-front .input-group-btn:first-child > .btn-group > .btn,
  .gutenberg-editor-front .input-group-btn:first-child > .dropdown-toggle,
  .gutenberg-editor-front .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .gutenberg-editor-front .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .gutenberg-editor-front .input-group-addon:first-child {
    border-right: 0; }
  .gutenberg-editor-front .input-group .form-control:last-child,
  .gutenberg-editor-front .input-group-addon:last-child,
  .gutenberg-editor-front .input-group-btn:last-child > .btn,
  .gutenberg-editor-front .input-group-btn:last-child > .btn-group > .btn,
  .gutenberg-editor-front .input-group-btn:last-child > .dropdown-toggle,
  .gutenberg-editor-front .input-group-btn:first-child > .btn:not(:first-child),
  .gutenberg-editor-front .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .gutenberg-editor-front .input-group-addon:last-child {
    border-left: 0; }
  .gutenberg-editor-front .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
    .gutenberg-editor-front .input-group-btn > .btn {
      position: relative; }
      .gutenberg-editor-front .input-group-btn > .btn + .btn {
        margin-left: -1px; }
      .gutenberg-editor-front .input-group-btn > .btn:hover, .gutenberg-editor-front .input-group-btn > .btn:focus, .gutenberg-editor-front .input-group-btn > .btn:active {
        z-index: 2; }
    .gutenberg-editor-front .input-group-btn:first-child > .btn,
    .gutenberg-editor-front .input-group-btn:first-child > .btn-group {
      margin-right: -1px; }
    .gutenberg-editor-front .input-group-btn:last-child > .btn,
    .gutenberg-editor-front .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px; }
  .gutenberg-editor-front .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .gutenberg-editor-front .nav:before, .gutenberg-editor-front .nav:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .nav:after {
      clear: both; }
    .gutenberg-editor-front .nav > li {
      position: relative;
      display: block; }
      .gutenberg-editor-front .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
        .gutenberg-editor-front .nav > li > a:hover, .gutenberg-editor-front .nav > li > a:focus {
          text-decoration: none;
          background-color: #eeeeee; }
      .gutenberg-editor-front .nav > li.disabled > a {
        color: #777777; }
        .gutenberg-editor-front .nav > li.disabled > a:hover, .gutenberg-editor-front .nav > li.disabled > a:focus {
          color: #777777;
          text-decoration: none;
          background-color: transparent;
          cursor: not-allowed; }
    .gutenberg-editor-front .nav .open > a, .gutenberg-editor-front .nav .open > a:hover, .gutenberg-editor-front .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #337ab7; }
    .gutenberg-editor-front .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .gutenberg-editor-front .nav > li > a > img {
      max-width: none; }
  .gutenberg-editor-front .nav-tabs {
    border-bottom: 1px solid #ddd; }
    .gutenberg-editor-front .nav-tabs > li {
      float: left;
      margin-bottom: -1px; }
      .gutenberg-editor-front .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0; }
        .gutenberg-editor-front .nav-tabs > li > a:hover {
          border-color: #eeeeee #eeeeee #ddd; }
      .gutenberg-editor-front .nav-tabs > li.active > a, .gutenberg-editor-front .nav-tabs > li.active > a:hover, .gutenberg-editor-front .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default; }
  .gutenberg-editor-front .nav-pills > li {
    float: left; }
    .gutenberg-editor-front .nav-pills > li > a {
      border-radius: 4px; }
    .gutenberg-editor-front .nav-pills > li + li {
      margin-left: 2px; }
    .gutenberg-editor-front .nav-pills > li.active > a, .gutenberg-editor-front .nav-pills > li.active > a:hover, .gutenberg-editor-front .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #337ab7; }
  .gutenberg-editor-front .nav-stacked > li {
    float: none; }
    .gutenberg-editor-front .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0; }
  .gutenberg-editor-front .nav-justified, .gutenberg-editor-front .nav-tabs.nav-justified {
    width: 100%; }
    .gutenberg-editor-front .nav-justified > li, .gutenberg-editor-front .nav-tabs.nav-justified > li {
      float: none; }
      .gutenberg-editor-front .nav-justified > li > a, .gutenberg-editor-front .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px; }
    .gutenberg-editor-front .nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .nav-justified > li, .gutenberg-editor-front .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
        .gutenberg-editor-front .nav-justified > li > a, .gutenberg-editor-front .nav-tabs.nav-justified > li > a {
          margin-bottom: 0; } }
  .gutenberg-editor-front .nav-tabs-justified, .gutenberg-editor-front .nav-tabs.nav-justified {
    border-bottom: 0; }
    .gutenberg-editor-front .nav-tabs-justified > li > a, .gutenberg-editor-front .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
    .gutenberg-editor-front .nav-tabs-justified > .active > a, .gutenberg-editor-front .nav-tabs.nav-justified > .active > a,
    .gutenberg-editor-front .nav-tabs-justified > .active > a:hover,
    .gutenberg-editor-front .nav-tabs.nav-justified > .active > a:hover,
    .gutenberg-editor-front .nav-tabs-justified > .active > a:focus,
    .gutenberg-editor-front .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #ddd; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .nav-tabs-justified > li > a, .gutenberg-editor-front .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
      .gutenberg-editor-front .nav-tabs-justified > .active > a, .gutenberg-editor-front .nav-tabs.nav-justified > .active > a,
      .gutenberg-editor-front .nav-tabs-justified > .active > a:hover,
      .gutenberg-editor-front .nav-tabs.nav-justified > .active > a:hover,
      .gutenberg-editor-front .nav-tabs-justified > .active > a:focus,
      .gutenberg-editor-front .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }
  .gutenberg-editor-front .tab-content > .tab-pane {
    display: none; }
  .gutenberg-editor-front .tab-content > .active {
    display: block; }
  .gutenberg-editor-front .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .gutenberg-editor-front .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
    .gutenberg-editor-front .navbar:before, .gutenberg-editor-front .navbar:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .navbar:after {
      clear: both; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .navbar {
        border-radius: 4px; } }
  .gutenberg-editor-front .navbar-header:before, .gutenberg-editor-front .navbar-header:after {
    content: " ";
    display: table; }
  .gutenberg-editor-front .navbar-header:after {
    clear: both; }
  @media (min-width: 768px) {
    .gutenberg-editor-front .navbar-header {
      float: left; } }
  .gutenberg-editor-front .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
    .gutenberg-editor-front .navbar-collapse:before, .gutenberg-editor-front .navbar-collapse:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .navbar-collapse:after {
      clear: both; }
    .gutenberg-editor-front .navbar-collapse.in {
      overflow-y: auto; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
        .gutenberg-editor-front .navbar-collapse.collapse {
          display: block !important;
          height: auto !important;
          padding-bottom: 0;
          overflow: visible !important; }
        .gutenberg-editor-front .navbar-collapse.in {
          overflow-y: visible; }
        .navbar-fixed-top .gutenberg-editor-front .navbar-collapse,
        .navbar-static-top .gutenberg-editor-front .navbar-collapse,
        .navbar-fixed-bottom .gutenberg-editor-front .navbar-collapse {
          padding-left: 0;
          padding-right: 0; } }
  .gutenberg-editor-front .navbar-fixed-top .navbar-collapse,
  .gutenberg-editor-front .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .gutenberg-editor-front .navbar-fixed-top .navbar-collapse,
      .gutenberg-editor-front .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  .gutenberg-editor-front .container > .navbar-header,
  .gutenberg-editor-front .container > .navbar-collapse,
  .gutenberg-editor-front .container-fluid > .navbar-header,
  .gutenberg-editor-front .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .container > .navbar-header,
      .gutenberg-editor-front .container > .navbar-collapse,
      .gutenberg-editor-front .container-fluid > .navbar-header,
      .gutenberg-editor-front .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }
  .gutenberg-editor-front .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .navbar-static-top {
        border-radius: 0; } }
  .gutenberg-editor-front .navbar-fixed-top,
  .gutenberg-editor-front .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .navbar-fixed-top,
      .gutenberg-editor-front .navbar-fixed-bottom {
        border-radius: 0; } }
  .gutenberg-editor-front .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .gutenberg-editor-front .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
  .gutenberg-editor-front .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px; }
    .gutenberg-editor-front .navbar-brand:hover, .gutenberg-editor-front .navbar-brand:focus {
      text-decoration: none; }
    .gutenberg-editor-front .navbar-brand > img {
      display: block; }
    @media (min-width: 768px) {
      .navbar > .container .gutenberg-editor-front .navbar-brand,
      .navbar > .container-fluid .gutenberg-editor-front .navbar-brand {
        margin-left: -15px; } }
  .gutenberg-editor-front .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
    .gutenberg-editor-front .navbar-toggle:focus {
      outline: 0; }
    .gutenberg-editor-front .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
    .gutenberg-editor-front .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .navbar-toggle {
        display: none; } }
  .gutenberg-editor-front .navbar-nav {
    margin: 7.5px -15px; }
    .gutenberg-editor-front .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
    @media (max-width: 767px) {
      .gutenberg-editor-front .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        .gutenberg-editor-front .navbar-nav .open .dropdown-menu > li > a,
        .gutenberg-editor-front .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 5px 15px 5px 25px; }
        .gutenberg-editor-front .navbar-nav .open .dropdown-menu > li > a {
          line-height: 20px; }
          .gutenberg-editor-front .navbar-nav .open .dropdown-menu > li > a:hover, .gutenberg-editor-front .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none; } }
    @media (min-width: 768px) {
      .gutenberg-editor-front .navbar-nav {
        float: left;
        margin: 0; }
        .gutenberg-editor-front .navbar-nav > li {
          float: left; }
          .gutenberg-editor-front .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px; } }
  .gutenberg-editor-front .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
      .gutenberg-editor-front .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      .gutenberg-editor-front .navbar-form .form-control-static {
        display: inline-block; }
      .gutenberg-editor-front .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
        .gutenberg-editor-front .navbar-form .input-group .input-group-addon,
        .gutenberg-editor-front .navbar-form .input-group .input-group-btn,
        .gutenberg-editor-front .navbar-form .input-group .form-control {
          width: auto; }
      .gutenberg-editor-front .navbar-form .input-group > .form-control {
        width: 100%; }
      .gutenberg-editor-front .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
      .gutenberg-editor-front .navbar-form .radio,
      .gutenberg-editor-front .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
        .gutenberg-editor-front .navbar-form .radio label,
        .gutenberg-editor-front .navbar-form .checkbox label {
          padding-left: 0; }
      .gutenberg-editor-front .navbar-form .radio input[type="radio"],
      .gutenberg-editor-front .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
      .gutenberg-editor-front .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
    @media (max-width: 767px) {
      .gutenberg-editor-front .navbar-form .form-group {
        margin-bottom: 5px; }
        .gutenberg-editor-front .navbar-form .form-group:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .gutenberg-editor-front .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none; } }
  .gutenberg-editor-front .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .gutenberg-editor-front .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .gutenberg-editor-front .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
    .gutenberg-editor-front .navbar-btn.btn-sm, .gutenberg-editor-front .btn-group-sm > .navbar-btn.btn {
      margin-top: 10px;
      margin-bottom: 10px; }
    .gutenberg-editor-front .navbar-btn.btn-xs, .gutenberg-editor-front .btn-group-xs > .navbar-btn.btn {
      margin-top: 14px;
      margin-bottom: 14px; }
  .gutenberg-editor-front .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .gutenberg-editor-front .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px; } }
  @media (min-width: 768px) {
    .gutenberg-editor-front .navbar-left {
      float: left !important; }
    .gutenberg-editor-front .navbar-right {
      float: right !important;
      margin-right: -15px; }
      .gutenberg-editor-front .navbar-right ~ .navbar-right {
        margin-right: 0; } }
  .gutenberg-editor-front .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
    .gutenberg-editor-front .navbar-default .navbar-brand {
      color: #777; }
      .gutenberg-editor-front .navbar-default .navbar-brand:hover, .gutenberg-editor-front .navbar-default .navbar-brand:focus {
        color: #5e5e5e;
        background-color: transparent; }
    .gutenberg-editor-front .navbar-default .navbar-text {
      color: #777; }
    .gutenberg-editor-front .navbar-default .navbar-nav > li > a {
      color: #777; }
      .gutenberg-editor-front .navbar-default .navbar-nav > li > a:hover, .gutenberg-editor-front .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        background-color: transparent; }
    .gutenberg-editor-front .navbar-default .navbar-nav > .active > a, .gutenberg-editor-front .navbar-default .navbar-nav > .active > a:hover, .gutenberg-editor-front .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .gutenberg-editor-front .navbar-default .navbar-nav > .disabled > a, .gutenberg-editor-front .navbar-default .navbar-nav > .disabled > a:hover, .gutenberg-editor-front .navbar-default .navbar-nav > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; }
    .gutenberg-editor-front .navbar-default .navbar-toggle {
      border-color: #ddd; }
      .gutenberg-editor-front .navbar-default .navbar-toggle:hover, .gutenberg-editor-front .navbar-default .navbar-toggle:focus {
        background-color: #ddd; }
      .gutenberg-editor-front .navbar-default .navbar-toggle .icon-bar {
        background-color: #888; }
    .gutenberg-editor-front .navbar-default .navbar-collapse,
    .gutenberg-editor-front .navbar-default .navbar-form {
      border-color: #e7e7e7; }
    .gutenberg-editor-front .navbar-default .navbar-nav > .open > a, .gutenberg-editor-front .navbar-default .navbar-nav > .open > a:hover, .gutenberg-editor-front .navbar-default .navbar-nav > .open > a:focus {
      background-color: #e7e7e7;
      color: #555; }
    @media (max-width: 767px) {
      .gutenberg-editor-front .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
        .gutenberg-editor-front .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .gutenberg-editor-front .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
          background-color: transparent; }
      .gutenberg-editor-front .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .gutenberg-editor-front .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .gutenberg-editor-front .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
      .gutenberg-editor-front .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .gutenberg-editor-front .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .gutenberg-editor-front .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; } }
    .gutenberg-editor-front .navbar-default .navbar-link {
      color: #777; }
      .gutenberg-editor-front .navbar-default .navbar-link:hover {
        color: #333; }
    .gutenberg-editor-front .navbar-default .btn-link {
      color: #777; }
      .gutenberg-editor-front .navbar-default .btn-link:hover, .gutenberg-editor-front .navbar-default .btn-link:focus {
        color: #333; }
      .gutenberg-editor-front .navbar-default .btn-link[disabled]:hover, .gutenberg-editor-front .navbar-default .btn-link[disabled]:focus,
      fieldset[disabled] .gutenberg-editor-front .navbar-default .btn-link:hover,
      fieldset[disabled] .gutenberg-editor-front .navbar-default .btn-link:focus {
        color: #ccc; }
  .gutenberg-editor-front .navbar-inverse {
    background-color: #222;
    border-color: #090909; }
    .gutenberg-editor-front .navbar-inverse .navbar-brand {
      color: #9d9d9d; }
      .gutenberg-editor-front .navbar-inverse .navbar-brand:hover, .gutenberg-editor-front .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: transparent; }
    .gutenberg-editor-front .navbar-inverse .navbar-text {
      color: #9d9d9d; }
    .gutenberg-editor-front .navbar-inverse .navbar-nav > li > a {
      color: #9d9d9d; }
      .gutenberg-editor-front .navbar-inverse .navbar-nav > li > a:hover, .gutenberg-editor-front .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .gutenberg-editor-front .navbar-inverse .navbar-nav > .active > a, .gutenberg-editor-front .navbar-inverse .navbar-nav > .active > a:hover, .gutenberg-editor-front .navbar-inverse .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .gutenberg-editor-front .navbar-inverse .navbar-nav > .disabled > a, .gutenberg-editor-front .navbar-inverse .navbar-nav > .disabled > a:hover, .gutenberg-editor-front .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #444;
      background-color: transparent; }
    .gutenberg-editor-front .navbar-inverse .navbar-toggle {
      border-color: #333; }
      .gutenberg-editor-front .navbar-inverse .navbar-toggle:hover, .gutenberg-editor-front .navbar-inverse .navbar-toggle:focus {
        background-color: #333; }
      .gutenberg-editor-front .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff; }
    .gutenberg-editor-front .navbar-inverse .navbar-collapse,
    .gutenberg-editor-front .navbar-inverse .navbar-form {
      border-color: #101010; }
    .gutenberg-editor-front .navbar-inverse .navbar-nav > .open > a, .gutenberg-editor-front .navbar-inverse .navbar-nav > .open > a:hover, .gutenberg-editor-front .navbar-inverse .navbar-nav > .open > a:focus {
      background-color: #090909;
      color: #fff; }
    @media (max-width: 767px) {
      .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
      .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
      .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
        .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
          background-color: transparent; }
      .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
      .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .gutenberg-editor-front .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
    .gutenberg-editor-front .navbar-inverse .navbar-link {
      color: #9d9d9d; }
      .gutenberg-editor-front .navbar-inverse .navbar-link:hover {
        color: #fff; }
    .gutenberg-editor-front .navbar-inverse .btn-link {
      color: #9d9d9d; }
      .gutenberg-editor-front .navbar-inverse .btn-link:hover, .gutenberg-editor-front .navbar-inverse .btn-link:focus {
        color: #fff; }
      .gutenberg-editor-front .navbar-inverse .btn-link[disabled]:hover, .gutenberg-editor-front .navbar-inverse .btn-link[disabled]:focus,
      fieldset[disabled] .gutenberg-editor-front .navbar-inverse .btn-link:hover,
      fieldset[disabled] .gutenberg-editor-front .navbar-inverse .btn-link:focus {
        color: #444; }
  .gutenberg-editor-front .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
    .gutenberg-editor-front .breadcrumb > li {
      display: inline-block; }
      .gutenberg-editor-front .breadcrumb > li + li:before {
        content: "/ ";
        padding: 0 5px;
        color: #ccc; }
    .gutenberg-editor-front .breadcrumb > .active {
      color: #777777; }
  .gutenberg-editor-front .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
    .gutenberg-editor-front .pagination > li {
      display: inline; }
      .gutenberg-editor-front .pagination > li > a,
      .gutenberg-editor-front .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px; }
      .gutenberg-editor-front .pagination > li:first-child > a,
      .gutenberg-editor-front .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px; }
      .gutenberg-editor-front .pagination > li:last-child > a,
      .gutenberg-editor-front .pagination > li:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px; }
    .gutenberg-editor-front .pagination > li > a:hover, .gutenberg-editor-front .pagination > li > a:focus,
    .gutenberg-editor-front .pagination > li > span:hover,
    .gutenberg-editor-front .pagination > li > span:focus {
      z-index: 2;
      color: #23527c;
      background-color: #eeeeee;
      border-color: #ddd; }
    .gutenberg-editor-front .pagination > .active > a, .gutenberg-editor-front .pagination > .active > a:hover, .gutenberg-editor-front .pagination > .active > a:focus,
    .gutenberg-editor-front .pagination > .active > span,
    .gutenberg-editor-front .pagination > .active > span:hover,
    .gutenberg-editor-front .pagination > .active > span:focus {
      z-index: 3;
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7;
      cursor: default; }
    .gutenberg-editor-front .pagination > .disabled > span,
    .gutenberg-editor-front .pagination > .disabled > span:hover,
    .gutenberg-editor-front .pagination > .disabled > span:focus,
    .gutenberg-editor-front .pagination > .disabled > a,
    .gutenberg-editor-front .pagination > .disabled > a:hover,
    .gutenberg-editor-front .pagination > .disabled > a:focus {
      color: #777777;
      background-color: #fff;
      border-color: #ddd;
      cursor: not-allowed; }
  .gutenberg-editor-front .pagination-lg > li > a,
  .gutenberg-editor-front .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333; }
  .gutenberg-editor-front .pagination-lg > li:first-child > a,
  .gutenberg-editor-front .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }
  .gutenberg-editor-front .pagination-lg > li:last-child > a,
  .gutenberg-editor-front .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px; }
  .gutenberg-editor-front .pagination-sm > li > a,
  .gutenberg-editor-front .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .gutenberg-editor-front .pagination-sm > li:first-child > a,
  .gutenberg-editor-front .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .gutenberg-editor-front .pagination-sm > li:last-child > a,
  .gutenberg-editor-front .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .gutenberg-editor-front .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center; }
    .gutenberg-editor-front .pager:before, .gutenberg-editor-front .pager:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .pager:after {
      clear: both; }
    .gutenberg-editor-front .pager li {
      display: inline; }
      .gutenberg-editor-front .pager li > a,
      .gutenberg-editor-front .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px; }
      .gutenberg-editor-front .pager li > a:hover,
      .gutenberg-editor-front .pager li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .gutenberg-editor-front .pager .next > a,
    .gutenberg-editor-front .pager .next > span {
      float: right; }
    .gutenberg-editor-front .pager .previous > a,
    .gutenberg-editor-front .pager .previous > span {
      float: left; }
    .gutenberg-editor-front .pager .disabled > a,
    .gutenberg-editor-front .pager .disabled > a:hover,
    .gutenberg-editor-front .pager .disabled > a:focus,
    .gutenberg-editor-front .pager .disabled > span {
      color: #777777;
      background-color: #fff;
      cursor: not-allowed; }
  .gutenberg-editor-front .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
    .gutenberg-editor-front .label:empty {
      display: none; }
    .btn .gutenberg-editor-front .label {
      position: relative;
      top: -1px; }
  .gutenberg-editor-front a.label:hover, .gutenberg-editor-front a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .gutenberg-editor-front .label-default {
    background-color: #777777; }
    .gutenberg-editor-front .label-default[href]:hover, .gutenberg-editor-front .label-default[href]:focus {
      background-color: #5e5e5e; }
  .gutenberg-editor-front .label-primary {
    background-color: #337ab7; }
    .gutenberg-editor-front .label-primary[href]:hover, .gutenberg-editor-front .label-primary[href]:focus {
      background-color: #286090; }
  .gutenberg-editor-front .label-success {
    background-color: #5cb85c; }
    .gutenberg-editor-front .label-success[href]:hover, .gutenberg-editor-front .label-success[href]:focus {
      background-color: #449d44; }
  .gutenberg-editor-front .label-info {
    background-color: #5bc0de; }
    .gutenberg-editor-front .label-info[href]:hover, .gutenberg-editor-front .label-info[href]:focus {
      background-color: #31b0d5; }
  .gutenberg-editor-front .label-warning {
    background-color: #f0ad4e; }
    .gutenberg-editor-front .label-warning[href]:hover, .gutenberg-editor-front .label-warning[href]:focus {
      background-color: #ec971f; }
  .gutenberg-editor-front .label-danger {
    background-color: #d9534f; }
    .gutenberg-editor-front .label-danger[href]:hover, .gutenberg-editor-front .label-danger[href]:focus {
      background-color: #c9302c; }
  .gutenberg-editor-front .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px; }
    .gutenberg-editor-front .badge:empty {
      display: none; }
    .btn .gutenberg-editor-front .badge {
      position: relative;
      top: -1px; }
    .btn-xs .gutenberg-editor-front .badge, .gutenberg-editor-front .btn-group-xs > .btn .gutenberg-editor-front .badge,
    .btn-group-xs > .btn .gutenberg-editor-front .badge {
      top: 0;
      padding: 1px 5px; }
    .list-group-item.active > .gutenberg-editor-front .badge,
    .nav-pills > .active > a > .gutenberg-editor-front .badge {
      color: #337ab7;
      background-color: #fff; }
    .list-group-item > .gutenberg-editor-front .badge {
      float: right; }
    .list-group-item > .gutenberg-editor-front .badge + .gutenberg-editor-front .badge {
      margin-right: 5px; }
    .nav-pills > li > a > .gutenberg-editor-front .badge {
      margin-left: 3px; }
  .gutenberg-editor-front a.badge:hover, .gutenberg-editor-front a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .gutenberg-editor-front .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee; }
    .gutenberg-editor-front .jumbotron h1,
    .gutenberg-editor-front .jumbotron .h1 {
      color: inherit; }
    .gutenberg-editor-front .jumbotron p {
      margin-bottom: 15px;
      font-size: 21px;
      font-weight: 200; }
    .gutenberg-editor-front .jumbotron > hr {
      border-top-color: #d5d5d5; }
    .container .gutenberg-editor-front .jumbotron,
    .container-fluid .gutenberg-editor-front .jumbotron {
      border-radius: 6px;
      padding-left: 15px;
      padding-right: 15px; }
    .gutenberg-editor-front .jumbotron .container {
      max-width: 100%; }
    @media screen and (min-width: 768px) {
      .gutenberg-editor-front .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px; }
        .container .gutenberg-editor-front .jumbotron,
        .container-fluid .gutenberg-editor-front .jumbotron {
          padding-left: 60px;
          padding-right: 60px; }
        .gutenberg-editor-front .jumbotron h1,
        .gutenberg-editor-front .jumbotron .h1 {
          font-size: 63px; } }
  .gutenberg-editor-front .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out; }
    .gutenberg-editor-front .thumbnail > img,
    .gutenberg-editor-front .thumbnail a > img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
    .gutenberg-editor-front .thumbnail .caption {
      padding: 9px;
      color: #333333; }
  .gutenberg-editor-front a.thumbnail:hover,
  .gutenberg-editor-front a.thumbnail:focus,
  .gutenberg-editor-front a.thumbnail.active {
    border-color: #337ab7; }
  .gutenberg-editor-front .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
    .gutenberg-editor-front .alert h4 {
      margin-top: 0;
      color: inherit; }
    .gutenberg-editor-front .alert .alert-link {
      font-weight: bold; }
    .gutenberg-editor-front .alert > p,
    .gutenberg-editor-front .alert > ul {
      margin-bottom: 0; }
    .gutenberg-editor-front .alert > p + p {
      margin-top: 5px; }
  .gutenberg-editor-front .alert-dismissable,
  .gutenberg-editor-front .alert-dismissible {
    padding-right: 35px; }
    .gutenberg-editor-front .alert-dismissable .close,
    .gutenberg-editor-front .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit; }
  .gutenberg-editor-front .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
    .gutenberg-editor-front .alert-success hr {
      border-top-color: #c9e2b3; }
    .gutenberg-editor-front .alert-success .alert-link {
      color: #2b542c; }
  .gutenberg-editor-front .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f; }
    .gutenberg-editor-front .alert-info hr {
      border-top-color: #a6e1ec; }
    .gutenberg-editor-front .alert-info .alert-link {
      color: #245269; }
  .gutenberg-editor-front .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
    .gutenberg-editor-front .alert-warning hr {
      border-top-color: #f7e1b5; }
    .gutenberg-editor-front .alert-warning .alert-link {
      color: #66512c; }
  .gutenberg-editor-front .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
    .gutenberg-editor-front .alert-danger hr {
      border-top-color: #e4b9c0; }
    .gutenberg-editor-front .alert-danger .alert-link {
      color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
  .gutenberg-editor-front .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .gutenberg-editor-front .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease; }
  .gutenberg-editor-front .progress-striped .progress-bar,
  .gutenberg-editor-front .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: 40px 40px; }
  .gutenberg-editor-front .progress.active .progress-bar,
  .gutenberg-editor-front .progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite; }
  .gutenberg-editor-front .progress-bar-success {
    background-color: #5cb85c; }
    .progress-striped .gutenberg-editor-front .progress-bar-success {
      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); }
  .gutenberg-editor-front .progress-bar-info {
    background-color: #5bc0de; }
    .progress-striped .gutenberg-editor-front .progress-bar-info {
      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); }
  .gutenberg-editor-front .progress-bar-warning {
    background-color: #f0ad4e; }
    .progress-striped .gutenberg-editor-front .progress-bar-warning {
      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); }
  .gutenberg-editor-front .progress-bar-danger {
    background-color: #d9534f; }
    .progress-striped .gutenberg-editor-front .progress-bar-danger {
      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); }
  .gutenberg-editor-front .media {
    margin-top: 15px; }
    .gutenberg-editor-front .media:first-child {
      margin-top: 0; }
  .gutenberg-editor-front .media,
  .gutenberg-editor-front .media-body {
    zoom: 1;
    overflow: hidden; }
  .gutenberg-editor-front .media-body {
    width: 10000px; }
  .gutenberg-editor-front .media-object {
    display: block; }
    .gutenberg-editor-front .media-object.img-thumbnail {
      max-width: none; }
  .gutenberg-editor-front .media-right,
  .gutenberg-editor-front .media > .pull-right {
    padding-left: 10px; }
  .gutenberg-editor-front .media-left,
  .gutenberg-editor-front .media > .pull-left {
    padding-right: 10px; }
  .gutenberg-editor-front .media-left,
  .gutenberg-editor-front .media-right,
  .gutenberg-editor-front .media-body {
    display: table-cell;
    vertical-align: top; }
  .gutenberg-editor-front .media-middle {
    vertical-align: middle; }
  .gutenberg-editor-front .media-bottom {
    vertical-align: bottom; }
  .gutenberg-editor-front .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .gutenberg-editor-front .media-list {
    padding-left: 0;
    list-style: none; }
  .gutenberg-editor-front .list-group {
    margin-bottom: 20px;
    padding-left: 0; }
  .gutenberg-editor-front .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
    .gutenberg-editor-front .list-group-item:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px; }
    .gutenberg-editor-front .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  .gutenberg-editor-front a.list-group-item,
  .gutenberg-editor-front button.list-group-item {
    color: #555; }
    .gutenberg-editor-front a.list-group-item .list-group-item-heading,
    .gutenberg-editor-front button.list-group-item .list-group-item-heading {
      color: #333; }
    .gutenberg-editor-front a.list-group-item:hover, .gutenberg-editor-front a.list-group-item:focus,
    .gutenberg-editor-front button.list-group-item:hover,
    .gutenberg-editor-front button.list-group-item:focus {
      text-decoration: none;
      color: #555;
      background-color: #f5f5f5; }
  .gutenberg-editor-front button.list-group-item {
    width: 100%;
    text-align: left; }
  .gutenberg-editor-front .list-group-item.disabled, .gutenberg-editor-front .list-group-item.disabled:hover, .gutenberg-editor-front .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed; }
    .gutenberg-editor-front .list-group-item.disabled .list-group-item-heading, .gutenberg-editor-front .list-group-item.disabled:hover .list-group-item-heading, .gutenberg-editor-front .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .gutenberg-editor-front .list-group-item.disabled .list-group-item-text, .gutenberg-editor-front .list-group-item.disabled:hover .list-group-item-text, .gutenberg-editor-front .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .gutenberg-editor-front .list-group-item.active, .gutenberg-editor-front .list-group-item.active:hover, .gutenberg-editor-front .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .gutenberg-editor-front .list-group-item.active .list-group-item-heading,
    .gutenberg-editor-front .list-group-item.active .list-group-item-heading > small,
    .gutenberg-editor-front .list-group-item.active .list-group-item-heading > .small, .gutenberg-editor-front .list-group-item.active:hover .list-group-item-heading,
    .gutenberg-editor-front .list-group-item.active:hover .list-group-item-heading > small,
    .gutenberg-editor-front .list-group-item.active:hover .list-group-item-heading > .small, .gutenberg-editor-front .list-group-item.active:focus .list-group-item-heading,
    .gutenberg-editor-front .list-group-item.active:focus .list-group-item-heading > small,
    .gutenberg-editor-front .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .gutenberg-editor-front .list-group-item.active .list-group-item-text, .gutenberg-editor-front .list-group-item.active:hover .list-group-item-text, .gutenberg-editor-front .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }
  .gutenberg-editor-front .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
  .gutenberg-editor-front a.list-group-item-success,
  .gutenberg-editor-front button.list-group-item-success {
    color: #3c763d; }
    .gutenberg-editor-front a.list-group-item-success .list-group-item-heading,
    .gutenberg-editor-front button.list-group-item-success .list-group-item-heading {
      color: inherit; }
    .gutenberg-editor-front a.list-group-item-success:hover, .gutenberg-editor-front a.list-group-item-success:focus,
    .gutenberg-editor-front button.list-group-item-success:hover,
    .gutenberg-editor-front button.list-group-item-success:focus {
      color: #3c763d;
      background-color: #d0e9c6; }
    .gutenberg-editor-front a.list-group-item-success.active, .gutenberg-editor-front a.list-group-item-success.active:hover, .gutenberg-editor-front a.list-group-item-success.active:focus,
    .gutenberg-editor-front button.list-group-item-success.active,
    .gutenberg-editor-front button.list-group-item-success.active:hover,
    .gutenberg-editor-front button.list-group-item-success.active:focus {
      color: #fff;
      background-color: #3c763d;
      border-color: #3c763d; }
  .gutenberg-editor-front .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
  .gutenberg-editor-front a.list-group-item-info,
  .gutenberg-editor-front button.list-group-item-info {
    color: #31708f; }
    .gutenberg-editor-front a.list-group-item-info .list-group-item-heading,
    .gutenberg-editor-front button.list-group-item-info .list-group-item-heading {
      color: inherit; }
    .gutenberg-editor-front a.list-group-item-info:hover, .gutenberg-editor-front a.list-group-item-info:focus,
    .gutenberg-editor-front button.list-group-item-info:hover,
    .gutenberg-editor-front button.list-group-item-info:focus {
      color: #31708f;
      background-color: #c4e3f3; }
    .gutenberg-editor-front a.list-group-item-info.active, .gutenberg-editor-front a.list-group-item-info.active:hover, .gutenberg-editor-front a.list-group-item-info.active:focus,
    .gutenberg-editor-front button.list-group-item-info.active,
    .gutenberg-editor-front button.list-group-item-info.active:hover,
    .gutenberg-editor-front button.list-group-item-info.active:focus {
      color: #fff;
      background-color: #31708f;
      border-color: #31708f; }
  .gutenberg-editor-front .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
  .gutenberg-editor-front a.list-group-item-warning,
  .gutenberg-editor-front button.list-group-item-warning {
    color: #8a6d3b; }
    .gutenberg-editor-front a.list-group-item-warning .list-group-item-heading,
    .gutenberg-editor-front button.list-group-item-warning .list-group-item-heading {
      color: inherit; }
    .gutenberg-editor-front a.list-group-item-warning:hover, .gutenberg-editor-front a.list-group-item-warning:focus,
    .gutenberg-editor-front button.list-group-item-warning:hover,
    .gutenberg-editor-front button.list-group-item-warning:focus {
      color: #8a6d3b;
      background-color: #faf2cc; }
    .gutenberg-editor-front a.list-group-item-warning.active, .gutenberg-editor-front a.list-group-item-warning.active:hover, .gutenberg-editor-front a.list-group-item-warning.active:focus,
    .gutenberg-editor-front button.list-group-item-warning.active,
    .gutenberg-editor-front button.list-group-item-warning.active:hover,
    .gutenberg-editor-front button.list-group-item-warning.active:focus {
      color: #fff;
      background-color: #8a6d3b;
      border-color: #8a6d3b; }
  .gutenberg-editor-front .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede; }
  .gutenberg-editor-front a.list-group-item-danger,
  .gutenberg-editor-front button.list-group-item-danger {
    color: #a94442; }
    .gutenberg-editor-front a.list-group-item-danger .list-group-item-heading,
    .gutenberg-editor-front button.list-group-item-danger .list-group-item-heading {
      color: inherit; }
    .gutenberg-editor-front a.list-group-item-danger:hover, .gutenberg-editor-front a.list-group-item-danger:focus,
    .gutenberg-editor-front button.list-group-item-danger:hover,
    .gutenberg-editor-front button.list-group-item-danger:focus {
      color: #a94442;
      background-color: #ebcccc; }
    .gutenberg-editor-front a.list-group-item-danger.active, .gutenberg-editor-front a.list-group-item-danger.active:hover, .gutenberg-editor-front a.list-group-item-danger.active:focus,
    .gutenberg-editor-front button.list-group-item-danger.active,
    .gutenberg-editor-front button.list-group-item-danger.active:hover,
    .gutenberg-editor-front button.list-group-item-danger.active:focus {
      color: #fff;
      background-color: #a94442;
      border-color: #a94442; }
  .gutenberg-editor-front .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .gutenberg-editor-front .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  .gutenberg-editor-front .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .gutenberg-editor-front .panel-body {
    padding: 15px; }
    .gutenberg-editor-front .panel-body:before, .gutenberg-editor-front .panel-body:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .panel-body:after {
      clear: both; }
  .gutenberg-editor-front .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .gutenberg-editor-front .panel-heading > .dropdown .dropdown-toggle {
      color: inherit; }
  .gutenberg-editor-front .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
    .gutenberg-editor-front .panel-title > a,
    .gutenberg-editor-front .panel-title > small,
    .gutenberg-editor-front .panel-title > .small,
    .gutenberg-editor-front .panel-title > small > a,
    .gutenberg-editor-front .panel-title > .small > a {
      color: inherit; }
  .gutenberg-editor-front .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .gutenberg-editor-front .panel > .list-group,
  .gutenberg-editor-front .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
    .gutenberg-editor-front .panel > .list-group .list-group-item,
    .gutenberg-editor-front .panel > .panel-collapse > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .gutenberg-editor-front .panel > .list-group:first-child .list-group-item:first-child,
    .gutenberg-editor-front .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    .gutenberg-editor-front .panel > .list-group:last-child .list-group-item:last-child,
    .gutenberg-editor-front .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
  .gutenberg-editor-front .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .gutenberg-editor-front .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  .gutenberg-editor-front .list-group + .panel-footer {
    border-top-width: 0; }
  .gutenberg-editor-front .panel > .table,
  .gutenberg-editor-front .panel > .table-responsive > .table,
  .gutenberg-editor-front .panel > .panel-collapse > .table {
    margin-bottom: 0; }
    .gutenberg-editor-front .panel > .table caption,
    .gutenberg-editor-front .panel > .table-responsive > .table caption,
    .gutenberg-editor-front .panel > .panel-collapse > .table caption {
      padding-left: 15px;
      padding-right: 15px; }
  .gutenberg-editor-front .panel > .table:first-child,
  .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .gutenberg-editor-front .panel > .table:first-child > thead:first-child > tr:first-child,
    .gutenberg-editor-front .panel > .table:first-child > tbody:first-child > tr:first-child,
    .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .gutenberg-editor-front .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .gutenberg-editor-front .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .gutenberg-editor-front .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .gutenberg-editor-front .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px; }
      .gutenberg-editor-front .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .gutenberg-editor-front .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .gutenberg-editor-front .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .gutenberg-editor-front .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .gutenberg-editor-front .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px; }
  .gutenberg-editor-front .panel > .table:last-child,
  .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .gutenberg-editor-front .panel > .table:last-child > tbody:last-child > tr:last-child,
    .gutenberg-editor-front .panel > .table:last-child > tfoot:last-child > tr:last-child,
    .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      .gutenberg-editor-front .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .gutenberg-editor-front .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .gutenberg-editor-front .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .gutenberg-editor-front .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px; }
      .gutenberg-editor-front .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .gutenberg-editor-front .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .gutenberg-editor-front .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .gutenberg-editor-front .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .gutenberg-editor-front .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px; }
  .gutenberg-editor-front .panel > .panel-body + .table,
  .gutenberg-editor-front .panel > .panel-body + .table-responsive,
  .gutenberg-editor-front .panel > .table + .panel-body,
  .gutenberg-editor-front .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  .gutenberg-editor-front .panel > .table > tbody:first-child > tr:first-child th,
  .gutenberg-editor-front .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
  .gutenberg-editor-front .panel > .table-bordered,
  .gutenberg-editor-front .panel > .table-responsive > .table-bordered {
    border: 0; }
    .gutenberg-editor-front .panel > .table-bordered > thead > tr > th:first-child,
    .gutenberg-editor-front .panel > .table-bordered > thead > tr > td:first-child,
    .gutenberg-editor-front .panel > .table-bordered > tbody > tr > th:first-child,
    .gutenberg-editor-front .panel > .table-bordered > tbody > tr > td:first-child,
    .gutenberg-editor-front .panel > .table-bordered > tfoot > tr > th:first-child,
    .gutenberg-editor-front .panel > .table-bordered > tfoot > tr > td:first-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .gutenberg-editor-front .panel > .table-bordered > thead > tr > th:last-child,
    .gutenberg-editor-front .panel > .table-bordered > thead > tr > td:last-child,
    .gutenberg-editor-front .panel > .table-bordered > tbody > tr > th:last-child,
    .gutenberg-editor-front .panel > .table-bordered > tbody > tr > td:last-child,
    .gutenberg-editor-front .panel > .table-bordered > tfoot > tr > th:last-child,
    .gutenberg-editor-front .panel > .table-bordered > tfoot > tr > td:last-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .gutenberg-editor-front .panel > .table-bordered > thead > tr:first-child > td,
    .gutenberg-editor-front .panel > .table-bordered > thead > tr:first-child > th,
    .gutenberg-editor-front .panel > .table-bordered > tbody > tr:first-child > td,
    .gutenberg-editor-front .panel > .table-bordered > tbody > tr:first-child > th,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
    .gutenberg-editor-front .panel > .table-bordered > tbody > tr:last-child > td,
    .gutenberg-editor-front .panel > .table-bordered > tbody > tr:last-child > th,
    .gutenberg-editor-front .panel > .table-bordered > tfoot > tr:last-child > td,
    .gutenberg-editor-front .panel > .table-bordered > tfoot > tr:last-child > th,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .gutenberg-editor-front .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }
  .gutenberg-editor-front .panel > .table-responsive {
    border: 0;
    margin-bottom: 0; }
  .gutenberg-editor-front .panel-group {
    margin-bottom: 20px; }
    .gutenberg-editor-front .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px; }
      .gutenberg-editor-front .panel-group .panel + .panel {
        margin-top: 5px; }
    .gutenberg-editor-front .panel-group .panel-heading {
      border-bottom: 0; }
      .gutenberg-editor-front .panel-group .panel-heading + .panel-collapse > .panel-body,
      .gutenberg-editor-front .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px solid #ddd; }
    .gutenberg-editor-front .panel-group .panel-footer {
      border-top: 0; }
      .gutenberg-editor-front .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd; }
  .gutenberg-editor-front .panel-default {
    border-color: #ddd; }
    .gutenberg-editor-front .panel-default > .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #ddd; }
      .gutenberg-editor-front .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd; }
      .gutenberg-editor-front .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333333; }
    .gutenberg-editor-front .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ddd; }
  .gutenberg-editor-front .panel-primary {
    border-color: #337ab7; }
    .gutenberg-editor-front .panel-primary > .panel-heading {
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7; }
      .gutenberg-editor-front .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #337ab7; }
      .gutenberg-editor-front .panel-primary > .panel-heading .badge {
        color: #337ab7;
        background-color: #fff; }
    .gutenberg-editor-front .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #337ab7; }
  .gutenberg-editor-front .panel-success {
    border-color: #d6e9c6; }
    .gutenberg-editor-front .panel-success > .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
      .gutenberg-editor-front .panel-success > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #d6e9c6; }
      .gutenberg-editor-front .panel-success > .panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d; }
    .gutenberg-editor-front .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #d6e9c6; }
  .gutenberg-editor-front .panel-info {
    border-color: #bce8f1; }
    .gutenberg-editor-front .panel-info > .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
      .gutenberg-editor-front .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #bce8f1; }
      .gutenberg-editor-front .panel-info > .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
    .gutenberg-editor-front .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #bce8f1; }
  .gutenberg-editor-front .panel-warning {
    border-color: #faebcc; }
    .gutenberg-editor-front .panel-warning > .panel-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
      .gutenberg-editor-front .panel-warning > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #faebcc; }
      .gutenberg-editor-front .panel-warning > .panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
    .gutenberg-editor-front .panel-warning > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #faebcc; }
  .gutenberg-editor-front .panel-danger {
    border-color: #ebccd1; }
    .gutenberg-editor-front .panel-danger > .panel-heading {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
      .gutenberg-editor-front .panel-danger > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ebccd1; }
      .gutenberg-editor-front .panel-danger > .panel-heading .badge {
        color: #f2dede;
        background-color: #a94442; }
    .gutenberg-editor-front .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ebccd1; }
  .gutenberg-editor-front .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
    .gutenberg-editor-front .embed-responsive .embed-responsive-item,
    .gutenberg-editor-front .embed-responsive iframe,
    .gutenberg-editor-front .embed-responsive embed,
    .gutenberg-editor-front .embed-responsive object,
    .gutenberg-editor-front .embed-responsive video {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      border: 0; }
  .gutenberg-editor-front .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .gutenberg-editor-front .embed-responsive-4by3 {
    padding-bottom: 75%; }
  .gutenberg-editor-front .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .gutenberg-editor-front .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
  .gutenberg-editor-front .well-lg {
    padding: 24px;
    border-radius: 6px; }
  .gutenberg-editor-front .well-sm {
    padding: 9px;
    border-radius: 3px; }
  .gutenberg-editor-front .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .gutenberg-editor-front .close:hover, .gutenberg-editor-front .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .gutenberg-editor-front button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .gutenberg-editor-front .modal-open {
    overflow: hidden; }
  .gutenberg-editor-front .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
    .gutenberg-editor-front .modal.fade .modal-dialog {
      transform: translate(0, -25%);
      transition: transform 0.3s ease-out; }
    .gutenberg-editor-front .modal.in .modal-dialog {
      transform: translate(0, 0); }
  .gutenberg-editor-front .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .gutenberg-editor-front .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
  .gutenberg-editor-front .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }
  .gutenberg-editor-front .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    .gutenberg-editor-front .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    .gutenberg-editor-front .modal-backdrop.in {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .gutenberg-editor-front .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
    .gutenberg-editor-front .modal-header:before, .gutenberg-editor-front .modal-header:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .modal-header:after {
      clear: both; }
  .gutenberg-editor-front .modal-header .close {
    margin-top: -2px; }
  .gutenberg-editor-front .modal-title {
    margin: 0;
    line-height: 1.42857; }
  .gutenberg-editor-front .modal-body {
    position: relative;
    padding: 15px; }
  .gutenberg-editor-front .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
    .gutenberg-editor-front .modal-footer:before, .gutenberg-editor-front .modal-footer:after {
      content: " ";
      display: table; }
    .gutenberg-editor-front .modal-footer:after {
      clear: both; }
    .gutenberg-editor-front .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .gutenberg-editor-front .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .gutenberg-editor-front .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
  .gutenberg-editor-front .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .gutenberg-editor-front .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .gutenberg-editor-front .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .gutenberg-editor-front .modal-sm {
      width: 300px; } }
  @media (min-width: 992px) {
    .gutenberg-editor-front .modal-lg {
      width: 900px; } }
  .gutenberg-editor-front .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0); }
    .gutenberg-editor-front .tooltip.in {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .gutenberg-editor-front .tooltip.top {
      margin-top: -3px;
      padding: 5px 0; }
    .gutenberg-editor-front .tooltip.right {
      margin-left: 3px;
      padding: 0 5px; }
    .gutenberg-editor-front .tooltip.bottom {
      margin-top: 3px;
      padding: 5px 0; }
    .gutenberg-editor-front .tooltip.left {
      margin-left: -3px;
      padding: 0 5px; }
  .gutenberg-editor-front .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
  .gutenberg-editor-front .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .gutenberg-editor-front .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .gutenberg-editor-front .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .gutenberg-editor-front .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .gutenberg-editor-front .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .gutenberg-editor-front .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .gutenberg-editor-front .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .gutenberg-editor-front .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .gutenberg-editor-front .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .gutenberg-editor-front .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .gutenberg-editor-front .popover.top {
      margin-top: -10px; }
    .gutenberg-editor-front .popover.right {
      margin-left: 10px; }
    .gutenberg-editor-front .popover.bottom {
      margin-top: 10px; }
    .gutenberg-editor-front .popover.left {
      margin-left: -10px; }
  .gutenberg-editor-front .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
  .gutenberg-editor-front .popover-content {
    padding: 9px 14px; }
  .gutenberg-editor-front .popover > .arrow, .gutenberg-editor-front .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .gutenberg-editor-front .popover > .arrow {
    border-width: 11px; }
  .gutenberg-editor-front .popover > .arrow:after {
    border-width: 10px;
    content: ""; }
  .gutenberg-editor-front .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px; }
    .gutenberg-editor-front .popover.top > .arrow:after {
      content: " ";
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: #fff; }
  .gutenberg-editor-front .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25); }
    .gutenberg-editor-front .popover.right > .arrow:after {
      content: " ";
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #fff; }
  .gutenberg-editor-front .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
    .gutenberg-editor-front .popover.bottom > .arrow:after {
      content: " ";
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: #fff; }
  .gutenberg-editor-front .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .gutenberg-editor-front .popover.left > .arrow:after {
      content: " ";
      right: 1px;
      border-right-width: 0;
      border-left-color: #fff;
      bottom: -10px; }
  .gutenberg-editor-front .carousel {
    position: relative; }
  .gutenberg-editor-front .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .gutenberg-editor-front .carousel-inner > .item {
      display: none;
      position: relative;
      transition: 0.6s ease-in-out left; }
      .gutenberg-editor-front .carousel-inner > .item > img,
      .gutenberg-editor-front .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1; }
      @media all and (transform-3d), (-webkit-transform-3d) {
        .gutenberg-editor-front .carousel-inner > .item {
          transition: transform 0.6s ease-in-out;
          backface-visibility: hidden;
          perspective: 1000px; }
          .gutenberg-editor-front .carousel-inner > .item.next, .gutenberg-editor-front .carousel-inner > .item.active.right {
            transform: translate3d(100%, 0, 0);
            left: 0; }
          .gutenberg-editor-front .carousel-inner > .item.prev, .gutenberg-editor-front .carousel-inner > .item.active.left {
            transform: translate3d(-100%, 0, 0);
            left: 0; }
          .gutenberg-editor-front .carousel-inner > .item.next.left, .gutenberg-editor-front .carousel-inner > .item.prev.right, .gutenberg-editor-front .carousel-inner > .item.active {
            transform: translate3d(0, 0, 0);
            left: 0; } }
    .gutenberg-editor-front .carousel-inner > .active,
    .gutenberg-editor-front .carousel-inner > .next,
    .gutenberg-editor-front .carousel-inner > .prev {
      display: block; }
    .gutenberg-editor-front .carousel-inner > .active {
      left: 0; }
    .gutenberg-editor-front .carousel-inner > .next,
    .gutenberg-editor-front .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
    .gutenberg-editor-front .carousel-inner > .next {
      left: 100%; }
    .gutenberg-editor-front .carousel-inner > .prev {
      left: -100%; }
    .gutenberg-editor-front .carousel-inner > .next.left,
    .gutenberg-editor-front .carousel-inner > .prev.right {
      left: 0; }
    .gutenberg-editor-front .carousel-inner > .active.left {
      left: -100%; }
    .gutenberg-editor-front .carousel-inner > .active.right {
      left: 100%; }
  .gutenberg-editor-front .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0); }
    .gutenberg-editor-front .carousel-control.left {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
    .gutenberg-editor-front .carousel-control.right {
      left: auto;
      right: 0;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
    .gutenberg-editor-front .carousel-control:hover, .gutenberg-editor-front .carousel-control:focus {
      outline: 0;
      color: #fff;
      text-decoration: none;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .gutenberg-editor-front .carousel-control .icon-prev,
    .gutenberg-editor-front .carousel-control .icon-next,
    .gutenberg-editor-front .carousel-control .glyphicon-chevron-left,
    .gutenberg-editor-front .carousel-control .glyphicon-chevron-right {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      z-index: 5;
      display: inline-block; }
    .gutenberg-editor-front .carousel-control .icon-prev,
    .gutenberg-editor-front .carousel-control .glyphicon-chevron-left {
      left: 50%;
      margin-left: -10px; }
    .gutenberg-editor-front .carousel-control .icon-next,
    .gutenberg-editor-front .carousel-control .glyphicon-chevron-right {
      right: 50%;
      margin-right: -10px; }
    .gutenberg-editor-front .carousel-control .icon-prev,
    .gutenberg-editor-front .carousel-control .icon-next {
      width: 20px;
      height: 20px;
      line-height: 1;
      font-family: serif; }
    .gutenberg-editor-front .carousel-control .icon-prev:before {
      content: '\2039'; }
    .gutenberg-editor-front .carousel-control .icon-next:before {
      content: '\203a'; }
  .gutenberg-editor-front .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center; }
    .gutenberg-editor-front .carousel-indicators li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 1px;
      text-indent: -999px;
      border: 1px solid #fff;
      border-radius: 10px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: rgba(0, 0, 0, 0); }
    .gutenberg-editor-front .carousel-indicators .active {
      margin: 0;
      width: 12px;
      height: 12px;
      background-color: #fff; }
  .gutenberg-editor-front .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .gutenberg-editor-front .carousel-caption .btn {
      text-shadow: none; }
  @media screen and (min-width: 768px) {
    .gutenberg-editor-front .carousel-control .glyphicon-chevron-left,
    .gutenberg-editor-front .carousel-control .glyphicon-chevron-right,
    .gutenberg-editor-front .carousel-control .icon-prev,
    .gutenberg-editor-front .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px; }
    .gutenberg-editor-front .carousel-control .glyphicon-chevron-left,
    .gutenberg-editor-front .carousel-control .icon-prev {
      margin-left: -10px; }
    .gutenberg-editor-front .carousel-control .glyphicon-chevron-right,
    .gutenberg-editor-front .carousel-control .icon-next {
      margin-right: -10px; }
    .gutenberg-editor-front .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px; }
    .gutenberg-editor-front .carousel-indicators {
      bottom: 20px; } }
  .gutenberg-editor-front .clearfix:before, .gutenberg-editor-front .clearfix:after {
    content: " ";
    display: table; }
  .gutenberg-editor-front .clearfix:after {
    clear: both; }
  .gutenberg-editor-front .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .gutenberg-editor-front .pull-right {
    float: right !important; }
  .gutenberg-editor-front .pull-left {
    float: left !important; }
  .gutenberg-editor-front .hide {
    display: none !important; }
  .gutenberg-editor-front .show {
    display: block !important; }
  .gutenberg-editor-front .invisible {
    visibility: hidden; }
  .gutenberg-editor-front .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .gutenberg-editor-front .hidden {
    display: none !important; }
  .gutenberg-editor-front .affix {
    position: fixed; }
  .gutenberg-editor-front .visible-xs {
    display: none !important; }
  .gutenberg-editor-front .visible-sm {
    display: none !important; }
  .gutenberg-editor-front .visible-md {
    display: none !important; }
  .gutenberg-editor-front .visible-lg {
    display: none !important; }
  .gutenberg-editor-front .visible-xs-block,
  .gutenberg-editor-front .visible-xs-inline,
  .gutenberg-editor-front .visible-xs-inline-block,
  .gutenberg-editor-front .visible-sm-block,
  .gutenberg-editor-front .visible-sm-inline,
  .gutenberg-editor-front .visible-sm-inline-block,
  .gutenberg-editor-front .visible-md-block,
  .gutenberg-editor-front .visible-md-inline,
  .gutenberg-editor-front .visible-md-inline-block,
  .gutenberg-editor-front .visible-lg-block,
  .gutenberg-editor-front .visible-lg-inline,
  .gutenberg-editor-front .visible-lg-inline-block {
    display: none !important; }
  @media (max-width: 767px) {
    .gutenberg-editor-front .visible-xs {
      display: block !important; }
    .gutenberg-editor-front table.visible-xs {
      display: table !important; }
    .gutenberg-editor-front tr.visible-xs {
      display: table-row !important; }
    .gutenberg-editor-front th.visible-xs,
    .gutenberg-editor-front td.visible-xs {
      display: table-cell !important; } }
  @media (max-width: 767px) {
    .gutenberg-editor-front .visible-xs-block {
      display: block !important; } }
  @media (max-width: 767px) {
    .gutenberg-editor-front .visible-xs-inline {
      display: inline !important; } }
  @media (max-width: 767px) {
    .gutenberg-editor-front .visible-xs-inline-block {
      display: inline-block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gutenberg-editor-front .visible-sm {
      display: block !important; }
    .gutenberg-editor-front table.visible-sm {
      display: table !important; }
    .gutenberg-editor-front tr.visible-sm {
      display: table-row !important; }
    .gutenberg-editor-front th.visible-sm,
    .gutenberg-editor-front td.visible-sm {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gutenberg-editor-front .visible-sm-block {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gutenberg-editor-front .visible-sm-inline {
      display: inline !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gutenberg-editor-front .visible-sm-inline-block {
      display: inline-block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gutenberg-editor-front .visible-md {
      display: block !important; }
    .gutenberg-editor-front table.visible-md {
      display: table !important; }
    .gutenberg-editor-front tr.visible-md {
      display: table-row !important; }
    .gutenberg-editor-front th.visible-md,
    .gutenberg-editor-front td.visible-md {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gutenberg-editor-front .visible-md-block {
      display: block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gutenberg-editor-front .visible-md-inline {
      display: inline !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gutenberg-editor-front .visible-md-inline-block {
      display: inline-block !important; } }
  @media (min-width: 1200px) {
    .gutenberg-editor-front .visible-lg {
      display: block !important; }
    .gutenberg-editor-front table.visible-lg {
      display: table !important; }
    .gutenberg-editor-front tr.visible-lg {
      display: table-row !important; }
    .gutenberg-editor-front th.visible-lg,
    .gutenberg-editor-front td.visible-lg {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    .gutenberg-editor-front .visible-lg-block {
      display: block !important; } }
  @media (min-width: 1200px) {
    .gutenberg-editor-front .visible-lg-inline {
      display: inline !important; } }
  @media (min-width: 1200px) {
    .gutenberg-editor-front .visible-lg-inline-block {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .gutenberg-editor-front .hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .gutenberg-editor-front .hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gutenberg-editor-front .hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    .gutenberg-editor-front .hidden-lg {
      display: none !important; } }
  .gutenberg-editor-front .visible-print {
    display: none !important; }
  @media print {
    .gutenberg-editor-front .visible-print {
      display: block !important; }
    .gutenberg-editor-front table.visible-print {
      display: table !important; }
    .gutenberg-editor-front tr.visible-print {
      display: table-row !important; }
    .gutenberg-editor-front th.visible-print,
    .gutenberg-editor-front td.visible-print {
      display: table-cell !important; } }
  .gutenberg-editor-front .visible-print-block {
    display: none !important; }
    @media print {
      .gutenberg-editor-front .visible-print-block {
        display: block !important; } }
  .gutenberg-editor-front .visible-print-inline {
    display: none !important; }
    @media print {
      .gutenberg-editor-front .visible-print-inline {
        display: inline !important; } }
  .gutenberg-editor-front .visible-print-inline-block {
    display: none !important; }
    @media print {
      .gutenberg-editor-front .visible-print-inline-block {
        display: inline-block !important; } }
  @media print {
    .gutenberg-editor-front .hidden-print {
      display: none !important; } }
  .gutenberg-editor-front .container {
    padding-left: 65px; }
  .gutenberg-editor-front img {
    max-width: 100%;
    height: auto; }
  .gutenberg-editor-front .screen-reader-text {
    display: none !important; }
  .gutenberg-editor-front .header {
    padding: 30px; }
  .gutenberg-editor-front #ioos-cobrand {
    height: 37px; }
  .gutenberg-editor-front .header .cobrand {
    display: table-row; }
  .gutenberg-editor-front .header .cobrand a {
    display: table-cell;
    vertical-align: middle; }
  .gutenberg-editor-front .header .cobrand a:first-child {
    margin-right: 20px; }
  .gutenberg-editor-front .header .navbar {
    margin-bottom: 0px; }
  .gutenberg-editor-front .header a.logo {
    display: inline-block; }
  .gutenberg-editor-front .header .search {
    margin-right: 25px; }
  .gutenberg-editor-front .navbar-inverse {
    background: #225e6b;
    border-color: #225e6b;
    border-radius: 0px; }
  .gutenberg-editor-front .navbar-inverse .navbar-nav > li > a {
    color: #FFF; }
  .gutenberg-editor-front .navbar-toggle {
    border-color: #32899e;
    margin-right: -20px;
    margin-bottom: -30px; }
  .gutenberg-editor-front .navbar-toggle .icon-bar {
    background: #32899e; }
  .gutenberg-editor-front #breadcrumbs {
    padding: 5px 10px;
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
    background: #ededed; }
  .gutenberg-editor-front #crumbs span.current {
    display: none; }
  .gutenberg-editor-front .has-submenu #crumbs a:last-child,
  .gutenberg-editor-front .has-submenu #crumbs span.current {
    position: relative;
    display: inline-block; }
  .gutenberg-editor-front .has-submenu #crumbs a:last-child {
    font-weight: bold; }
  .gutenberg-editor-front .has-submenu #crumbs a:last-child:after,
  .gutenberg-editor-front .has-submenu #crumbs span.current:after {
    content: "\e252";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -18px;
    text-align: center;
    color: #ededed; }
  .gutenberg-editor-front .breadcrumb.submenu {
    margin-top: 3px;
    margin-bottom: 0px;
    background: none;
    display: inline-block;
    padding-left: 8px; }
  .gutenberg-editor-front .breadcrumb.submenu li.current_page_item {
    font-weight: bold; }
  .gutenberg-editor-front .breadcrumb.submenu a {
    /* color:#FFF; */ }
  .gutenberg-editor-front .breadcrumb.submenu > li + li:before {
    content: "\2022";
    /* color:#FFF; */
    padding: 0px 10px; }
  .gutenberg-editor-front #menu-main-menu {
    margin-top: 10px; }
  .gutenberg-editor-front .sidebar {
    padding: 20px 30px;
    border-left: 1px solid #ccc;
    background: #ededed; }
  .gutenberg-editor-front h1,
  .gutenberg-editor-front h2,
  .gutenberg-editor-front h3,
  .gutenberg-editor-front h4,
  .gutenberg-editor-front a {
    color: #32899e;
    /* background: #ededed; */ }
  .gutenberg-editor-front h3 {
    margin-top: 30px; }
  .gutenberg-editor-front h1 {
    font-weight: bold; }
  .gutenberg-editor-front h4.heading {
    color: #32899e;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: bold; }
  .gutenberg-editor-front h6 {
    color: #666; }
  .gutenberg-editor-front .footer {
    background: #32899e;
    min-height: 200px;
    margin-top: 50px;
    padding: 20px 0px 0px 0px;
    color: #FFF; }
  .gutenberg-editor-front .footer .social-icons .icon {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #FFF;
    border: 2px solid #32899e;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
  .gutenberg-editor-front .footer .social-icons .icon.tw {
    background: #32899e;
    transform: scale(1.3);
    padding-top: 3px; }
  .gutenberg-editor-front .footer .social-icons .icon.fb {
    padding-top: 3px;
    transform: scale(0.9); }
  .gutenberg-editor-front .footer h5 {
    font-weight: bold; }
  .gutenberg-editor-front .footer a {
    color: #FFF; }
  .gutenberg-editor-front .footer .menu {
    list-style-type: none;
    margin: 0px;
    padding: 5px; }
  .gutenberg-editor-front .footer .menu li {
    padding: 2px 0px; }
  .gutenberg-editor-front .footer h5.footer-heading {
    text-transform: uppercase;
    padding-left: 5px; }
  .gutenberg-editor-front .footer .social-icons {
    margin-top: 20px;
    margin-bottom: 20px; }
  .gutenberg-editor-front .regions-footer {
    background: #ededed;
    text-align: center;
    padding: 50px; }
  .gutenberg-editor-front .regions-footer,
  .gutenberg-editor-front .regions-footer a {
    color: #333; }
  .gutenberg-editor-front .regions-footer .menu {
    display: inline-block; }
  .gutenberg-editor-front .regions-footer .menu li {
    display: inline-block;
    float: left;
    padding: 5px 0px;
    margin: 0px;
    text-align: center; }
  .gutenberg-editor-front .regions-footer .menu li:after {
    content: '|';
    display: inline-block;
    padding: 0px 10px; }
  .gutenberg-editor-front .regions-footer .menu li:last-child:after {
    content: '';
    padding: 0px; }
  .gutenberg-editor-front .footer .contact {
    text-align: right;
    padding: 20px;
    font-weight: bold; }
  .gutenberg-editor-front .footer .contact a {
    font-weight: normal; }
  .gutenberg-editor-front .hero {
    position: relative;
    margin-bottom: 40px;
    background: #225e6b;
    overflow: hidden; }
  .gutenberg-editor-front .hero img {
    margin: 0px auto;
    min-width: 800px; }
  .gutenberg-editor-front .hero .caption {
    position: absolute;
    top: 5%;
    text-align: center;
    left: 10%;
    right: 10%;
    color: #FFF; }
  .gutenberg-editor-front .hero .caption h1 {
    font-weight: bold;
    font-size: 40px;
    color: #FFF; }
  .gutenberg-editor-front .hero .caption p {
    margin: 10px;
    font-size: 25px; }
  .gutenberg-editor-front .hero .caption .btn-group .btn {
    border-radius: 0px;
    margin: 0px 30px;
    color: #225e6b;
    text-transform: uppercase; }
  .gutenberg-editor-front .entry-content {
    font-size: 18px; }
  .gutenberg-editor-front .single-post .entry-content p,
  .gutenberg-editor-front .page .entry-content p {
    margin-bottom: 25px; }
  .gutenberg-editor-front .single-post .entry-content figcaption p,
  .gutenberg-editor-front .page .entry-content figcaption p {
    font-size: 12px;
    margin-bottom: 15px; }
  .gutenberg-editor-front .single-post .entry-content figure,
  .gutenberg-editor-front .page .entry-content figure {
    margin-bottom: 0px; }
  .gutenberg-editor-front img.wp-post-image {
    display: block;
    max-width: 100%;
    height: auto; }
  .gutenberg-editor-front .entry-content table td {
    padding: 10px;
    font-size: 14px; }
  .gutenberg-editor-front td img {
    margin: 10px; }
  .gutenberg-editor-front .table td img {
    margin: inherit; }
  .gutenberg-editor-front .search article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    clear: both; }
  .gutenberg-editor-front .mini-icon-nav {
    margin: 60px 20px 0px 20px; }
  .gutenberg-editor-front .mini-icon-nav .item {
    text-align: center; }
  .gutenberg-editor-front .mini-icon-nav .item span.glyphicon {
    font-size: 50px; }
  .gutenberg-editor-front .header .navbar {
    padding-right: 40px; }
  .gutenberg-editor-front .menu ul ul {
    display: none;
    position: absolute;
    top: 38px;
    right: 0;
    right: left;
    width: 180px;
    z-index: 99999;
    list-style-type: none;
    background: #FFF;
    padding: 5px; }
  .gutenberg-editor-front .menu ul ul li {
    position: relative; }
  .gutenberg-editor-front .menu ul ul a {
    display: block;
    padding: 8px;
    background: #ededed;
    /* width: 160px; */ }
  .gutenberg-editor-front .menu ul ul a:hover,
  .gutenberg-editor-front .menu ul ul li:hover a {
    background: #fff; }
  .gutenberg-editor-front .menu ul ul ul {
    right: 100%;
    top: 0; }
  .gutenberg-editor-front .menu ul li:last-child ul {
    /* right: -40px; */
    /* float: right; */
    /* left: auto; */ }
  .gutenberg-editor-front .menu ul li:hover > ul {
    display: block; }
  .gutenberg-editor-front .cat-list-item {
    font-size: 12px;
    margin-bottom: 30px; }
  .gutenberg-editor-front .home .cat-list-item h3,
  .gutenberg-editor-front .home .cat-list-item {
    font-size: 18px; }
  .gutenberg-editor-front .cat-list-item img {
    margin-right: 15px;
    margin-bottom: 10px;
    max-width: 120px; }
  .gutenberg-editor-front .spotlight .cat-list-item {
    padding: 50px;
    background: #ededed; }
  .gutenberg-editor-front .spotlight .cat-list-item img {
    max-width: 100%;
    width: 350px;
    margin-left: 50px;
    margin-right: 0px;
    margin-top: 0px; }
  .gutenberg-editor-front .spotlight .lcp_excerpt,
  .gutenberg-editor-front .intro p {
    font-size: 18px;
    line-height: 1.7; }
  .gutenberg-editor-front .spotlight .cat-list-item {
    margin-bottom: 0px; }
  .gutenberg-editor-front .spotlight h3.lcp_post {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 15px; }
  .gutenberg-editor-front .spotlight .cat-list-item {
    font-size: 14px; }
  .gutenberg-editor-front p.date {
    text-transform: uppercase;
    color: #666;
    margin-bottom: 4px;
    padding-bottom: 0px;
    font-size: 12px; }
  .gutenberg-editor-front .cat-list-item h3 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 3px; }
  .gutenberg-editor-front .news-list-medium {
    padding: 30px 0px; }
  .gutenberg-editor-front .news-list-medium .cat-list-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px; }
  .gutenberg-editor-front .news-list-medium .cat-list-item img {
    max-width: 200px;
    max-height: 200px; }
  .gutenberg-editor-front .news-list-medium .cat-list-item h3 {
    font-size: 20px; }
  .gutenberg-editor-front .news-list-medium .cat-list-item {
    font-size: 14px; }
  .gutenberg-editor-front .section {
    margin-top: 20px; }
  .gutenberg-editor-front .alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
    max-width: 100%;
    height: auto; }
  .gutenberg-editor-front .alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
    max-width: 100%;
    height: auto; }
  .gutenberg-editor-front .aligncenter {
    clear: both;
    display: table;
    margin: 2em auto;
    max-width: 100%;
    height: auto; }
  .gutenberg-editor-front blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }
  .gutenberg-editor-front blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }
  .gutenberg-editor-front blockquote.aligncenter {
    margin-bottom: 1.473684211em; }
  .gutenberg-editor-front .entry-footer img {
    margin: 5px;
    float: left; }
  .gutenberg-editor-front .entry-footer span.byline {
    display: block;
    background: none;
    clear: both; }
  .gutenberg-editor-front .byline a {
    font-size: 20px;
    padding-top: 20px;
    display: inline-block; }
  .gutenberg-editor-front .byline img {
    float: left; }
  .gutenberg-editor-front .entry-footer span {
    margin: 5px;
    font-size: 11px;
    padding: 5px; }
  .gutenberg-editor-front .entry-footer span span {
    display: inline-block;
    margin-right: 5px;
    background: none;
    padding: 0px; }
  .gutenberg-editor-front iframe {
    margin: 20px 0px; }
  .gutenberg-editor-front iframe[align="right"] {
    margin-left: 20px; }
  .gutenberg-editor-front iframe[align="left"] {
    margin-right: 20px; }
  .gutenberg-editor-front .nav-links {
    margin-top: 10px; }
  .gutenberg-editor-front .nav-links > a,
  .gutenberg-editor-front .nav-links > span,
  .gutenberg-editor-front .nav-previous a,
  .gutenberg-editor-front .nav-next a {
    display: block;
    float: left;
    padding: 10px;
    margin-left: 1px; }
  .gutenberg-editor-front .nav-links > a,
  .gutenberg-editor-front .nav-previous a,
  .gutenberg-editor-front .nav-next a {
    background: #E0E0E0;
    font-weight: bold; }
  .gutenberg-editor-front .nav-links > span {
    background: #EFEFEF; }
  .gutenberg-editor-front .nav-links > a:first-child,
  .gutenberg-editor-front .nav-links > span:first-child,
  .gutenberg-editor-front .nav-previous a {
    border-radius: 10px 0px 0px 10px; }
  .gutenberg-editor-front .nav-links > a:last-child,
  .gutenberg-editor-front .nav-links > span:last-child,
  .gutenberg-editor-front .nav-next a {
    border-radius: 0px 10px 10px 0px; }
  .gutenberg-editor-front .nav-links a:hover {
    background: #ededed;
    text-decoration: underline; }
  .gutenberg-editor-front .content-section {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 10px; }
  .gutenberg-editor-front .content-section .col h3 {
    text-align: center; }
  .gutenberg-editor-front .content-section .col p,
  .gutenberg-editor-front .content-section .col ul {
    font-size: 12px; }
  .gutenberg-editor-front .content-section .col ul {
    margin-bottom: 15px; }
  .gutenberg-editor-front .row.centered {
    text-align: center; }
  .gutenberg-editor-front .row.centered img {
    display: block;
    margin: 5px auto; }
  .gutenberg-editor-front .clearing:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .gutenberg-editor-front .clearing {
    display: inline-block; }
  .gutenberg-editor-front * html .clearing {
    height: 1%; }
  .gutenberg-editor-front .clearing {
    display: block; }
  .gutenberg-editor-front .ctct-embed-signup .ctct-custom-form {
    min-width: 0px; }
  .gutenberg-editor-front .ctct-embed-signup .ctct-embed-signup p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px; }
  .gutenberg-editor-front .ctct-embed-signup .col-sm-6:first-child {
    padding-right: 0px; }
  .gutenberg-editor-front .ctct-embed-signup .ctct-custom-form .ctct-form-errorMessage,
  .gutenberg-editor-front .ctct-embed-signup .ctct-custom-form label {
    margin-bottom: 5px;
    font-size: 12px; }
  .gutenberg-editor-front .ctct-embed-signup .ctct-custom-form input[type="text"] {
    font-size: 12px;
    padding: 4px 6px; }
  .gutenberg-editor-front .ctct-embed-signup span#success_message {
    background: #FFF;
    display: block;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: aliceblue;
    font-size: 20px;
    font-weight: bold;
    margin: 20px; }
  @media (min-width: 993px) {
    .gutenberg-editor-front .with-dividers .col {
      border-right: 1px solid #e0e0e0; }
    .gutenberg-editor-front .with-dividers .col:last-child {
      border-right-width: 0px; }
    .gutenberg-editor-front .width-dividers .col {
      display: table-row;
      height: 100%; }
    .gutenberg-editor-front .with-dividers .col {
      display: table-cell;
      float: none; } }
  @media (max-width: 992px) {
    .gutenberg-editor-front .hero .caption {
      top: 2%;
      left: 3%;
      right: 3%; }
    .gutenberg-editor-front .hero .caption h1 {
      font-size: 30px; }
    .gutenberg-editor-front .hero .caption p {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .gutenberg-editor-front .hero .caption {
      top: 2%;
      left: 2%;
      right: 2%; }
    .gutenberg-editor-front .hero .caption h1 {
      font-size: 25px; }
    .gutenberg-editor-front .hero .caption p {
      font-size: 15px; }
    .gutenberg-editor-front .hero .caption .btn-group .btn {
      font-size: 12px;
      margin: 5px; }
    .gutenberg-editor-front .spotlight .cat-list-item {
      padding: 10px; } }
  .gutenberg-editor-front #feedback {
    border: 0px solid #fff;
    width: 36px;
    height: 100px;
    position: fixed;
    left: -3px;
    top: 40%;
    overflow: hidden;
    cursor: pointer;
    z-index: 2000; }
  .gutenberg-editor-front #feedbackForm .modal-body {
    height: 600px; }
  .gutenberg-editor-front #feedbackForm .feedbackFormWrap {
    height: 90%; }
  @media (min-width: 992px) {
    .gutenberg-editor-front #feedbackForm .modal-dialog {
      width: 900px; } }
  .gutenberg-editor-front .slideshow-window.jetpack-slideshow {
    padding: 0px;
    background-color: #FFF;
    border: none;
    border-radius: 0px; }
  .gutenberg-editor-front .slideshow-slide-caption {
    left: 20px;
    right: 20px; }
  .gutenberg-editor-front body .custom-heading div.slideshow-window * img {
    max-height: initial; }
  .gutenberg-editor-front .jetpack-slideshow-noscript {
    display: none; }
  .gutenberg-editor-front .wp-block-columns {
    margin-bottom: 0.24rem; }
  .gutenberg-editor-front p.btn.btn-default {
    margin-bottom: 0.1rem; }
  .gutenberg-editor-front p {
    margin-bottom: 0.25rem; }

.gutenberg-editor-front-post-single {
  margin-bottom: 0.6rem; }
  .gutenberg-editor-front-post-single .table-wrapper {
    margin-top: 0.4rem;
    overflow-y: hidden;
    overflow-x: auto; }
  .gutenberg-editor-front-post-single h1,
  .gutenberg-editor-front-post-single h2,
  .gutenberg-editor-front-post-single h3,
  .gutenberg-editor-front-post-single h4,
  .gutenberg-editor-front-post-single h5,
  .gutenberg-editor-front-post-single h6 {
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: 700;
    margin-bottom: 0.24rem;
    color: var(--primary-color); }
    .gutenberg-editor-front-post-single h1 a,
    .gutenberg-editor-front-post-single h2 a,
    .gutenberg-editor-front-post-single h3 a,
    .gutenberg-editor-front-post-single h4 a,
    .gutenberg-editor-front-post-single h5 a,
    .gutenberg-editor-front-post-single h6 a {
      color: var(--primary-color); }
  .gutenberg-editor-front-post-single h1 {
    font-size: .66rem;
    line-height: .6rem;
    letter-spacing: -0.03em; }
  .gutenberg-editor-front-post-single h2 {
    font-size: .56rem;
    line-height: .64rem; }
  .gutenberg-editor-front-post-single h3 {
    font-size: .4rem;
    line-height: .48rem; }
  .gutenberg-editor-front-post-single h4 {
    font-size: .24rem;
    line-height: .32rem; }
  .gutenberg-editor-front-post-single h5 {
    font-size: .20rem;
    line-height: .30rem; }
  .gutenberg-editor-front-post-single h6 {
    font-size: .16rem;
    line-height: .26rem; }
  .gutenberg-editor-front-post-single p {
    font-family: "neuzeit-grotesk", sans-serif;
    font-size: .16rem;
    line-height: .24rem;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.24rem; }
  .gutenberg-editor-front-post-single p:empty {
    display: none !important; }
    .gutenberg-editor-front-post-single p:empty:before, .gutenberg-editor-front-post-single p:empty:after {
      display: none;
      content: none; }
  .gutenberg-editor-front-post-single th:empty {
    display: none; }
  .gutenberg-editor-front-post-single ul,
  .gutenberg-editor-front-post-single ol {
    font-family: "neuzeit-grotesk", sans-serif;
    list-style: disc;
    margin-left: 24px;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.2rem; }
    .gutenberg-editor-front-post-single ul li,
    .gutenberg-editor-front-post-single ol li {
      margin-bottom: 0.08rem;
      font-size: .16rem;
      line-height: .26rem; }
  .gutenberg-editor-front-post-single img {
    max-width: 100%;
    height: auto; }
  .gutenberg-editor-front-post-single blockquote {
    background-color: transparent;
    margin-bottom: 0.24rem; }
    .gutenberg-editor-front-post-single blockquote p {
      color: #000000;
      font-family: "neuzeit-grotesk", sans-serif;
      font-size: .24rem;
      line-height: .24rem; }
    .gutenberg-editor-front-post-single blockquote p:last-of-type {
      margin-bottom: 0; }
  .gutenberg-editor-front-post-single hr {
    border-color: #000000;
    opacity: 0.3;
    margin: 0.4rem 0; }
  .gutenberg-editor-front-post-single a {
    color: #000000;
    text-decoration: underline; }
    .gutenberg-editor-front-post-single a.main-button {
      text-decoration: none !important; }
  .gutenberg-editor-front-post-single sup {
    vertical-align: super;
    font-size: 70%;
    line-height: 100%; }
  .gutenberg-editor-front-post-single sub {
    vertical-align: sub;
    font-size: 70%;
    line-height: 100%; }
  .gutenberg-editor-front-post-single table tr:nth-child(odd) {
    background-color: var(--secondary-color); }
  .gutenberg-editor-front-post-single table tr:nth-child(even) {
    background-color: #ffffff; }
  .gutenberg-editor-front-post-single table tr th {
    color: #000000;
    text-align: left;
    font-weight: 700; }
  .gutenberg-editor-front-post-single table tr td,
  .gutenberg-editor-front-post-single table tr th {
    font-family: "neuzeit-grotesk", sans-serif;
    font-size: .16rem;
    line-height: .24rem;
    padding: 0.08rem 0.08rem;
    color: #000000; }
    .gutenberg-editor-front-post-single table tr td:first-of-type,
    .gutenberg-editor-front-post-single table tr th:first-of-type {
      padding-left: 0.16rem; }
    .gutenberg-editor-front-post-single table tr td:last-of-type,
    .gutenberg-editor-front-post-single table tr th:last-of-type {
      padding-right: 0.16rem; }
  .gutenberg-editor-front-post-single .wp-block-buttons {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem; }
    .gutenberg-editor-front-post-single .wp-block-buttons a {
      color: #ffffff; }
  .gutenberg-editor-front-post-single .wp-block-button {
    margin-bottom: 0.2rem; }
    .gutenberg-editor-front-post-single .wp-block-button a {
      text-decoration: none;
      background-color: #186b70; }
  .gutenberg-editor-front-post-single .wp-block-columns {
    margin-bottom: 0.24rem; }
  .gutenberg-editor-front-post-single .wp-block-image {
    margin-bottom: .2rem; }
  .gutenberg-editor-front-post-single figcaption {
    line-height: 100%; }
  .gutenberg-editor-front-post-single .figure.is-resized {
    width: auto; }
  .gutenberg-editor-front-post-single .figure.aligncenter {
    text-align: center; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .gutenberg-editor-front-post-single .table-wrapper {
      margin-top: 0.2rem; }
    .gutenberg-editor-front-post-single h1,
    .gutenberg-editor-front-post-single h2,
    .gutenberg-editor-front-post-single h3,
    .gutenberg-editor-front-post-single h4,
    .gutenberg-editor-front-post-single h5,
    .gutenberg-editor-front-post-single h6 {
      margin-bottom: 0.18rem; }
    .gutenberg-editor-front-post-single h1 {
      font-size: .54rem;
      line-height: .48rem; }
    .gutenberg-editor-front-post-single h2 {
      font-size: .40rem;
      line-height: .48rem; }
    .gutenberg-editor-front-post-single h3 {
      font-size: .32rem;
      line-height: .4rem; }
    .gutenberg-editor-front-post-single h4 {
      font-size: .20rem;
      line-height: .28rem; }
    .gutenberg-editor-front-post-single h5 {
      font-size: .16rem;
      line-height: .26rem; }
    .gutenberg-editor-front-post-single h6 {
      font-size: .12rem;
      line-height: .22rem; }
    .gutenberg-editor-front-post-single p {
      font-size: .18rem;
      line-height: .24rem;
      margin-bottom: 0.18rem; }
    .gutenberg-editor-front-post-single ul,
    .gutenberg-editor-front-post-single ol {
      font-size: .18rem;
      line-height: .24rem; }
    .gutenberg-editor-front-post-single blockquote {
      margin-bottom: 0.20rem; }
      .gutenberg-editor-front-post-single blockquote p {
        font-size: .20rem;
        line-height: .20rem; }
    .gutenberg-editor-front-post-single hr {
      margin: 0.2rem 0; }
    .gutenberg-editor-front-post-single table {
      width: 12rem !important; }
      .gutenberg-editor-front-post-single table tr td {
        color: #000000; }
    .gutenberg-editor-front-post-single .wp-block-image {
      margin-bottom: .2rem; }
      .gutenberg-editor-front-post-single .wp-block-image figure {
        margin: 0;
        margin-bottom: 0.2rem;
        width: 100%; }
        .gutenberg-editor-front-post-single .wp-block-image figure.is-resized {
          width: 100%; }
        .gutenberg-editor-front-post-single .wp-block-image figure img {
          width: 100%; } }

