/* html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
* {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  max-width: 100%;
  vertical-align: middle;
}
img,
video {
  height: auto;
}
p img {
  margin-bottom: 1rem;
}
textarea {
  resize: vertical;
}
[role="button"] {
  cursor: pointer;
}
pre {
  overflow: hidden;
}
dt {
  font-weight: 700;
  text-decoration: underline;
}
dd {
  margin: 0;
  padding: 0 0 0.5em;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
figure {
  margin-bottom: 1rem;
}
fieldset {
  padding: 1rem;
} */
@font-face {
  font-display: swap;
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/lato/lato-v13-latin-300.eot);
  src:
    local("Lato Light"),
    local("Lato-Light"),
    url(../fonts/lato/lato-v13-latin-300.eot?#iefix) format("embedded-opentype"),
    url(../fonts/lato/lato-v13-latin-300.woff2) format("woff2"),
    url(../fonts/lato/lato-v13-latin-300.woff) format("woff"),
    url(../fonts/lato/lato-v13-latin-300.ttf) format("truetype"),
    url(../fonts/lato/lato-v13-latin-300.svg#Lato) format("svg");
}
@font-face {
  font-display: swap;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/lato/lato-v13-latin-regular.eot);
  src:
    local("Lato Regular"),
    local("Lato-Regular"),
    url(../fonts/lato/lato-v13-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/lato/lato-v13-latin-regular.woff2) format("woff2"),
    url(../fonts/lato/lato-v13-latin-regular.woff) format("woff"),
    url(../fonts/lato/lato-v13-latin-regular.ttf) format("truetype"),
    url(../fonts/lato/lato-v13-latin-regular.svg#Lato) format("svg");
}
@font-face {
  font-display: swap;
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/lato/lato-v13-latin-700.eot);
  src:
    local("Lato Bold"),
    local("Lato-Bold"),
    url(../fonts/lato/lato-v13-latin-700.eot?#iefix) format("embedded-opentype"),
    url(../fonts/lato/lato-v13-latin-700.woff2) format("woff2"),
    url(../fonts/lato/lato-v13-latin-700.woff) format("woff"),
    url(../fonts/lato/lato-v13-latin-700.ttf) format("truetype"),
    url(../fonts/lato/lato-v13-latin-700.svg#Lato) format("svg");
}
/* @font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat/montserrat-v10-latin-regular.eot);
  src:
    local("Montserrat Regular"),
    local("Montserrat-Regular"),
    url(../fonts/montserrat/montserrat-v10-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/montserrat/montserrat-v10-latin-regular.woff2) format("woff2"),
    url(../fonts/montserrat/montserrat-v10-latin-regular.woff) format("woff"),
    url(../fonts/montserrat/montserrat-v10-latin-regular.ttf) format("truetype"),
    url(../fonts/montserrat/montserrat-v10-latin-regular.svg#Montserrat)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat/montserrat-v10-latin-700.eot);
  src:
    local("Montserrat Bold"),
    local("Montserrat-Bold"),
    url(../fonts/montserrat/montserrat-v10-latin-700.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/montserrat/montserrat-v10-latin-700.woff2) format("woff2"),
    url(../fonts/montserrat/montserrat-v10-latin-700.woff) format("woff"),
    url(../fonts/montserrat/montserrat-v10-latin-700.ttf) format("truetype"),
    url(../fonts/montserrat/montserrat-v10-latin-700.svg#Montserrat)
      format("svg");
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
} */
body {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  background-color: #fff;
  color: #333;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
}
/* button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 2em 0;
}
figure img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
figure figcaption {
  color: #818a91;
  font-size: 0.9rem;
}
.flex {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex .right {
  margin-left: auto;
}
.flex .left {
  margin-right: auto;
}
.flex-fluid {
  margin-left: -1rem;
  margin-right: -1rem;
}
a,
a:hover {
  color: #0275d8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  text-decoration: none;
  text-rendering: optimizeLegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 75%;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  line-height: 1.35;
}
.title {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
}
.lead {
  font-size: 1.25rem;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.15rem;
}
h6 {
  font-size: 1rem;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 20px 30px;
}
address,
blockquote,
dl,
fieldset,
figure,
form,
hr,
ol,
p,
pre,
table,
ul {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
ol,
ul {
  padding-left: 2rem;
}
ol li,
ul li {
  margin-bottom: 1rem;
}
code,
kbd,
mark,
samp {
  color: rgba(49, 52, 57, 0.85);
  display: inline-block;
  line-height: 1;
  padding: 4px 4px 2px;
  position: relative;
  top: -1px;
}
cite,
figcaption,
small,
time {
  font-size: 0.85rem;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}
.blockquote,
blockquote {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.65);
  padding: 1rem;
}
.blockquote p,
blockquote p {
  margin-bottom: 0.5rem;
}
mark {
  background-color: #ff0;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
code {
  background: #e0e1e1;
} */
.container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 1rem;
  width: 48rem;
}
.container-fluid {
  max-width: 100%;
  padding: 1rem;
  width: 100%;
}
.entry-footer {
  margin: 1rem auto;
}
.site-thumbnail {
  margin-bottom: 1.5rem;
}
.widget.widget_nav_menu .menu-item.search-item {
  display: none;
}
.site-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  color: #000;
  display: flex;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1rem;
  min-height: 56px;
  padding: 0;
  position: relative;
}
.site-header .header-inner {
  justify-content: space-between;
}
.site-header .container,
.site-header .container-fluid {
  align-items: center;
  display: flex;
  padding: 0 1rem;
}
.site-header a {
  color: #000;
  display: block;
  line-height: 1;
  text-decoration: none;
}
.site-logo {
  font-size: 1.25rem;
  margin-right: 1rem;
  padding: 0.5rem 0;
}
.site-logo p {
  margin: 0;
}
.site-logo img {
  max-width: 150px;
}
.site-logo,
.site-navbar,
.site-trigger {
  display: inline-block;
}
.site-navbar-left {
  margin-left: 1rem;
}
.site-navbar-right,
.site-trigger {
  margin-left: auto !important;
}
.site-nav-trigger {
  color: transparent;
  display: block;
  height: 24px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 24px;
  z-index: 3;
}
.site-nav-trigger span {
  background: #000;
  display: inline-block;
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: background 0.3s 0.3s;
  width: 24px;
}
.site-nav-trigger span:after,
.site-nav-trigger span:before {
  backface-visibility: hidden;
  background: #000;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  transition: transform 0.3s 0.3s;
  width: 24px;
}
.site-nav-trigger span:before {
  top: -6px;
}
.site-nav-trigger span:after {
  top: 6px;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
}
.site-navbar {
  display: none;
}
.site-navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-navbar ul li {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.site-navbar ul li a {
  display: block;
  font-size: 1rem;
  padding: 1.25rem;
}
.site-navbar .menu-item-has-children {
  position: relative;
}
.site-navbar .menu-item-has-children li:last-child {
  border-bottom: none;
}
.site-navbar .menu-item-has-children a {
  padding-right: 2.25rem;
}
@media (max-width: 1040px) {
  .site-navbar .menu-item-has-children:before {
    content: "";
    display: inline-block;
    padding: 24px;
    position: absolute;
    right: 0;
    width: 2.25rem;
  }
}
.site-navbar .menu-item-has-children:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0.75rem;
  top: 27px;
  transform: translateY(-48%) rotate(45deg);
}
@media (min-width: 1040px) {
  .site-navbar .sub-menu {
    background: #fff;
    border: 1px solid #bbb;
    display: none;
    left: 0.5em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
  }
  .site-navbar .sub-menu ul {
    left: 100%;
    right: auto;
    top: 0;
  }
  .site-navbar .sub-menu li {
    display: inline-block;
    width: 14rem;
  }
  .site-navbar .sub-menu li:hover {
    background-color: #d3d3d3;
  }
  .site-navbar .sub-menu li a {
    color: #000;
    width: 100%;
  }
  .site-navbar .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .site-navbar.site-navbar-right .sub-menu {
    left: auto;
    right: 0.5rem;
  }
  .site-navbar.site-navbar-right .sub-menu ul {
    right: 100%;
  }
}
.site-navbar-open.site-navbar:after {
  height: 0;
  opacity: 0;
  transition:
    opacity 0.5s,
    width 0.1s 0.5s,
    height 0.1s 0.5s;
  width: 0;
}
.site-navbar-open.site-navbar {
  transform: translateZ(0);
}
.site-overlay {
  display: none;
}
@media (min-width: 1040px) {
  .site-header {
    margin-bottom: 0;
  }
  .center-navbar .header-navigation-wrapper {
    margin: 0 auto;
  }
  .site-navbar {
    align-items: center;
    display: flex;
  }
  .site-navbar ul li a {
    display: inline-block;
  }
  .site-trigger {
    display: none;
  }
}
@media (max-width: 1040px) {
  body.active {
    width: 100%;
  }
  .site-navbar {
    border-radius: 10px;
    bottom: 9rem;
    display: flex;
    flex-direction: column;
    max-height: 400px;
    opacity: 1;
    overflow-y: scroll;
    position: fixed;
    right: 1rem;
    transform: translateX(300px);
    transition: all 0.3s ease;
    width: 200px;
    z-index: 100000000;
  }
  .site-navbar ul {
    background: #fff;
    bottom: 0;
    width: 100%;
  }
  .site-navbar ul.sub-menu {
    background: #e7e7e7;
    display: none;
  }
  .site-navbar ul li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  .site-navbar ul li a {
    background: transparent;
    color: #000;
  }
  .site-navbar > ul > li > a {
    background: #fff;
    cursor: default;
    font-weight: 700;
    padding: 0.75rem;
  }
  .site-navbar .site-search {
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 13px;
  }
  .site-navbar.active {
    transform: translateX(0);
  }
  .site-overlay.active {
    background: #000;
    display: block;
    height: 100%;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .site-header.with-header {
    border: none;
    min-height: 0;
  }
  .site-header.with-header .site-logo {
    text-align: center;
    width: 100%;
  }
  .site-header.with-header .site-trigger {
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    bottom: 4rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    display: block;
    height: 64px;
    margin: 0 auto;
    opacity: 1;
    padding: 1rem;
    position: fixed;
    right: 1.5rem;
    transition: all 0.3s ease;
    width: 64px;
    z-index: 1000000000;
  }
  .site-header.with-header .site-trigger a {
    color: #000;
  }
  .site-header.with-header .site-trigger .site-nav-trigger {
    margin: 0 auto;
  }
  .site-header.with-header .site-trigger span,
  .site-header.with-header .site-trigger span:after,
  .site-header.with-header .site-trigger span:before {
    background-color: #252525;
    height: 5px;
  }
  .site-header.with-header .site-trigger span:before {
    top: -8px;
  }
  .site-header.with-header .site-trigger span:after {
    top: 8px;
  }
}
input#search-input:focus {
  border-radius: 3px;
  outline: 3px double #fff;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  width: calc(100% - 4rem);
}
.nav-toggle.orbitalMenu-fixed {
  background: #fff;
  border-radius: 50%;
  bottom: 4rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  height: 64px;
  position: fixed;
  right: 1.5rem;
  top: unset;
  width: 64px;
  z-index: 100;
}
.nav-toggle.orbitalMenu-fixed .toggle-inner {
  height: auto;
}
.orbitalMenu-fixed .site-nav-trigger span {
  height: 5px;
  top: 10px;
}
.orbitalMenu-fixed .site-nav-trigger span:before {
  height: 5px;
  top: -8px;
}
.orbitalMenu-fixed .site-nav-trigger span:after {
  height: 5px;
  top: 8px;
}
.orbitalMenu-fixed .toggle-text {
  display: none;
}
.orbitalMenu-fixed .site-nav-trigger {
  width: 24px;
}
.reset-list-style,
.reset-list-style ol,
.reset-list-style ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toggle {
  -webkit-touch-callout: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  text-align: inherit;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button.toggle {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none;
}
.header-navigation-wrapper,
.header-toggles {
  display: none;
}
.header-inner .toggle {
  align-items: center;
  display: flex;
  overflow: visible;
  padding: 0 1.25rem;
}
.header-inner .toggle svg {
  display: block;
  position: relative;
  z-index: 1;
}
.header-inner .toggle path {
  fill: currentColor;
}
.toggle-inner {
  display: flex;
  height: 2.3rem;
  justify-content: center;
  position: relative;
}
.toggle-icon {
  display: block;
  overflow: hidden;
}
.toggle-inner .toggle-text {
  color: #6d6d6d;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: 60%;
  white-space: nowrap;
  width: auto;
  word-break: break-all;
}
.overlay-header .toggle-text {
  color: inherit;
}
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
  text-decoration: underline;
}
.nav-toggle {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-toggle .toggle-icon,
.nav-toggle svg {
  height: 0.8rem;
  width: 2.6rem;
}
.primary-menu-wrapper {
  display: none;
}
ul.primary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -0.8rem 0 0 -1.6rem;
}
.primary-menu .icon {
  display: block;
  height: 0.7rem;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  width: 1.3rem;
}
.primary-menu .icon:after,
.primary-menu .icon:before {
  background-color: currentColor;
  bottom: calc(50% - 0.1rem);
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.primary-menu .icon:before {
  height: 0.6rem;
  width: 0.2rem;
}
.primary-menu .icon:after {
  height: 0.2rem;
  width: 0.6rem;
}
.primary-menu li {
  margin-bottom: 0;
  position: relative;
}
.primary-menu > li {
  margin: 0.8rem 0 0 1.6rem;
}
.primary-menu > li.menu-item-has-children > a {
  padding-right: 2rem;
}
.primary-menu > li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.6rem);
}
.primary-menu a {
  word-wrap: normal;
  color: inherit;
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  word-break: normal;
}
.primary-menu .current_page_ancestor,
.primary-menu a:focus,
.primary-menu a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a,
.primary-menu li.current-menu-item > a {
  text-decoration: underline;
}
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > a:hover {
  text-decoration: none;
}
.primary-menu ul {
  background: #fff;
  border: 1px solid gray;
  border-radius: 0.4rem;
  color: #000;
  font-size: 1.7rem;
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  right: 9999rem;
  top: calc(100% + 2rem);
  transform: translateY(0.6rem);
  transition:
    opacity 0.15s linear,
    transform 0.15s linear,
    right 0s 0.15s;
  width: 15rem;
  z-index: 2001;
}
.primary-menu li.menu-item-has-children:hover > ul {
  opacity: 1;
  right: 0;
  transform: translateY(0);
  transition:
    opacity 0.15s linear,
    transform 0.15s linear;
}
.primary-menu ul:after,
.primary-menu ul:before {
  bottom: 100%;
  content: "";
  display: block;
  position: absolute;
}
.primary-menu ul:before {
  height: 2rem;
  left: 0;
  right: 0;
}
.primary-menu ul:after {
  border: 0.8rem solid transparent;
  border-bottom-color: #000;
  right: 1.8rem;
}
.primary-menu ul a {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  padding: 0.5rem 1.35rem;
  transition: background-color 0.15s linear;
  width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}
