@media (max-width: 1020px) {
  .tradeshow-background {
    padding: 125px 24px 43px;
  }
}

.tradeshow-headline {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
}

.tradeshow-subheadline {
  font-size: 36px;
  color: rgba(255,255,255,0.8);
}

@media (max-width: 1020px) {
  .tradeshow-headline {
    font-size: 36px;
  }

  .tradeshow-subheadline {
    font-size: 20px;
  }
}

.tradeshow-header-buttons a {
  margin: 0.5rem;
}

@media (min-width: 1024px) {
  .stagger {
    position: relative;
  }

  .stagger + .stagger::before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    right: 100%;
    bottom: -15px;
    width: 2.5rem;
    background: #b4012a;
    transform: skew(0, -35deg);
  }

  .stagger:nth-child(2) {
    position: relative;
    top: -30px;
  }

  .stagger:nth-child(3) {
    position: relative;
    top: -60px;
  }
}

.layout-background-container {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.layout-background-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  filter: blur(30px) brightness(35%);
  -webkit-filter: blur(30px) brightness(35%);
  -moz-filter: blur(30px) brightness(35%);
  -ms-filter: blur(30px) brightness(35%);
  width: 100%;
  height: 100%;
}

.cc-group-preview-bg {
  background-image: url(/static/images/vtsb-group-default.png);
}

/*[data-cc-slug="all-partners"] .cc-group-preview-bg {
  background-image: url(/static/images/ccg-all-partners.png);
}*/

[data-cc-slug="ddm-ready"] .cc-group-preview-bg {
  background-image: url(/static/images/ccg-ddm-ready.png);
}

[data-cc-slug="announcements"] .cc-group-preview-bg {
  background-image: url(/static/images/ccg-announcements.png);
}

[data-cc-slug="new-products"] .cc-group-preview-bg {
  background-image: url(/static/images/ccg-new-dep.jpg);
}

.playlist-item-type-image-gallery .image-gallery-reel-item{
  border: 2px solid transparent;
}

.playlist-item-type-image-gallery .image-gallery-reel-item.selected{
  border: 2px solid grey;
}

.playlist-item-type-image-gallery .image-gallery-reel-item .image-gallery-reel-item-thumb{
  height: 160px;
  width: 200px;
}

.playlist-item-type-presentation>iframe{
  max-height: 300px;
}

