@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
/* --------------------------------------------------------------
* ## Header
* -------------------------------------------------------------- */
.site-header {
  background: #EEF7EE !important;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.site-header.front-grid {
  padding-top: 60px;
  padding-bottom: 50px;
}

.site-header.front-grid .first-column {
  grid-column: span 8/span 12;
}

.site-header p, .site-header h1 {
  margin-top: 0px;
}

.site-header p {
  font: 600 18px/24px Open Sans;
  color: #2B2B2B;
  margin-bottom: 1rem;
}

.site-header h1 {
  font: 800 2.25rem/49px Open Sans;
  font-size: 40px;
  color: #2B2B2B;
  margin-bottom: 1.5rem;
}

.site-header .first-column {
  grid-column: span 12/span 12;
}

.site-header .first-column span {
  font: 600 14px/19px Open Sans;
  color: #2B2B2B;
  margin-bottom: 1rem;
  display: inline-block;
}

.site-header .site-branding-small {
  padding-bottom: 1rem;
  border-bottom: solid 1px rgba(53, 151, 55, 0.33);
  margin-bottom: 1.5rem;
  display: grid;
}

.site-header .site-branding-small a {
  max-width: 150px;
}

.site-header .site-header-container {
  gap: 2rem;
}

.site-header .site-branding {
  width: 100%;
}

.site-header .site-header-logo {
  display: flex;
  align-items: center;
}

.site-header .bottom-bar {
  background: none;
}

.site-header .bottom-bar .secondary-search {
  padding: 0px;
}

.site-header .bottom-bar .secondary-search-form {
  border: 1px solid #A1A1A1;
  background: white;
  height: 56px;
}

.site-header .bottom-bar .secondary-search-submit {
  background: none;
}

@media (max-width: 1240px) {
  .site-header {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .site-header.front-grid {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .site-header .site-branding {
    max-width: 244px;
  }
  .site-header h1 {
    margin-bottom: 1rem;
    font-size: 36px;
  }
  .site-header p {
    margin-bottom: .5rem;
  }
  .site-header .site-header-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

@media (max-width: 780px) {
  .site-header.front-grid {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  .site-header .site-branding {
    max-width: 183px;
  }
}

#front-template {
  color: #2b2b2b;
}

#front-template h2 {
  font: bold 1.5rem/33px Open Sans;
}

#front-template .front-grid {
  display: grid;
  gap: 1rem;
}

#front-template .front-grid .front-category-item {
  box-shadow: 0px 1px 6px #2B2B2B33;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}

#front-template .front-grid .front-category-item > a {
  display: inline-block;
  padding: 1.5rem 2rem;
  height: 100%;
  width: 100%;
}

#front-template .front-grid .front-category-item:hover {
  background: #EEF7EE;
  transition: all .1s ease-in;
}

#front-template .front-grid .front-category-item h2 {
  font: bold 1.25rem/27px Open Sans;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

#front-template .front-grid .front-category-item p {
  font: 400 1rem/22px Open Sans;
  margin-top: 0px;
  margin-bottom: 0px;
}

#front-template .front-grid .front-category-item i {
  color: #359737;
  display: inline-block;
  font-size: 32px;
  max-height: 34px;
}

@media (min-width: 768px) {
  #front-template .front-grid {
    grid-template-columns: 1fr 1fr;
  }
}

#archive-search {
  color: #2B2B2B;
}

#archive-search h1 {
  font: 800 2.25rem/49px Open Sans;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

#archive-search .page-header {
  margin-bottom: 1rem;
}

#archive-search .page-header i {
  color: #359737;
  display: block;
  font-size: 38px;
  height: 38px;
}

#archive-search .archive-description p {
  font: 600 18px/24px Open Sans;
  margin: 0px;
}

#archive-search .post {
  position: relative;
  padding: 0;
  padding-right: 2.5rem;
  box-shadow: 0px 1px 6px #2B2B2B33;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}

#archive-search .post a {
  display: inline-block;
  padding: 1.5rem;
}

#archive-search .post::after {
  font-family: 'ifzl-font-icon';
  content: 'c';
  position: absolute;
  display: inline-block;
  top: 45%;
  right: 1rem;
  font-size: 24px;
  color: #359737;
}

#archive-search .post:hover {
  background: #EEF7EE;
  transition: all .1s ease-in;
}

#archive-search .post h2 {
  font: bold 1.25rem/27px Open Sans;
  margin-top: 0px;
  margin-bottom: .5rem;
}

#archive-search .post p {
  font: 400 1rem/22px Open Sans;
  margin-top: 0px;
  margin-bottom: 0px;
}

#archive-search .post .icon-news {
  display: none;
}

#archive-search .entry-excerpt {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 0px;
}

@media (min-width: 768px) {
  #archive-search .post .icon-news {
    display: inline-block;
    color: #359737;
    margin-right: 10px;
  }
}

#notFound {
  color: #2B2B2B;
}

#notFound .page-content {
  margin: 0;
}

#notFound h1 {
  font: bold 1.5rem/33px Open Sans;
  margin-top: 32px;
  margin-bottom: 24px;
}

#notFound .suggestion {
  font: bold 1.25rem/27px Open Sans;
  margin-bottom: 16px;
}

#not-found .bloco-textos {
  text-align: center;
}

#not-found .roboErro404 {
  max-width: 75%;
  height: auto;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#not-found h1, #not-found h2, #not-found h3 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
}

#not-found h1 {
  font-size: 90px;
}

#not-found h2 {
  font-size: 24px;
}

#not-found h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  #not-found {
    max-width: 760px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin: 40px auto;
    justify-content: space-between;
  }
  #not-found h1 {
    font-size: 160px;
    line-height: .5;
  }
  #not-found h2 {
    font-size: 36px;
  }
  #not-found h3 {
    font-size: 24px;
  }
  #not-found .texto {
    margin-bottom: 32px;
  }
  #not-found .roboErro404 {
    max-width: 378px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1240px) {
  #not-found {
    align-items: center;
    max-width: 990px;
    margin: auto;
  }
  #not-found .roboErro404 {
    max-width: 470px;
    height: auto;
    margin: 0;
    margin-top: 76px;
    margin-bottom: 45px;
  }
}

#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 0;
}

#breadcrumbs .inicio {
  display: none;
}

#breadcrumbs li {
  position: relative;
  font-size: 12px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
}

#breadcrumbs li a {
  color: inherit;
  line-height: 1;
  font-weight: 600;
}

#breadcrumbs li:first-child a {
  display: flex;
  gap: 8px;
}

#breadcrumbs li:last-child {
  color: #267922;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#breadcrumbs li:not(:last-child)::after {
  content: "/";
  font-weight: 600;
}

@media (min-width: 768px) {
  #breadcrumbs .inicio {
    display: inline-block;
  }
}

@media (min-width: 1240px) {
  #breadcrumbs {
    gap: 0;
  }
  #breadcrumbs li:first-child {
    padding: 0;
  }
  #breadcrumbs li {
    padding: 0;
    background-color: aqua;
    position: relative;
    font-size: 14px;
    background-color: #F5F5F5;
    transition: background-color .2s ease-in;
  }
  #breadcrumbs li:first-child a {
    padding: 8px 24px 8px 4px;
  }
  #breadcrumbs li a {
    padding: 8px 20px 8px 20px;
    font-weight: normal;
  }
  #breadcrumbs li:last-child {
    color: inherit;
    background-color: #EEF7EE;
    padding: 8px 24px 8px 24px;
  }
  #breadcrumbs li:hover {
    background-color: #EEF7EE;
  }
  #breadcrumbs li::after {
    display: none;
  }
  #breadcrumbs li:first-child {
    clip-path: polygon(0% 0%, 100% 0, calc(100% + -20px) 100%, 0 100%);
    padding-left: 8px;
  }
  #breadcrumbs li:not(:first-child) {
    clip-path: polygon(20px 0%, 100% 0, calc(100% + -20px) 100%, 0 100%);
    margin-left: -17px;
  }
}

#site-footer {
  margin-top: 40px;
}

#site-footer .form {
  padding: 20px;
  background: #F5F5F5;
  color: #2B2B2B;
}

#site-footer .form h2 {
  margin: 0 0 8px 0;
  font: bold 1.25rem/27px Open Sans;
}

#site-footer .form .desc {
  margin-bottom: 24px;
}