.primary-menu ul ul {
  top: -1rem;
}
.primary-menu ul li.menu-item-has-children.focus > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children:hover > ul {
  right: calc(100% + 2rem);
}
.primary-menu ul ul:before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}
.primary-menu ul ul:after {
  border-bottom-color: transparent;
  border-left-color: #000;
  bottom: auto;
  right: -1.6rem;
  top: 2rem;
}
.rtl .primary-menu ul ul:after {
  transform: rotate(180deg);
}
@media (any-pointer: coarse) {
  .primary-menu > li.menu-item-has-children > a {
    margin-right: 2rem;
    padding-right: 0;
  }
  .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
  }
}
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
  margin-right: 2rem;
  padding-right: 0;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
  margin-right: 4.5rem;
  padding-right: 0;
  width: unset;
}
.menu-modal {
  background: #fff;
  bottom: 0;
  display: none;
  left: -99999rem;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 99999rem;
  top: 0;
  transition:
    opacity 0.25s ease-in,
    left 0s 0.25s,
    right 0s 0.25s;
  z-index: 9999;
}
.admin-bar .menu-modal {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .menu-modal {
    top: 46px;
  }
}
.menu-modal.show-modal {
  display: flex;
}
.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out;
}
.menu-modal-inner {
  -ms-overflow-style: auto;
  background: #fff;
  display: flex;
  justify-content: stretch;
  overflow: auto;
  width: 100%;
}
.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1.15rem;
  font-weight: 500;
  justify-content: flex-end;
  padding: 1.4rem 0;
  width: 100%;
}
button.close-nav-toggle svg {
  height: 1.6rem;
  width: 1.6rem;
}
button.close-nav-toggle .toggle-text {
  margin-right: 1.6rem;
}
.menu-modal .menu-top {
  flex-shrink: 0;
}
.modal-menu {
  left: calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
.modal-menu li {
  border: solid #dedfdf;
  border-width: 0.1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1;
  margin: 0;
}
.modal-menu > li > .ancestor-wrapper > a,
.modal-menu > li > a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.0375em;
}
.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-menu a {
  word-wrap: break-word;
  color: #000;
  display: block;
  hyphens: auto;
  overflow-wrap: break-word;
  padding: 1.35rem 1.5rem;
  text-decoration: none;
  width: 100%;
  word-break: break-word;
}
.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: underline;
}
button.sub-menu-toggle {
  border-left: 0.1rem solid #dedfdf;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 0.75rem;
}
button.sub-menu-toggle svg {
  height: 0.6rem;
  transition: transform 0.15s linear;
  width: 1.15rem;
}
button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}
.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}
.modal-menu ul li {
  border-left-width: 1rem;
}
.modal-menu ul li a {
  color: inherit;
  font-weight: 500;
}
.menu-wrapper .menu-item {
  position: relative;
}
.menu-wrapper .active {
  display: block;
}
.menu-wrapper.is-toggling {
  pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 0.25s;
}
.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
}
.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  opacity: 0;
  transition-property: opacity;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
  border-bottom-width: 0.1rem;
  border-top-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}
