/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: BIRT  
Description: Website for BIRT
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
.padding {
  padding: 95px 0px;
}
.marginBottom {
  margin-bottom: 95px;
}
.marginTop {
  margin-top: 95px;
}
.row {
  --bs-gutter-x: 3rem;
}
.fcomplete-results {
  z-index: 99999;
  position: relative;
  background: #fff;
  border: solid 1px;
}
.wp-2fa-user-profile-form .description {
  margin-top: 50px !important;
}
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFFBF3;
}
body a {
  font-weight: 600;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  outline: none!important;
}
*:focus-visible {
  outline: 2px solid #DDBC7E !important;
}
/*==========Fonts & Headings===========*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
body {
  font-family: 'Poppins', sans-serif;
  color: #3F2113;
  font-size: 16px;
}
body a {
  color: #6A3920;
}
body a:active,
body a:focus,
body a:hover {
  color: #6A3920;
}
h1 {
  font-size: 48px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #976335;
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 40px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #976335;
}
@media (max-width: 992px) {
  h2 {
    font-size: 38px;
  }
}
h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #976335;
}
@media (max-width: 992px) {
  h3 {
    font-size: 27px;
  }
}
h4 {
  font-size: 22px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #976335;
}
h5 {
  font-size: 16px;
  font-size: 1.8rem;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #976335;
}
p {
  margin: 0 0 20px 0;
}
ol,
ul {
  margin: 0 0 20px 0;
}
strong {
  font-weight: bold;
}
a {
  color: #976335;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav.menuOpen {
  right: 0;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
footer.menuOpenWrap {
  right: 50%;
  position: relative;
  pointer-events: none;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  footer.menuOpenWrap {
    right: 100%;
  }
}
/* Buttons
==============================*/
.btn {
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .btn {
    padding: 10px 30px;
  }
}
.btn.btn-primary {
  background: #6A3920;
  border-color: #6A3920;
}
.btn.btn-primary:hover {
  background: transparent;
  border-color: #6A3920;
  text-decoration: none;
  color: #6A3920;
}
/* Gravity Forms  
==============================*/
.gform_wrapper {
  background: #F7EFDE;
  padding: 50px;
  border-radius: 12px;
}
.gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
.gform_wrapper .gform_label {
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
}
.gform_wrapper .gfield_required_text {
  font-size: 12px;
}
.gform_wrapper .gform_button {
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  background: #6A3920;
  border-color: #6A3920;
  color: #fff;
  margin-bottom: 0px !important;
}
@media (max-width: 992px) {
  .gform_wrapper .gform_button {
    padding: 10px 30px;
  }
}
.gform_wrapper .gform_button.btn-primary {
  background: #6A3920;
  border-color: #6A3920;
}
.gform_wrapper .gform_button.btn-primary:hover {
  background: transparent;
  border-color: #6A3920;
  text-decoration: none;
  color: #6A3920;
}
.gform_wrapper .gform_button:hover {
  background: transparent;
  border-color: #6A3920;
  text-decoration: none;
  color: #6A3920;
}
.gform_wrapper .gfield {
  min-width: 300px;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}
