html, body {
  height: 100%;
  --bs-body-font-size: 1.4rem;
}

body {
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: inherit;
}
body .max-width {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}
body img {
  max-width: 100%;
  height: auto;
}
body #announcement_banner {
  width: 100%;
  color: white;
  padding: 10px 0px;
  text-align: center;
  font-size: 16px;
}
body #announcement_banner a {
  color: white;
  text-decoration: underline;
}
body.home {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home header .hero-container {
  max-width: 960px;
}
body.home header .desktop-landing-header {
  position: relative;
}
body.home header .desktop-landing-header nav {
  position: absolute;
  right: 0px;
}
body.home header .desktop-landing-header h3 {
  font-weight: 200;
}
body.home section {
  flex-grow: 1;
  align-items: center;
  display: flex;
}
body.home .modal-icon {
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: initial;
}
body:not(.home) .header-desktop {
  position: relative;
}
body:not(.home) .header-desktop .top-nav {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 12px;
}
body:not(.home) .header-desktop #nav2 li a.nav-link {
  font-size: 16px;
}
body:not(.home) .header-desktop #nav2 li:first-child .nav-link {
  padding-left: 10px;
}
body:not(.home) #marquee {
  position: absolute;
  z-index: 10;
}
body:not(.home) #marquee span {
  font-size: 18px;
}
body:not(.home) #marquee .breadcrumb-home {
  background-image: url(../icons/carrot.png);
  background-size: 15px 15px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 28px;
  margin-right: 30px;
  position: absolute;
  top: -34px;
}
body:not(.home) #marquee #review-dates {
  position: relative;
}
body:not(.home) #marquee #review-dates:before {
  font-size: 17px;
  vertical-align: middle;
  position: absolute;
}
body:not(.home) #marquee #review-dates > div {
  position: absolute;
  right: 15px;
  top: 0;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  margin-top: -5px;
  font-size: 13px;
  padding: 5px 0px;
}
body:not(.home) #marquee #review-dates > div:before {
  font-size: 15px;
  line-height: 1.4;
  margin-right: 8px;
  position: absolute;
  left: -23px;
}
body:not(.home) #marquee #review-dates > div.active {
  top: 0px;
  opacity: 1;
}
body:not(.home) #marquee #review-dates > div.exit {
  top: 0;
  opacity: 0;
}
body:not(.home) #marquee #review-dates > div span {
  font-size: 13px;
}
body:not(.home) #review-calendar {
  flex-direction: column;
  text-align: right;
}
body:not(.home) #review-calendar a {
  color: white;
  font-size: 16px;
}
body:not(.home) #review-calendar .breadcrumb-home {
  background-image: url(../icons/carrot.png);
  background-size: 15px 15px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 28px;
  transform: translateY(-15px);
}
body:not(.home) #review-calendar span {
  font-size: 16px;
}
body:not(.home) .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 100vh;
  background-color: #231f20;
  color: #ccc;
  transition: all 0.5s ease-in-out;
  translate: 100% 0px;
  overflow-y: auto;
  padding: 30px;
}
body:not(.home) .mobile-menu.open {
  translate: 0px 0px;
}
body:not(.home) .mobile-menu .close-mobile-menu {
  font-size: 47px;
  cursor: pointer;
  text-align: right;
}
body:not(.home) .mobile-menu div.is-parent {
  margin-top: 20px;
}
body:not(.home) .mobile-menu div.is-parent a {
  font-weight: 900;
  text-transform: uppercase;
}
body:not(.home) .mobile-menu div.is-parent:first-of-type {
  margin-top: 0px;
}
body:not(.home) .mobile-menu div.is-child {
  margin-left: 10px;
}
body:not(.home) .mobile-menu div a {
  display: inline-block;
}
body .dev-hero .hero-container {
  text-align: left;
}
body .dev-hero .hero-container h2 {
  font-weight: 700 !important;
}
body #blog {
  padding: 30px;
}
body #blog .blog-post-thumb-container .blog-post-thumb {
  height: 100%;
  border: solid 1px #ccc;
}
body #blog .blog-post-thumb-container .blog-post-thumb img {
  aspect-ratio: 1/0.67;
  object-fit: cover;
  border-bottom: solid 1px #ccc;
  width: 100%;
}
body #blog .blog-post-thumb-container .blog-post-thumb img.default-post-thumb {
  object-fit: contain;
}
body #single-content #post-sidebar {
  border-left: solid 2px gold;
}
@media screen and (max-width: 768px) {
  body #single-content #post-sidebar {
    padding-left: 20px;
    margin-top: 40px;
  }
}
body #single-content #post-sidebar .post-title {
  font-weight: bold;
}
body #single-content #post-sidebar .post-meta {
  font-size: 18px;
}
body #single-content .post-meta {
  line-height: 1.5;
  font-weight: initial;
}
body #single-content .post-meta i {
  vertical-align: middle;
  color: gray;
}
body #single-content .post-meta .share {
  margin: 15px 0px;
}
body #single-content .post-meta .share input {
  opacity: 0;
  position: absolute;
}
body #single-content .post-meta .share a {
  margin-bottom: 10px;
  position: relative;
}
body #single-content .post-meta .share a.copied:after {
  content: "Link Copied!";
  position: absolute;
  top: -6px;
  left: 130px;
  white-space: nowrap;
  background-color: black;
  color: white;
  padding: 3px 15px;
  border-radius: 3px;
}
body #single-content .post-meta .share i {
  color: gray;
  font-size: 28px;
}
body #principal-title {
  background-color: #af6432;
  display: block;
}
body #principal-title h2 {
  color: white;
  margin: 40px 0px;
  display: inline-block;
}
body #_404 {
  text-align: center;
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #_404 h1 {
  font-size: 10vw;
  font-weight: bold;
}
body #principals .principal-bg {
  color: white;
}
body #principals .principal-bg:nth-child(1n) {
  background-color: #af6432;
}
body #principals .principal-bg:nth-child(2n) {
  background-color: #210902;
}
body #principals .principal-bg:nth-child(3n) {
  background-color: #231f20;
}
body #principals .principal-bg .principal-name {
  text-transform: uppercase;
}
body #panelists {
  background-color: #231f20;
  padding: 40px 0px 0px;
}
body #panelists h3 {
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}
body #panelists #panelists-container .panelist {
  border: solid 1px #2b2526;
  background-color: #231f20;
  color: white;
  text-align: center;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  background-size: 100%;
  background-position: center;
}
body #panelists #panelists-container .panelist img {
  width: 100%;
}
body #panelists #panelists-container .panelist .panelist-name {
  font-weight: bold;
  text-transform: uppercase;
}
body #panelists #panelists-container .panelist .panelist-title {
  color: white;
}
body #panelists #panelists-container .panelist:hover {
  background-color: #362f31;
  background-size: 120%;
}
body #panelists .panelist-modal .modal-content {
  background-color: #231f20;
  color: white;
  padding: 30px;
  border: solid 1px #2b2526;
}
body .tabs-container {
  width: 100%;
}
body .tabs > * {
  transition: all 0.5s ease-out;
  text-align: center;
}
body .tabs-content > * {
  display: none;
  transition: all 0.5s ease-out;
  font-size: 30px;
}
body .active-tab-content {
  display: block;
}
body #leader-boards {
  padding-top: 40px;
}
body #leader-boards .tabs {
  text-align: center;
}
body #leader-boards .tabs .tab {
  display: inline-block;
  padding: 10px 20px;
  border-bottom: solid 1px #ccc;
  margin: 0px 5px;
  cursor: pointer;
}
body #leader-boards .tabs .tab.active-tab,
body #leader-boards .tabs .tab:hover {
  border-bottom: solid 1px #aa985a;
}
body #leader-boards .leaderboards {
  display: flex;
  margin: 50px auto;
}
body #leader-boards .leaderboards .leader-board {
  padding: 0px 40px;
}
body #leader-boards .leaderboards .leader-board:not(:last-child) {
  border-right: solid 1px #af6432;
}
@media (max-width: 768px) {
  body #leader-boards .leaderboards .leader-board {
    border-right: 0px !important;
    padding: 0;
  }
}
body #leader-boards .leaderboards .leader-board:nth-child(2) .header {
  border-bottom-color: #690000;
}
body #leader-boards .leaderboards .leader-board:nth-child(3) .header {
  border-bottom-color: #aa985d;
}
body #leader-boards .leaderboards .leader-board .header {
  border-bottom: solid 20px #af6432;
  margin-bottom: 20px;
}
body #leader-boards .leaderboards .leader-board .header .month-year {
  text-align: center;
}
body #leader-boards .leaderboards .leader-board .header .leading-title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body #leader-boards .leaderboards .leader-board .leaders {
    column-count: 2;
    column-rule: solid 1px #af6432;
    margin-bottom: 40px;
  }
}
body #leader-boards .leaderboards .leader-board .leaders .leader {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
body #leader-boards .leaderboards .leader-board .leaders .leader:not(:last-child) {
  border-bottom: solid 1px #af6432;
}
@media (max-width: 768px) {
  body #leader-boards .leaderboards .leader-board .leaders .leader {
    border-bottom: solid 1px #af6432;
  }
}
body #leader-boards .leaderboards .leader-board .leaders .leader .product-points {
  font-weight: 300;
  color: #af6432;
  text-align: center;
}
body #leader-boards .leaderboards .leader-board .leaders .leader .product-points span {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
body #leader-boards .leaderboards .leader-board .leaders .leader .product-country {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
body.page-template #case-studies {
  background-color: #231f20;
  margin: auto;
  padding: 30px;
}
body.page-template #case-studies .modal-dialog {
  max-width: 960px;
}
body.page-template #case-studies .case-study-type-container {
  margin-bottom: 40px;
}
body.page-template #case-studies .case-study-type-title {
  text-transform: uppercase;
  max-width: 300px;
  margin: auto;
  border-bottom: solid 8px #af6432;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
  padding-bottom: 10px;
  color: white;
}
body.page-template #case-studies .case-study {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
body.page-template #case-studies .case-study:last-child {
  border-bottom: 0px;
}
body.page-template #case-studies .case-study .case-study-title {
  width: 100%;
  opacity: 0;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  transition: opacity 0.5s ease-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  bottom: 0px;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 10px black;
  font-family: brandon-grotesque, sans-serif;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