.expanded-menu {
  display: none;
}
.mobile-menu {
  display: block;
}
.menu-bottom {
  flex-shrink: 0;
  padding: 4rem 0;
}
.menu-bottom nav {
  width: 100%;
}
.menu-copyright {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.menu-copyright a:focus,
.menu-copyright a:hover {
  text-decoration: underline;
}
.menu-bottom .social-menu {
  justify-content: center;
}
@media (min-width: 700px) {
  .toggle-inner .toggle-text {
    font-size: 1rem;
  }
  .search-toggle {
    left: 2rem;
  }
  .nav-toggle {
    right: 2rem;
  }
  button.close-nav-toggle {
    font-size: 1.3rem;
    padding: 1.75rem 0;
  }
  button.close-nav-toggle svg {
    height: 2rem;
    width: 2rem;
  }
  button.close-nav-toggle .toggle-text {
    margin-right: 2.1rem;
  }
  .modal-menu {
    left: auto;
    width: 100%;
  }
  .modal-menu ul li {
    border-left-color: transparent;
  }
  .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
    padding: 0 1.5rem;
  }
  .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
    height: 1.15rem;
    width: 1.15rem;
  }
  .menu-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4.4rem 0;
  }
  .menu-copyright {
    display: block;
    flex-shrink: 0;
    margin-right: 4rem;
  }
}
@media (min-width: 1000px) {
  .header-navigation-wrapper {
    align-items: center;
    display: flex;
  }
  .primary-menu-wrapper {
    display: block;
    width: 100%;
  }
  .mobile-nav-toggle,
  .mobile-search-toggle {
    display: none !important;
  }
  .primary-menu-wrapper + .header-toggles {
    margin-left: 3rem;
  }
  .header-toggles {
    display: flex;
    flex-shrink: 0;
    margin-right: -3rem;
  }
  .header-inner .toggle {
    bottom: auto;
    height: 4.4rem;
    left: auto;
    padding: 0 3rem;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
  .header-inner .toggle-wrapper {
    position: relative;
  }
  .header-inner .toggle-wrapper:before {
    background: #dedfdf;
    content: "";
    display: block;
    height: 2.7rem;
    left: 0;
    position: absolute;
    top: calc(50% - 1.35rem);
    width: 0.1rem;
  }
  .header-inner .toggle-wrapper:first-child:before {
    content: none;
  }
  .header-inner
    .primary-menu-wrapper
    + .header-toggles
    .toggle-wrapper:first-child:before {
    content: "";
  }
  .nav-toggle-wrapper:not(.has-expanded-menu) {
    display: none;
  }
  .toggle-inner {
    position: static;
  }
  .toggle-inner .toggle-text {
    left: 0;
    right: 0;
    text-align: center;
    top: calc(100% - 0.3rem);
    width: auto;
  }
  .header-toggles:only-child .nav-toggle .toggle-inner {
    padding-top: 0;
  }
  .header-toggles:only-child .toggle-inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
  }
  .header-toggles:only-child .toggle-inner .svg-icon {
    order: 1;
  }
  .header-toggles:only-child .toggle-inner .toggle-text {
    color: inherit;
    font-size: 15px;
    padding-right: 20px;
    position: static;
  }
  .modal-menu .menu-modal {
    justify-content: flex-end;
    opacity: 1;
    padding: 0;
    transition:
      background-color 0.3s ease-in,
      left 0s 0.3s,
      right 0s 0.3s;
  }
  .menu-modal.cover-modal {
    background: transparent;
  }
  .menu-modal.active {
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-out;
  }
  .menu-wrapper.section-inner {
    width: calc(100% - 8rem);
  }
  .menu-modal-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    padding: 0;
    transform: translateX(20rem);
    transition:
      transform 0.2s ease-in,
      opacity 0.2s ease-in;
    width: 50rem;
  }
  .menu-modal.active .menu-modal-inner {
    opacity: 1;
    transform: translateX(0);
    transition-timing-function: ease-out;
  }
  .mobile-menu {
    display: none;
  }
  .expanded-menu {
    display: block;
  }
  .menu-bottom {
    padding: 6rem 0;
  }
  .menu-bottom .social-menu {
    justify-content: flex-start;
  }
}
.layout-menu-orbital .menu-modal {
  max-height: 400px;
  width: 200px;
}
.layout-menu-orbital .menu-modal.active {
  border-radius: 10px;
  bottom: 9rem;
  left: unset !important;
  max-height: 400px;
  max-width: 250px;
  overflow-y: scroll;
  right: 1rem;
  top: unset !important;
  width: auto;
}
.layout-menu-orbital .section-inner {
  max-width: unset !important;
  width: 100%;
}
.layout-menu-orbital .modal-menu {
  left: unset !important;
  width: unset !important;
}
.layout-menu-orbital .close-nav-toggle {
  display: none;
}
.layout-menu-orbital .modal-menu a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  width: 100%;
}
.layout-menu-orbital .menu-wrapper .menu-item {
  transform: unset !important;
  transition: unset !important;
}
.layout-menu-orbital .menu-wrapper.is-toggling .menu-item,
.layout-menu-orbital .menu-wrapper.is-toggling .toggling-target {
  position: relative;
}
.hidding-modal .orbitalMenu-fixed .site-nav-trigger {
  pointer-events: none;
}
.jumbotron {
  background: #025aa5;
  background-position: 50%;
  background-size: cover;
  padding: 3rem 0;
  width: 100%;
}
.jumbotron .title {
  color: #fff;
  font-size: 2.75rem;
  margin: 0;
  position: relative;
}
.jumbotron .subtitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 1rem;
}
.jumbotron .container {
  position: relative;
}
.jumbotron .btn {
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .jumbotron .subtitle {
    font-size: 1.3rem;
  }
}
.default-header {
  padding: 2rem 0 0;
  width: 100%;
}
.default-header .title {
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
.default-header .subtitle {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 1rem;
}
.default-header .container {
  position: relative;
}
.default-header .btn {
  margin-top: 3rem;
}
.default-header .category {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .default-header .subtitle {
    font-size: 1.3rem;
  }
}
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-top: 1px solid #dbdbdb;
  letter-spacing: 1px;
  padding: 2rem 0;
  padding: 1rem;
}
.site-footer .widget-area-footer {
  display: flex;
  justify-content: space-between;
  margin: 0 -1rem;
}
@media (max-width: 48rem) {
  .site-footer .widget-area-footer {
    flex-wrap: wrap;
  }
}
.site-footer .widget-area {
  color: #000;
  font-size: 14px;
  padding: 0;
}
.site-footer .widget-area .widget-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.site-footer .widget-area .widget {
  padding: 1.25rem;
  width: 100%;
}
.site-footer .widget-area ul li {
  line-height: 1;
}
.site-footer .widget-area ul li a {
  color: #000;
  font-size: 14px;
}
.site-footer .widget-area p {
  font-size: 14px;
}
.site-footer .widget-area a {
  color: #000;
}
.site-footer .credits {
  display: block;
  padding: 1rem 0;
}
.site-footer .credits a {
  color: #000;
}
.site-footer .credits p {
  font-size: 1rem;
}
.entry-item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
  width: 100%;
}
.entry-item .entry-title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.entry-item .entry-title a {
  display: block;
  text-decoration: none;
}
.entry-item p {
  font-size: 1rem;
  margin-bottom: 0;
}
.entry-item img {
  width: 100%;
}
.entry-item a {
  text-decoration: none;
}
.entry-item .entry-header {
  clear: both;
  margin: 0;
}
.entry-item .entry-date {
  float: left;
}
.entry-item .entry-date p {
  color: gray;
  font-size: 14px;
}
.entry-item .entry-category {
  float: right;
}
.entry-item .entry-category a {
  color: #000;
  text-decoration: none;
}
.entry-item .entry-author p {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
}
.entry-item .entry-read-more {
  display: block;
  margin-top: 10px;
}
@media (min-width: 25.875rem) {
  .entry-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .column-list {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 48rem) {
  .column-half {
    flex-basis: 50%;
    max-width: 50%;
  }
  .column-quarter {
    flex-basis: 25%;
    max-width: 25%;
  }
  .column-third {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .columns-1 .entry-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .columns-2 .entry-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .columns-3 .entry-item {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .columns-4 .entry-item {
    flex-basis: 25%;
    max-width: 25%;
  }
  .columns-5 .entry-item {
    flex-basis: 20%;
    max-width: 20%;
  }
  .columns-6 .entry-item {
    flex-basis: 16.6666666666%;
    max-width: 16.6666666666%;
  }
  .columns-7 .entry-item {
    flex-basis: 14.28%;
    max-width: 14.28%;
  }
}
.entry-related .entry-title {
  color: #000;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0.5rem;
}
.entry-wrapper {
  border: 1px solid #eee;
  padding: 1rem;
}
.custom-link .btn {
  background: #f0c14b;
  background: linear-gradient(180deg, #f7dfa5, #f0c14b) repeat scroll 0 0
    transparent;
  border-color: #9c7e31 #90742d #786025 !important;
  border: 1px solid #000;
  border-radius: 3px;
  color: #111;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.5rem;
}
.custom-link .btn:hover {
  background: #eeb933;
  background: linear-gradient(180deg, #f5d78e, #eeb933) repeat scroll 0 0
    transparent;
  color: #111 !important;
}
.featured-item {
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
}
.featured-item .featured-wrapper {
  min-height: 360px;
  position: relative;
}
@media (max-width: 48rem) {
  .featured-item .featured-wrapper {
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
  }
}
.featured-item a {
  display: block;
}
.featured-item a:after {
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.9));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
  width: 100%;
}
.featured-item a:hover:after {
  background: linear-gradient(
    180deg,
    rgba(0, 136, 204, 0) 0,
    rgba(0, 136, 204, 0.6)
  );
  transition: all 0.3s linear;
}
.featured-item img {
  border: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}
.featured-item .entry-title {
  bottom: 0;
  color: #fff;
  font-size: 2rem;
  margin: 0;
  padding: 1rem;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (min-width: 48rem) {
  .featured-item {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .home .featured-item {
    margin-top: 2rem;
  }
}
.entry-related .entry-related-item a {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 15px;
  line-height: 24px;
  max-width: 100%;
  width: 100%;
}
table caption {
  color: #676b72;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
th {
  font-weight: 700;
  text-align: left;
  vertical-align: bottom;
}
td {
  vertical-align: middle;
}
td,
th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}
@media screen and (max-width: 48rem) {
  table {
    display: block;
    overflow-x: auto;
  }
}
.list ul {
  list-style-type: none;
  margin: 0;
  padding: 0.25rem;
}
.list ul li {
  margin-bottom: -1px;
  padding: 0.5rem;
}
.list ul a {
  color: #222;
}
.list ul a.active {
  font-weight: 700;
}
.blockquote-primary {
  border-left-color: #0275d8;
}
.blockquote-secondary {
  border-left-color: #ff4081;
}
.blockquote-info {
  border-left-color: #5bc0de;
}
.blockquote-success {
  border-left-color: #5cb85c;
}
.blockquote-warning {
  border-left-color: #f0ad4e;
}
.blockquote-danger {
  border-left-color: #d9534f;
}
.pagination {
  border-radius: 0.25rem;
  display: block;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-left: 0;
  text-align: center;
}
.pagination:after,
.pagination:before {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination ul,
.pagination ul li {
  display: inline;
}
.pagination li:first-child span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination a,
.pagination span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  float: left;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 5px;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.pagination a:focus,
.pagination a:hover {
  background-color: #eceeef;
  border-color: #ddd;
}
.pagination .current,
.pagination .current:focus,
.pagination .current:hover {
  background-color: #eceeef;
  cursor: default;
  z-index: 2;
}
.pagination .next,
.pagination .prev {
  margin-top: 0;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
}
.alert p {
  margin-bottom: 0;
}
.alert strong,
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: relative;
  right: -1.25rem;
  top: -0.75rem;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}
.badge {
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-default {
  background-color: #636c72;
}
.badge-default[href]:focus,
.badge-default[href]:hover {
  background-color: #4b5257;
}
.badge-primary {
  background-color: #0275d8;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #025aa5;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #449d44;
}
.badge-info {
  background-color: #5bc0de;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #31b0d5;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #ec971f;
}
.badge-danger {
  background-color: #d9534f;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #c9302c;
}
.breadcrumbs {
  border-radius: 0.25rem;
  list-style: none;
  padding-bottom: 0.75rem;
}
.breadcrumbs:after {
  clear: both;
  content: "";
  display: block;
}
.breadcrumbs .item {
  float: left;
}
.breadcrumbs .item + .item:before {
  color: #636c72;
  content: "/";
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.breadcrumbs .item + .item:hover:before {
  text-decoration: underline;
}
.breadcrumbs .item.active {
  color: #636c72;
}
.gallery-masonry.gallery,
.masonry {
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  display: block;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding: 0;
}
.gallery-masonry.gallery:after,
.gallery-masonry.gallery:before,
.masonry:after,
.masonry:before {
  content: " ";
  display: table;
}
.gallery-masonry.gallery:after,
.masonry:after {
  clear: both;
}
.gallery-masonry.gallery .gallery-item,
.gallery-masonry.gallery .item,
.masonry .gallery-item,
.masonry .item {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0.5em;
  max-width: 100%;
  min-height: 84px;
  width: 100%;
}
.gallery-masonry.gallery .gallery-item img,
.gallery-masonry.gallery .item img,
.masonry .gallery-item img,
.masonry .item img {
  margin-bottom: 0;
  width: 100%;
}
.gallery-masonry.gallery .gallery-item .gallery-icon,
.gallery-masonry.gallery .item .gallery-icon,
.masonry .gallery-item .gallery-icon,
.masonry .item .gallery-icon {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 25.875rem) {
  .gallery-masonry.gallery,
  .masonry {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 48rem) {
  .gallery-masonry.gallery,
  .masonry {
    -moz-column-count: 3;
    column-count: 3;
  }
}
.gallery-masonry.gallery .card,
.masonry .card {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .gallery-masonry.gallery.gallery-columns-2 {
    -moz-column-count: 2;
    column-count: 2;
  }
  .gallery-masonry.gallery.gallery-columns-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
  .gallery-masonry.gallery.gallery-columns-4 {
    -moz-column-count: 4;
    column-count: 4;
  }
  .gallery-masonry.gallery.gallery-columns-5 {
    -moz-column-count: 5;
    column-count: 5;
  }
  .gallery-masonry.gallery.gallery-columns-6 {
    -moz-column-count: 6;
    column-count: 6;
  }
  .gallery-masonry.gallery.gallery-columns-7 {
    -moz-column-count: 7;
    column-count: 7;
  }
  .gallery-masonry.gallery.gallery-columns-8 {
    -moz-column-count: 8;
    column-count: 8;
  }
  .gallery-masonry.gallery.gallery-columns-9 {
    -moz-column-count: 9;
    column-count: 9;
  }
}
.btn,
.button {
  background-color: #eee;
  border: 0;
  border-radius: 4px;
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  max-width: 100%;
  padding: 0.75rem 1.25rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 48rem) {
  .btn,
  .button {
    margin: 0.5rem 0;
    width: 100%;
  }
}
.btn:focus,
.btn:hover,
.button:focus,
.button:hover {
  background-color: #ccc;
  color: #333;
  text-decoration: none;
}
.btn.disabled,
.btn:disabled,
.button.disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn-primary {
  background-color: #0275d8;
  color: #fff;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #0267bf;
  border-color: #0267bf;
  color: #fff;
}
.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #0275d8;
  color: #0275d8;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background-color: #0275d8;
  color: #fff;
}
.btn-secondary {
  background-color: #ff4081;
  color: #fff;
}
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #ff2770;
  border-color: #ff2770;
  color: #fff;
}
.btn-outline-secondary {
  background-color: transparent;
  border: 1px solid #ff4081;
  color: #ff4081;
}
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  background-color: #ff4081;
  color: #fff;
}
.btn-success {
  background-color: #5cb85c;
  color: #fff;
}
.btn-success.active,
.btn-success:active,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover {
  background-color: #4cae4c;
  border-color: #4cae4c;
  color: #fff;
}
.btn-outline-success {
  background-color: transparent;
  border: 1px solid #5cb85c;
  color: #5cb85c;
}
.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.btn-outline-success:focus,
.btn-outline-success:hover {
  background-color: #5cb85c;
  color: #fff;
}
.btn-info {
  background-color: #5bc0de;
  color: #fff;
}
.btn-info.active,
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:hover {
  background-color: #46b8da;
  border-color: #46b8da;
  color: #fff;
}
.btn-outline-info {
  background-color: transparent;
  border: 1px solid #5bc0de;
  color: #5bc0de;
}
.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.btn-outline-info:focus,
.btn-outline-info:hover {
  background-color: #5bc0de;
  color: #fff;
}
.btn-warning {
  background-color: #f0ad4e;
  color: #fff;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #eea236;
  border-color: #eea236;
  color: #fff;
}
.btn-outline-warning {
  background-color: transparent;
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
}
.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  background-color: #f0ad4e;
  color: #fff;
}
.btn-danger {
  background-color: #d9534f;
  color: #fff;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #d43f3a;
  border-color: #d43f3a;
  color: #fff;
}
.btn-outline-danger {
  background-color: transparent;
  border: 1px solid #d9534f;
  color: #d9534f;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  background-color: #d9534f;
  color: #fff;
}
.btn-lg {
  font-size: 1.5rem;
  padding: 1rem 2rem;
}
.btn-md {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  margin: 0 auto;
  max-width: 48rem;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.widget_search .search-form {
  display: flex;
}
.btn-search-form {
  height: 100%;
  margin: 0;
  padding: 0.5rem 0.25rem;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
/* }
form {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="file"]
  ),
select,
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px #eee;
  display: inline-block;
  padding: 0.75rem;
  width: 100%;
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="file"]
  ):focus,
select:focus,
textarea:focus {
  border-color: #66afe9;
  outline: none;
}
input:not([type="submit"]):not([type="radio"]):not(
    [type="checkbox"]
  ):focus:valid {
  border-color: green;
}
input:not([type="submit"]):not([type="radio"]):not(
    [type="checkbox"]
  ):focus:invalid {
  border-color: red;
}
[readonly],
input:not([type="submit"]):disabled,
select:disabled,
textarea:disabled {
  background-color: #eaeded;
  cursor: not-allowed;
  opacity: 1;
}
input[type="file"] {
  display: block;
}
textarea {
  height: 200px;
}
.form-group {
  margin-bottom: 1rem;
}
input[type="checkbox"] {
  height: 1rem;
  position: relative;
  top: 3px;
  width: 1rem;
}
input[type="checkbox"] + label {
  font-size: 1rem;
  margin-left: 0.25rem;
} */
.ajax-loader {
  bottom: 0;
  position: absolute;
  right: -25px;
}
.entry-social {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.entry-social .social img {
  filter: invert(1);
  height: 20px;
}
.social {
  background-color: #757575;
  color: #fff;
  font-size: 1.25rem;
  margin-right: 4px;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s;
  width: 64px;
}
.social:hover {
  background-color: #424242;
}
.social.social:focus,
.social.social:hover {
  color: #fff;
}
.social-round .social {
  border-radius: 50%;
  height: 48px;
  margin-right: 0.25rem;
  max-width: 48px;
}
.social-rounded .social {
  border-radius: 15%;
  margin-right: 0.25rem;
}
.social:last-child {
  margin-right: 0;
}
.social.social-icon {
  color: #757575;
}
.social.social-icon,
.social.social-icon:hover {
  background-color: transparent;
}
.social.social-icon:hover {
  color: #424242;
}
@font-face {
  font-display: swap;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg) format("svg");
}
.social:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  vertical-align: middle;
}
.social-facebook:before {
  content: "";
}
.social-twitter:before {
  content: "";
}
.social-telegram:before {
  content: "";
}
.social-google:before {
  content: "";
}
.social-email:before {
  content: "";
}
.social-pinterest:before {
  content: "";
}
.social-tumblr:before {
  content: "";
}
.social-linkedin:before {
  content: "";
}
.social-github:before {
  content: "";
}
.social-vk:before {
  content: "";
}
.social-instagram:before {
  content: "";
}
.social-amazon:before {
  content: "";
}
.social-skype:before {
  content: "";
}
.social-youtube:before {
  content: "";
}
.social-vimeo:before {
  content: "";
}
.social-apple:before {
  content: "";
}
.social-behance:before {
  content: "";
}
.social-dribble:before {
  content: "";
}
.social-android:before {
  content: "";
}
.social-whatsapp:before {
  content: "";
}
.social-reddit:before {
  content: "";
}
.social-link:before {
  content: "";
}
.social-slack:before {
  content: "";
}
.social-sticky {
  margin-bottom: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.social-sticky .social {
  flex: 1;
  margin: 0;
  transition: padding 0.1s ease-out;
  width: 100%;
}
.social-sticky.social-left,
.social-sticky.social-right {
  flex-direction: column;
  max-width: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.social-sticky.social-left.social-count,
.social-sticky.social-right.social-count {
  max-width: 85px;
}
.social-sticky.social-right {
  right: 0;
}
.social-sticky.social-bottom {
  bottom: 0;
  top: auto;
}
@media (min-width: 768px) {
  .social-sticky.social-bottom.social-center {
    justify-content: center;
  }
  .social-sticky.social-bottom.social-center .social {
    flex: none;
    max-width: 64px;
  }
}
.social-count {
  padding-top: 20px;
}
.social-count .social {
  position: relative;
}
.social-count .social-num {
  color: #fff;
  display: block;
  display: inline-block;
  font-size: 12px;
  margin-left: 0.35rem;
  padding-left: 0.35rem;
  vertical-align: middle;
}
.social-count.social-sticky {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .entry-social.mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .entry-social.desktop {
    display: none;
  }
}
.social-facebook {
  background-color: #3b5998;
}
.social-grayscale > .social-facebook {
  background-color: #757575;
}
.social-facebook:hover {
  background-color: #2d4373;
}
.social-grayscale > .social-facebook:hover {
  background-color: #3b5998;
}
.social-facebook.social-icon {
  color: #3b5998;
}
.social-facebook.social-icon:hover {
  color: #2d4373;
}
.social-facebook.social-icon:before {
  margin-right: 0;
  text-indent: 0;
}
.social-twitter {
  background-color: #1da1f2;
}
.social-grayscale > .social-twitter {
  background-color: #757575;
}
.social-twitter:hover {
  background-color: #0c85d0;
}
.social-grayscale > .social-twitter:hover {
  background-color: #1da1f2;
}
.social-twitter.social-icon {
  color: #1da1f2;
}
.social-twitter.social-icon:hover {
  color: #0c85d0;
}
.social-google {
  background-color: #ea4335;
}
.social-grayscale > .social-google {
  background-color: #757575;
}
.social-google:hover {
  background-color: #d62516;
}
.social-grayscale > .social-google:hover {
  background-color: #ea4335;
}
.social-google.social-icon {
  color: #ea4335;
}
.social-google.social-icon:hover {
  color: #d62516;
}
.social-pinterest {
  background-color: #bd081c;
}
.social-grayscale > .social-pinterest {
  background-color: #757575;
}
.social-pinterest:hover {
  background-color: #8c0615;
}
.social-grayscale > .social-pinterest:hover {
  background-color: #bd081c;
}
.social-pinterest.social-icon {
  color: #bd081c;
}
.social-pinterest.social-icon:hover {
  color: #8c0615;
}
.social-tumblr {
  background-color: #395773;
}
.social-grayscale > .social-tumblr {
  background-color: #757575;
}
.social-tumblr:hover {
  background-color: #283d51;
}
.social-grayscale > .social-tumblr:hover {
  background-color: #395773;
}
.social-tumblr.social-icon {
  color: #395773;
}
.social-tumblr.social-icon:hover {
  color: #283d51;
}
.social-email,
.social-grayscale > .social-email {
  background-color: #757575;
}
.social-email:hover {
  background-color: #5b5b5b;
}
.social-grayscale > .social-email:hover {
  background-color: #757575;
  background-color: #5b5b5b;
}
.social-email.social-icon {
  color: #757575;
}
.social-email.social-icon:hover {
  color: #5b5b5b;
}
.social-vk {
  background-color: #54769a;
}
.social-grayscale > .social-vk {
  background-color: #757575;
}
.social-vk:hover {
  background-color: #425d79;
}
.social-grayscale > .social-vk:hover {
  background-color: #54769a;
}
.social-vk.social-icon {
  color: #54769a;
}
.social-vk.social-icon:hover {
  color: #425d79;
}
.social-linkedin {
  background-color: #1c87bd;
}
.social-grayscale > .social-linkedin {
  background-color: #757575;
}
.social-linkedin:hover {
  background-color: #156791;
}
.social-grayscale > .social-linkedin:hover {
  background-color: #1c87bd;
}
.social-linkedin.social-icon {
  color: #1c87bd;
}
.social-linkedin.social-icon:hover {
  color: #156791;
}
.social-whatsapp {
  background-color: #34af23;
}
@media (min-width: 1024px) {
  .social-whatsapp {
    display: none;
  }
}
.social-grayscale > .social-whatsapp {
  background-color: #757575;
}
.social-whatsapp:hover {
  background-color: #27851a;
}
.social-grayscale > .social-whatsapp:hover {
  background-color: #34af23;
}
.social-whatsapp.social-icon {
  color: #34af23;
}
.social-whatsapp.social-icon:hover {
  color: #27851a;
}
.social-reddit {
  background-color: #5f99cf;
}
.social-grayscale > .social-reddit {
  background-color: #757575;
}
.social-reddit:hover {
  background-color: #3a80c1;
}
.social-grayscale > .social-reddit:hover {
  background-color: #5f99cf;
}
.social-reddit.social-icon {
  color: #5f99cf;
}
.social-reddit.social-icon:hover {
  color: #3a80c1;
}
.social-reddit2 {
  background-color: #5f99cf;
}
.social-grayscale > .social-reddit2 {
  background-color: #757575;
}
.social-reddit2:hover {
  background-color: #3a80c1;
}
.social-grayscale > .social-reddit2:hover {
  background-color: #5f99cf;
}
.social-reddit2.social-icon {
  color: #5f99cf;
}
.social-reddit2.social-icon:hover {
  color: #3a80c1;
}
.social-buffer {
  background-color: #323b43;
}
.social-grayscale > .social-buffer {
  background-color: #757575;
}
.social-buffer:hover {
  background-color: #1c2126;
}
.social-grayscale > .social-buffer:hover {
  background-color: #323b43;
}
.social-buffer.social-icon {
  color: #323b43;
}
.social-buffer.social-icon:hover {
  color: #1c2126;
}
.social-telegram {
  background-color: #08c;
}
@media (min-width: 1024px) {
  .social-telegram {
    display: none;
  }
}
.social-grayscale > .social-telegram {
  background-color: #757575;
}
.social-telegram:hover {
  background-color: #2d4373;
}
.social-grayscale > .social-telegram:hover {
  background-color: #08c;
}
.social-telegram.social-icon {
  color: #08c;
}
.social-telegram.social-icon:hover {
  color: #2d4373;
}
.social-telegram.social-icon:before {
  margin-right: 0;
  text-indent: 0;
}
#cc_div *,
#cc_div :after {
  animation: none;
  background: 0 0;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 0.9rem;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  transition: none;
}
#cc_div a,
#cc_div button,
#cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#cc_div .c_button,
#cc_div .c_link {
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.c--anim #cc_div .c_button,
.c--anim #cc_div .c_link {
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease !important;
}
#cc_div #cm {
  background: #fff;
  bottom: 0;
  box-shadow: 0 0.625rem 1.875rem #000;
  box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  color: #555;
  font-family: inherit;
  left: 0;
  line-height: normal;
  max-width: 100%;
  opacity: 0;
  padding: 2rem;
  position: fixed;
  right: 0;
  transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.c--anim #cc_div #cm {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease !important;
}
.show--consent .c--anim #cc_div #cm {
  opacity: 1;
  visibility: visible !important;
}
#cc_div #cm_title {
  color: inherit;
  font-family: inherit;
  font-size: 1.2rem;
  margin: 0 0 0.6rem;
}
#cc_div #cm_text {
  float: left;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.45rem;
  max-width: 80%;
}
#cc_div #cm_btns {
  float: right;
  max-width: 20%;
}
#cc_div #cm button + button {
  float: right;
}
#cc_div #cm .c_button,
#cc_div .c_button {
  background: #2196f3;
  color: #fff;
  float: right;
}
#cc_div #cm .c_link {
  font-size: 0.9rem;
  text-decoration: underline;
}
#cc_div #cs_cont {
  background: #070707;
  background: rgba(11, 13, 14, 0.8);
  display: table;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: none !important;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