.gform_wrapper input:placeholder,
.gform_wrapper textarea:placeholder {
  color: #6A3920;
}
/* Facets
==============================*/
.facetwp-facet-pagination,
.navigation.pagination .nav-links {
  text-align: center;
}
.facetwp-facet-pagination .current,
.navigation.pagination .nav-links .current {
  color: #6A3920;
  background: #eedebe;
  padding: 5px 14px;
  border: solid 2px #eedebe;
  border-color: #6A3920;
}
.facetwp-facet-pagination a,
.navigation.pagination .nav-links a {
  color: #6A3920;
  background: #eedebe;
  padding: 5px 14px;
  border: solid 2px #eedebe;
}
.facetwp-facet-pagination a.active,
.navigation.pagination .nav-links a.active {
  border-color: #6A3920;
}
/* Header
==============================*/
.theme-header {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.theme-header .header-logo {
  width: 275px;
  height: 56px;
}
.theme-header .nav-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  min-height: 88px;
}
.theme-header .nav-wrap .navToggle {
  color: #6A3920;
}
.theme-header .nav-wrap nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
.theme-header .nav-wrap nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0px 24px;
}
.theme-header .nav-wrap nav.main-menu ul li.current-menu-item {
  border-bottom: 3px solid #CEA048;
  padding: 20px 24px;
}
.theme-header .nav-wrap nav.main-menu ul li a {
  color: #6A3920;
  text-transform: uppercase;
  font-size: 14px;
}
.theme-header .nav-wrap nav.main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 992px) {
  .theme-header .nav-wrap .ctas {
    display: none;
  }
}
/* Footer
==============================*/
.theme-footer {
  padding: 32px 0px;
  padding-top: 50px;
  background: #fffbf3;
}
.theme-footer .foot-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .theme-footer .foot-head {
    display: block;
    text-align: center;
  }
  .theme-footer .foot-head .ctas {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .theme-footer .foot-head .header-logo {
    max-width: 250px;
  }
}
.theme-footer .links h5 {
  padding-bottom: 8px;
  border-bottom: 2px solid #6A3920;
  color: #6A3920;
}
.theme-footer .links .link-block {
  padding: 0px 30px;
}
.theme-footer .links ul {
  list-style: none;
  padding: 0px;
}
.theme-footer .links ul li {
  padding: 2px 0px;
}
.theme-footer .links ul li a {
  color: #6A3920;
  text-transform: uppercase;
}
.footer-bar {
  background: #fffbf3;
}
.footer-bar .bar-wrap {
  border-top: 2px solid #6A3920;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-cta {
  background: #DDBC7E;
}
.footer-cta .gform_wrapper {
  background: inherit;
  padding: inherit;
  border-radius: inherit;
}
@media (max-width: 1200px) {
  .footer-cta .gform_wrapper .gform_body {
    max-width: 100% !important;
    display: block !important;
  }
}
@media (max-width: 1200px) {
  .footer-cta .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield,
  .footer-cta .gform_wrapper .gform_footer.top_label {
    display: block !important;
    margin-top: 10px !important;
  }
}
.footer-cta .footer-wrap {
  display: flex;
  flex-direction: row;
  padding: 20px 0px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer-cta .footer-wrap {
    display: block;
    text-align: center;
  }
}
.footer-cta .footer-wrap h4 {
  margin-bottom: 0px;
  margin-right: 40px;
  color: #6A3920;
}
.footer-cta .footer-wrap .newsletter-form .gform_wrapper .gfield {
  width: 275px;
}
.footer-cta .footer-wrap .newsletter-form .gform_wrapper .gfield input {
  font-size: 16px;
  padding: 16px 20px;
  border: 2px solid #6A3920;
}
.footer-cta .footer-wrap .newsletter-form .gform_wrapper .gfield input::placeholder {
  color: #6A3920;
}
/* Global Overrides
==============================*/
body .breadcrumbs span {
  text-transform: uppercase;
}
body .breadcrumbs span a {
  color: #3F2113;
  padding: 0px 5px;
}
body .breadcrumbs span .breadcrumb_last {
  color: #6A3920;
  padding: 0px 5px;
}
#four0four {
  padding: 88px 0px;
}
/* Sections
==============================*/
.section.login-form {
  margin-top: 95px;
  margin-bottom: 95px;
  text-align: center;
}
.section.login-form label {
  display: block;
}
.section.login-form input[type=text],
.section.login-form input[type=password] {
  padding: 10px 20px;
  width: 100%;
}
.section.login-form .login-username,
.section.login-form .login-password,
.section.login-form .login-remember {
  text-align: left;
}
.section.login-form .login-submit input {
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  background: #6A3920;
  border-color: #6A3920;
  color: #fff;
  border: none;
}
@media (max-width: 992px) {
  .section.login-form .login-submit input {
    padding: 10px 30px;
  }
}
.section.login-form .login-submit input.btn-primary {
  background: #6A3920;
  border-color: #6A3920;
}
.section.login-form .login-submit input.btn-primary:hover {
  background: transparent;
  border-color: #6A3920;
  text-decoration: none;
  color: #6A3920;
}
.section.login-form .login-submit input:hover {
  background: transparent;
  border-color: #6A3920;
  text-decoration: none;
  color: #6A3920;
}
.section.header-bar {
  background-color: #DDBC7E;
  color: #6A3920;
}
.section.header-bar .bar-wrap {
  display: flex;
  min-height: 62px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1320px) {
  .section.header-bar .bar-wrap {
    justify-content: center;
  }
}
.section.header-bar .bar-wrap .left-btns a {
  padding-right: 20px;
}
@media (max-width: 1320px) {
  .section.header-bar .bar-wrap .left-btns {
    display: none;
  }
}
.section.header-bar .bar-wrap .right-btns a {
  padding-left: 20px;
}
@media (max-width: 1320px) {
  .section.header-bar .bar-wrap .right-btns {
    display: none;
  }
}
.section.header-bar .bar-wrap a {
  color: #6A3920;
}
.section.header-bar .bar-wrap a i {
  padding-right: 10px;
}
.section.header-bar .bar-wrap .search {
  position: relative;
}
.section.header-bar .bar-wrap .search input {
  min-width: 300px;
  padding: 10px 20px;
  border: none;
  border-radius: 100px;
  padding-right: 40px;
}
.section.header-bar .bar-wrap .search input::placeholder {
  color: #6A3920;
}
.section.header-bar .bar-wrap .search button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
  border: none;
}
.section.header-bar .bar-wrap .search button i {
  color: #6A3920;
  font-size: 16px;
}
.section.feature-content,
.section.feature-post {
  margin-bottom: 95px;
}
.section.feature-content .intro-tag,
.section.feature-post .intro-tag {
  font-size: 16px;
  text-transform: uppercase;
  color: #6A3920;
  margin-bottom: 15px;
  font-weight: 700;
}
.section.feature-content .content,
.section.feature-post .content {
  margin-bottom: 20px;
}
.section.feature-content img,
.section.feature-post img {
  width: 90%;
}
@media (max-width: 992px) {
  .section.feature-content img,
  .section.feature-post img {
    width: 100%;
    margin: 20px 0px;
  }
}
.section.feature-content .link,
.section.feature-post .link {
  font-size: 16px;
  text-transform: uppercase;
  color: #6A3920;
  font-weight: 700;
}
.section.feature-content.feature-light-yellow,
.section.feature-post.feature-light-yellow {
  padding: 95px 0px;
  background: #DDBC7E;
}
.section.feature-content.feature-light-yellow h3,
.section.feature-post.feature-light-yellow h3 {
  color: #fff;
}
.section.feature-content.feature-light-yellow .intro-tag,
.section.feature-post.feature-light-yellow .intro-tag {
  color: #fff;
}
.section.feature-content.feature-light-yellow .link,
.section.feature-post.feature-light-yellow .link {
  color: #fff;
}
.section.feature-content.feature-yellow,
.section.feature-post.feature-yellow {
  padding: 95px 0px;
  background: #DDBC7E;
}
.section.feature-content.feature-yellow h3,
.section.feature-post.feature-yellow h3 {
  color: #6A3920;
}
@media (max-width: 992px) {
  .section.feature-content .col-md-*,
  .section.feature-post .col-md-* {
    margin-bottom: 10px;
  }
}
.section.promo-boxes {
  padding: 95px 0px;
  margin-bottom: 95px;
}
.section.promo-boxes .row > .col-md-3 > a {
  display: block;
}
.section.promo-boxes .row > .col-md-3 > a:focus-visible {
  outline: 2px solid #6A3920 !important;
}
.section.promo-boxes .box {
  background: #fff;
}
.section.promo-boxes .box .image {
  height: 300px;
  width: 100%;
}
.section.promo-boxes .box .text {
  padding: 20px;
}
.section.promo-boxes .box .text a {
  font-size: 16px;
  color: #3F2113;
}
.section.banner {
  margin-top: 88px;
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .section.banner {
    margin-top: 30px;
  }
}
.section.banner .image {
  height: 528px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 95px;
  position: relative;
}
@media (max-width: 992px) {
  .section.banner .image {
    padding: 0px 15px;
  }
}
.section.banner .image:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 16.29%, rgba(0, 0, 0, 0) 68.66%);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section.banner .row {
  z-index: 1;
}
.section.banner .intro-text {
  font-size: 22px;
  color: #DDBC7E;
}
.section.banner h1 {
  color: #fff;
}
.section.heading-box {
  margin-bottom: 95px;
}
.section.latest-news-and-events {
  margin-bottom: 95px;
}
.section.latest-news-and-events .container {
  position: relative;
}
.section.latest-news-and-events .slick-nav-btns {
  position: absolute;
  right: 10px;
  top: 0px;
}
@media (max-width: 992px) {
  .section.latest-news-and-events .slick-nav-btns {
    position: inherit;
    text-align: center;
    float: none !important;
    display: flex;
    justify-content: space-between;
  }
  .section.latest-news-and-events .slick-nav-btns a {
    font-size: 15px !important;
  }
}
.section.latest-news-and-events .slick-track {
  display: flex !important;
}
.section.latest-news-and-events .box {
  height: inherit !important;
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  width: 350px;
  margin: 20px;
}
.section.latest-news-and-events .box a {
  text-decoration: none;
  color: inherit;
}
.section.latest-news-and-events .box .image {
  height: 260px;
}
.section.latest-news-and-events .box .text {
  padding: 20px;
}
.section.latest-news-and-events .box .text .headtags {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #6A3920;
  margin-bottom: 5px;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section.latest-news-and-events .box .text .headtags {
    font-size: 12px;
  }
}
.section.latest-news-and-events .box .text .title {
  color: #6A3920;
  padding-top: 8px;
  margin-bottom: 8px;
}
.section.latest-news-and-events .box .text .short-desc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}
.section.latest-news-and-events .box .text .footer {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.section.latest-news-and-events .box .text .footer i {
  color: #6A3920;
}
.section.latest-news-and-events .head .title {
  text-align: center;
}
.section.latest-news-and-events .head .slick-nav-btns {
  float: right;
}
.section.latest-news-and-events .head .slick-nav-btns a {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #6A3920;
  padding: 10px 15px;
  font-size: 25px;
  margin: 0px 10px;
  border-radius: 100px;
}
.section.intro-banner {
  padding: 52px 0px;
  margin-bottom: 95px;
  background: #F7EFDE;
}
.section.intro-banner img {
  width: 100%;
}
.section.intro-banner .intro {
  color: #6A3920;
  font-size: 18px;
  margin-top: 32px;
  max-width: 512px;
  margin-bottom: 20px;
  text-align: left;
}
.section.intro-banner .intro-label {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #6A3920;
}
.section.intro-banner .title {
  margin-bottom: 16px;
}
.section.links-and-content {
  margin-bottom: 95px;
}
.section.links-and-content .links-col {
  padding-right: 50px;
}
.section.links-and-content .links-col .title {
  padding-bottom: 8px;
  border-bottom: 2px solid #6A3920;
  margin-bottom: 5px;
}
.section.links-and-content .links-col ul {
  list-style: none;
}
.section.links-and-content .links-col ul li {
  position: relative;
}
.section.links-and-content .links-col ul li a {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #6A3920;
  text-decoration: none;
  font-weight: 500;
}
.section.links-and-content .links-col ul li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 0px;
  color: #CEA048;
  padding-right: 15px;
  font-size: 16px;
}
.section.post-type-boxes,
.section .info-boxes,
.section.get-posts {
  margin-bottom: 95px;
}
.section.post-type-boxes .box > a,
.section .info-boxes .box > a,
.section.get-posts .box > a {
  display: block;
}
.section.post-type-boxes .box,
.section .info-boxes .box,
.section.get-posts .box {
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
}
.section.post-type-boxes .box .headtags,
.section .info-boxes .box .headtags,
.section.get-posts .box .headtags {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #6A3920;
  margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section.post-type-boxes .box .headtags,
  .section .info-boxes .box .headtags,
  .section.get-posts .box .headtags {
    font-size: 12px;
  }
}
.section.post-type-boxes .box a,
.section .info-boxes .box a,
.section.get-posts .box a {
  color: inherit;
  text-decoration: none;
}
.section.post-type-boxes .box .image,
.section .info-boxes .box .image,
.section.get-posts .box .image {
  height: 260px;
}
.section.post-type-boxes .box .text,
.section .info-boxes .box .text,
.section.get-posts .box .text {
  padding: 20px;
}
.section.post-type-boxes .box .text h5,
.section .info-boxes .box .text h5,
.section.get-posts .box .text h5 {
  color: #6A3920;
  margin-bottom: 8px;
}
.section.post-type-boxes .box .text .short-desc,
.section .info-boxes .box .text .short-desc,
.section.get-posts .box .text .short-desc {
  padding-bottom: 10px;
  margin-top: 5px;
  font-weight: 400;
}
.section.post-type-boxes .box .box-foot,
.section .info-boxes .box .box-foot,
.section.get-posts .box .box-foot {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.section.post-type-boxes .box .box-foot i,
.section .info-boxes .box .box-foot i,
.section.get-posts .box .box-foot i {
  color: #6A3920;
}
.section.get-research-database-items {
  margin-bottom: 95px;
}
.section.get-research-database-items .box {
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 30px;
}
.section.get-research-database-items .box .headtags {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #CEA048;
}
.section.get-research-database-items .box a {
  color: inherit;
  text-decoration: none;
}
.section.get-research-database-items .box .image {
  height: 260px;
}
.section.get-research-database-items .box .text {
  padding: 20px;
}
.section.get-research-database-items .box .text h5 {
  color: #6A3920;
  margin-bottom: 8px;
}
.section.get-research-database-items .box .text .short-desc {
  padding-bottom: 10px;
}
.section.get-research-database-items .box .box-foot {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.section.get-research-database-items .box .box-foot i {
  color: #CEA048;
}
.section.content-columns {
  margin-bottom: 95px;
}
.section.blog-content {
  margin-bottom: 95px;
}
.section.blog-content .event-details .event-item .label {
  font-weight: 600;
}
.section.restricted {
  padding: 50px 0px;
}
.section.sidebar-and-content {
  margin-bottom: 95px;
}
.section.sidebar-and-content .title {
  border-bottom: solid 2px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section.sidebar-and-content ul {
  list-style: none;
}
.section.accordion {
  margin-bottom: 95px;
}
.section.accordion .accordion-button {
  text-decoration: none;
  border-bottom: 2px solid #6A3920;
  border-top: none;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 10px;
  padding: 15px 10px;
}
.section.accordion .accordion-button.collapsed h4 {
  color: #6A3920;
}
.section.accordion .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
}
.section.accordion .accordion-button::after {
  color: #6A3920;
  width: 2.2rem;
  height: 2.2rem;
  background-size: 2.2rem;
}
.section.accordion .accordion-button h4 {
  margin-bottom: 0px;
}
.section.accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom: 2px solid #6A3920;
}
.section.accordion .accordion-body {
  margin: 20px 0px;
}
.section.accordion .accordion-body p {
  margin: 0px;
}
.section.accordion .accordion-collapse {
  border-bottom: none;
}
.section.post-search {
  text-align: center;
}
.section.post-search .facetwp-icon {
  padding-right: 10px;
}
.section.post-search input {
  padding: 10px 20px;
  min-width: 400px !important;
}
@media (max-width: 768px) {
  .section.post-search input {
    min-width: 100% !important;
  }
}
.section.search-results {
  margin-top: 95px;
  margin-bottom: 95px;
}
.section.search-results .search-result {
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
}
.section.search-results .search-result h4 {
  margin-bottom: 10px;
}
.section.search-results .search-result .read-more {
  margin-top: 10px;
}
.section.research-database-search .clear-search-btn {
  padding: 10px 20px;
}
.section.research-database-search .search-wrap .facetwp-facet {
  display: inline-block;
}
.section.research-database-search .search-wrap .facetwp-facet .facetwp-icon {
  padding: 0px 10px;
}
.section.research-database-search .search-wrap .facetwp-facet input[type=text],
.section.research-database-search .search-wrap .facetwp-facet select {
  min-width: 280px;
  width: 100%;
  background: #fff;
  border: solid 1px #ccc;
  padding: 10px 20px;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .section.research-database-search .search-wrap .facetwp-facet input[type=text],
  .section.research-database-search .search-wrap .facetwp-facet select {
    min-width: 100%;
  }
}
.section.research-database-search .search-wrap .facetwp-facet input[type=button] {
  display: none;
}
.section.download {
  margin-top: 95px;
  margin-bottom: 95px;
}
.section.download .download-item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
  align-items: center;
}
.section.download .text {
  padding: 5px 10px;
}
.section.download .text .title {
  font-weight: 600;
}
.section.download .text .description p {
  margin: 0px;
}
/* Menu Menu */
#mega-menu-main-menu,
#mega-menu-wrap-main-menu {
  position: inherit !important;
}
.mega-menu-item-has-children ul.mega-sub-menu {
  margin-top: 20px !important;
}
.mega-menu-column {
  margin-top: -50px !important;
}
.mega-sub-menu {
  box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.1) !important;
  padding: 40px;
}
.mega-sub-menu ul li a:after,
.mega-sub-menu .mega-menu-columns-6-of-12 ul li a:after {
  float: right;
  content: "\f054" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #DDBC7E;
}
.mega-sub-menu .main-list {
  list-style: none;
}
.mega-sub-menu .main-list li {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  border-bottom: 2px solid #DDBC7E;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.mega-sub-menu .main-list li a {
  color: #6A3920;
}
.mega-menu-column {
  padding: 25px !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  font-weight: 700 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:active {
  font-size: 16px;
  font-weight: 700 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #6A3920;
  text-transform: none;
  border-bottom: 2px solid #DDBC7E;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
  border-bottom: 2px solid #DDBC7E;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #6A3920;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:active,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:active {
  color: #6A3920;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 5px 15px 5px 15px;
}
/* Glossary */
.cmtt-backlink:first-of-type {
  display: none !important;
}
#glossaryList-nav {
  display: flex;
  justify-content: center;
}
#glossaryList-nav a {
  padding: 10px 15px;
  font-size: 15px;
  color: #6A3920;
}
#glossaryList-nav a:hover {
  margin-top: 0px !important;
}
.glossaryList {
  max-width: 90%;
  margin: auto !important;
  column-count: 2;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu {
    display: none;
  }
}
#mobileNav {
  background: #f7efde;
}
#mobileNav .navToggle {
  position: absolute;
  top: 10px;
  right: 10px;
}
#mobileNav ul li a {
  text-transform: uppercase !important;
}
#mobileNav .mega-sub-menu {
  margin: 0px !important;
}
#mobileNav .mega-block-title {
  display: none !important;
}
#mobileNav .main-list {
  padding-left: 0px;
}
#mobileNav .main-list li {
  font-weight: inherit;
  font-size: inherit;
  border-bottom: none;
  margin-bottom: 10px;
}
#mobileNav .main-list li i {
  display: none;
}
#mobileNav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  display: block;
  background: none;
  box-shadow: none !important;
  padding: 0px 10px !important;
  margin: 0px !important;
}
#mobileNav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-column {
  margin-top: 0px !important;
}
#mobileNav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li {
  padding: 0px !important;
}
#mobileNav #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
  background: none !important;
}
#mobileNav #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu li a {
  color: #6A3920 !important;
}
#mobileNav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mobileNav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mobileNav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: none !important;
}
#mobileNav #mega-menu-wrap-main-menu {
  display: block !important;
}
#mobileNav #mega-menu-main-menu {
  width: 100%;
  margin-top: 30px;
}
#mobileNav #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
  display: block;
}
.children-buttons {
  margin-bottom: 95px;
}
.children-buttons .single-button {
  border-bottom: 1px #DDBC7E solid;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.children-buttons .single-button a {
  color: #DDBC7E;
}
.children-buttons .single-button:hover a {
  color: #976335;
  text-decoration: none;
}
.children-buttons .single-button:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  right: 0;
  position: absolute;
  font-size: 1.4rem;
  top: 0.4rem;
}
/*# sourceMappingURL=./style.css.map */