#site-footer .form form {
  max-width: 620px;
  display: flex;
  flex-direction: column;
}

#site-footer .form form p {
  margin-bottom: 16px;
}

#site-footer .form form p:nth-last-child(2) {
  align-self: flex-end;
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}

#site-footer .form form label {
  font: 600 14px/19px Open Sans;
}

#site-footer .form form input, #site-footer .form form textarea {
  width: 100%;
  padding: 8px 16px;
  outline: none;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}

#site-footer .form form span[data-target-name="your-message"] {
  float: right;
}

#site-footer .form form span[data-target-name="your-message"]::after {
  content: "/500";
}

#site-footer .form form input[type="submit"] {
  width: 160px;
}

#site-footer p {
  margin: 0;
}

#site-footer #mainFooter {
  margin: 0 20px;
  min-height: 220px;
  position: relative;
  color: #2B2B2B;
  display: grid;
  gap: 1rem;
  padding-top: 2rem;
  margin-top: 2.5rem;
}

#site-footer #mainFooter .logoIfrnVertical {
  display: none;
}

#site-footer #contactArea {
  font: 600 16px/22px Open Sans;
  font-size: 14px;
  font-weight: 600;
  display: grid;
  gap: 16px;
}

#site-footer #contactArea #addressFooter {
  line-height: 1.5em;
}

#site-footer #footerIcons {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-bottom: 32px;
}

#site-footer #footerIcons a {
  color: #2B2B2B;
}

#site-footer #footerIcons a i {
  font-family: "Font Awesome 6 Brands";
  font-size: 24px;
}

#site-footer #siteMap {
  display: none;
}

@media (min-width: 768px) {
  #site-footer #mainFooter {
    border-top: none;
    margin-top: 0;
    grid-template-columns: minmax(auto, 90px) 1fr 1fr;
    align-items: center;
    justify-content: space-between;
  }
  #site-footer #mainFooter .logoIfrnVertical {
    display: block;
    width: 90px;
  }
  #site-footer #mainFooter .logoIfrnHorizontal {
    display: none;
  }
  #site-footer #mainFooter .e-mec {
    display: flex;
    justify-content: center;
  }
  #site-footer #mainFooter #contactArea {
    font: 600 12px / 17px Open Sans;
    gap: 0px;
  }
  #site-footer #mainFooter #contactArea #footerIcons {
    margin-top: 1rem;
    padding-bottom: 0px;
    justify-content: left;
  }
  #site-footer #siteMap {
    display: block;
    background-color: #F5F5F5;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #site-footer #siteMap h3 {
    font: bold 1.25rem / 27px Open Sans;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  #site-footer #siteMap .siteMap-container {
    margin: 0 20px;
  }
  #site-footer #siteMap .siteMap-container .menu {
    column-gap: 2rem;
    column-count: 4;
  }
  #site-footer #siteMap .siteMap-container .menu > li {
    width: 100%;
  }
  #site-footer #siteMap .siteMap-container .menu li:first-child {
    display: none;
  }
  #site-footer #siteMap .siteMap-container .menu > li:not(.menu-item-has-children) {
    margin-bottom: 1.5rem;
  }
  #site-footer #siteMap .siteMap-container .menu > li:not(.menu-item-has-children) a {
    margin-bottom: 0px;
  }
  #site-footer #siteMap .siteMap-container .menu .menu-item-has-children {
    margin-bottom: 1.5rem;
  }
  #site-footer #siteMap .siteMap-container .menu > .menu-item > a {
    display: inline-block;
    font: 400 1rem / 22px Open Sans;
    font-weight: bold;
    color: #2B2B2B;
    margin-bottom: .5rem;
  }
  #site-footer #siteMap .siteMap-container .sub-menu {
    display: grid;
    gap: .5rem;
  }
  #site-footer #siteMap .siteMap-container .sub-menu a {
    font: 600 14px / 19px Open Sans;
    font-weight: 400;
    color: inherit;
  }
}

@media (min-width: 1240px) {
  #site-footer #mainFooter {
    max-width: 1240px;
    margin: 0 auto;
  }
  #site-footer #siteMap .siteMap-container {
    max-width: 1240px;
    margin: 0 auto;
  }
  #site-footer #siteMap .siteMap-container .menu > li {
    break-inside: avoid;
  }
}

#UserWayDiv {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% + -60px));
  padding: 5px;
  background-color: #2873de;
  border-radius: 12px;
  height: 40px;
  cursor: pointer;
  z-index: 99;
}

div[vw].enabled {
  margin: 0 !important;
}

.admin-bar #short-article .summary-long {
  top: 101px;
}

#short-article .post-modified-info {
  text-align: left;
  font: normal normal 600 12px/17px Open Sans;
  letter-spacing: 0px;
  color: #2B2B2B;
}

#short-article p {
  text-align: left;
  font: normal normal normal 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #2B2B2B;
  margin-block: 1rem;
}

#short-article h2, #short-article h3, #short-article h4, #short-article h5, #short-article h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#short-article h2 {
  font: bold 1.5rem/33px Open Sans;
}

#short-article h3 {
  font: bold 1.25rem/27px Open Sans;
}

#short-article h4 {
  font: 600 18px/24px Open Sans;
}

#short-article h5 {
  font: 600 14px/19px Open Sans;
}

#short-article h6 {
  font: 600 12px/17px Open Sans;
}

#short-article span[id^="section"] {
  scroll-margin-top: 230px;
}

#short-article .summary-long {
  position: relative;
  display: inline-block;
  width: 100%;
  position: sticky;
  top: 68px;
  z-index: 1;
}

#short-article .summary-long #sectionMenu {
  appearance: none;
  width: 100%;
  padding: 16px 12px;
  padding-right: 48px;
  border-radius: 8px;
  box-shadow: 0px 1px 6px #00000029;
  border: 1px solid #DBDBDB;
  font-weight: 600;
  color: #359737;
  background-color: #FFFFFF;
}

#short-article .summary-long .icon-container {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

#short-article .summary-long .icon-container img {
  border: none;
  width: 20px;
  height: auto;
  color: #359737;
}

#short-article .entry-content a {
  color: #359737 !important;
  font-weight: bold;
}

#short-article .entry-content figure img {
  border: 2px solid #EEF7EE !important;
  display: block;
  margin: 0 auto;
}

#short-article .rate-share-container {
  display: grid;
  gap: 2rem;
}

#short-article .rate-share-container #copyLink {
  position: relative;
}

#short-article .rate-share-container #copyLink .tooltip-copy {
  min-width: 110px;
  position: absolute;
  font: 600 14px/19px Open Sans;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #44484B;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#short-article .rate-share-container #copyLink .tooltip-copy::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: inherit;
}

#short-article .rmp-widgets-container {
  margin: 0px;
  width: 100%;
}

#short-article .kaya-qrcode {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  text-align: center;
  padding: 1rem;
}

#short-article .kaya-qrcode .qr-dinamico {
  border: 2px solid #359737;
  border-radius: 8px;
  display: inline-block;
  margin: auto;
  padding: 2px;
  width: 97pt;
  height: 97pt;
  margin-bottom: 16px;
}

#short-article .kaya-qrcode h3 {
  font: normal normal bold 20px/27px Open Sans;
  letter-spacing: 0px;
  color: #2B2B2B;
  margin: 8px 0px;
}

#short-article .kaya-qrcode p {
  text-align: center;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #44484B;
  margin: 8px 0px;
}

#short-article .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

#short-article .icons .fa-brands {
  background: #fff;
  color: #359737;
  font-size: 36px;
  align-items: center;
  margin-top: 4px;
}

#short-article .icons .fa-link {
  background: #359737;
  color: #fff;
  font-size: 18px;
  padding: 4px;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
}

#short-article .rmp-rating-widget {
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#short-article .rmp-rating-widget p {
  text-align: center;
}

#short-article .rmp-rating-widget .rmp-heading--title {
  font: normal normal bold 20px/27px Open Sans;
  letter-spacing: 0px;
  color: #2B2B2B;
  margin: 8px 0px;
  text-align: center;
}

#short-article .rmp-rating-widget .rmp-heading--subtitle, #short-article .rmp-rating-widget .js-rmp-results, #short-article .rmp-rating-widget .js-rmp-msg, #short-article .rmp-rating-widget .js-rmp-hover-text {
  text-align: center;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #44484B;
  margin: 8px 0px;
}