#cc_div #cm,
#cc_div #cs_cont {
  color: #2d4156;
}
#cc_div #cs_cont button + button {
  float: right;
}
#cc_div #cs_blocks .cc_title {
  margin-top: 1.4rem;
}
#cc_div #cs_blocks .cc_title:first-child {
  margin-top: 0;
}
#cc_div #cs_blocks .block_button {
  cursor: pointer;
  margin-top: 0;
  transition: background-color 0.3s ease;
}
#cc_div #cs_blocks .block_button:hover {
  background-color: #e9eff4;
}
#cc_div #cs_blocks .accordion {
  margin-bottom: 0;
}
#cc_div #cs_blocks .accordion > p {
  margin-top: 0;
  padding: 0.9rem;
}
#cc_div #cs_cont .block_button h2 {
  display: table-cell;
  font-family: inherit;
  padding-right: 0.9rem;
  vertical-align: middle;
}
#cc_div #cs_blocks .block_button {
  display: table;
  padding: 0.5rem 0.9rem;
  width: 100%;
}
#cc_div #cs_blocks .cs_block {
  border: 1px solid #f1f3f5;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  padding: 0.9rem;
  transition: background-color 0.25s ease;
}
#cc_div #cs_blocks .cs_block:last-child {
  margin-bottom: 0.5rem;
}
#cc_div #cs_blocks .cs_block:hover {
  background-color: #f0f4f7;
}
#cc_div #cs_blocks .cs_block:first-child {
  border: none;
  margin-bottom: 2rem;
  margin-top: 0;
  padding: 0;
  transition: none;
}
#cc_div #cs_blocks .cs_block:first-child:hover {
  background-color: transparent;
  background-color: unset;
}
#cc_div #cs_blocks .cs_block.block__expand {
  background: #f0f4f7;
  border: none;
  border-radius: 5px;
  margin-bottom: 0.5rem !important;
  margin-top: 2rem;
  overflow: hidden;
  padding: 0;
  transition: none;
}
#cc_div #cs_blocks .cs_block.block__expand + .cs_block {
  margin-top: 2rem;
}
#cc_div #cs_blocks .cs_block.block__expand + .cs_block.block__expand {
  margin-top: 0;
}
#cc_div #cs_blocks .cs_block.block__expand:first-child {
  margin-bottom: 0.9rem;
  margin-bottom: 0.5rem;
}
#cc_div #cs_blocks .cs_block.block__expand:first-child:hover {
  background: #f1f3f5;
}
#cc_div #cs_blocks .accordion {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}
#cc_div #cs_blocks ._active .accordion {
  max-height: 100%;
}
#cc_div #cs_cont p {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin-top: 0.9rem;
}
#cc_div #cs_cont input {
  -webkit-appearance: none;
}
.c--anim #cc_div #cs_cont {
  transition:
    background-color 0.3s ease,
    visibility 0.3s ease,
    opacity 0.3s ease !important;
}
.show--settings .c--anim #cc_div #cs_cont {
  opacity: 1;
  visibility: visible !important;
}
#cc_div #cs_valign {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
#cc_div #cs {
  border-radius: 0.1875rem;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 1.7rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: scale(0.96);
  transition: none;
  visibility: hidden;
  width: 100%;
}
.c--anim #cc_div #cs {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease !important;
}
#cc_div.ie #cs {
  max-height: 37.5rem;
}
#cc_div.ie #cs_cont_inner {
  top: 0;
}
#cc_div #cs_inner {
  border-radius: 0.25rem;
  height: 100%;
  margin: 0 auto;
  max-width: 49rem;
  overflow: hidden;
  padding-bottom: 4.9375rem;
  padding-top: 4.9375rem;
  position: relative;
}
#cc_div.ie #cs {
  margin-top: -5.625rem;
  position: relative;
  top: 0;
}
#cc_div.ie #cs_valign {
  height: 100%;
  padding-top: 5.62rem;
}
#cc_div #cs_blocks {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 1.5rem 2.5rem 0.5rem;
  position: relative;
}
#cc_div #cs_buttons {
  border-top: 1px solid #f1f1f1;
  bottom: 0;
  height: 4.9375rem;
  left: 0;
  padding: 0.9rem 2.5rem;
  position: absolute;
  right: 0;
  width: 100%;
}
#cc_div #cs_buttons,
#cc_div #cs_header,
#cc_div #cs_inner {
  background-color: #fff;
}
#cc_div .c_b_toggle input:checked ~ .sc_toggle {
  background: #2196f3;
  color: #fff;
}
#cc_div #cs_header {
  border-bottom: 1px solid #f1f1f1;
  display: table;
  padding: 1.2rem 2.5rem;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
}
#cc_div #cs_title {
  display: table-cell;
  font-family: inherit;
  font-size: 0.9rem;
  vertical-align: middle;
}
#cc_div #cs_title h1 {
  font-size: 0.9rem;
}
#cc_div #cs_close_btn {
  background-color: #919ea6;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: table-cell;
  float: right;
  font-size: 0.9rem;
  font-weight: 500;
  height: 2.35rem;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  width: 2.5rem;
}
#cc_div #c_policy__text {
  height: 31.25rem;
  margin-top: 1.25rem;
  overflow-y: auto;
}
.show--settings .c--anim #cc_div #cs {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
#cc_div #cs_cont_inner {
  height: 100%;
  height: calc(100% - 2.5rem);
  max-height: 37.5rem;
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#cc_div #cs_blocks::-webkit-scrollbar {
  background-color: transparent;
  border-radius: 0 0.25rem 0.25rem 0;
  height: 100%;
  width: 0.9rem;
}
#cc_div #cs_blocks::-webkit-scrollbar-thumb {
  background-color: #cfd5db;
  border: 0.3rem solid #fff;
  border-radius: 100rem;
}
#cc_div #cs_blocks::-webkit-scrollbar-thumb:hover {
  background-color: #9199a0;
}
#cc_div #cs_blocks::-webkit-scrollbar-button {
  height: 5px;
  opacity: 0;
  visibility: hidden;
  width: 10px;
}
#cc_div #cs_blocks::-webkit-scrollbar-corner {
  background-color: transparent;
}
#cc_div .c_b_toggle {
  cursor: pointer;
  display: table-cell;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