body.page-template #case-studies .case-study .case-study-content {
  font-size: 14px;
  line-height: 1.5;
}
body.page-template #case-studies .case-study .case-study-thumbnail img {
  object-fit: cover;
  aspect-ratio: 1/0.67;
}
@media (min-width: 768px) {
  body.page-template #case-studies .case-study:hover .case-study-title {
    opacity: 1;
  }
}
body.page-template-default section .col {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
body.page-template-default section:first-child {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  body.page-template-default section .col,
  body.page-template-default section:first-child {
    padding: 20px;
  }
}
body .full-width-section {
  padding: 60px;
}
@media (max-width: 768px) {
  body .full-width-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body #methodology {
  background-color: #af6432;
  padding: 60px;
  color: white;
}
body #methodology .h1 {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 51px;
}
body #the-lab #col-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
body #the-lab .col {
  position: relative;
}
body #the-lab .h1 {
  font-weight: bold;
  font-size: 51px;
  margin-bottom: 30px;
}
body #the-lab img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  body #the-lab img {
    position: relative;
    height: auto;
  }
}
body #client-list {
  columns: 3;
  margin-top: 40px;
}
@media (max-width: 768px) {
  body #client-list {
    columns: 2;
  }
}
@media (max-width: 550px) {
  body #client-list {
    columns: 1;
  }
}
body #client-list li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body #client-list li {
    font-size: 14px;
  }
}
body #form_contact-form2 textarea, body #form_contact-form2 select, body #form_contact-form2 input {
  border: solid 1px white;
  background-color: transparent;
  border-radius: 0px;
  color: white;
}
body #form_contact-form2 label {
  color: white;
}
body #form_contact-form2 button {
  background-color: transparent;
  border: solid 1px white;
  color: white;
  border-radius: 0px;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
}
body #contact-footer {
  background-color: #af6432;
  background-image: url("../../images/contact-footer.jpg");
  background-size: auto 100%;
  background-position: 100%;
  background-repeat: no-repeat;
}
body #contact-footer > div {
  color: white;
}
body #event-manangment #image_caption {
  position: relative;
}
body #event-manangment #image_caption #image_caption {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  color: white;
  font-size: 16px;
  text-shadow: -1px 1px 0px black;
}
body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .alignright {
  display: block;
  margin-left: auto;
}
body .drawer {
  border-top: solid 2px gold;
}
body .drawer .drawer_handle {
  padding: 20px 0px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  font-size: 24px;
}
body .drawer .drawer_handle i.fas {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 0px;
  line-height: 0;
}
body .drawer_content {
  display: none;
  padding-left: 20px;
}
body .resource-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
body #event-management section {
  position: relative;
}
body #event-management section.min-height {
  min-height: 58vh;
}
body #event-management section a .disabled-img {
  position: absolute;
  aspect-ratio: 100%/100%;
  z-index: -1;
  width: 100%;
  height: 100%;
}
body #event-management .dev-footer-img {
  width: 100%;
}
body .darken-before {
  position: relative;
}
body .darken-before:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .darken-before * {
  z-index: 5;
}
body .modal-icon {
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: initial;
}
body .modal-backdrop {
  display: none !important;
}
body .quote-container {
  position: relative;
}
body .quote-container .container {
  z-index: 9;
}
body .quote-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
body .quote-container .quote {
  margin-top: 30px;
}
body .quote-container .quote p {
  line-height: 1.2;
  font-size: 1rem;
  font-style: italic;
}
body .slides {
  position: relative;
}
body .slides.cycle {
  min-height: 210px;
}
body .slides > div {
  position: absolute;
  right: 15px;
  left: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  margin-top: -5px;
  font-size: 18px;
  padding: 5px 0px;
}
body .slides > div:first-child:not(.exit):not(.active) {
  visibility: visible;
  opacity: 1;
}
body .slides > div.active {
  top: 0px;
  visibility: visible;
  position: relative;
}
body .slides > div.exit {
  top: 0;
  opacity: 0;
}/*# sourceMappingURL=style.css.map */