#short-article .rmp-rating-widget__hover-text {
  height: 16px;
}

#short-article .rmp-rating-widget .rmp-icon--processing-rating {
  color: #FFD248 !important;
}

#short-article .rmp-rating-widget .rmp-btn {
  color: #fff;
  background-color: #359737;
  border-radius: 4px;
  font-weight: bold;
}

#short-article .rmp-rating-widget ul.rmp-rating-widget__icons-list.js-rmp-rating-icons-list {
  max-width: 100%;
}

#short-article .rmp-feedback-widget {
  max-width: 344px;
  background-color: #EEF7EE;
  border: 1px solid #EEF7EE;
  border-radius: 16px;
}

#short-article .rmp-feedback-widget p {
  text-align: left;
  font: normal normal 600 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #2B2B2B;
  padding-left: 16px;
}

#short-article .rmp-feedback-widget .rmp-heading--title {
  padding-top: 24px;
}

#short-article .rmp-feedback-widget .rmp-feedback-widget__input {
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  width: 288px;
  height: 122px;
  margin-bottom: 16px;
}

#short-article .rmp-feedback-widget .rmp-feedback-widget__btn {
  color: #fff;
  background-color: #359737;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 8px;
}

#short-article .rmp-feedback-widget .rmp-feedback-widget__msg {
  padding-bottom: 24px;
}

#short-article #filterList {
  display: none;
}

@media (min-width: 768px) {
  #short-article .site-main {
    max-width: 816px;
    margin: 0 auto;
  }
  #short-article .rate-share-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1240px) {
  #short-article h2 {
    scroll-margin-top: 200px;
  }
  #short-article .long {
    display: flex;
    gap: 48px;
  }
  #short-article .long .site-main {
    margin: 0;
  }
  #short-article .long .filter-desktop #filterList {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
  #short-article .long .filter-desktop #filterList::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #DBDBDB;
    position: absolute;
    left: 8px;
  }
  #short-article .long .filter-desktop #filterList .active {
    display: inline-block;
    position: relative;
  }
  #short-article .long .filter-desktop #filterList .active::before {
    content: '';
    background-color: #359737;
    display: inline-block;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0px;
    left: -16px;
  }
  #short-article h1 {
    text-align: left;
  }
  #short-article .summary {
    display: none;
  }
}

.admin-bar #main-menu {
  top: 31px;
}

#main-menu {
  font: 400 1rem/22px Open Sans;
  color: #44484B;
  font-weight: 600;
  padding: 1rem 0px;
  box-shadow: 0px 3px 6px #00000029;
  background: #FFF;
  z-index: 10;
  position: sticky;
  top: 0px;
}

#main-menu a {
  color: #44484B;
}

#main-menu ul {
  list-style: none;
  padding: 0px;
}

#main-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-menu .container .icon-bars {
  font-size: 24px;
  height: 24px;
  display: inline-block;
}

#main-menu .logoIfrnHorizontal span {
  display: none;
}

#main-menu .main-menu-options {
  display: flex;
  white-space: nowrap;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2rem;
}

#main-menu .language-menu {
  border: none;
  background-color: #FFF;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

#main-menu .language-menu::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  content: '';
  display: inline-block;
  height: 170%;
  width: 1px;
  background-color: #DBDBDB;
}

#main-menu .language-menu .language-current i {
  transition: transform .2s ease;
  display: inline-block;
}

#main-menu .language-menu .language-current img {
  margin-right: .3rem;
}

#main-menu .language-menu.show-list .language-current i {
  transform: rotate(180deg);
}

#main-menu .language-menu.show-list .language-list {
  display: block;
}

#main-menu .language-menu .language-list {
  display: none;
  position: absolute;
  top: 28px;
  left: 0px;
  width: 100%;
}

#main-menu .language-menu .language-list .lang-item a {
  display: inline-block;
  padding: .5rem;
  border: 1px solid #DBDBDB;
  background-color: #FFF;
}

#main-menu .language-menu .language-list .lang-item a:hover {
  background-color: #F5F5F5;
}

#main-menu .menu-mobile {
  background: #F5F5F5;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0px;
  padding: 2rem;
  overflow-y: scroll;
  z-index: 10;
}

#main-menu .menu-mobile.closeMenu {
  display: none;
}

#main-menu .menu-mobile .mainMenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#main-menu .menu-mobile .mainMenu-header img {
  max-height: 32px;
}

#main-menu .menu-mobile .mainMenu-header i {
  font-size: 30px;
  display: flex;
}

#main-menu .menu-mobile .mainMenu-list {
  display: grid;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #DBDBDB;
}

#main-menu .menu-mobile .mainMenu-list a {
  color: #44484B;
}

#main-menu .menu-mobile .mainMenu-list label {
  display: flex;
  align-items: center;
}

#main-menu .menu-mobile .mainMenu-list label > i {
  display: inline-block;
  transition: transform .3s ease;
  margin-left: 4px;
  height: 16px;
  width: 16px;
}

#main-menu .menu-mobile .hidden {
  display: none;
}

#main-menu .menu-mobile .dropMenu-category {
  display: none;
  gap: 2rem;
  margin-top: 1rem;
}

#main-menu .menu-mobile .dropMenu-category li {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  gap: 1rem;
}

#main-menu .menu-mobile .dropMenu-category a {
  color: #2B2B2B;
}

#main-menu .menu-mobile .dropMenu-category i {
  color: #359737;
  display: inline-block;
  font-size: 24px;
}

#main-menu .menu-mobile #category-check:checked ~ label > i {
  transform: rotate(180deg);
}

#main-menu .menu-mobile #category-check:checked ~ .dropMenu-category {
  display: grid;
}

#main-menu .menu-mobile #category-check:checked ~ .dropMenu-category .dropMenu-title {
  display: none;
}

#main-menu .menu-mobile #category-check:checked ~ .dropMenu-category li label::after {
  transform: rotate(180deg);
}

#main-menu .menu-mobile .campusZL {
  display: flex;
  align-items: center;
  gap: 4px;
}

#main-menu .menu-mobile .campusZL::after {
  font-family: 'ifzl-font-icon';
  content: 'U';
}

@media (min-width: 768px) {
  #main-menu .logoIfrnHorizontal {
    display: flex;
    align-items: center;
  }
  #main-menu .logoIfrnHorizontal img {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 1px solid #DBDBDB;
  }
  #main-menu .logoIfrnHorizontal span {
    display: inline-block;
  }
}