#cc_div.ie .c_b_toggle {
  margin-bottom: 0.7rem;
  padding-left: 0.9rem;
}
#cc_div .c_b_toggle input {
  cursor: pointer;
  display: none;
  position: absolute;
}
#cc_div .c_b_toggle .sc_toggle {
  background-color: #919ea6;
  border-radius: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.25s ease;
}
#cc_div .c_b_toggle,
#cc_div .c_b_toggle .sc_toggle {
  height: 1.6rem;
  width: 3.4rem;
}
#cc_div .c_b_toggle .sc_toggle.sc_readonly {
  cursor: not-allowed;
}
#cc_div .c_b_toggle input ~ .sc_toggle.sc_readonly {
  background-color: #d5dee2;
}
#cc_div .c_b_toggle input ~ .sc_toggle.sc_readonly:after {
  box-shadow: none;
}
#cc_div .c_b_toggle .sc_toggle:after {
  background: #fff;
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-sizing: content-box;
  content: "";
  height: 1.2rem;
  left: 0.2rem;
  position: absolute;
  top: 0.2rem;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  width: 1.2rem;
}
#cc_div .c_b_toggle input:checked ~ .sc_toggle:after {
  transform: translateX(1.75rem);
}
#cc_div.ie .c_b_toggle input:checked ~ .sc_toggle:after {
  left: 1.95rem;
}
#cc_div #cs_blocks table,
#cc_div #cs_blocks table td,
#cc_div #cs_blocks table th {
  border: none;
}
#cc_div #cs_blocks table tbody tr {
  transition: background-color 0.3s ease;
}
#cc_div #cs_blocks table tbody tr:hover {
  background-color: #e9eff4;
}
#cc_div #cs_blocks table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}
#cc_div.ie #cs_blocks table {
  overflow: auto;
}
#cc_div #cs_blocks table td,
#cc_div #cs_blocks table th {
  font-size: 0.8rem;
  padding: 0.8rem 0.625rem 0.8rem 1.2rem;
  text-align: left;
  vertical-align: top;
}
#cc_div #cs_blocks table th {
  font-family: inherit;
  padding: 1.2rem;
}
#cc_div #cs_blocks thead tr:first-child {
  border-bottom: 1px solid #e6e8ed;
}
#cc_div.ie .c_b_toggle .sc_toggle {
  display: none;
}
#cc_div.ie .c_b_toggle input {
  display: inline-block;
  margin-bottom: 0.2rem;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  #cc_div #cm {
    border-radius: 0;
    bottom: 0;
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 1.875rem 10%;
    right: 0;
    width: auto;
  }
}
@media screen and (max-width: 688px) {
  #cc_div #cs {
    border-radius: 0;
    padding: 0;
  }
  #cc_div #cs_cont_inner {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: none;
  }
  #cc_div .c_b_toggle {
    font-size: 1.25rem;
  }
  #cc_div #cs_cont button + button {
    margin-bottom: 0;
  }
  #cc_div #cs_inner {
    border-radius: 0;
    margin: 0;
    padding-bottom: 8 0.9rem;
  }
  #cc_div #cs_cont .block_button h2 {
    font-size: 0.9rem;
  }
  #cc_div #cs_blocks {
    padding: 1.3rem;
  }
  #cc_div #cs_header {
    padding: 1.2rem 1.3rem;
  }
  #cc_div #cs_buttons {
    height: 4 0.9rem;
    padding: 0.9rem 1.3rem;
  }
  #cc_div #cs_blocks table {
    width: 100%;
  }
  #cc_div #cs_blocks table,
  #cc_div #cs_blocks table tbody,
  #cc_div #cs_blocks table td,
  #cc_div #cs_blocks table th,
  #cc_div #cs_blocks table thead,
  #cc_div #cs_blocks table tr {
    display: block;
  }
  #cc_div #cs_blocks table thead tr {
    display: none;
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  #cc_div #cs_blocks table td {
    border: none;
    padding-left: 40%;
    position: relative;
  }
  #cc_div #cs_blocks table td:before {
    color: #000;
    content: attr(data-column);
    font-weight: 700;
    left: 0.9rem;
    overflow: hidden;
    padding-right: 0.625rem;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 43%;
  }
  #cc_div #cm .c_button,
  #cc_div #cm .c_link,
  #cc_div .c_button {
    margin-right: 0;
    width: 100%;
  }
  #cc_div #cm_btns button:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  #cc_div #cm .c_link {
    margin-top: 0.5rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 688px) {
  #cc_div #cm_text {
    float: none;
    max-width: 100%;
    padding-bottom: 0.5rem;
  }
  #cc_div #cm_btns {
    float: none;
    max-width: 100%;
    padding-bottom: 2rem;
  }
}
#cs_acceptall_btn {
  display: none !important;
}
#cc_div #cm .link {
  color: #999;
  font-weight: 600;
}
html.force--consent #cc_div #cm {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-width: 100vw;
  padding: 2rem;
  position: absolute;
  right: 0;
  width: 100%;
  width: 100vw;
}
html.force--consent #cc_div #cs,
html.force--consent #cc_div #cs_cont {
  width: 100vw;
}
html.force--consent #cc_div {
  background: #000;
  background: rgba(20, 21, 22, 0.55);
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-width: 100vw;
  min-height: 100%;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: none;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}