@media (min-width: 768px) {
  .playlist-item-type-presentation>iframe{
    max-height: 600px;
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  width: 64px;
  height: 45px;
  opacity: 0.25;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #8b929c;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}
.list-card {
  padding: 0.25rem;
  display: flex;
}

.list-card__box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,.08);
  border-style: solid;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .list-card__box {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .list-card__box {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .list-card__box {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.background-image {
  margin-bottom: 1.5rem;
  height: 10rem;
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1024px) {
  .background-image {
    margin-bottom: 2.5rem;
  }
}

.ddm-ready-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.list-card__teaser-title {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.1764705882352942rem;
  color: #D80032;
  text-decoration: none;
  line-height: 1.2;
}

.list-card__teaser-title:hover {
  color: #F0243C;
}

.list-card__teaser-text * {
  font-size: 0.9411764705882353rem;
}

.list-card__teaser-category {
  color: #6b7480;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9411764705882353rem;
}

/* -- Grid of list cards -- */

@media (min-width: 640px) {
  .list-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .list-card {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .list-card {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .list-card {
    width: 33.33333%;
  }
}

/* -------------- 
Icon Glyph Layout  
-------------- */

.list-card-glyph {
  display: flex;
}

.list-card-glyph__box {
  padding: 2rem;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,.08);
  border-style: solid;
  background-color: #fff;
  border-radius: 0.5rem;
}

.list-card-glyph__header {
  font-size: 1.1764705882352942rem;
  line-height: 1.2;
  font-weight: 600;
  color: #231F20;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.icon-glyph {
  color: #D80032;
  width: 33.33333%;
  max-width: 100px;
  max-height: 80px;
}

.project-detail__header {
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
}

@media (min-width: 640px) {
  .project-detail__header {
    margin-bottom: 2.5rem;
  }
}
.input.search-input{
  width: 100%;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
/**
* ----------------------------------------------
* Demo styles
* ----------------------------------------------
**/

.accordion {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.accordion__button {
  background-color: #f4f4f4;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
}

.accordion__button:hover {
  background-color: #ddd;
}

.accordion__button:before {
  display: inline-block;
  content: '';
  height: 10px;
  width: 10px;
  margin-right: 12px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-45deg);
}

.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
  transform: rotate(45deg);
}

.accordion__panel {
  padding: 20px;
  -webkit-animation: fadein 0.35s ease-in;
          animation: fadein 0.35s ease-in;
}

/* -------------------------------------------------- */

/* ---------------- Animation part ------------------ */

/* -------------------------------------------------- */

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.accordion{
  border-top: none;
  border-right: none;
  border-left: none;
}

.accordion .accordion__button{
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.accordion .accordion__button:hover,
.accordion .accordion__button:focus{
  color: #d80032;
  outline: none;
}

.accordion .accordion__button:before,
.accordion .accordion__button:before{
  transition: transform .3s;
}

.accordion:first-child .accordion__button{
  padding-top: 0;
}

.accordion .accordion__panel{
  padding-left: 0;
  padding-right: 0;
}

.large-detail-prev {
  padding-bottom: 2rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
}

.large-detail-prev {
  margin-top: 2.5rem;
}

.large-detail-prev:first-child {
  margin-top: 0;
}

.large-detail-prev:nth-last-child() {
  border-bottom-width: 0;
}

.large-detail-prev__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1764705882352942rem;
  font-weight: 700;
  line-height: 1.2;
}

.large-detail-prev__subtitle {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #231F20;
  font-style: italic;
}

.large-detail-prev__excerpt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .large-detail-prev__text {
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .project-list .large-detail-prev:first-child,
  .project-list .large-detail-prev:nth-of-type(2) {
    margin-top: 0;
  }

  .large-detail-prev__text {
    padding-left: 2rem;
  }
}

/* -- standardCard will get a cropped thumbnail image --*/

.crop-thumb {
  display: block;
  position: relative;
  height: 0;
  padding-top: 55%;
}

.project-list .crop-thumb {
  padding-top: 145%;
}

.thumb-container {
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 640px) {
  .crop-thumb {
    padding-top: 70%;
  }

  .large-detail-prev:last-child {
    border-bottom-width: 0;
  }

  .large-detail-prev__title {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .crop-thumb {
    padding-top: 65%;
  }
}

.mfd-project-list .large-detail-prev__excerpt {
  font-size: 0.9411764705882353rem;
}

.rwt__tablist.secondary-tabs{
  border-bottom: none;
}

.rwt__tablist.secondary-tabs .rwt__tab{
  font-size: .8rem;
  line-height: .8rem;
  padding: .8rem 1.6rem;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  width: 64px;
  height: 45px;
  opacity: 0.25;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2c2f33;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

@media (max-width: 640px) {
  .paginate.justify-around .previous, .paginate.justify-around .next{
    overflow-x: hidden;
    max-width: 15px;
    white-space: nowrap;
  }

  .paginate.justify-around .previous>a, .paginate.justify-around .next>a{
    color: transparent;
  }

  .paginate.justify-around .previous>a:before, .paginate.justify-around .next>a:before{
    color: #d80032;
  }

  .paginate.justify-around .next>a:before{
    right: auto;
    left: -15px;
  }
}

@media (min-width: 768px) {
  .mfd-project-list {
    display: flex;
    flex-wrap: wrap;
  }

  .mfd-project-list > .large-detail-prev {
    margin-bottom: 0;
    width: 50%;
    border: 0;
  }

  .mfd-project-list .large-detail-prev__text {
    padding-right: 2rem;
  }
}

.product-filters {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.input.search-input{
  width: 100%;
  padding: .6rem 1rem;
  border-radius: 4px;
}

/* -- filters -- */

@media (min-width: 768px) {
  .product-filters {
    /* @apply flex; */
  }
}
/* -- Related Products Card -- */

.related-product-card {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
  font-size: 0.9411764705882353rem;
}

.related-product-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.related-product__info {
  display: flex;
  align-items: center;
}

.related-product__manufacture {
  color: #665F61;
  opacity: 0.5;
}

.related-product__title {
  color: #000;
  font-weight: 700;
}

.related-product__link {
  color: #231F20;
}

.related-product__img {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.05);
}

.related-product__img img {
  margin: auto;
  max-height: 150px;
}

/* -- Product Detail Header -- */

.product-detail-header {
  border-bottom-width: 1px;
  border-color: #D80032;
  border-bottom-width: 4px;
  color: #231F20;
}

.product-detail-header__title {
  margin: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-detail-header__image-mobile {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.product-detail-header__image {
  display: none;
}

.product-detail-header__image-mobile img,
.product-detail-header__image img {
  max-height: 300px;
  display: inline;
}

@media (min-width: 768px) {
  .product-detail-header {
    justify-content: space-between;
  }

  .product-detail-header__image-mobile {
    display: none;
  }

  .product-detail-header__image {
    margin: 0;
    display: flex;
  }

  .product-detail-header__image img {
    margin: auto;
  }

  .product-detail-header__intro {
    margin-top: 2rem;
  }
}

/* -- Content -- */

.product-detail-content {
  color: #231F20;
}

.product-detail-content__description {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .product-detail-content {
    justify-content: space-between;
  }
}

/* -- Related Content Section --*/

@media (min-width: 768px) {
  .product-detail-related-content {
    margin-top: 2rem;
    padding-top: 2rem;
    display: flex;
    border-top-width: 1px;
    border-color: rgba(0,0,0,.08);
    border-style: solid;
  }
}

/* -- Materials Section --*/

.product-detail__title-three {
  margin-bottom: 1rem;
}

.buy-links-list,
.requirements-list,
.variations-link-list,
.related-products {
  margin-bottom: 2rem;
  list-style-type: none;
  padding: 0;
}

.requirements-list li:last-child,
.buy-links-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-style: none;
}

@media (min-width: 768px) {
  .variations-link-list {
    margin-bottom: 0;
  }
}

/* -- Related Case Studies Card --*/

.related-case-study-card {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
  font-size: 0.9411764705882353rem;
}

.related-case-study-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.related-case-study__title {
  display: flex;
  align-items: center;
}

.related-case-study__img {
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 7rem;
}

.posts-lists__header {
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
}

@media (min-width: 640px) {
  .posts-lists__header {
    margin-bottom: 2.5rem;
  }
}

.contact-input {
  margin-bottom: 1rem;
  width: 100%;
}

.contact-input .input {
  display: block;
  width: 100%;
}

.contact-textarea {
  min-height: 160px;
}

.contact-send-btn {
  width: 200px;
}

html, body {
  background: transparent !important;
}
.search-results-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
}

.search-results-item:nth-last-child() {
  border-bottom-width: 0;
}

.search-results-item__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1764705882352942rem;
  font-weight: 700;
  line-height: 1.2;
}

.search-results-item__subtitle {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #231F20;
  font-style: italic;
}

.search-results-item__excerpt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .search-results-item__text {
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .search-results-item__text {
    padding-left: 2rem;
  }
}

/* -- standardCard will get a cropped thumbnail image --*/

.crop-thumb {
  display: block;
  position: relative;
  height: 0;
  padding-top: 55%;
}

.thumb-container {
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 640px) {
  .crop-thumb {
    padding-top: 70%;
  }

  .search-results-item:last-child {
    border-bottom-width: 0;
  }

  .search-results-item__title {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .crop-thumb {
    padding-top: 65%;
  }
}

/* -- default button -- */

.btn,
.wp-block-button__link {
  background-color: #D80032;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
  fill: currentColor;
  transition: all 150ms ease-in-out;
}

.btn:hover {
  background-color: #F0243C;
  color: #fff;
}

.btn:active,
.btn.active:active {
  outline: 0;
  box-shadow: 0 0 0 2px #3fb6f2;
  background-color: #F0243C;
  color: #fff;
  border: 0;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #3fb6f2;
  background-color: #F0243C;
  color: #fff;
  border: 0;
}

.ground-dark .btn,
.ground-dark button {
  background-color: rgba(44,47,51,1);
  color: #fff;
}

.ground-dark .btn:hover {
  background-color: rgba(102,95,97,1);
  color: white;
}

/* -- Button Variations -- */

.btn-icon {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem;
  color: #fff;
  border-radius: 9999px;
  text-align: left;
}

.btn-text-icon {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 3.5rem;
  text-align: left;
}

.btn-text-icon svg {
  position: absolute;
  top: 50%;
  right: 1.41rem;
  transform: translateY(-50%);
}

.svg-icon,
.svg-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.btn-social {
  border-style: none;
  color: #231F20;
}

/* -- Red Button --*/

.btn-red,
.has-d-80032-background-color {
  background-color: #D80032;
  transition: all 150ms ease-in-out;
}

.btn-red:hover,
.has-d-80032-background-color:hover,
.wp-block-button__link:hover {
  background-color: #F0243C;
  color: #fff;
}

.btn-red:focus,
.has-d-80032-background-color:focus,
.wp-block-button__link:focus {
  background-color: #F0243C;
  color: #fff;
}

/* -- White Button --*/

.btn-white,
.has-fff-background-color {
  background-color: #fff;
  color: #2C2F33;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

.btn-white:hover,
.has-fff-background-color:hover {
  background-color: #fff;
  color: #D80032;
  border-color: #bdbdbd;
}

/* -- Black Button --*/

.btn-black {
  background-color: #2C2F33;
}

.btn-black:hover {
  color: #fff;
  background-color: #424242;
}

/* -- Link Button with Icon -- */

.btn-icon-link {
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  color: #D80032;
  background-color: #fff;
  border-radius: 0.5rem;
  border-width: 1px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  position: relative;
}

.btn-icon-link-grey {
  background-color: rgba(0,0,0,.08) !important;
  color: #231F20 !important;
  font-weight: 700 !important;
}

.btn-icon-link:hover {
  background-color: #f5f5f5;
  color: #F0243C;
  box-shadow: none;
  border-width: 1px;
}

.btn-icon-link .icon-arrow,
.btn-icon-link .icon-arrow svg {
  width: 17px;
  height: 17px;
}

.btn-icon-link svg {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

/* WP Button Block core - Chevron Option Selected */

.is-style-with_chevron .wp-block-button__link {
  padding-right: 36px;
  background-image: url(/static/images/icons/chevron.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.is-style-with_chevron .wp-block-button__link.has-fff-background-color {
  background-image: url(/static/images/icons/chevron-black.svg);
}

.is-style-with_chevron .wp-block-button__link.has-fff-background-color:hover {
  background-image: url(/static/images/icons/chevron-red.svg);
}

/* Gray Icon Link */

.btn-icon-link.btn-icon-link-gray {
  color: #181A1C;
  background-color: rgba(0,34,64,.06);
}

.btn-icon-link.btn-icon-link-gray:hover {
  color: #D80032;
  background-color: rgba(0,34,64,.025);
}

/* Gray Icon Link */

.btn-icon-link.btn-icon-link-white {
  color: #231F20;
  background-color: #fff;
}

.btn-icon-link.btn-icon-link-white:hover {
  color: #D80032;
  background-color: rgba(0,34,64,.025);
}

/* Button Pill */

.btn-icon-link.btn-pill {
  border-radius: 9999px;
}

/* -- Social Media Buttons -- */

.button-social {
}

/* -- Up Down Button --*/

.up-down-btn {
  background-color: transparent;
  color: #181A1C;
  border-radius: 0;
  padding: 1rem;
  line-height: 1.5;
}

.up-down-btn.menu-closed svg,
.up-down-btn.menu-open svg {
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.up-down-btn.menu-open svg {
  transform: rotate(180deg);
}

.up-down-btn.menu-closed svg {
  transform: rotate(0deg);
}

.up-down-btn:hover,
.up-down-btn:focus {
  background-color: transparent;
  box-shadow: none;
  color: #181A1C;
}

.up-down-btn:active {
  background-color: transparent;
  box-shadow: none;
  color: #665F61;
}

/* -- Link List -- */

.link-list li {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
}

.link-list li:last-child {
  border: 0;
}

.link-list a {
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  display: block;
  color: #181A1C;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,.08);
  text-decoration: none;
  position: relative;
}

.link-list > :last-child,
.link-list > :last-child a {
  border-bottom: none;
}

.link-list a .icon-arrow,
.link-list a .icon-arrow svg {
  width: 14px;
  height: 14px;
}

.link-list a svg {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.link-list a:hover {
  color: #F0243C;
}

@media (min-width: 768px) {
  .link-list a:hover {
    color: #F0243C;
  }
}

/* -- Action Link (link with an arrow at the end) -- */

.action-link {
  padding-right: 1.25rem;
  display: inline-block;
  line-height: 1.2;
  color: #D80032;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.action-link:hover {
  color: #F0243C;
}

.action-link svg {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
}

.block-button,
.block-button:hover {
  display: block;
  color: inherit;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto #007db5;
}

html {
  font-family: Arimo, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #665F61;
  font-size: 17px;
  line-height: 1.4;
}

body {
  background-color: #F9F9FB;
  text-rendering: optimizeLegibility;
}

body,
input,
button {
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.25rem;
  color: #231F20;
}

h2 {
  font-size: 1.5rem;
  color: #231F20;
}

h3 {
  font-size: 1.1764705882352942rem;
  color: #231F20;
}

h4 {
  @apply text-lg;
  font-weight: 700;
  color: #231F20;
}

h5 {
  font-size: 0.9411764705882353rem;
  color: #231F20;
}

h6 {
  font-size: 0.8235294117647058rem;
  color: #231F20;
}

.title-display {
  font-size: 3rem;
  line-height: 1.2;
}

.title {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
}

.title-two {
  font-size: 1.5rem;
  line-height: 1.125;
  font-weight: 700;
}

.title-three {
  color: #D80032;
  font-size: 1.1764705882352942rem;
  font-weight: 700;
}

.caption-title {
  font-size: 1rem;
  font-weight: 700
}

.standard-page-header {
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
}

.center {
  text-align: center !important;
}

p {
  max-width: 720px;
}

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

@media (min-width: 640px) {
  .standard-page-header {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 640px) {
  h1 {
    font-size: 2.75rem;
    color: #231F20;
  }

  h2 {
    font-size: 1.8823529411764706rem;
    color: #231F20;
  }

  .title-display {
    font-size: 3.5rem;
  }

  .title {
    font-size: 2.75rem;
  }

  .title-two {
    font-size: 1.8823529411764706rem;
  }
}

body {
  font-size: 1rem;
  line-height: 1.625;
}

p {
  margin-bottom: 1.5rem;
}

.body-two {
  font-size: 1.1764705882352942rem;
}

code,
pre,
samp,
kbd,
var {
  color: #212121;
  background-color: #e0e0e0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: monospace, serif;
  overflow: scroll;
}

pre {
  font-size: 0.8235294117647058rem;
  background-color: #eeeeee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 1rem;
}

blockquote {
  font-style: italic;
  padding: 1em 1em 1px 1em;
  background-color: rgba(128, 128, 128, 0.14);
  margin: 1em;
  border-left: 4px solid rgba(128, 128, 128, 0.25);
}

blockquote cite {
  font-size: 0.9411764705882353rem;
  display: block;
  margin-top: 1rem;
  text-align: right;
  font-style: normal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.caption,
.caption > p {
  font-size: 0.9411764705882353rem;
  line-height: 1.4;
}

.footnote {
  font-size: 0.9411764705882353rem;
  line-height: 1.2;
}

/* -- Basic inline links -- */

a {
  color: #007db5;
  transition: all 150ms ease-in-out;
}

a:focus {
  color: #D80032;
}

@media (min-width: 768px) {
  a:hover {
    color: #D80032;
  }
}

/* -- Definition List -- */

dl {
  padding: 1em;
}

dt {
  font-weight: bold;
  color: #424242;
  text-decoration: underline;
}

dd {
  margin: 0;
  padding: 0 0 0.5em 0;
}

/* -- Typographic Spacing -- */

.heading-offset {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem
}

/* -- Dark Background Over-rides-- */

.ground-dark {
  background-color: #181A1C;
  color: #fff;
  background: #313338;
  background: linear-gradient(to right, #313338 0%, #181a1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313338', endColorstr='#181a1c',GradientType=1 );
}

.ground-dark h1,
.ground-dark h2,
.ground-dark h3,
.ground-dark h4,
.ground-dark h5 {
  color: #fff;
}

.ground-dark .text-contrast-500 {
  opacity: 1;
  color: white;
}

.ground-dark .text-contrast-400 {
  opacity: 0.75;
}

.ground-dark .text-contrast-300 {
  opacity: 0.2;
}

.ground-dark .text-contrast-200 {
  opacity: 0.1;
}

.ground-dark .text-contrast-100 {
  color: black;
  opacity: 1;
}

.ground-dark .bg-contrast-500 {
  background-color: white;
}

.ground-dark .bg-contrast-400 {
  background-color: #f5f5f5;
}

.ground-dark .bg-contrast-300 {
  background-color: #2c2f33;
}

.ground-dark .bg-contrast-200 {
  background-color: rgba(255, 255, 255, 0.03);
}

.ground-dark .bg-contrast-100 {
  background-color: black;
}

.ground-dark code {
  background-color: rgba(0,0,0,.08);
  color: #fff;
}

/* -- Default Background (only use ground-default if you need to reset) -- */

.ground-default {
  background-color: #F9F9FB;
  color: #665F61;
}

.ground-default h1,
.ground-default h2,
.ground-default h3,
.ground-default h4,
.ground-default h5 {
  color: #231F20;
}

.ground-default .bg-contrast-500 {
  background-color: rgba(44,47,51,1);
}

.ground-default .bg-contrast-400 {
  background-color: rgba(102,95,97,1);
}

.ground-default .bg-contrast-300 {
  background-color: rgba(0,34,64,.06);
}

.ground-default .bg-contrast-200 {
  background-color: rgba(0,0,0,.02);
}

.ground-default .bg-contrast-100 {
  background-color: #ffffff;
}

.ground-default code {
  background-color: #e0e0e0;
  color: #231F20;
}

/* Force typographic conventions for third-party HTML blocks */

.force-typography p,
.force-typography ul,
.force-typography ol {
  font-size: 0.9411764705882353rem !important;
  margin-bottom: 2rem !important;
}

.force-typography h2 {
  font-family: Arimo, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  line-height: 1.125 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  color: #231F20 !important;
}

.force-typography table {
  width: 100% !important;
}

/* WP Theme-related background colors */

.has-white-background-color {
  background-color: #fff;
}

.has-light-gray-background-color {
  background-color: rgba(0,34,64,.06);
}

.has-dark-gray-background-color {
  background-color: #181A1C;
}

.has-primary-background-color {
  background-color: #D80032;
  color: #fff;
}

.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3 {
  color: #fff;
}

.has-secondary-background-color {
  background-color: #F0243C;
  color: #fff;
}

.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3 {
  color: #fff;
}

.wp-block-button__link.has-secondary-background-color:hover,
.wp-block-button__link.has-secondary-background-color:focus{
  background-color: #d80032;
}

/* WP Theme-related text colors */

.has-white-color,
.has-white-text-color {
  color: #fff;
}

.has-light-gray-color,
.has-light-gray-text-color {
  color: rgba(0,34,64,.06);
}

.has-dark-gray-color,
.has-dark-gray-text-color {
  color: #181A1C;
}

.has-primary-color,
.has-primary-text-color {
  color: #D80032;
}

.has-secondary-color,
.has-secondary-text-color {
  color: #F0243C;
}

.has-white-color h1,
.has-white-color h2,
.has-white-color h3,
.has-white-text-color h1,
.has-white-text-color h2,
.has-white-text-color h3 {
  color: #fff;
}

.has-light-gray-color h1,
.has-light-gray-color h2,
.has-light-gray-color h3,
.has-light-gray-text-color h1,
.has-light-gray-text-color h2,
.has-light-gray-text-color h3 {
  color: rgba(0,34,64,.06);
}

.has-dark-gray-color h1,
.has-dark-gray-color h2,
.has-dark-gray-color h3,
.has-dark-gray-text-color h1,
.has-dark-gray-text-color h2,
.has-dark-gray-text-color h3 {
  color: #181A1C;
}

.has-primary-color h1,
.has-primary-color h2,
.has-primary-color h3,
.has-primary-text-color h1,
.has-primary-text-color h2,
.has-primary-text-color h3 {
  color: #D80032;
}

.has-secondary-color h1,
.has-secondary-color h2,
.has-secondary-color h3,
.has-secondary-text-color h1,
.has-secondary-text-color h2,
.has-secondary-text-color h3 {
  color: #F0243C;
}

/* 
Because the ground color of the design is not fully white, images masked against a white background should have a semi-opaque overlay added above the image to maintain the masked effect.
*/

.ground-color-bg-image {
  background-color: white;
  position: relative;
}

.ground-color-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(5, 5, 6, 0.02);
}

figure.wp-block-image img {
  border-radius: 0.5rem;
}
.page-aside {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 17.65rem;
}

.page-no-sidebar-layout {
  justify-content: center;
}

.page-no-sidebar-layout > div {
  justify-content: center;
  display: flex;
}

.page-aside-section {
  margin-bottom: 2rem;
}

.page-aside-section:last-child {
  margin-bottom: 0;
}

.page-aside-section__no-bg-image {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  max-width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
}

.page-aside-section__solid {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
}

.page-aside-section__solid-image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page-aside-section-solid__content {
  padding: 2rem;
}

@media (min-width: 768px) {
  .page-sidebar-layout {
    margin-left: auto;
    margin-right: auto;
    max-width: 1244px;
  }

  .page-aside {
    margin-top: 0;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .row.no-gutters.page-sidebar-layout {
    margin-left: auto;
    margin-right: auto;
  }
}

/* create an optional left border for med and larger screen sizes */

@media (min-width: 768px) {
  .aside-border {
    position: relative;
  }

  .aside-border::before {
    background-color: rgba(0,0,0,.08);
    content: "";
    display: block;
    position: absolute;
    left: -15%;
    top: 0;
    bottom: 0;
    width: 1px;
  }
}

.post-detail__banner {
  background-position: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  height: 40vh;
}

.post-detail__date {
  color: #6b7480;
  font-style: italic;
  font-size: 0.9411764705882353rem;
}

.post-detail__featured-image {
  width: 100%;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}

.post-detail__header {
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .post-detail__header {
    margin-bottom: 2.5rem;
  }
}

.controls-stacked > button {
  margin-top: 1rem;
}

.event-description p {
  max-width: 100%;
}
.logo-card {
  margin-bottom: 1rem;
  display: flex;
  align-items: stretch;
}

.logo-card__link {
  padding: 2rem;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 0.5rem;
}

.logo-card__link:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.logo-card__link:focus {
  box-shadow: 0 0 0 2px #3fb6f2;
  outline: none;
}

.logo-card__image {
  margin: auto;
  display: block;
}

.subnav {
  font-size: 1rem;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: calc(var(--z-index-100) - 3);
  background: rgba(249, 249, 251, 0.7);
  backdrop-filter: blur(40px) saturate(1.4);
  -webkit-backdrop-filter: blur(40px) saturate(1.4);
}

.subnav-title {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #181A1C;
  text-decoration: none;
  font-weight: 700;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}

.subnav-title a {
  color: inherit;
}

.subnav-title a:focus {
  color: #F0243C;
}

.subnav-title a:hover {
  color: #F0243C;
}

.subnav-link {
  display: block;
  font-size: 0.9411764705882353rem;
  text-decoration: none;
  color: #181A1C;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,.08);
  padding: 1rem;
  /* border-bottom: 1px solid rgba(127, 127, 127, 0.25); */
}

.subnav-link:focus {
  color: #F0243C;
}

.subnav-link.active {
  color: #F0243C;
}

.subnav-menu {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition-delay: 0.5s;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (min-width: 768px) {
  .subnav {
    border-bottom-width: 1px;
    border-color: rgba(0,0,0,.08);
  }

  .subnav-inner {
    display: flex;
    max-width: 1244px;
    justify-content: space-between;
    margin: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .subnav-title {
    border-style: none;
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .subnav-menu {
    box-shadow: none;
    /* force medium screens to show the menu */
    display: flex !important;
    opacity: 1 !important;
  }

  .subnav-link {
    border-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .subnav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subnav-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.breadcrumb-position {
  position: relative;
  top: 0.5rem;
  margin-bottom: -9px;
}

@media (min-width: 768px) {
  .breadcrumb-position {
    top: .625rem;
    margin-bottom: -8px;
  }
}

.menu-disclosure-position {
  position: absolute;
  right: 2px;
  top: 0;
}

.header-logo,
.mobile-nav-btn {
  z-index: var(--z-index-100);
}

.header-logo {
  width: 90px;
}

.header-logo img {
  max-width: 149px;
}

.header {
  background-color: #181A1C;
}

.menu-is-active.header-inside {
  position: fixed;
  width: 100%;
  z-index: var(--z-index-100);
}

.header-inside::before {
  /* -- Add a cover to hide the menu on slide up -- */
  background-color: #181A1C;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: calc(var(--z-index-100) - 1);
}

.main-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #181A1C;
  top: 0;
  padding: 3.5rem 1.25rem 1.25rem;
  overflow-y: scroll;
  z-index: calc(var(--z-index-100) - 2);
  transform: translate3d(0, -100%, 0);
}

.main-nav a {
  display: block;
  color: #fff;
  font-size: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  text-decoration: none;
}

.main-nav a:focus {
  color: #D80032;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px dotted white;
}

/*-- hamburger icon toggle --*/

/*-- appropriated from https://github.com/jonsuh/hamburgers --*/

button.hamburger {
  height: 34px;
  padding: 6px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  opacity: 1;
  border-radius: 0;
}

.ground-dark button.hamburger {
  background-color: transparent;
}

button.hamburger:hover {
  background-color: transparent;
}

button.hamburger:focus {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: none;
  outline: none;
  /* outline: 1px solid #ffffff3b; */
}

button.hamburger.is-active .hamburger-inner,
button.hamburger.is-active .hamburger-inner::before,
button.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/* transitions / is-active */

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*-- Secondary Nav --*/

.main-nav .secondary-nav a {
  color: #9e9e9e;
}

.secondary-nav-container .username{
  white-space: nowrap;
}

.megamenu-position {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 10;
}

.rot-90 {
  transform: rotate(90deg)
}

@media (min-width: 768px) {
  .menu-is-active.header-inside {
    /*-- remove fixed position if mobile menu is left open -- */
    position: relative;
  }

  .header-inside::before {
    /*-- remove background that covers menu animation slide -- */
    display: none;
  }

  .main-nav {
    display: flex;
    position: relative;
    top: auto;
    padding: 0;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
    background: transparent;
    overflow: visible;
    flex-wrap: wrap;
    /* -- reset any animation placements from mobile -- */
    transform: translate3d(0, 0, 0);
  }

  .main-nav nav a {
    font-size: 0.9411764705882353rem;
    white-space: nowrap;
    border-bottom: 0;
  }

  .main-nav nav a:focus {
    white-space: nowrap;
    border-bottom: 0;
  }

  /*-- Primary Nav --*/

  .main-nav .primary-nav {
    width: 100%;
    max-width: 490px;
    padding-right: 50px;
  }

  .main-nav .primary-nav a {
    padding: 0;
    position: relative;
  }

  .main-nav .primary-nav a:hover {
    color: white;
  }

  .main-nav .primary-nav a.active {
    font-weight: bold;
  }

  .main-nav .primary-nav a.active:before {
    background: rgba(255, 255, 255, 1);
  }

  .main-nav .primary-nav a.active:after {
    content: "";
    display: block;
    width: 400%;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 0.09) 0%,
      rgba(255, 255, 255, 0) 65%
    );
    pointer-events: none;
    z-index: -1;
  }

  /* underline on hover */

  .main-nav .primary-nav a:before {
    content: "";
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.25s ease-in-out;
  }

  .main-nav .primary-nav a:hover:before,
  .main-nav .primary-nav a:focus:before,
  .main-nav .primary-nav a.active:before {
    background: rgba(255, 255, 255, 0.5);
    width: 1rem;
  }

  .main-nav .primary-nav a.megamenu-active:before {
    background: rgba(255, 255, 255, 1);
    width: 1rem;
  }

  .main-nav .primary-nav a.active:before {
    background: rgba(255, 255, 255, 1);
  }

  /*-- secondary nav --*/

  .main-nav .secondary-nav {
    width: 100%;
    max-width: 300px;
    padding-right: 42px;
  }

  .main-nav .secondary-nav a {
    color: #fff;
    font-size: 0.8235294117647058rem;
    padding: 0;
  }

  /* -- bright/dim for search input during focus/blur -- */

  .bright > nav {
    opacity: 1;
  }

  .dim > nav {
    opacity: 0.25;
    pointer-events: none;
  }
}

/* Small screen fine-tuning */

@media (max-width: 767px) {
  .main-nav-select.user-select {
    padding-bottom: 0.75rem;
    color: rgba(255,255,255,0.5);
  }

  .main-nav-select.user-select svg {
    transform: scale(1.25);
    /*margin-left: 8px;*/
    margin-right: 30px;
    left: -9px;
    position: relative;
  }

  .header a[href*="/cart"] {
    color: rgba(255,255,255,0.5);
  }

  .header a[href*="/cart"] svg {
    margin-left: 5px;
  }
}

/* Medium screen fine-tuning */

@media (min-width: 768px) and (max-width: 1023px) {
  .header.header,
  .header.header .header-inside {
    height: 110px;
  }

  .header.header .header-inside {
    position: relative;
    padding-top: 50px;
  }

  .header .main-nav {
    position: static;
  }

  .header.header .primary-nav {
    max-width: 100%;
    padding-right: 16px;
    padding-top: 12px;
    justify-content: flex-end;
  }

  .header.header .primary-nav a {
    margin-left: 1.5em;
  }

  .header.header .secondary-nav-container {
    position: absolute;
    top: -28px;
    right: 0;
    padding-right: 0;
  }

  .header.header .secondary-nav-container .secondary-nav {
    padding-right: 60px;
  }

  .header .nav-search {
    right: 8px;
    top: -5px;
    transform: none;
  }

  .main-nav .secondary-nav a {
    margin-left: 0.75rem;
  }

  .secondary-nav-container .username {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  /*-- Primary Nav --*/

  .main-nav .primary-nav {
    max-width: 624px;
  }

  .main-nav .primary-nav a:before {
    bottom: -8px;
  }

  /*-- secondary nav --*/

  .main-nav .secondary-nav {
    align-items: center;
    width: auto;
    max-width: 480px;
  }

  .main-nav .secondary-nav a {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .dim > nav.secondary-nav {
    opacity: 0;
  }

  .header .has-username .nav-search {
    top: calc(50% + 12.5px);
  }

  .secondary-nav-container .username{
    font-size: 0.8235294117647058rem;
    position: relative;
    top: -5px;
  }

  .header.has-username,
  .header.has-username .header-inside {
    height: 100px;
  }

  .header.has-username .main-nav {
    align-items: flex-end;
    padding-bottom: 6px;
  }

  .header.has-username + .megamenu-position {
    top: 100px;
  }

  .header.has-username .header-logo {
    position: relative;
    top: 8px;
  }
}

/*
* Language Select Menu
*/

.navigation-select [class*="__option"] {
  padding-left: 8px;
  cursor: pointer;
  border-radius: 3px;
}

.navigation-select [class*="__option"]:hover {
  background-color: rgba(255,255,255,0.08);
}

.main-nav-select .main-nav-select__value-container {
  color: #9e9e9e;
  font-size: 1rem;
  padding: 0.75rem 0 0.75rem 0;
  border: solid rgba(0, 0, 0, 0.08);
  border-width: 0 0 1px;
  height: 30px;
}

.main-nav-select .main-nav-select__menu {
  background-color: #2c2f33;
  border-radius: 5px;
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  padding: 2px;
}

.main-nav-select .main-nav-select__option--is-focused {
  background: #2c2f33;
}

.main-nav-select__menu .main-nav-select__option {
  color: white;
  font-size: 0.8235294117647058rem;
  background: #2c2f33;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 50px 5px 8px;
  /*margin-left: 35px;*/
  position: relative;
}

.main-nav-select__menu .main-nav-select__option:last-child {
  border-bottom: 0;
}

.main-nav-select__menu .main-nav-select__option--is-selected:before {
  content: "";
  display: block;
  height: 5px;
  width: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-80%) rotate(-46deg);
}

@media (min-width: 768px) {
  .main-nav-select .main-nav-select__placeholder {
    color: white;
    font-size: 0.8235294117647058rem;
    position: relative;
    transform: none;
    margin: 0;
    top: auto;
  }

  .main-nav-select .main-nav-select__menu {
    background-color: #2c2f33;
    border-radius: 5px;
    position: absolute;
    top: -14px;
    left: 0;
    min-width: 160px;
    width: auto;
  }

  .main-nav-select .main-nav-select__single-value {
    color: white;
    font-size: 0.8235294117647058rem;
    padding: 0;
  }

  .main-nav-select .main-nav-select__value-container {
    padding: 0;
  }

  .is-embedded .header{
    height: 130px;
    display: flex;
    align-items: flex-end;
  }

  .is-embedded .header .header-inside{
    width: 100%;
  }

  .is-embedded .megamenu-position {
    top: 126px;
  }

  .is-embedded .main-nav-select .main-nav-select__menu {
    top: -40px;
    bottom: auto;
  }
}

@media (min-width: 1024px) {
  .is-embedded .header.has-username + .megamenu-position {
    top: 126px;
  }

  .is-embedded .main-nav-select .main-nav-select__menu {
    top: -50px;
    bottom: auto;
  }
}

.footer-main {
  font-size: 0.9411764705882353rem;
  background-color: rgba(0,34,64,.025);
}

.footer-main-inside {
  max-width: 1244px;
  margin: auto;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.footer-main-left {
  padding-top: 2rem;
}

.footer-category-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  align-content: center;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,.08);
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}

.footer-menu-link {
  display: block;
  padding: 1rem;
  font-weight: 700;
  color: #231F20;
  text-decoration: none;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,.08);
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}

.footer-category-menu-nav {
  background-color: rgba(0,34,64,.025);
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,.08);
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}

.footer-category-menu-header-link {
  display: block;
  color: #231F20;
  text-decoration: none;
  flex-grow: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.footer-category-menu-link {
  display: block;
  color: #2C2F33;
  text-decoration: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.toggle-open {
  display: block;
}

.toggle-closed {
  display: none;
}

@media (min-width: 768px) {
  .toggle-closed {
    display: block;
  }

  .footer-main-inside {
    display: flex;
  }

  .footer-main-left {
    padding-top: 0;
    padding-right: 1rem;
    flex-grow: 1;
    border-bottom-width: 1px;
    border-color: rgba(0,0,0,.08);
    border-style: solid;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
  }

  .footer-main-right {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-newsletter {
    margin-bottom: 2rem;
    display: flex;
  }

  .footer-category-menu-nav {
    background-color: transparent;
    border-width: 0;
  }

  .footer-category-menu-header {
    border-width: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .footer-category-menu-header-link {
    padding: 0;
  }

  .footer-category-menu-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: #665F61;
    line-height: 1.2;
  }

  .footer-menu-link {
    border-width: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .footer-main-left {
    padding-right: 2rem;
  }

  .footer-main-right {
    padding-left: 2rem;
  }
}

.footer_legal {
  font-size: 0.8235294117647058rem;
  background-color: #181A1C;
  color: rgba(255, 255, 255, 0.61);
  text-align: center;
}

.footer_legal a {
  color: rgba(255, 255, 255, 0.61);
  text-decoration: none;
  padding: 0 6px;
}