@media (min-width: 1240px) {
  #main-menu {
    padding: .5rem 0px;
  }
  #main-menu .main-menu-options {
    flex-direction: row;
    gap: 4rem;
  }
  #main-menu .main-menu-options .language-menu::before {
    left: -2rem;
  }
  #main-menu .container .icon-bars {
    display: none;
  }
  #main-menu .menu-mobile.closeMenu {
    display: flex;
    position: static;
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: auto;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-header {
    display: none;
  }
  #main-menu .menu-mobile.closeMenu .campusZL:hover {
    color: #359737;
  }
  #main-menu .menu-mobile.closeMenu .campusZL:hover a {
    color: #359737;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-right: 2.5rem;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list::after {
    content: '';
    height: 67%;
    width: 1px;
    background-color: #DBDBDB;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li::after {
    content: '';
    display: block;
    background-color: #359737;
    height: 2px;
    width: 0%;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li .dropMenu-category {
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    width: 90%;
    padding: 32px 120px;
    box-shadow: 0px 3px 6px #00000029;
    max-width: 990px;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li .dropMenu-category .dropMenu-title {
    font: 800 2.25rem / 49px Open Sans;
    grid-column: span 2;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li .dropMenu-category li a, #main-menu .menu-mobile.closeMenu .mainMenu-list > li .dropMenu-category li i {
    transition: color .2s ease-in;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li .dropMenu-category i {
    color: #2B2B2B;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li .dropMenu-category li:hover a, #main-menu .menu-mobile.closeMenu .mainMenu-list > li .dropMenu-category li:hover i {
    color: #359737;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li:hover label > i {
    transform: rotate(180deg);
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li:hover::after {
    width: 100%;
  }
  #main-menu .menu-mobile.closeMenu .mainMenu-list > li:hover .dropMenu-category {
    display: grid;
  }
  #main-menu .menu-mobile.closeMenu #category-check:checked ~ .dropMenu-category {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

a {
  color: #2B2B2B;
}

.content {
  max-width: 1240px;
  margin: 0 auto;
}

.site-content {
  padding-block: 20px;
}

.wpcf7-submit {
  display: inline-block;
  background: #359737;
  border-radius: 4px;
  font: 400 1rem/22px Open Sans;
  font-weight: bold;
  padding: 0.5rem 1rem;
  color: white;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #267922;
}

.summary {
  display: none;
}

.summary-long {
  display: block;
}

.stopScroll {
  overflow-y: hidden;
}

.navigation.pagination .nav-links {
  justify-content: end;
}

.navigation.pagination .nav-links a:hover {
  background-color: #EEF7EE;
}

.navigation.pagination .nav-links .page-numbers {
  background: none;
  border: solid 1px #359737;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: #EEF7EE;
  color: #359737;
  border: none;
}

/* --------------------------------------------------------------
* TABLE OF CONTENTS:
* --------------------------------------------------------------
*  # Normalize
*  # Elements
*  # Modules
* 	    ## Accessibility
* 	    ## Alignment
* 	    ## Clearnings
* 	    ## Media
* 	# Components
* 	    ## Primary menu
*      ## Gutenberg blocks
* 	    ## Pagination
* 	    ## Next/Prev Links
* 	    ## Comments
* 	    ## Widgets
* 	    ## Forms
*  # Layout
*      ## Header
* 	    ## Footer
* 	# Templates
* 	     ## Site
* 	     ## Posts and pages
*  # Print
* -------------------------------------------------------------- */
/* stylelint-disable max-line-length, scss/dollar-variable-pattern, value-keyword-case */
/* styleline-enable */
/* stylelint-disable at-rule-empty-line-before */
/* styleline-enable */
/* stylelint-disable at-rule-empty-line-before */
/* styleline-enable */
/* stylelint-disable at-rule-empty-line-before */
/* stylelint-enable */
/* --------------------------------------------------------------
* # Normalize
* -------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font: 800 2.25rem/49px Open Sans;
  color: #2B2B2B;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --------------------------------------------------------------
* # Elements
* -------------------------------------------------------------- */
/* stylelint-disable no-duplicate-selectors, max-line-length, at-rule-empty-line-before */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: white;
  color: #424851;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* stylelint-enable */
body {
  background-color: white;
}

p {
  margin-bottom: 2rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  padding: 1rem 1.5rem;
  border-left: 8px solid #6027ce;
  margin: 0;
}

blockquote > * {
  margin: 0;
}

blockquote p {
  margin-bottom: 10px;
}

.widget-area blockquote,
.footer-widgets blockquote {
  background: transparent;
}

.footer-widgets blockquote {
  color: #fff;
}

address {
  margin: 0 0 1.5rem;
}

strong {
  font-weight: 700;
}

pre {
  overflow: auto;
  max-width: 100%;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  background-color: #f4f4f4;
  font-family: "source-code-pro", menlo, monaco, consolas, courier new, monospace;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.widget-area pre {
  background-color: #474747;
}

.footer-widgets pre {
  background-color: #474747;
}

code,
kbd,
tt,
var {
  font-family: "source-code-pro", menlo, monaco, consolas, courier new, monospace;
  font-size: 0.8125rem;
}

abbr,
acronym {
  cursor: help;
}

abbr[title],
acronym {
  border-bottom: 2px dotted #6027ce;
  text-decoration: none;
}

mark,
ins {
  background: #6027ce;
  text-decoration: none;
}

.footer-widgets ins {
  color: #474747;
}

big {
  font-size: 125%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.entry-title {
  font-size: 2.5rem;
}

.entry-content h1 {
  margin: 3rem 0 2rem;
}

.entry-content h2 {
  margin: 3rem 0 2rem;
}

.entry-content h3 {
  margin: 3rem 0 2rem;
}

.entry-content h4 {
  margin: 3rem 0 2rem;
}

.entry-content h5 {
  margin: 3rem 0 2rem;
}

.entry-content h6 {
  margin: 3rem 0 2rem;
}

.entry-content h1 {
  font-size: 2.5rem;
}

.entry-content h2 {
  font-size: 2.1875rem;
}

.entry-content h3 {
  font-size: 1.875rem;
}

.entry-content h4 {
  font-size: 1.5625rem;
}

.entry-content h5 {
  font-size: 1.25rem;
}

.entry-content h6 {
  font-size: 1.125rem;
}

/* default link styling */
a,
.anchor,
a:link {
  text-decoration: none;
}

hr {
  height: 3px;
  border: 0;
  background-color: #424851;
}

figure {
  margin: 1rem 0;
}

img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  padding: 0 1.5rem;
  margin: 0 0 1.5rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

ul li {
  margin-bottom: 0.2rem;
}

/* stylelint-disable no-descending-specificity */
li ol,
li ul,
li li {
  margin-bottom: 0;
}

/* styleline-enable */
dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

::-moz-selection {
  background: rgba(249, 248, 113, 0.5);
  color: #4a4a4a;
  text-shadow: none;
}

::selection {
  background: rgba(249, 248, 113, 0.5);
  color: #4a4a4a;
  text-shadow: none;
}

.icon {
  position: relative;
  top: -0.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  vertical-align: middle;
}

/* Normalize svg behaviour on IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [src*='.svg'] {
    width: 100%;
    max-height: 100%;
  }
}

table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
}

table caption {
  text-align: center;
}

thead {
  border-bottom: 1px solid currentColor;
}

th {
  font-weight: inherit;
  text-align: inherit;
}

tfoot tr {
  border-top: 1px solid currentColor;
}

/* stylelint-disable no-descending-specificity */
tr {
  border-bottom: 1px solid currentColor;
}

tr:last-child {
  border-bottom: 0;
}

/* styleline-enable */
td,
th {
  padding: 0.25rem 0.5rem;
  border-right: 1px solid currentColor;
}

td:last-child,
th:last-child {
  border-right: 0;
}

textarea {
  resize: vertical;
}

/* --------------------------------------------------------------
* # Modules
* -------------------------------------------------------------- */
/* --------------------------------------------------------------
* ## Accessibility
* -------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  z-index: 100000;
  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  background-color: #474747;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

/* Do not show the outline on the skip link target. */
.content[tabindex='-1']:focus {
  outline: 0;
}

/*
This will hide the focus indicator if the element receives focus via the mouse,
but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.focus-visible {
  outline-color: currentColor;
  outline-style: dotted;
  outline-width: 2px;
}

/* --------------------------------------------------------------
* ## Alignment
* -------------------------------------------------------------- */
.alignleft {
  display: inline;
  margin-right: 1.5rem;
  float: left;
}

.alignright {
  display: inline;
  margin-left: 1.5rem;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

/* --------------------------------------------------------------
* ## Clearings
* -------------------------------------------------------------- */
/* stylelint-disable selector-pseudo-element-colon-notation */
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  display: table;
  content: '';
  table-layout: fixed;
}

/* stylelint-enable */
/* --------------------------------------------------------------
* ## Media
* -------------------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  padding: 0;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.25rem;
  margin: 0;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption,
.wp-caption-text {
  display: block;
  max-width: 100%;
  padding: 0 10px 0 0;
  margin-bottom: 1.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  text-align: left;
}

.wp-caption-text {
  text-align: left;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5rem;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable */
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

/* stylelint-disable at-rule-empty-line-before */
.img-fit {
  position: relative;
  display: block;
}

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

.img-fit--fallback {
  background-position: center;
  background-size: cover;
}

.img-fit--fallback img {
  opacity: 0;
}

/* stylelint-enable */
.responsive-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-embed-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* --------------------------------------------------------------
* # Components
* -------------------------------------------------------------- */
.noscript-notification {
  background-color: red;
  color: white;
  text-align: center;
  font-size: 18px;
  margin: 0;
  padding: 20px 0;
}

/* --------------------------------------------------------------
* ## Primary menu
* -------------------------------------------------------------- */
/* stylelint-disable selector-max-compound-selectors, max-nesting-depth, no-descending-specificity, no-duplicate-selectors, max-line-length */
/* Menu toggle */
.no-js .menu-toggle {
  display: none;
}

.menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  padding: 0.5rem 1rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  color: white;
}

@media (min-width: 70em) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle .icon {
  top: -2px;
  margin-right: 0.5rem;
}

.menu-toggle .icon-close {
  display: none;
}

.menu-toggle.is-expanded .icon-close {
  display: inline-block;
}

.menu-toggle.is-expanded .icon-bars {
  display: none;
}

.main-navigation {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 70em) {
  .main-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.primary-menu-wrapper {
  width: 100%;
}

.primary-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  list-style-type: none;
}

@media (min-width: 70em) {
  .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.primary-menu .icon {
  display: none;
}

.primary-menu.is-visible,
.no-js .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* Mobile menu styling */
.primary-menu .menu-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}

@media (min-width: 70em) {
  .primary-menu .menu-item {
    border-bottom: 0;
  }
}

.primary-menu .menu-item:last-child {
  border-bottom: 0;
}

.primary-menu .menu-item a {
  display: block;
  padding: 10px 20px 10px 10px;
  border-bottom: 0;
  color: white;
  text-decoration: none;
  border-radius: 0;
}

.primary-menu .menu-item.current-menu-item > a {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 70em) {
  .primary-menu .menu-item.current-menu-item > a {
    border-radius: 3px;
  }
}

.primary-menu .sub-menu {
  padding-left: 1rem;
}

.primary-menu .sub-menu .menu-item {
  border-bottom: 0;
}

.primary-menu .sub-menu .menu-item a {
  padding-left: 0;
}

/* Menu tablets and up */
@media (min-width: 70em) {
  .primary-menu {
    /* Submenus */
  }
  .primary-menu .icon {
    display: inline-block;
  }
  .primary-menu .icon-arrow-down {
    margin-left: 2px;
  }
  .primary-menu .menu-item {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0;
    border-top: 0;
    margin: 0;
    vertical-align: middle;
    zoom: 1;
  }
  .primary-menu .menu-item a {
    display: inline-block;
    text-decoration: none;
  }
  .primary-menu .menu-item:hover .sub-menu,
.primary-menu .menu-item.focus .sub-menu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .primary-menu .menu-item:focus-within .sub-menu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .primary-menu .menu-item a,
.primary-menu .menu-item.focus a {
    padding: 10px 15px;
    color: white;
    margin-left: 3px;
    margin-right: 3px;
  }
  .primary-menu .menu-item a:hover, .primary-menu .menu-item a:focus,
.primary-menu .menu-item.focus a:hover,
.primary-menu .menu-item.focus a:focus {
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .primary-menu .sub-menu {
    position: absolute;
    z-index: 1000;
    top: -999rem;
    left: -999rem;
    display: block;
    min-width: 250px;
    padding: 0;
    -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    background-color: #fff;
    font-size: 14px;
    list-style: none;
    text-align: left;
  }
  .primary-menu .sub-menu a {
    display: block;
  }
  .primary-menu .sub-menu .icon-arrow-down {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-left: -5px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .primary-menu .sub-menu .menu-item {
    position: relative;
    left: 0;
    display: block;
  }
  .primary-menu .sub-menu .menu-item a {
    padding: 10px 20px;
    color: #4a4a4a;
    margin-left: 0;
    margin-right: 0;
  }
  .primary-menu .sub-menu .menu-item a:hover, .primary-menu .sub-menu .menu-item a:focus {
    background: transparent;
    color: #583abc;
    border-radius: 0;
  }
  .primary-menu .sub-menu .menu-item .sub-menu {
    top: -999rem;
    left: -999rem;
  }
  .primary-menu .sub-menu .menu-item:hover > .sub-menu,
.primary-menu .sub-menu .menu-item.focus > .sub-menu {
    top: -1px;
    right: 100%;
    left: auto;
  }
  .primary-menu .sub-menu .menu-item:focus-within > .sub-menu {
    top: -1px;
    right: 100%;
    left: auto;
  }
  .primary-menu .sub-menu .menu-item:focus-within > .sub-menu {
    top: -1px;
    right: 100%;
    left: auto;
  }
}

/* --------------------------------------------------------------
* ## Gutenberg blocks
* -------------------------------------------------------------- */
/* stylelint-disable selector-max-compound-selectors, selector-no-qualifying-type, no-duplicate-selectors, max-line-length */
.entry-content > * {
  max-width: 100%;
  margin: 36px 0;
}

.page-template-knowledgebase .entry-content > * {
  max-width: 100%;
  margin: 36px auto;
}

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

.entry-content > .alignwide {
  max-width: 1100px;
}

.entry-content > .alignfull {
  max-width: 100%;
  margin: 1.5em 0;
}

.entry-content ul,
.entry-content ol {
  max-width: 760px;
  margin: 1.5em 0;
  list-style-position: outside;
}

.wp-block-video video {
  max-width: 760px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.entry-content li {
  margin-bottom: 6px;
  margin-left: 2.5em;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  padding: 0;
  margin: 3em auto;
}

.more-link {
  display: block;
}

.wp-block-group > * {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-group > .alignwide {
  max-width: 1100px;
}

.wp-block-group > .alignfull {
  max-width: 100%;
}

.wp-block-group.has-background > .alignfull {
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
}

.entry-content .wp-block-file a.wp-block-file__button:focus {
  outline: dotted thin initial;
  outline-offset: -1px;
}

/* stylelint-enable */
/* --------------------------------------------------------------
* ## Pagination
* -------------------------------------------------------------- */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 48em) {
  .nav-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.page-numbers {
  display: none;
}

@media (min-width: 48em) {
  .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    margin: 0.5rem;
    background: #eaeaea;
    border-radius: 3px;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
    text-decoration: none;
  }
}

.page-numbers.current {
  border-color: #eaeaea;
  background: transparent;
}

.page-numbers.current .screen-reader-text {
  position: relative !important;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
  -webkit-clip-path: initial;
}

@media (min-width: 48em) {
  .page-numbers.current .screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

.page-numbers.current, .page-numbers.prev, .page-numbers.next {
  display: inline-block;
}

@media (min-width: 48em) {
  .page-numbers.current, .page-numbers.prev, .page-numbers.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-numbers.prev, .page-numbers.next {
  padding: 0 0.5rem;
  border: 0;
  margin: 0 1rem;
}

@media (min-width: 48em) {
  .page-numbers.prev, .page-numbers.next {
    margin: 0.5rem;
  }
  .page-numbers.prev:hover, .page-numbers.next:hover {
    border: 1px solid #a8a8a8;
  }
}

.page-numbers:hover:not(.current) {
  border-color: #a8a8a8;
}

/* --------------------------------------------------------------
* ## Next Prev Links
* -------------------------------------------------------------- */
/* stylelint-disable at-rule-empty-line-before */
.post-navigation .meta-nav {
  display: block;
  font-size: 0.8888888888rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-navigation a {
  display: block;
  /* Fixes broken outline in Firefox */
  border-bottom: 0;
  text-decoration: none;
}

.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {
  border-bottom: 2px solid #6027ce;
}

.post-navigation .nav-links {
  display: block;
  margin: 2rem 0;
}

@media (min-width: 48em) {
  .post-navigation .nav-links {
    display: block;
  }
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .post-navigation .nav-previous {
    float: left;
  }
}

@media (min-width: 48em) {
  .post-navigation .nav-next {
    float: right;
    text-align: right;
  }
}

/* stylelint-enable */
/* --------------------------------------------------------------
* ## Comments
* -------------------------------------------------------------- */
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, no-descending-specificity, at-rule-empty-line-before, max-line-length  */
.comment-content a {
  word-wrap: break-word;
}

.comment-content p {
  margin-bottom: 1rem;
}

.comment-content blockquote > * {
  margin-bottom: 0;
}

.bypostauthor {
  display: block;
}

.comments-title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.comment-list,
.comment-list .children {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment-list .children {
  margin-left: 1rem;
}

.comment-list li::before {
  display: none;
}

.comment-author {
  position: relative;
  z-index: 2;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.comment-author .avatar {
  position: absolute;
  left: -65px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  padding-left: 4rem;
  margin-bottom: 1.5rem;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818rem;
  text-transform: uppercase;
}

.comment-metadata a {
  border-color: #6027ce;
  color: #424851;
}

.comment-metadata a:hover, .comment-metadata a:focus {
  border-color: #fbc967;
  color: #424851;
}

.comment-metadata .comment-edit-link {
  margin-left: 1rem;
  color: #424851;
}

.comment.depth-1 {
  border-bottom: 1px dashed #f4f4f4;
}

.comment-body {
  padding: 1.5rem 0;
  color: #4a4a4a;
  font-size: 0.875rem;
  font-size: 0.875rem;
}

.children .comment-body {
  border-bottom: 0;
}

.comment-reply-link {
  position: relative;
  font-weight: 800;
}

.comment-reply-link .icon {
  position: absolute;
  top: 0;
  left: -2rem;
  width: 1rem;
  height: 1rem;
  color: #222;
}

.children .comment-author .avatar {
  left: -45px;
  width: 30px;
  height: 30px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comment-respond p {
  margin-bottom: 1rem;
}

.comment-respond label {
  display: block;
}

.comment-respond textarea {
  width: 100%;
  border: 1px solid #f4f4f4;
}

.comment-respond textarea:focus,
.comment-respond input:focus {
  outline: dotted thin initial;
  outline-offset: -1px;
  border: 1px solid #f4f4f4;
}

.comment-form-cookies-consent input {
  display: inline-block;
  margin-right: 10px;
}

.comment-form-cookies-consent label {
  display: inline;
}

.comment-navigation .nav-links {
  margin: 2rem 0 4rem;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.comment-navigation .nav-next {
  text-align: right;
}

.comments-pagination {
  margin: 2rem 0 3rem;
}

.form-submit {
  text-align: right;
}

.form-submit input {
  padding: 1rem 2rem;
  border: 1px solid #6027ce;
  background: #6027ce;
  color: #fff;
}

.form-submit input:focus {
  outline: dotted thin initial;
  outline-offset: -1px;
  outline-offset: -3px;
}

.form-submit input:hover, .form-submit input:focus {
  cursor: pointer;
  opacity: 0.9;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
  padding: 10px;
  margin-top: 10px;
  width: 50%;
  height: 44px;
  background-color: #f3f5f6;
  border: 1px solid rgba(24, 21, 26, 0.1);
  border-radius: 3px;
}

.comment-form textarea {
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  height: 200px;
  background-color: #f3f5f6;
  border: 1px solid rgba(24, 21, 26, 0.1);
  border-radius: 3px;
}

.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form .form-submit {
  text-align: left;
}

/* --------------------------------------------------------------
* ## Forms
* -------------------------------------------------------------- */
/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, no-descending-specificity, at-rule-empty-line-before, max-line-length  */
.search-form {
  display: block;
}

.search-form label,
.search-form .search-field,
.search-form .search-submit {
  width: 100%;
}

.search-form .search-field {
  height: 40px;
  margin-bottom: 10px;
}

.search-form .search-submit {
  height: 47px;
}

.post-password-form input[type='password'],
.search-field,
.search-submit {
  padding: 0.35rem;
}

.post-password-form input[type='password']:focus,
.search-field:focus,
.search-submit:focus {
  outline: dotted thin initial;
  outline-offset: -1px;
}

.search-field,
.post-password-form input[type='password'] {
  border: 1px solid #f4f4f4;
  margin-right: 0.5rem;
  -webkit-appearance: none;
  border-radius: 0;
}

.search-field:focus {
  background: #fff;
}

.post-password-form input[type='password'] {
  padding: 7px 5px;
  border: 1px solid #f4f4f4;
}

.post-password-form label {
  display: inline;
}

.post-password-form input[type='submit'],
.search-submit {
  padding: 0.35rem;
  border: 1px solid #6027ce;
  -webkit-appearance: none;
  background-color: #6027ce;
  color: #fff;
}

.post-password-form input[type='submit']:hover, .post-password-form input[type='submit']:focus,
.search-submit:hover,
.search-submit:focus {
  opacity: 0.9;
  cursor: pointer;
}

.post-password-form input[type='submit'] {
  border: 2px solid #fbc967;
}

.post-password-form input[type='submit']:hover {
  border-color: #fac04e;
}

/* stylelint-enable */
.primary-search {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 48em) {
  .primary-search {
    margin-top: 7rem;
    margin-bottom: 8rem;
  }
}

.primary-search .icon-search-icon {
  width: 25px;
  height: 25px;
}

.primary-search .icon-search-icon > * {
  stroke: white;
}

.primary-search-title {
  color: white;
  text-align: center;
  font-size: 30px;
}

@media (min-width: 48em) {
  .primary-search-title {
    font-size: 45px;
  }
}

.primary-search-form {
  width: 100%;
  max-width: 650px;
  background-color: rgba(255, 255, 255, 0.15);
  height: 55px;
  margin: 0 auto;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.primary-search-label {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.primary-search-field {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 0.94rem;
}

@media (min-width: 48em) {
  .primary-search-field {
    font-size: 1rem;
  }
}

.primary-search-field::-webkit-input-placeholder {
  color: white;
}

.primary-search-field::-moz-placeholder {
  color: white;
}

.primary-search-field:-ms-input-placeholder {
  color: white;
}

.primary-search-field::-ms-input-placeholder {
  color: white;
}

.primary-search-field::placeholder {
  color: white;
}

.primary-search-field::-webkit-search-decoration,
.primary-search-field::-webkit-search-cancel-button,
.primary-search-field::-webkit-search-results-button,
.primary-search-field::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.primary-search-submit {
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border: 0;
  color: white;
}

.primary-search-submit:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}

.secondary-search {
  padding: 15px 0;
}

.secondary-search .icon-search-icon {
  width: 25px;
  height: 25px;
}

.secondary-search .icon-search-icon > * {
  stroke: #696969;
}

.secondary-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.secondary-search-form {
  width: 100%;
  border: 0;
  background-color: #eaeaea;
  height: 40px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 48em) {
  .secondary-search-form {
    max-width: 320px;
  }
}

.secondary-search-label {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.secondary-search-field {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  background-color: transparent;
  border: 0;
  color: #696969;
  font-size: 0.94rem;
}

@media (min-width: 48em) {
  .secondary-search-field {
    font-size: 1rem;
  }
}

.secondary-search-field::-webkit-input-placeholder {
  color: #696969;
}

.secondary-search-field::-moz-placeholder {
  color: #696969;
}

.secondary-search-field:-ms-input-placeholder {
  color: #696969;
}

.secondary-search-field::-ms-input-placeholder {
  color: #696969;
}

.secondary-search-field::placeholder {
  color: #696969;
}

.secondary-search-field::-webkit-search-decoration,
.secondary-search-field::-webkit-search-cancel-button,
.secondary-search-field::-webkit-search-results-button,
.secondary-search-field::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.secondary-search-submit {
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border: 0;
}

.secondary-search-submit:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}

.bottom-bar {
  background-color: #f3f5f6;
}

/* --------------------------------------------------------------
* ## Widgets & Sidebar
* -------------------------------------------------------------- */
/* stylelint-disable no-descending-specificity, selector-max-compound-selectors, max-line-length */
.widget-area {
  position: relative;
}

@media (min-width: 48em) {
  .widget-area {
    margin-left: 30px;
    margin-top: 80px;
  }
}

.widget {
  margin-bottom: 1.5rem;
}

.widget a {
  border-color: #6027ce;
}

.widget > ul {
  padding-left: 2rem;
  margin: 0;
}

.widget select {
  max-width: 100%;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

@media (min-width: 48em) {
  .widget-title {
    margin-top: 1.2rem;
  }
}

.widget_text {
  word-wrap: break-word;
}

.widget_text ul,
.widget_text ol {
  padding: 0 1.5rem;
  margin: 0;
}

.widget_text ul {
  list-style: disc;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: 0;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0;
}

.widget_text ul li li {
  padding-right: 0;
  padding-left: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li + li {
  margin-top: -1px;
}

/* Calendar widget */
.calendar_wrap {
  font-size: 14px;
}

.calendar_wrap a {
  border-bottom: 2px solid #6027ce;
  text-decoration: none;
  color: #6027ce;
}

.calendar_wrap table caption {
  margin-bottom: 1rem;
}

.calendar_wrap thead,
.calendar_wrap th,
.calendar_wrap tr,
.calendar_wrap td,
.calendar_wrap tfoot,
.calendar_wrap tfoot tr {
  border: 0;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar tfoot td {
  border: 0;
}

/* Footer widgets */
.footer-widgets {
  padding-bottom: 50px;
}

.widget-area-footer {
  padding: 0;
}

@media (min-width: 48em) {
  .widget-area-footer {
    padding: 0 1rem;
  }
}

.widget-area-footer a {
  color: #fff;
}

.widget-area-footer a:hover, .widget-area-footer a:focus {
  border-bottom: 2px solid currentColor;
  text-decoration: none;
}

.widget-area-footer .widget-title {
  color: #fff;
  font-size: 1.5rem;
}

.widget-area-footer .widget_categories a:hover {
  text-decoration: none;
}

.mejs-horizontal-volume-slider,
.widget_meta a,
.widget_pages a,
.widget_tag_cloud a,
.widget_recent_entries a,
.widget_archive a,
.widget_nav_menu a,
.widget_categories a,
.widget_recent_comments a {
  border-bottom: 0;
  text-decoration: none;
}

.mejs-horizontal-volume-slider:hover, .mejs-horizontal-volume-slider:focus,
.widget_meta a:hover,
.widget_meta a:focus,
.widget_pages a:hover,
.widget_pages a:focus,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_archive a:hover,
.widget_archive a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus,
.widget_categories a:hover,
.widget_categories a:focus,
.widget_recent_comments a:hover,
.widget_recent_comments a:focus {
  text-decoration: underline;
}

.widget-area-footer .mejs-horizontal-volume-slider,
.widget-area-footer .widget_meta a,
.widget-area-footer .widget_pages a,
.widget-area-footer .widget_tag_cloud a,
.widget-area-footer .widget_recent_entries a,
.widget-area-footer .widget_archive a,
.widget-area-footer .widget_nav_menu a,
.widget-area-footer .widget_categories a,
.widget-area-footer .widget_recent_comments a {
  border-bottom: 0;
  text-decoration: none;
}

.widget-area-footer .mejs-horizontal-volume-slider:hover, .widget-area-footer .mejs-horizontal-volume-slider:focus,
.widget-area-footer .widget_meta a:hover,
.widget-area-footer .widget_meta a:focus,
.widget-area-footer .widget_pages a:hover,
.widget-area-footer .widget_pages a:focus,
.widget-area-footer .widget_tag_cloud a:hover,
.widget-area-footer .widget_tag_cloud a:focus,
.widget-area-footer .widget_recent_entries a:hover,
.widget-area-footer .widget_recent_entries a:focus,
.widget-area-footer .widget_archive a:hover,
.widget-area-footer .widget_archive a:focus,
.widget-area-footer .widget_nav_menu a:hover,
.widget-area-footer .widget_nav_menu a:focus,
.widget-area-footer .widget_categories a:hover,
.widget-area-footer .widget_categories a:focus,
.widget-area-footer .widget_recent_comments a:hover,
.widget-area-footer .widget_recent_comments a:focus {
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

/* stylelint-enable */
.sidebar-layout-default .blog-sidebar .widget {
  padding: 2rem;
  background-color: #f3f5f6;
  border-radius: 5px;
  margin-bottom: 3rem;
}

.sidebar-layout-default .blog-sidebar .widget ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-layout-default .blog-sidebar .widget ul li {
  margin-bottom: 10px;
}

.sidebar-layout-default .blog-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar-layout-default .blog-sidebar .widget ul li a {
  font-size: 14px;
}

.sidebar-layout-default .blog-sidebar .widget ul li a:hover {
  color: #6027ce;
  text-decoration: none;
}

.sidebar-layout-default .blog-sidebar .widget ul li a:focus {
  color: #6027ce;
}

.sidebar-layout-default .blog-sidebar .widget ul li.current-cat a {
  font-weight: bold;
}

.sidebar-layout-default .blog-sidebar .widget-title {
  margin-top: 0;
  font-size: 20px;
}

/* --------------------------------------------------------------
* # Layout
* -------------------------------------------------------------- */
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.cell {
  grid-column: span 12/span 12;
}

.cell--1 {
  grid-column: span 1 / span 1;
}

.cell--2 {
  grid-column: span 2 / span 2;
}

.cell--3 {
  grid-column: span 3 / span 3;
}

.cell--4 {
  grid-column: span 4 / span 4;
}

.cell--5 {
  grid-column: span 5 / span 5;
}

.cell--6 {
  grid-column: span 6 / span 6;
}

.cell--7 {
  grid-column: span 7 / span 7;
}

.cell--8 {
  grid-column: span 8 / span 8;
}

.cell--9 {
  grid-column: span 9 / span 9;
}

.cell--10 {
  grid-column: span 10 / span 10;
}

.cell--11 {
  grid-column: span 11 / span 11;
}

.cell--12 {
  grid-column: span 12 / span 12;
}

@media (min-width: 48em) {
  .cell--1\@medium {
    grid-column: span 1 / span 1;
  }
  .cell--2\@medium {
    grid-column: span 2 / span 2;
  }
  .cell--3\@medium {
    grid-column: span 3 / span 3;
  }
  .cell--4\@medium {
    grid-column: span 4 / span 4;
  }
  .cell--5\@medium {
    grid-column: span 5 / span 5;
  }
  .cell--6\@medium {
    grid-column: span 6 / span 6;
  }
  .cell--7\@medium {
    grid-column: span 7 / span 7;
  }
  .cell--8\@medium {
    grid-column: span 8 / span 8;
  }
  .cell--9\@medium {
    grid-column: span 9 / span 9;
  }
  .cell--10\@medium {
    grid-column: span 10 / span 10;
  }
  .cell--11\@medium {
    grid-column: span 11 / span 11;
  }
  .cell--12\@medium {
    grid-column: span 12 / span 12;
  }
}

@media (min-width: 70em) {
  .cell--1\@large {
    grid-column: span 1 / span 1;
  }
  .cell--2\@large {
    grid-column: span 2 / span 2;
  }
  .cell--3\@large {
    grid-column: span 3 / span 3;
  }
  .cell--4\@large {
    grid-column: span 4 / span 4;
  }
  .cell--5\@large {
    grid-column: span 5 / span 5;
  }
  .cell--6\@large {
    grid-column: span 6 / span 6;
  }
  .cell--7\@large {
    grid-column: span 7 / span 7;
  }
  .cell--8\@large {
    grid-column: span 8 / span 8;
  }
  .cell--9\@large {
    grid-column: span 9 / span 9;
  }
  .cell--10\@large {
    grid-column: span 10 / span 10;
  }
  .cell--11\@large {
    grid-column: span 11 / span 11;
  }
  .cell--12\@large {
    grid-column: span 12 / span 12;
  }
}

.grid--auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.grid--auto-fit-xs {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

.grid--auto-fit-s {
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}

.grid--auto-fit-m {
  grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
}

.grid--auto-fit-l {
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
}

@media (min-width: 48em) {
  .grid--auto-fit-xs\@medium {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .grid--auto-fit-s\@medium {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  .grid--auto-fit-m\@medium {
    grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
  }
  .grid--auto-fit-l\@medium {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}

@media (min-width: 70em) {
  .grid--auto-fit-xs\@large {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .grid--auto-fit-s\@large {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  .grid--auto-fit-m\@large {
    grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
  }
  .grid--auto-fit-l\@large {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}

/* --------------------------------------------------------------
* # Layout
* -------------------------------------------------------------- */
/* --------------------------------------------------------------
* ## Footer
* -------------------------------------------------------------- */
.site-footer {
  color: white;
}

.footer-widgets-0 .site-footer {
  padding: 0;
}

.site-info {
  background-color: #1f1f1f;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

.site-info > * {
  display: block;
}

@media (min-width: 48em) {
  .site-info > * {
    display: inline-block;
  }
}

.site-info .powered-by {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.site-info .sep {
  display: none;
}

@media (min-width: 48em) {
  .site-info .sep {
    display: inline-block;
  }
}

.site-info a {
  border-bottom: 2px solid currentColor;
  color: #fff;
  text-decoration: none;
}

.site-info a:focus,
.site-info a:hover {
  opacity: 0.8;
}

.container-default-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-widgets-1 .footer-widgets .grid-auto,
.footer-widgets-2 .footer-widgets .grid-auto,
.footer-widgets-3 .footer-widgets .grid-auto,
.footer-widgets-4 .footer-widgets .grid-auto,
.grid-auto {
  min-width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 48rem) {
  .footer-widgets-1 .footer-widgets .grid-auto,
.footer-widgets-2 .footer-widgets .grid-auto,
.footer-widgets-3 .footer-widgets .grid-auto,
.footer-widgets-4 .footer-widgets .grid-auto {
    min-width: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 70rem) {
  .footer-widgets-1 .footer-widgets .grid-auto {
    min-width: 100%;
    max-width: 100%;
  }
  .footer-widgets-2 .footer-widgets .grid-auto {
    min-width: 50%;
    max-width: 50%;
  }
  .footer-widgets-3 .footer-widgets .grid-auto {
    min-width: 33.3333%;
    max-width: 33.3333%;
  }
  .footer-widgets-4 .footer-widgets .grid-auto {
    min-width: 25%;
    max-width: 25%;
  }
}

.knowledgebase-layout-1 .learnmore-category {
  padding: 0;
  margin-bottom: 40px;
}

@media (min-width: 48em) {
  .knowledgebase-layout-1 .learnmore-category {
    padding: 0 50px 0 0;
    margin-bottom: 80px;
  }
}

.knowledgebase-layout-1 .learnmore-meta {
  border-bottom: 2px solid #e1e9eb;
  margin-bottom: 20px;
}

.knowledgebase-layout-1 .learnmore-category-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.knowledgebase-layout-1 .learnmore-category p {
  font-size: 14px;
  color: #696969;
  margin-bottom: 10px;
}

.knowledgebase-layout-1 .learnmore-category-count {
  font-size: 16px;
  color: #6b6b6b;
}

.knowledgebase-layout-1 .learnmore-articles-list {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.knowledgebase-layout-1 .learnmore-articles-item {
  margin-bottom: 15px;
}

.knowledgebase-layout-1 .learnmore-articles-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #424851;
}

.knowledgebase-layout-1 .learnmore-articles-link:hover {
  color: #6027ce;
}

.knowledgebase-layout-1 .learnmore-category .icon-news {
  margin-right: 5px;
}

.knowledgebase-layout-1 .learnmore-category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  color: #746b7f;
  text-decoration: none;
}

/* --------------------------------------------------------------
* # Templates
* -------------------------------------------------------------- */
/* --------------------------------------------------------------
* ## Site
* -------------------------------------------------------------- */
.site-title {
  font-size: 2rem;
  font-weight: bold;
}

.site-content {
  width: 100%;
  min-height: 100vh;
}

.site-breadcrumbs {
  padding: 15px 0;
}

.site-breadcrumbs a:hover {
  color: #6027ce;
}

.archive .hentry,
.blog .hentry,
.search-results .hentry {
  margin: 1.5rem 0;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #efefef;
}

.archive .entry-title,
.blog .entry-title,
.search-results .entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.archive .entry-title a,
.blog .entry-title a,
.search-results .entry-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
}

.archive .entry-title .icon-news,
.blog .entry-title .icon-news,
.search-results .entry-title .icon-news {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-right: 15px;
  color: #696969;
}

.archive .entry-meta,
.blog .entry-meta,
.search-results .entry-meta {
  font-size: 13px;
}

@media (min-width: 48em) {
  .archive .entry-meta,
.blog .entry-meta,
.search-results .entry-meta {
    margin-left: 38px;
  }
}

.archive .entry-terms a,
.blog .entry-terms a,
.search-results .entry-terms a {
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #696969;
}

.archive .entry-terms a:hover, .archive .entry-terms a:focus,
.blog .entry-terms a:hover,
.blog .entry-terms a:focus,
.search-results .entry-terms a:hover,
.search-results .entry-terms a:focus {
  background-color: transparent;
  text-decoration: underline;
}

.archive .entry-terms .screen-reader-text,
.blog .entry-terms .screen-reader-text,
.search-results .entry-terms .screen-reader-text {
  position: static !important;
  overflow: auto;
  width: auto;
  height: auto;
  clip: initial;
  -webkit-clip-path: initial;
  clip-path: initial;
  margin: 0 3px 0 2px;
}

.archive .posted-on-outer,
.blog .posted-on-outer,
.search-results .posted-on-outer {
  color: #696969;
}

@media (min-width: 48em) {
  .archive .posted-on-outer,
.blog .posted-on-outer,
.search-results .posted-on-outer {
    margin-left: 15px;
  }
}

.archive .posted-on-outer a,
.blog .posted-on-outer a,
.search-results .posted-on-outer a {
  color: #696969;
  text-decoration: none;
}

.archive .posted-on-outer a:hover, .archive .posted-on-outer a:focus,
.blog .posted-on-outer a:hover,
.blog .posted-on-outer a:focus,
.search-results .posted-on-outer a:hover,
.search-results .posted-on-outer a:focus {
  text-decoration: underline;
}

.archive .entry-meta-outer,
.blog .entry-meta-outer,
.search-results .entry-meta-outer {
  margin-bottom: 15px;
}

.tags-outer {
  display: block;
}

@media (min-width: 48em) {
  .tags-outer {
    display: inline-block;
  }
}

/* --------------------------------------------------------------
* ## Posts and pages
* -------------------------------------------------------------- */
/* stylelint-disable no-descending-specificity */
.page-header {
  margin-bottom: 60px;
}

.sticky {
  position: relative;
  display: block;
}

.sticky .icon-pin {
  position: absolute;
  left: auto;
  right: 0;
  top: -23px;
  width: 22px;
  height: 22px;
}

.post:not(.sticky) .icon-pin {
  display: none;
}

.hentry {
  margin: 2rem 0;
}

.blog .hentry p {
  margin-bottom: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1rem 0;
}

.entry-title {
  font-size: 2rem;
  padding-bottom: 1rem;
  margin: 0;
  line-height: 1.2;
  word-wrap: break-word;
}

.entry-title a {
  border-bottom: 0;
  color: #424851;
}

.entry-title a:hover {
  color: #6027ce;
}

.entry-excerpt {
  font-size: 15px;
}

@media (min-width: 48em) {
  .entry-excerpt {
    margin-left: 40px;
    padding-right: 50px;
  }
}

.entry-excerpt p {
  margin-top: 5px;
  margin-bottom: 0;
}

.entry-terms a {
  display: inline-block;
  padding: 0.15rem 0.35rem;
  border-bottom: 0;
  margin: 0.25rem;
  background-color: #f4f4f4;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.entry-terms a:hover, .entry-terms a:focus {
  background: #6027ce;
}

.entry-content a {
  border-color: #6027ce;
}

.entry-content a:hover, .entry-content a:focus {
  border-color: #fbc967;
}

.page-links {
  margin: 0.5rem 0 1.5rem;
  clear: both;
}

.page-links > * {
  padding: 0.5rem;
}

.entry-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.entry-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 15px;
}

.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 5px;
  margin-bottom: 0;
  list-style-type: none;
}

.post-categories li {
  margin: 0 0.25rem;
}

.post-thumbnail {
  margin: 1.5rem 0;
}

.entry-content .entry-meta {
  margin-bottom: 1rem;
  color: #424851;
  font-size: 13px;
}

.entry-content .entry-meta a {
  border-color: #f4f4f4;
  color: #424851;
}

.entry-content .entry-meta a:hover, .entry-content .entry-meta a:focus {
  border-color: #fbc967;
}

.entry-terms a {
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #696969;
}

.entry-terms a:hover, .entry-terms a:focus {
  background-color: transparent;
  text-decoration: underline;
}

.entry-terms .screen-reader-text {
  position: static !important;
  overflow: auto;
  width: auto;
  height: auto;
  clip: initial;
  -webkit-clip-path: initial;
  clip-path: initial;
  margin: 0 3px 0 2px;
}

.entry-header {
  margin-bottom: 15px;
}

@media (min-width: 48em) {
  .posted-on-outer {
    margin-left: 15px;
  }
}

.posted-on-outer a {
  color: #696969;
  text-decoration: none;
}

.posted-on-outer a:hover, .posted-on-outer a:focus {
  text-decoration: underline;
}

.entry-meta-outer {
  margin-bottom: 15px;
}

.single-post .posted-on {
  display: inline-block;
  margin-top: 10px;
}

/* stylelint-enable */
/* --------------------------------------------------------------
* # Utils
* -------------------------------------------------------------- */
.u-align-vertically {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* --------------------------------------------------------------
* # Print
* -------------------------------------------------------------- */
/* stylelint-disable */
@media print {
  *::before, *::after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  [href]::after {
    content: " (' attr(href) ')";
  }
  [title]::after {
    content: " (' attr(title) ')";
  }
  [href^='#']::after,
[href^='javascript:']::after {
    content: '';
  }
  pre,
blockquote {
    border: 1px solid #535353;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* stylelint-enable */