html.force--consent.show--consent #cc_div,
html.force--consent.show--settings #cc_div {
  opacity: 1;
  visibility: visible;
}
html.force--consent.show--consent,
html.force--consent.show--settings {
  overflow-y: hidden !important;
}
html.position--middle #cc_div #cm {
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.625rem 1.875rem #000;
  box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  color: #000;
  display: table;
  font-family: inherit;
  left: 50%;
  line-height: normal;
  max-height: 100px;
  max-width: 30rem;
  min-height: 100px;
  opacity: 0;
  padding: 2rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
html.position--middle #cc_div #cm_text {
  float: none;
  max-width: 100%;
  text-align: justify;
  width: 100%;
}
html.position--middle #cc_div #cm_btns {
  float: none;
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}
html.position--middle #cc_div #cm_btns * {
  float: right;
  margin-left: 15px;
}
.cc_cs_left {
  left: 0;
}
.cc_cs_right {
  right: 0;
}
.b_title {
  font-size: 1.1rem !important;
  margin-top: 0 !important;
}
#cm_title,
#cs_title {
  font-size: 1.2rem !important;
}
.cc__change_settings {
  background: #2196f3;
  border-radius: 0.35rem 0.35rem 0 0;
  bottom: 0;
  padding: 0.25rem 0.5rem;
  position: fixed;
  visibility: hidden;
  width: auto;
  z-index: 2500;
}
.cc__change_settings a,
.cc__change_settings a:hover,
.cc__change_settings a:link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-bold {
  font-weight: 700;
}
.text-normal {
  font-weight: 400;
}
.text-underline {
  text-decoration: underline;
}
.text-italic {
  font-style: italic;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 64rem) {
  .n-p {
    padding: 0;
  }
  .n-p-v {
    padding-bottom: 0;
    padding-top: 0;
  }
  .n-p-h {
    padding-right: 0;
  }
  .n-p-h,
  .n-p-l {
    padding-left: 0;
  }
  .n-p-r {
    padding-right: 0;
  }
  .n-p-t {
    padding-top: 0;
  }
  .n-p-b {
    padding-bottom: 0;
  }
  .n-m {
    margin: 0;
  }
  .n-m-v {
    margin-bottom: 0;
    margin-top: 0;
  }
  .n-m-h {
    margin-right: 0;
  }
  .n-m-h,
  .n-m-l {
    margin-left: 0;
  }
  .n-m-r {
    margin-right: 0;
  }
  .n-m-t {
    margin-top: 0;
  }
  .n-m-b {
    margin-bottom: 0;
  }
}
.sticky {
  position: sticky;
  top: 2rem;
}
.float-left,
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.max-w-300 {
  max-width: 300px;
}
.max-w-480 {
  max-width: 480px;
}
.max-w-640 {
  max-width: 640px;
}
.alignfull:not(.wp-block-uagb-container) {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
@media (max-width: 48rem) {
  .alignfull-mobile {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.aligncenter,
.bypostauthor,
.sticky {
  display: block;
}
.header-image {
  border-bottom: 1px solid #dbdbdb;
  padding: 2rem;
  text-align: center;
}
.header-image a {
  display: block;
}
.site-main {
  padding-bottom: 2rem;
}
#content-wrapper {
  background-color: #fff;
  padding: 1rem;
}
.error404 .widget {
  max-width: 100%;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .error404 .site-main .widget {
    max-width: 33.33%;
    padding: 1.5rem;
  }
  .error404 .site-main .widget_text {
    max-width: 50%;
  }
}
.entry-content {
  flex-basis: 100%;
  max-width: 100%;
}
.post-thumbnail {
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 48rem) {
  .post-thumbnail {
    margin: 0 -1rem 2rem;
  }
}
.no-sidebar .entry-content {
  flex-basis: 100%;
  max-width: 100%;
}
.entry-header .wp-post-image {
  border: 1px solid #eee;
  margin-bottom: 0.5rem;
  width: 100%;
}
.entry-content,
.entry-footer {
  max-width: 100%;
  position: relative;
}
.home-shop-section {
  margin: 1rem 0;
}
.home-shop-section .products {
  margin-bottom: 3rem;
}
.home .entry-content {
  margin-top: 0;
}
.home-section {
  padding: 2rem 1rem;
}
.post-index {
  background: #fafafa;
  border: 1px solid #ddd;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 20px 44px 20px 20px;
  position: relative;
}
.post-index span {
  display: block;
}
.post-index ol,
.post-index ul {
  margin-bottom: 0;
}
.post-index li {
  margin-bottom: 6px;
  margin-left: 34px;
}
.post-index a,
.post-index li {
  line-height: 1.6;
}
.post-index .classh3 {
  margin-left: 34px;
}
.post-index .classh4 {
  margin-left: 56px;
}
.post-index .classh5 {
  margin-left: 78px;
}
.post-index .classh6 {
  margin-left: 100px;
}
.post-index #index-table {
  margin-top: 18px;
}
.post-index .btn-show {
  display: inline-block !important;
  position: absolute !important;
  right: 2.85rem;
}
.post-index .checkbox input {
  opacity: 0;
  position: absolute;
}
.post-index .checkbox .check-table {
  cursor: pointer !important;
  height: 26px;
  position: relative;
  transition: all 0.2s;
  width: 26px;
  z-index: 1;
}
.post-index .checkbox .check-table svg {
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
  width: 26px;
}
.post-index .checkbox input:checked ~ .check-table {
  transform: rotate(180deg) !important;
}
.checkbox .check-table svg {
  stroke: #000;
}
.post-index .bullet-li {
  display: inline;
}
.widget-area {
  background-color: #fff;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .widget-area {
    padding: 0 1.5rem 1.5rem;
  }
}
.widget-area .widget {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .widget-area .widget {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
}
.widget-area .widget {
  width: 100%;
}
.widget-area .widget ol,
.widget-area .widget ul {
  list-style-type: none;
  padding: 0;
}
.widget-area .widget img {
  margin-bottom: 0.25rem;
  max-width: 100%;
  width: auto;
}
.widget-area .widget-title {
  font-size: 1rem;
  margin-top: 0;
  text-transform: uppercase;
}
.widget-area .post-date {
  display: block;
}
.widget-area p {
  font-size: 14px;
  margin-bottom: 0;
}
.entry-content .widget,
.entry-content .widget-area {
  padding: 0;
}
.widget-recent-posts .widget-recent-posts-item {
  margin-bottom: 2rem;
}
.widget-recent-posts img {
  margin-bottom: 0.75rem;
}
.widget-recent-posts a {
  display: block;
}
.widget-recent-posts p {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.2;
}
.site-footer .widget-recent-posts .widget-recent-posts-item {
  margin-bottom: 1rem;
}
.comments-area {
  margin-top: 15px;
}
.comments-area h3 {
  margin-top: 0;
}
.comment-list {
  list-style: none;
  padding: 0;
}
.child-comments {
  margin-left: 2rem;
  margin-top: 2rem;
}
.comments-area .comment-reply-title,
.comments-area .comments-title {
  font-size: 2rem;
  margin: 2rem 0;
}
.comment-respond {
  padding: 1rem 0;
}
.comment {
  padding-left: 3rem;
}
.comment.depth-1 {
  padding-left: 0;
}
.comment-list .comment-body,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 1rem;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.comment-list .children > li {
  padding-left: 0.875em;
}
.comment-author {
  color: #5b5b5b;
  display: inline-block;
  margin-bottom: 2rem;
}
.comment-author cite {
  font-size: 1.3rem;
}
.comment-author cite a {
  color: #000;
}
.comment-meta {
  display: inline-block;
  float: right;
  font-size: 12px;
  text-align: right;
}
.comment-meta a {
  color: #666;
}
.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.comment-body {
  padding-top: 1rem;
}
.comment-body p {
  font-size: 1rem;
}
.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  margin-top: 1rem;
  padding: 0.5rem;
}
.comment-reply-link:focus,
.comment-reply-link:hover {
  border-color: currentColor;
  outline: 0;
}
.comment-form label {
  color: #5b5b5b;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.comment-form .comment-form-cookies-consent label {
  display: inline-block;
  font-size: 0.65rem;
  margin-bottom: 0;
  vertical-align: middle;
}
.comment-list .comment-form {
  padding-bottom: 1.75em;
}
.comment-awaiting-moderation,
.comment-notes,
.form-allowed-tags,
.logged-in-as {
  color: #5b5b5b;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.logged-in-as a {
  text-decoration: none;
}
.no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}
.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}
.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}
.form-submit {
  margin-bottom: 0;
}
.comment-reply-title small {
  font-size: 100%;
}
.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}
.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
  color: #5b5b5b;
}
.comment-reply-title small a:before {
  content: "";
  font-size: 32px;
  position: relative;
  top: -5px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem -0.5rem;
}
.gallery .gallery-item {
  align-items: center;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery a {
  display: block;
  text-decoration: none;
}
.gallery h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.gallery p {
  margin-bottom: 0;
}
.gallery .gallery-caption {
  display: block;
  margin: 0.5rem 0;
}
.gallery .gallery-icon {
  width: 100%;
}
.gallery .gallery-icon img {
  margin: 0;
  width: 100%;
}
@media (min-width: 36rem) {
  .gallery-item {
    max-width: 50%;
  }
}
@media (min-width: 48rem) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  background: #333;
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0.8075em 0;
  margin: 0 !important;
  padding: 10px 20px;
  position: relative;
  text-shadow: 1px 1px 4px #000;
  text-transform: none;
  white-space: pre-wrap;
}
.wp-caption-text {
  text-align: center;
}
.gallery-wrapper {
  background: #f3f3f4;
  border-radius: 4px;
  height: 100%;
  padding: 3rem;
  width: 100%;
}
.jumbotron .wpcf7 {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
.jumbotron .wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
}
div.wpcf7-response-output,
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.widget-area .wpcf7-form p {
  margin-bottom: 1rem;
}
hr.is-style-default {
  border-top: 2px solid #ffd600;
  display: block;
  margin: 1.15rem auto;
  max-width: 100%;
  width: 310px;
}
.orbital-block-header {
  align-items: center;
  background: #eee;
  background-position: 50%;
  background-size: cover;
  padding: 0 1rem;
}
.orbital-block-header .wp-block-columns {
  align-items: center;
}
.orbital-block-header .wp-block-column {
  margin-bottom: 0;
}
.orbital-block-header figure,
.orbital-block-header figure img {
  margin: 0;
}
.orbital-block-header .container {
  position: relative;
}
.orbital-block-header h1,
.orbital-block-header h2,
.orbital-block-header h3,
.orbital-block-header h4,
.orbital-block-header h5,
.orbital-block-header h6 {
  color: inherit;
  margin-top: 0;
}
.orbital-block-header p.has-text-color a {
  color: inherit;
  text-decoration: underline;
}
.orbital-block-header.cover {
  min-height: 95vh;
  padding: 4rem 0;
}
@media (min-width: 48rem) {
  .orbital-block-header.cover {
    min-height: 100vh;
  }
}
.pt0 {
  padding-top: 0;
}
.pt1 {
  padding-top: 1rem;
}
.pt2 {
  padding-top: 2rem;
}
.pt3 {
  padding-top: 3rem;
}
.pt4 {
  padding-top: 4rem;
}
.pt5 {
  padding-top: 5rem;
}
.pt6 {
  padding-top: 6rem;
}
.pt7 {
  padding-top: 7rem;
}
.pt8 {
  padding-top: 8rem;
}
.pb0 {
  padding-bottom: 0;
}
.pb1 {
  padding-bottom: 1rem;
}
.pb2 {
  padding-bottom: 2rem;
}
.pb3 {
  padding-bottom: 3rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.pb5 {
  padding-bottom: 5rem;
}
.pb6 {
  padding-bottom: 6rem;
}
.pb7 {
  padding-bottom: 7rem;
}
.pb8 {
  padding-bottom: 8rem;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt3 {
  margin-top: 3rem;
}
.mt4 {
  margin-top: 4rem;
}
.mt5 {
  margin-top: 5rem;
}
.mt6 {
  margin-top: 6rem;
}
.mt7 {
  margin-top: 7rem;
}
.mt8 {
  margin-top: 8rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb3 {
  margin-bottom: 3rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.mb5 {
  margin-bottom: 5rem;
}
.mb6 {
  margin-bottom: 6rem;
}
.mb7 {
  margin-bottom: 7rem;
}
.mb8 {
  margin-bottom: 8rem;
}
@media (max-width: 48rem) {
  .ptm0 {
    padding-top: 0;
  }
  .ptm1 {
    padding-top: 1rem;
  }
  .ptm2 {
    padding-top: 2rem;
  }
  .ptm3 {
    padding-top: 3rem;
  }
  .ptm4 {
    padding-top: 4rem;
  }
  .ptm5 {
    padding-top: 5rem;
  }
  .ptm6 {
    padding-top: 6rem;
  }
  .ptm7 {
    padding-top: 7rem;
  }
  .ptm8 {
    padding-top: 8rem;
  }
  .pbm0 {
    padding-bottom: 0;
  }
  .pbm1 {
    padding-bottom: 1rem;
  }
  .pbm2 {
    padding-bottom: 2rem;
  }
  .pbm3 {
    padding-bottom: 3rem;
  }
  .pbm4 {
    padding-bottom: 4rem;
  }
  .pbm5 {
    padding-bottom: 5rem;
  }
  .pbm6 {
    padding-bottom: 6rem;
  }
  .pbm7 {
    padding-bottom: 7rem;
  }
  .pbm8 {
    padding-bottom: 8rem;
  }
  .mtm1 {
    margin-top: 1rem;
  }
  .mtm2 {
    margin-top: 2rem;
  }
  .mtm3 {
    margin-top: 3rem;
  }
  .mtm4 {
    margin-top: 4rem;
  }
  .mtm5 {
    margin-top: 5rem;
  }
  .mtm6 {
    margin-top: 6rem;
  }
  .mtm7 {
    margin-top: 7rem;
  }
  .mtm8 {
    margin-top: 8rem;
  }
  .mbm1 {
    margin-bottom: 1rem;
  }
  .mbm2 {
    margin-bottom: 2rem;
  }
  .mbm3 {
    margin-bottom: 3rem;
  }
  .mbm4 {
    margin-bottom: 4rem;
  }
  .mbm5 {
    margin-bottom: 5rem;
  }
  .mbm6 {
    margin-bottom: 6rem;
  }
  .mbm7 {
    margin-bottom: 7rem;
  }
  .mbm8 {
    margin-bottom: 8rem;
  }
}
[class*="opacity-"]:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.opacity-0:before {
  opacity: 0;
}
.opacity-10:before {
  opacity: 0.1;
}
.opacity-20:before {
  opacity: 0.2;
}
.opacity-30:before {
  opacity: 0.3;
}
.opacity-40:before {
  opacity: 0.4;
}
.opacity-50:before {
  opacity: 0.5;
}
.opacity-60:before {
  opacity: 0.6;
}
.opacity-70:before {
  opacity: 0.7;
}
.opacity-80:before {
  opacity: 0.8;
}
.opacity-90:before {
  opacity: 0.9;
}
.opacity-100:before {
  opacity: 1;
}
.container-36 .container {
  width: 36rem;
}
.container-48 .container {
  width: 48rem;
}
.container-60 .container {
  width: 60rem;
}
.container-72 .container {
  width: 72rem;
}
.container-84 .container {
  width: 84rem;
}
.container-96 .container {
  width: 96rem;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-teal {
  color: teal;
}
.text-sky-blue {
  color: skyblue;
}
.text-green {
  color: green;
}
.text-pink {
  color: pink;
}
.text-purple {
  color: purple;
}
.text-orange {
  color: orange;
}
.banner {
  clear: both;
  display: block;
  margin: 1rem auto 25px;
  max-width: 100%;
  padding: 0;
  text-align: center;
  width: 100%;
}
.banner > div {
  margin: 0 auto;
}
.banner .center {
  margin: 0 auto;
  text-align: center;
}
.banner .right {
  margin-right: 0;
  text-align: right;
}
.banner .left {
  margin-left: 0;
  text-align: left;
}
.banner .small {
  width: 300px;
}
.banner .medium {
  width: 336px;
}
.banner .large {
  width: 360px;
}
.banner .half-page,
.banner .mobile-medium {
  width: 300px;
}
.banner .leaderboard {
  max-width: 100%;
  width: 728px;
}
.banner .fluid {
  width: 100%;
}
@media (max-width: 48rem) {
  .desktop {
    display: none;
  }
}
@media (min-width: 48rem) {
  .mobile {
    display: none;
  }
}
