article, aside, footer, header, nav, section {
  display: block;
}
figcaption, figure, main { /* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input { /* 1 */
  overflow: visible;
}
button, select { /* 1 */
  text-transform: none;
}
button, html [type="button"], /* 1 */
[type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
  float: none;
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details, /* 1 */
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}


.aside {
  z-index: 3000000000;
  background: #fff;
  position: fixed;
  width: 336px;
  top: 0;
  bottom: 0;
  left: auto;
  padding: 0;
  right: 0;
  overflow: hidden;
  transition: transform 300ms linear;
  margin-right: -336px;
}
.aside_open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media only screen and (min-width: 640px) and (max-width: 900px) and (orientation: landscape) {
  .aside_open {
    overflow: scroll;
  }
}
.preview-list {
  padding: 15px;
  margin: auto;
  line-height: 1.7;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .preview-list {
    padding: 24px;
  }
}
.preview-list__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.preview-list__download-link:link,
.preview-list__download-link:visited {
  font-size: 14px;
  color: #2AD39B;
}
html:not([lang="zh-hans"]) .preview-list__download-link:link,
html:not([lang="zh-hans"]) .preview-list__download-link:visited {
  font-weight: 700;
}
html[lang="zh-hans"] .preview-list__download-link:link,
html[lang="zh-hans"] .preview-list__download-link:visited {
  font-weight: 700;
}
.preview-list__download-link .fa {
  margin-right: 5px;
}
.preview-list__content {
  margin: 10px 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 3px solid #4a4a4a;
  border-bottom: 1px solid #eeeeee;
}
.preview-list__content > div,
.preview-list__content > p {
  margin-bottom: 30px;
}
.button.open-wistia-popup {
  border: 0;
  background-color: transparent;
  color: #727272;
  padding: 0;
  outline: 0;
  line-height: 23px;
}
.button.open-wistia-popup .fa-play {
  background-color: #727272;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  padding: 7px 6px 7px 8px;
  margin-right: 13px;
  position: relative;
  top: 5px;
}
.button.open-wistia-popup:hover,
.button.open-wistia-popup:focus {
  color: #313538;
}
.button.open-wistia-popup:hover .fa-play,
.button.open-wistia-popup:focus .fa-play {
  background-color: #313538;
}
#wistia-ecommerce-page .wistia_click_to_play {
  width: 100% !important;
}
/* popup styles */
.popup,
.content-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999999;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  /* Animations */
}
@media (min-width: 768px) {
  .popup,
  .content-popup {
    z-index: 100000;
  }
}
.popup .thankyou,
.content-popup .thankyou {
  display: none;
}
.popup .popup-overlay,
.content-popup .popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup .popup-content,
.content-popup .popup-content {
  position: absolute;
  background: #fff;
  left: 10%;
  top: 10%;
  z-index: 1001;
  padding: 0;
  border: 0;
  border-radius: 3px;
  width: 80%;
}
@media (min-width: 768px) {
  .popup .popup-content,
  .content-popup .popup-content {
    width: unset;
  }
}
.popup .close-popup,
.content-popup .close-popup {
  display: inline-block;
  position: absolute;
  top: -14px;
  right: 2px;
  color: #8f8f8f;
  text-decoration: none;
  font-size: 40px;
  cursor: pointer;
}
.popup .fadeIn,
.content-popup .fadeIn {
  animation: fadeIn 0.3s ease-in;
  -webkit-animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.popup .fadeOut,
.content-popup .fadeOut {
  animation: fadeOut 0.3s ease-out;
  -webkit-animation: fadeOut 0.3s ease-out;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.popup .scaleIn,
.content-popup .scaleIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
}
@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
}
.popup .scaleOut,
.content-popup .scaleOut {
  animation: scaleOut 0.5s ease-out both;
  -webkit-animation: scaleOut 0.5s ease-out both;
}
@keyframes scaleOut {
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
@-webkit-keyframes scaleOut {
  to {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
}
.popup .scaleUpIn,
.content-popup .scaleUpIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
.popup .scaleUpOut,
.content-popup .scaleUpOut {
  animation: scaleUpOut 0.5s ease-in both;
  -webkit-animation: scaleUpOut 0.5s ease-in both;
}
@keyframes scaleUpOut {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleUpOut {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
.popup .scaleDownIn,
.content-popup .scaleDownIn {
  animation: scaleDownIn 0.5s ease-in both;
  -webkit-animation: scaleDownIn 0.5s ease-in both;
}
.popup .scaleDownOut,
.content-popup .scaleDownOut {
  animation: scaleOut 0.5s ease-in both;
  -webkit-animation: scaleOut 0.5s ease-in both;
}
@keyframes scaleDownIn {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
.popup .slideIn,
.content-popup .slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
}
.popup .slideOut,
.content-popup .slideOut {
  animation: slideOut 0.5s ease-out both;
  -webkit-animation: slideOut 0.5s ease-out both;
}
@keyframes slideOut {
  to {
    opacity: 0;
    transform: translateY(50%);
  }
}
@-webkit-keyframes slideOut {
  to {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
}
.popup .slideLeftIn,
.content-popup .slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes slideLeftIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
  }
}
.popup .slideLeftOut,
.content-popup .slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to {
    opacity: 0;
    transform: translateX(50%);
  }
}
@-webkit-keyframes slideLeftOut {
  to {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }
}
.popup .flipLeftIn,
.content-popup .flipLeftIn {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipLeftIn 0.5s both ease-out;
  -moz-animation: flipLeftIn 0.5s both ease-out;
  animation: flipLeftIn 0.5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipLeftIn {
  from {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
.popup .flipLeftOut,
.content-popup .flipLeftOut {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipLeftOut 0.5s both ease-in;
  -moz-animation: flipLeftOut 0.5s both ease-in;
  animation: flipLeftOut 0.5s both ease-in;
}
@-webkit-keyframes flipLeftOut {
  to {
    -webkit-transform: translateZ(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes flipLeftOut {
  to {
    transform: translateZ(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
.popup .flipRightIn,
.content-popup .flipRightIn {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipRightIn 0.5s both ease-out;
  -moz-animation: flipRightIn 0.5s both ease-out;
  animation: flipRightIn 0.5s both ease-out;
}
@-webkit-keyframes flipRightIn {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipRightIn {
  from {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
.popup .flipRightOut,
.content-popup .flipRightOut {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipRightOut 0.5s both ease-in;
  -moz-animation: flipRightOut 0.5s both ease-in;
  animation: flipRightOut 0.5s both ease-in;
}
@-webkit-keyframes flipRightOut {
  to {
    -webkit-transform: translateZ(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipRightOut {
  to {
    transform: translateZ(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.popup .rotateIn,
.content-popup .rotateIn {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateIn 0.5s both ease-out;
  -moz-animation: rotateIn 0.5s both ease-out;
  animation: rotateIn 0.5s both ease-out;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateIn {
  from {
    -moz-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  from {
    transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
.popup .rotateOut,
.content-popup .rotateOut {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateOut 0.5s both ease-in;
  -moz-animation: rotateOut 0.5s both ease-in;
  animation: rotateOut 0.5s both ease-in;
}
@-webkit-keyframes rotateOut {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  to {
    -moz-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  to {
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
.popup .rotateCubeIn,
.content-popup .rotateCubeIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCubeIn 0.6s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCubeIn 0.6s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateCubeIn 0.6s both ease-in;
}
@-webkit-keyframes rotateCubeIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@-moz-keyframes rotateCubeIn {
  0% {
    opacity: 0.3;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@keyframes rotateCubeIn {
  0% {
    opacity: 0.3;
    transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
.popup .rotateCubeOut,
.content-popup .rotateCubeOut {
  -webkit-transform-origin: 50% 0;
  -webkit-animation: rotateCubeOut 0.6s both ease-in;
  -moz-transform-origin: 50% 0;
  -moz-animation: rotateCubeOut 0.6s both ease-in;
  transform-origin: 50% 0;
  animation: rotateCubeOut 0.6s both ease-in;
}
@-webkit-keyframes rotateCubeOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateCubeOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: 0.3;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateCubeOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: 0.3;
    transform: translateY(100%) rotateX(-90deg);
  }
}
.popup .alert,
.content-popup .alert {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.popup .alert .alert-modal,
.content-popup .alert .alert-modal {
  background: #ffffff;
  border-radius: 3px;
  width: 80%;
  margin: calc(50% - 90px) auto 0 auto;
  padding: 20px;
  color: #313538;
}
.popup .alert .alert-modal .title,
.content-popup .alert .alert-modal .title {
  font-size: 18px;
  margin-bottom: 12px;
  text-align: center;
}
html:not([lang="zh-hans"]) .popup .alert .alert-modal .title,
html:not([lang="zh-hans"]) .content-popup .alert .alert-modal .title {
  font-weight: 800;
}
html[lang="zh-hans"] .popup .alert .alert-modal .title,
html[lang="zh-hans"] .content-popup .alert .alert-modal .title {
  font-weight: 900;
}
.popup .alert .alert-modal .content,
.content-popup .alert .alert-modal .content {
  font-size: 14px;
  margin-bottom: 21px;
  text-align: center;
}
.popup .alert .alert-modal .actions,
.content-popup .alert .alert-modal .actions {
  font-weight: 600;
  font-size: 14px;
}
.popup .alert .alert-modal .actions .cancel,
.content-popup .alert .alert-modal .actions .cancel {
  float: left;
  color: #8f8f8f;
  cursor: pointer;
}
.popup .alert .alert-modal .actions .close,
.content-popup .alert .alert-modal .actions .close {
  float: right;
  color: #2AD39B;
  cursor: pointer;
}
.popup.thankyou-page .nice-form,
.content-popup.thankyou-page .nice-form {
  display: none;
}
.popup.thankyou-page .thankyou,
.content-popup.thankyou-page .thankyou {
  display: block;
  background: url(/themes/custom/twist_barrio/images/popupbgwhite.svg) no-repeat;
  background-size: cover;
  text-align: center;
}
.popup.thankyou-page .thankyou .icon,
.content-popup.thankyou-page .thankyou .icon {
  width: 100px;
  height: 100px;
  background: url(/themes/custom/twist_barrio/images/thankyou.svg) no-repeat;
  background-size: cover;
  margin: 21px auto 20px auto;
}
.popup.thankyou-page .thankyou .greeting,
.content-popup.thankyou-page .thankyou .greeting {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 5px 20px;
  margin: 0 auto 47px auto;
  background: #2AD39B;
  display: inline-block;
  color: #ffffff;
}
.popup.thankyou-page .thankyou .download-text,
.content-popup.thankyou-page .thankyou .download-text {
  font-size: 17px;
  margin: 0 auto 20px auto;
  width: 80%;
}
.popup.thankyou-page .thankyou .still-waiting,
.content-popup.thankyou-page .thankyou .still-waiting {
  font-size: 14px;
  margin: 0 auto 20px auto;
  width: 80%;
}
.popup.thankyou-page .thankyou .still-waiting a,
.content-popup.thankyou-page .thankyou .still-waiting a {
  color: #2AD39B;
  font-weight: 600;
}
@media (min-width: 768px) {
  .popup.thankyou-page .thankyou,
  .content-popup.thankyou-page .thankyou {
    width: 440px;
    padding: 50px 0;
  }
  .popup.thankyou-page .thankyou .icon,
  .content-popup.thankyou-page .thankyou .icon {
    width: 172px;
    height: 172px;
    margin: 21px auto 40px auto;
  }
  .popup.thankyou-page .thankyou .download-text,
  .content-popup.thankyou-page .thankyou .download-text,
  .popup.thankyou-page .thankyou .still-waiting,
  .content-popup.thankyou-page .thankyou .still-waiting {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .popup .close-popup,
  .content-popup .close-popup {
    top: -10px;
    right: 8px;
  }
  .popup .alert .alert-modal,
  .content-popup .alert .alert-modal {
    height: 180px;
    width: 340px;
    padding: 34px 60px;
  }
}
.open-content-popup {
  cursor: pointer;
}
.content-popup .popup-content {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(74, 74, 74, 0.2);
  width: 87%;
  left: 6.5%;
  top: 80px;
  padding: 40px 25px 29px 30px;
  font-size: 14px;
  color: #313538;
}
.content-popup .popup-content .title {
  margin-bottom: 22px;
}
html:not([lang="zh-hans"]) .content-popup .popup-content .title {
  font-weight: 700;
}
html[lang="zh-hans"] .content-popup .popup-content .title {
  font-weight: 700;
}
.content-popup .popup-content .content {
  line-height: 18px;
}
@media (min-width: 768px) {
  .content-popup .popup-content {
    width: 512px;
    left: calc(50% - 256px);
    top: 215px;
  }
}
.close-contact-popup,
.close-contact-popup-ngs {
  font-size: 26px;
  color: #4A4A4A;
  top: 16px;
  right: 16px;
  display: inline-block;
  position: absolute;
  text-decoration: none;
}
.close-contact-popup-ngs {
  position: static;
  z-index: 1000000000000000000000000;
  display: block;
  text-align: right;
  margin-left: 10px;
}
.node--type-resource .resources .resources__body .popup,
.block-ngs-calculator-block .popup {
  overflow-y: auto;
}
.node--type-resource .resources .resources__body .popup .popup-overlay,
.block-ngs-calculator-block .popup .popup-overlay {
  position: sticky;
  height: 100%;
}
.nice-form {
  border-radius: 3px;
  background: url(/themes/custom/twist_barrio/images/popupbggreen.svg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 28px 0 28px 0;
}
.nice-form .mini-wrapper {
  margin: 0 auto;
  width: 85%;
  background: #ffffff;
  text-align: center;
  padding-top: 28px;
}
.nice-form .mini-wrapper .nice-title {
  font-size: 18px;
  text-align: center;
  color: #313538;
  margin-bottom: 20px;
}
html:not([lang="zh-hans"]) .nice-form .mini-wrapper .nice-title {
  font-weight: 800;
}
html[lang="zh-hans"] .nice-form .mini-wrapper .nice-title {
  font-weight: 900;
}
.nice-form .mini-wrapper iframe {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .nice-form {
    width: 440px;
    padding: 41px 0 35px 0;
  }
  .nice-form .mini-wrapper {
    margin: 0 auto;
    width: 340px;
    padding-top: 41px;
  }
  .nice-form .mini-wrapper .nice-title {
    margin-bottom: 30px;
  }
  .nice-form .mini-wrapper iframe {
    width: 260px;
  }
}
.component-paragraph.with-divider {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .component-paragraph.with-divider {
    padding-bottom: 20px;
  }
}
.field--name-field-cp-section-label {
  font-size: 14px;
  color: #727272;
  letter-spacing: 1px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .field--name-field-cp-section-label {
    margin-bottom: 30px;
  }
}
.field--name-field-component-headline {
  color: #313538;
  font-size: 18px;
  line-height: 26px;
}
html:not([lang="zh-hans"]) .field--name-field-component-headline {
  font-weight: 800;
}
html[lang="zh-hans"] .field--name-field-component-headline {
  font-weight: 900;
}
.paragraph--type--component-text .field--name-field-cp-section-label {
  font-size: 14px;
  color: #727272;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#block-breadcrumbs {
  padding: 0 15px;
}
.header-breadcrumb {
  transition: all 0.3s ease;
  height: auto;
}
.dark-header .header-breadcrumb {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header-breadcrumb-wrapper {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .header-breadcrumb-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-breadcrumb-wrapper {
    padding: 0px 40px;
  }
}
.site-nav-breadcrumb {
  font-size: 12px;
  color: #8f8f8f;
  width: auto;
}
html:not([lang="zh-hans"]) .site-nav-breadcrumb {
  font-weight: 400;
}
html[lang="zh-hans"] .site-nav-breadcrumb {
  font-weight: 400;
}
.nav {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 30px;
}
.single-breadcrumb-wrap:before {
  content: '';
  background-image: linear-gradient(-33deg, #ff0d64 0, #9c3483 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: transform ease-in-out 0.5s;
  transform: scalex(0);
  transform-origin: left top;
  display: none;
}
.single-breadcrumb-wrap {
  z-index: 499;
  display: inline-block;
  padding: 10px 5px 15px 0;
  border-bottom: 1px solid transparent;
  color: #8f8f8f;
  position: relative;
}
.single-breadcrumb-wrap a,
.single-breadcrumb-wrap a:link,
.single-breadcrumb-wrap a:visited {
  transition: color ease-in-out 0.3s, background ease-in-out 0.2s;
  color: #8f8f8f;
}
.background--dark .single-breadcrumb-wrap a,
.background--dark .single-breadcrumb-wrap a:link,
.background--dark .single-breadcrumb-wrap a:visited {
  color: #ababab;
}
.single-breadcrumb-wrap a[href='#'] {
  text-decoration: none;
  cursor: auto;
}
.single-breadcrumb-wrap.background--dark a,
.single-breadcrumb-wrap.background--dark a:link,
.single-breadcrumb-wrap.background--dark a:visited {
  color: #ababab;
}
.single-breadcrumb-wrap .sep {
  padding-right: 5px;
}
.single-breadcrumb-wrap .sep.hover {
  text-decoration: none;
}
.single-breadcrumb-wrap:first-child {
  font-weight: 400;
  opacity: 1;
}
.single-breadcrumb-wrap:first-child:after {
  left: 0;
  width: calc(100% - 6px);
}
.single-breadcrumb-wrap:first-child .sep {
  display: none;
}
.single-breadcrumb-wrap:last-child {
  font-weight: 400;
}
.single-breadcrumb-wrap:last-child:hover {
  text-decoration: none;
}
.single-breadcrumb-wrap:last-child a {
  color: #4a4a4a;
  pointer-events: none;
}
.single-breadcrumb-wrap:last-child.background--dark a {
  color: #ffffff;
}
.single-breadcrumb-wrap.breadcrumb-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-breadcrumb-wrap.active .breadcrumb {
  text-decoration: underline;
}
.ui-widget-overlay {
  background: #313538;
  opacity: 0.5;
}
body.no-scroll {
  overflow: hidden;
}
.ui-dialog {
  z-index: 1000;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
}
.ui-dialog .ui-widget-header {
  border: none;
  background: none;
}
.paragraph--type--component-preview {
  letter-spacing: normal;
  word-spacing: normal;
  background: #eeeeee;
}
.paragraph--type--component-preview .pc-title {
  font-size: 30px;
  line-height: 36px;
  color: #313538;
  text-align: center;
  padding-top: 63px;
}
html:not([lang="zh-hans"]) .paragraph--type--component-preview .pc-title {
  font-weight: 800;
}
html[lang="zh-hans"] .paragraph--type--component-preview .pc-title {
  font-weight: 900;
}
.paragraph--type--component-preview .pc-main-img {
  display: block;
  margin: 0 auto;
  width: 90%;
  position: relative;
  top: 0;
  padding-top: 65px;
}
.paragraph--type--component-preview .overlay-button {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  min-height: 246px;
  width: 100%;
}
@media (min-width: 1200px) {
  .paragraph--type--component-preview .overlay-button {
    width: 100vw;
    left: calc((100vw - 1200px) / -2);
  }
}
.paragraph--type--component-preview .overlay-button .pc-description {
  font-size: 24px;
  text-align: center;
  position: relative;
  top: 50px;
}
html:not([lang="zh-hans"]) .paragraph--type--component-preview .overlay-button .pc-description {
  font-weight: 800;
}
html[lang="zh-hans"] .paragraph--type--component-preview .overlay-button .pc-description {
  font-weight: 900;
}
.paragraph--type--component-preview .overlay-button .pc-button {
  position: relative;
  top: 70px;
  padding: 15px;
  width: 240px;
  margin: 0 auto;
  background: #2AD39B;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  border: 0;
}
html:not([lang="zh-hans"]) .paragraph--type--component-preview .overlay-button .pc-button {
  font-weight: 700;
}
html[lang="zh-hans"] .paragraph--type--component-preview .overlay-button .pc-button {
  font-weight: 700;
}
.media--loading::before {
  content: none !important;
}
.mw330px {
  max-width: 330px;
}
.bg-twist-light-green {
  background-color: #2AD39B !important;
}
.mobile-text-align-center {
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-text-align-center {
    text-align: inherit;
  }
}
.fw150 {
  width: 150px !important;
}
.auto-width {
  width: auto !important;
}
@media (min-width: 768px) {
  .push-sm-1 {
    left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .push-sm-1 {
    left: 0;
  }
}
.custom-gray-text {
  color: #888888;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.banner-white-hr .banner .banner__content hr {
  border-top: 4px solid #ffffff !important;
}
.wrapper-img-w104 img {
  width: 104px;
}
.wrapper-img-w160 img {
  width: 160px;
}
.wrapper-ul-no-padding-left ul {
  padding-left: 0;
}
a.button_twist_green {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 18px 72px;
  background: #57C6D0;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: auto;
  margin: 0;
}
html:not([lang="zh-hans"]) a.button_twist_green {
  font-weight: 700;
}
html[lang="zh-hans"] a.button_twist_green {
  font-weight: 700;
}
a.button_twist_green:link {
  color: #fff;
}
a.button_twist_green:visited {
  color: #fff;
}
a.black-text {
  color: #000000 !important;
}
a.black-text:hover,
a.black-text:focus {
  background: #313538;
  color: #ffffff !important;
}
a.white-text {
  color: #ffffff;
}
a.white-text:hover,
a.white-text:focus {
  background: #ffffff;
  color: #313538;
}
a.transparent-bg {
  background: transparent;
}
a.black-border {
  border: 2px solid #000000 !important;
}
a.white-border {
  border: 2px solid #ffffff;
}
.fw240 {
  width: 240px !important;
}
.fixed-container-width {
  max-width: 731px;
  margin: auto;
}
.fixed-container-width-calc-margin {
  max-width: 731px;
  margin: 0;
}
@media (min-width: 768px) {
  .fixed-container-width-calc-margin {
    margin: 0 calc((100% - 731px) / 2);
  }
}
.grid__col-lg-20 {
  width: 20%;
}
.procurement-icon-wrapper .grid {
  justify-content: center;
  align-items: top;
}
.font24-800 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}
.font30-36-800 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .font30-36-800 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
  }
}
.font14-18-n {
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .font14-18-n {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
  }
}
.invert {
  color: #ffffff;
}
.hidden {
  display: none !important;
}
.section-background {
  padding: 30px 0;
}
.section-background.remove-padding {
  padding: 30px 0 0;
}
.section-no-pad {
  padding: 0;
}
.tile {
  -ms-overflow-y: hidden;
}
.section-background,
.column-background {
  background-size: cover;
  background-repeat: no-repeat;
}
a.green-link:link,
a.green-link:visited {
  color: #2AD39B;
  font-weight: 700;
}
.green-text {
  color: #2AD39B;
}
.gray-text {
  color: #888888;
}
.green-button {
  background: #2AD39B;
  font-size: 14px;
  padding: 13px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
}
.green-button.upper {
  text-transform: uppercase;
}
.green-button:disabled {
  mix-blend-mode: normal;
  opacity: 0.5;
}
.green-button:hover,
.green-button:focus {
  background: #04ad75;
}
.block-local-tasks-block {
  max-width: 1170px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 20px auto;
  padding-top: 130px;
}
.contextual-links {
  letter-spacing: normal;
  word-spacing: normal;
}
.tabs-margin {
  padding-top: 7rem;
}
a.button.dark-btn {
  background-color: #313538;
  color: white !important;
}
a.button.dark-btn:hover,
a.button.dark-btn:focus {
  background-color: #000000;
}
body.overflow-hidden {
  overflow: hidden;
}
body.body-scroll-locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.footer {
  background: #313538;
  color: #888888;
  text-align: center;
  line-height: 1.5;
  padding: 50px 0 10px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 70px;
  }
}
.footer .region-footer {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .footer .region-footer {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .footer .region-footer {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .footer .region-footer {
    max-width: 1170px;
  }
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  .footer ul {
    text-align: left;
  }
}
.menu--footer > ul > li {
  display: inline-block;
}
@media (min-width: 768px) {
  .menu--footer > ul > li {
    padding-right: 144px;
  }
}
@media (min-width: 992px) {
  .menu--footer > ul > li {
    padding-right: 176px;
  }
}
.menu--footer > ul > li > ul {
  padding: 0 20px 40px;
}
@media (min-width: 768px) {
  .menu--footer > ul > li > ul {
    padding-right: 0;
    padding-left: 0;
  }
}
.menu--footer > ul > li > ul > li {
  margin-top: 10px;
}
.menu--footer ul.menu[data-region='footer'] {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .menu--footer ul.menu[data-region='footer'] {
    justify-content: initial;
  }
}
@media (min-width: 768px) {
  .menu--footer {
    width: 50%;
    float: right;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .menu--footer {
    width: auto;
  }
}
@media (min-width: 768px) {
  #block-footeraddress {
    width: 50%;
    float: left;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #block-footeraddress {
    width: auto;
  }
}
.footer-title {
  font-size: 18px;
  color: #ffffff;
}
html:not([lang="zh-hans"]) .footer-title {
  font-weight: 400;
}
html[lang="zh-hans"] .footer-title {
  font-weight: 300;
}
.address {
  margin-top: 20px;
  margin-bottom: 110px;
}
.menu--bottom-links {
  margin-top: 30px;
  display: inline-block;
}
.menu--bottom-links .menu a:link,
.menu--bottom-links .menu a:visited,
.menu--bottom-links .menu a.active:link,
.menu--bottom-links .menu a.active:visited {
  color: #888888;
  text-decoration: underline;
}
.menu--bottom-links .menu a:hover,
.menu--bottom-links .menu a:active,
.menu--bottom-links .menu a.active:hover,
.menu--bottom-links .menu a.active:active {
  color: #888888;
  text-decoration: underline;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .menu--bottom-links {
    margin-top: 0;
    display: block;
  }
  .menu--bottom-links ul.menu {
    text-align: left;
    display: inline-block;
  }
  .menu--bottom-links .menu li {
    display: inline-block;
    padding: 0 5px;
  }
  .menu--bottom-links .menu li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .menu--bottom-links {
    padding-left: 20%;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .menu--bottom-links,
  #block-footercopyright {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #block-footercopyright {
    display: inline-block;
  }
}
.social-media-link {
  display: inline-block;
}
.social-media-link a {
  font-size: 0;
}
.social-media-link a .svg-inline--fa {
  font-size: 16px;
}
.social-media-link + .social-media-link {
  margin-left: 10px;
}
#block-footerlogo {
  clear: both;
}
@media (min-width: 768px) {
  #block-footerlogo {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #block-footerlogo {
    margin-bottom: -25px;
  }
}
[class*=grid__col-] {
  padding: 15px 15px;
}
@media (min-width: 768px) {
  [class*=grid__col-] {
    padding: 15px 16px;
  }
}
.unstyled-ul {
  list-style-type: none;
  margin: 0;
}
.unstyled-ul li {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .menuPipe .menu-item a {
    padding: 0 1rem;
  }
  .menuPipe .menu-item:before {
    content: '|';
  }
  .menuPipe .menu-item:first-child a {
    padding-left: 0;
  }
  .menuPipe .menu-item:first-child:before {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .desktop-hide {
    display: none !important;
  }
}
.mobile-hide {
  display: none;
}
@media screen and (min-width: 992px) {
  .mobile-hide {
    display: block;
  }
}
.clear-both::after {
  content: '';
  display: block;
  clear: both;
}
/*******************************************************************************
This file contains all base typography styles
*******************************************************************************/
p,
pre,
table,
blockquote,
address {
  margin-top: 0;
  margin-bottom: 10px;
}
p:first-child,
pre:first-child,
table:first-child,
blockquote:first-child,
address:first-child {
  margin-top: 0;
}
p:last-child,
pre:last-child,
table:last-child,
blockquote:last-child,
address:last-child {
  margin-bottom: 0;
}
sup,
sub {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}
sup {
  top: -0.4em;
}
sub {
  top: 0.4em;
}
small {
  font-size: 80%;
}
html:not([lang="zh-hans"]) b,
html:not([lang="zh-hans"]) strong {
  font-weight: 800;
}
html[lang="zh-hans"] b,
html[lang="zh-hans"] strong {
  font-weight: 900;
}
a {
  transition: all 0.3s ease;
  outline: 0;
  word-break: break-word;
}
.header-top-border {
  border-top: 3px solid #4a4a4a;
  padding-top: 25px;
}
.header-bottom-border {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
}
/* Revised Fontkits in use */
/* English */
/* Chinese */
#block-mainnavigation {
  margin-right: 80px;
}
.region-main-menu {
  position: relative;
}
@media screen and (min-width: 992px) {
  .dialog-off-canvas-main-canvas .header-wrapper .desktop-hide {
    display: block !important;
  }
  .dialog-off-canvas-main-canvas .header-wrapper .mobile-hide {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .dialog-off-canvas-main-canvas .header-wrapper .desktop-hide {
    display: none !important;
  }
  .dialog-off-canvas-main-canvas .header-wrapper .mobile-hide {
    display: block;
  }
}
button.burger {
  margin-left: 90px;
  padding: 0;
}
.menu--main .mobile-navigation {
  display: none;
  height: 100%;
  min-height: 100vh;
}
.menu--main .mobile-navigation button.back-button {
  border: none;
  background: transparent;
  display: inline-block;
  width: 69px;
  height: 79px;
  cursor: pointer;
  padding: 34px 20px;
  position: relative;
  z-index: 50;
}
.menu--main .mobile-navigation .menu_mobile_title {
  display: inline-block;
  width: 178px;
  margin: 32px auto;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
html:not([lang="zh-hans"]) .menu--main .mobile-navigation .menu_mobile_title {
  font-weight: 700;
}
html[lang="zh-hans"] .menu--main .mobile-navigation .menu_mobile_title {
  font-weight: 700;
}
.menu--main .mobile-navigation .menu_mobile_title_first_level {
  display: inline-block;
  width: 100%;
  margin: 32px auto;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu--main .mobile-navigation .menu_mobile_title_first_level a {
  color: #313538;
}
html:not([lang="zh-hans"]) .menu--main .mobile-navigation .menu_mobile_title_first_level {
  font-weight: 700;
}
html[lang="zh-hans"] .menu--main .mobile-navigation .menu_mobile_title_first_level {
  font-weight: 700;
}
.menu--main .mobile-navigation .menu_mobile {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .menu--main .mobile-navigation .menu_mobile {
  font-weight: 700;
}
html[lang="zh-hans"] .menu--main .mobile-navigation .menu_mobile {
  font-weight: 700;
}
.menu--main .mobile-navigation .menu_mobile .menu-item {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  list-style-image: none;
  list-style-type: none;
  position: relative;
}
.menu--main .mobile-navigation .menu_mobile .menu-item a {
  color: #313538;
  display: block;
  line-height: 2.4;
  width: 100%;
}
.menu--main .mobile-navigation .menu_mobile .menu-item a:hover {
  text-decoration: underline;
}
.menu--main .mobile-navigation .menu_mobile .menu-item img.second-level-icon {
  margin-right: 18px;
  height: 24px;
  width: 24px;
}
.menu--main .mobile-navigation .menu_mobile .menu-item--expanded button {
  border: none;
  background: transparent;
  color: #313538;
  line-height: 2.4;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: 1px;
  padding: 0;
}
.menu--main .mobile-navigation.show-menu {
  display: block;
}
.menu--main .mobile-navigation .menu-bottom-fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.menu--main .mobile-navigation .menu-bottom-fixed ul {
  list-style-type: none;
  padding: 0;
}
.menu--main .mobile-navigation .menu-bottom-fixed ul li {
  width: 100%;
}
.menu--main .mobile-navigation .menu-bottom-fixed ul li a {
  letter-spacing: 1px;
}
.menu--main .mobile-navigation .menu-bottom-fixed ul li a#login,
.menu--main .mobile-navigation .menu-bottom-fixed ul li a #signup {
  display: inline-block;
}
@media only screen and (min-width: 640px) and (max-width: 900px) and (orientation: landscape) {
  .menu--main .mobile-navigation .menu-bottom-fixed {
    position: relative;
  }
}
.field--name-field-menu-icon {
  display: inline;
}
.field--name-field-menu-icon img {
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.header button {
  background-color: transparent;
  border: none;
  margin-bottom: 4px;
}
.icon-bar {
  background-color: #313538;
  display: block;
  margin-top: 4px;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: background-color 0.3s ease;
}
.dark-header .icon-bar,
.reverse .icon-bar {
  background-color: white;
}
.aside .menu--main .menu {
  list-style-type: none;
}
.aside .menu--main .menu .menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.aside .menu--main .menu .active .menu {
  max-height: 500px;
}
.aside .menu--main .menu .menu .menu-item {
  border-left: 1px solid #eee;
  padding: 0 12px;
}
.aside .field--name-field-menu-icon img {
  height: auto;
  width: 35px;
}
@media (min-width: 1200px) {
  .menu--main .menu {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style-type: none;
    margin: 0;
  }
  html:not([lang="zh-hans"]) .menu--main .menu {
    font-weight: 700;
  }
  html[lang="zh-hans"] .menu--main .menu {
    font-weight: 700;
  }
  .menu--main .menu li {
    display: inline-block;
  }
  .menu--main .green-background {
    background: #F2FDFA;
  }
  .menu--main .menu-level-0 {
    text-align: right;
  }
  .menu--main .menu-level-0 .menu-item {
    position: relative;
    padding: 10px 7px;
  }
  .menu--main .menu-level-0 > .menu-item > span,
  .menu--main .menu-level-0 > .menu-item > a {
    padding: 0 9px;
  }
  .menu--main .menu-level-1 .menu-item {
    position: static;
    padding: 13px 32px;
  }
  .menu--main .menu-level-1 > .menu-item > a:hover,
  .menu--main .menu-level-1 > .menu-item > a:active {
    text-decoration: none;
  }
  .menu--main .menu-level-1 > .menu-item > a:hover span,
  .menu--main .menu-level-1 > .menu-item > a:active span {
    text-decoration: underline;
  }
  .menu--main .menu-item {
    text-align: center;
    list-style-image: none;
    list-style-type: none;
    display: block;
  }
  .menu--main .menu-item a {
    padding: 0 5px 0 0;
    cursor: pointer;
  }
  .menu--main .menu-item a:hover {
    text-decoration: underline;
  }
  .menu--main .menu-item a:link,
  .menu--main .menu-item a:visited {
    color: #4a4a4a;
  }
  .menu--main .menu-item a .svg-inline--fa {
    float: none;
    transform: none;
    width: 0.875em;
    height: 1em;
    margin-left: 4px;
  }
  .menu--main .menu-item span {
    cursor: pointer;
  }
  .menu--main .menu-item span .svg-inline--fa {
    float: none;
    transform: none;
    width: 0.875em;
    height: 1em;
    margin-left: 4px;
  }
  .menu--main .menu-item span:hover {
    text-decoration: underline;
  }
  .dark-header .menu--main > .menu > .menu-item > span,
  .pr-header .menu--main > .menu > .menu-item > span,
  .dark-header .menu--main > .menu > .menu-item > a,
  .pr-header .menu--main > .menu > .menu-item > a {
    color: white;
  }
  .menu--main .menu ul.menu:after {
    content: '\A0';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: 13px;
    top: 2px;
    z-index: 10;
    box-sizing: border-box;
    border: 1em solid #000;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-225deg);
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, 0.02);
  }
  .menu--main .menu .menu-level-1 {
    box-shadow: 0px 5px 15px rgba(74, 74, 74, 0.2);
  }
  .menu--main .menu .menu-level-1 .menu-item {
    display: block;
  }
  .menu--main .menu .menu {
    background-color: white;
    display: none;
    left: 50%;
    margin-top: 18px;
    position: absolute;
    transform: translate(-50%);
    width: 275px;
    height: auto;
    z-index: 500;
  }
  .menu--main .menu .menu .menu-level-2 {
    display: none;
    left: 382px;
    top: -18px;
    border-left: 1px solid #EEEEEE;
    box-shadow: rgba(74, 74, 74, 0.2) 3px 2px 6px;
  }
  .menu--main .menu .menu .menu-level-2 .menu-item {
    padding: 18px 32px;
  }
  .menu--main .menu .menu .menu-level-2 .menu-item:nth-child(2) {
    padding-top: 26px;
  }
  .menu--main .menu .menu .menu-level-2 .menu-item:last-child {
    padding-bottom: 26px;
  }
  .menu--main .menu .menu .menu-level-2 .menu-item .field--name-field-menu-icon img {
    display: none;
  }
  .menu--main .menu .menu .menu-level-2:after {
    display: none;
  }
  .menu--main .menu .menu .menu-item {
    text-align: left;
  }
  .menu--main .menu .menu .menu-item:first-child {
    padding-top: 26px;
  }
  .menu--main .menu .menu .menu-item:last-child {
    padding-bottom: 26px;
  }
  .menu--main .menu .menu .menu-item.menu-item--highlighted {
    background-color: #f7f7f7;
    margin-top: 12px;
    padding: 13px 32px;
  }
  .reverse .menu--main > .menu > .menu-item > span,
  .reverse .menu--main > .menu > .menu-item > a {
    color: white;
  }
  .menu--main .active .menu-level-1 {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .menu--main .menu-level-0 .menu-item {
    padding: 10px 15px;
  }
}
.menu_mobile {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.menu_mobile__content {
  display: flex;
  flex-direction: column;
}
.menu_mobile__main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto;
}
.menu_mobile__fixed {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  overflow: auto;
}
.menu_mobile__fixed .menu-item {
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .aside.desktop-hide {
    display: block !important;
  }
}
.header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 500;
}
.header-wrapper {
  transition: all 0.3s ease;
}
.header-wrapper {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .header-wrapper {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-wrapper {
    padding: 10px 40px;
  }
}
.region-vector-menu {
  padding: 0 55px;
}
.pr-header {
  background-color: #313538;
  padding-bottom: 0;
  padding-top: 0;
}
.dark-header .header-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

.twist-logo_mobile {
  height: 41px;
  width: 34px;
  @simple-transition (fill);
}
@media screen and (min-width: 768px) {
  .twist-logo_mobile {
    display: none;
  }
}
.dark-header .twist-logo__shapes,
.reverse .twist-logo__shapes,
.pr-header .twist-logo__shapes {
  fill: white;
}
.twist-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .twist-logo {
    display: block;
  }
}
.twist-logo * {
  @simple-transition (fill);
}
.dark-header .twist-logo__twist,
.pr-header .twist-logo__twist {
  fill: white;
}
.dark-header .twist-logo__dots,
.pr-header .twist-logo__dots,
.dark-header .twist-logo__bioscience,
.pr-header .twist-logo__bioscience {
  fill: #2AD39B;
}
.block-system-branding-block {
  line-height: 0;
}
.reverse .twist-logo__dots,
.reverse .twist-logo__bioscience,
.reverse .twist-logo__twist {
  fill: white;
}
.reverse .dark-header .twist-logo__twist {
  fill: white;
}
.reverse .dark-header .twist-logo__dots,
.reverse .dark-header .twist-logo__bioscience {
  fill: #2AD39B;
}
#quote,
#quote-menu {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px;
  background: #2AD39B;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0;
  background-color: #313538;
  display: block;
  border-radius: 0;
  text-align: left;
  padding: 25px;
}
html:not([lang="zh-hans"]) #quote,
html:not([lang="zh-hans"]) #quote-menu {
  font-weight: 700;
}
html[lang="zh-hans"] #quote,
html[lang="zh-hans"] #quote-menu {
  font-weight: 700;
}
@media (min-width: 768px) {
  #quote,
  #quote-menu {
    padding: 18px 32px;
  }
}
#quote.center,
#quote-menu.center {
  margin: 0 auto;
}
#quote:link,
#quote-menu:link,
#quote:visited,
#quote-menu:visited {
  text-decoration: none;
  color: #ffffff;
}
#quote:hover,
#quote-menu:hover,
#quote:active,
#quote-menu:active {
  text-decoration: none;
  color: #ffffff;
}
#quote:hover,
#quote-menu:hover,
#quote:active,
#quote-menu:active {
  background-color: black;
}
@media screen and (min-width: 1200px) {
  #quote,
  #quote-menu {
    display: inline;
    border: 2px solid #313538;
    border-radius: 3px;
    padding: 8px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #quote,
  #quote-menu {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 1200px) {
  #quote-menu {
    font-size: 13px;
  }
}
.dark-header #quote,
.reverse header #quote,
.pr-header #quote,
.dark-header #quote-menu,
.reverse header #quote-menu,
.pr-header #quote-menu {
  background-color: #2AD39B;
}
.dark-header #quote:hover,
.reverse header #quote:hover,
.pr-header #quote:hover,
.dark-header #quote-menu:hover,
.reverse header #quote-menu:hover,
.pr-header #quote-menu:hover,
.dark-header #quote:active,
.reverse header #quote:active,
.pr-header #quote:active,
.dark-header #quote-menu:active,
.reverse header #quote-menu:active,
.pr-header #quote-menu:active {
  background-color: #04ad75;
}
@media screen and (min-width: 1200px) {
  .dark-header #quote,
  .reverse header #quote,
  .pr-header #quote,
  .dark-header #quote-menu,
  .reverse header #quote-menu,
  .pr-header #quote-menu {
    border: 2px solid #2AD39B;
  }
  .dark-header #quote:hover,
  .reverse header #quote:hover,
  .pr-header #quote:hover,
  .dark-header #quote-menu:hover,
  .reverse header #quote-menu:hover,
  .pr-header #quote-menu:hover,
  .dark-header #quote:active,
  .reverse header #quote:active,
  .pr-header #quote:active,
  .dark-header #quote-menu:active,
  .reverse header #quote-menu:active,
  .pr-header #quote-menu:active {
    border: 2px solid #04ad75;
  }
}
@media screen and (min-width: 1200px) {
  #quote-li {
    padding: 0;
    position: relative;
  }
}
#login,
#signup {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px;
  background: #2AD39B;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0;
  background: transparent;
  border: 2px solid #313538;
  color: #313538;
  background-color: #2AD39B;
  border: none;
  border-radius: 0;
  color: white;
  display: block;
  padding: 25px;
  text-align: left;
}
html:not([lang="zh-hans"]) #login,
html:not([lang="zh-hans"]) #signup {
  font-weight: 700;
}
html[lang="zh-hans"] #login,
html[lang="zh-hans"] #signup {
  font-weight: 700;
}
@media (min-width: 768px) {
  #login,
  #signup {
    padding: 18px 32px;
  }
}
#login.center,
#signup.center {
  margin: 0 auto;
}
#login:link,
#signup:link,
#login:visited,
#signup:visited {
  text-decoration: none;
  color: #ffffff;
}
#login:hover,
#signup:hover,
#login:active,
#signup:active {
  text-decoration: none;
  color: #ffffff;
}
#login:hover,
#signup:hover,
#login:active,
#signup:active {
  background-color: #313538;
  color: white;
}
#login:hover,
#signup:hover,
#login:active,
#signup:active {
  background-color: #04ad75;
  color: white;
}
@media screen and (min-width: 1200px) {
  #login,
  #signup {
    background-color: transparent;
    display: inline;
    border: 2px solid #313538;
    color: #313538;
    border-radius: 2px;
    padding: 8px;
    text-align: center;
  }
  #login:after,
  #signup:after {
    content: ' ';
    display: inline-block;
    background-color: #313538;
    width: 0;
    height: 1px;
    position: absolute;
    right: 5px;
    bottom: 1px;
    border-radius: 100px;
  }
  #login:link,
  #signup:link,
  #login:visited,
  #signup:visited {
    color: #313538;
  }
  #login:hover,
  #signup:hover,
  #login:active,
  #signup:active,
  #login:focus,
  #signup:focus {
    background-color: transparent;
    color: #313538;
  }
  #login:hover:after,
  #signup:hover:after,
  #login:active:after,
  #signup:active:after,
  #login:focus:after,
  #signup:focus:after {
    width: 43px;
  }
}
@media screen and (min-width: 1200px) {
  #login,
  #signup {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 1200px) {
  #login-li,
  #signup-li {
    bottom: auto;
    position: relative;
    top: 0;
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  #login-li {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  #login {
    padding-right: 1px;
    border-right: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  #signup-li {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  #signup {
    padding-left: 1px;
    border-left: 0;
    left: -2px;
    position: relative;
    font-size: 13px;
  }
  #signup:before {
    content: '|';
  }
  #signup:after {
    bottom: 9px;
    left: 8px;
  }
  #signup:hover:after,
  #signup:active:after,
  #signup:focus:after {
    width: 57px;
  }
}
@media screen and (min-width: 1200px) {
  #login:after {
    bottom: 10px;
  }
}
.dark-header #login,
.reverse header #login,
.pr-header #login,
.dark-header #signup,
.reverse header #signup,
.pr-header #signup {
  background-color: transparent;
  color: white;
}
@media screen and (min-width: 1200px) {
  .dark-header #login,
  .reverse header #login,
  .pr-header #login,
  .dark-header #signup,
  .reverse header #signup,
  .pr-header #signup {
    border: 2px solid white;
  }
}
.dark-header #login:hover:after,
.reverse header #login:hover:after,
.pr-header #login:hover:after,
.dark-header #signup:hover:after,
.reverse header #signup:hover:after,
.pr-header #signup:hover:after,
.dark-header #login:active:after,
.reverse header #login:active:after,
.pr-header #login:active:after,
.dark-header #signup:active:after,
.reverse header #signup:active:after,
.pr-header #signup:active:after,
.dark-header #login:focus:after,
.reverse header #login:focus:after,
.pr-header #login:focus:after,
.dark-header #signup:focus:after,
.reverse header #signup:focus:after,
.pr-header #signup:focus:after {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .dark-header #login,
  .reverse header #login,
  .pr-header #login {
    border-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .dark-header #signup,
  .reverse header #signup,
  .pr-header #signup {
    border-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  html[lang="zh-hans"] #login:after,
  html[lang="zh-hans"] #signup:after {
    bottom: 9px;
  }
  html[lang="zh-hans"] #login:hover:after,
  html[lang="zh-hans"] #signup:hover:after,
  html[lang="zh-hans"] #login:active:after,
  html[lang="zh-hans"] #signup:active:after,
  html[lang="zh-hans"] #login:focus:after,
  html[lang="zh-hans"] #signup:focus:after {
    width: 30px;
  }
}
@media screen and (min-width: 1200px) {
  html[lang="zh-hans"] #signup:after {
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .parallax-scrolling ~ .field--name-field-page-banner,
  .parallax-scrolling ~ .banner-600 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .parallax-scrolling ~ article.node {
    z-index: 1;
  }
  .fixed-desktop-scroll.fixed-l {
    top: 92px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}
.custom-show-more {
  opacity: 0.15;
  transition: all 0.3s ease;
}
.custom-show-more + .custom-show-more-btn,
.custom-show-more + .custom-show-less-btn {
  font-Size: 14px;
  color: #8f8f8f;
  background-color: transparent;
  border: none;
  padding-top: 10px;
  text-decoration: underline;
  outline: 0;
  padding-left: 0;
}
.custom-show-more + .custom-show-more-btn:hover,
.custom-show-more + .custom-show-less-btn:hover,
.custom-show-more + .custom-show-more-btn:focus,
.custom-show-more + .custom-show-less-btn:focus {
  text-decoration: none;
}
.no-custom-show-more .custom-show-more {
  opacity: 1;
}
#block-language-switcher-footer,
#block-language-switcher {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}
#block-language-switcher-footer .toggler,
#block-language-switcher .toggler {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 20px;
}
#block-language-switcher-footer .toggler:hover,
#block-language-switcher .toggler:hover {
  text-decoration: underline;
}
#block-language-switcher-footer .toggler.active .links,
#block-language-switcher .toggler.active .links {
  display: block;
}
#block-language-switcher-footer .toggler::before,
#block-language-switcher .toggler::before {
  content: '';
  display: inline-block;
  background-image: url(/themes/custom/twist_barrio/images/language-toggler.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}
.dark-header #block-language-switcher-footer .toggler::before,
.dark-header #block-language-switcher .toggler::before,
.reverse #block-language-switcher-footer .toggler::before,
.reverse #block-language-switcher .toggler::before {
  background-image: url(/themes/custom/twist_barrio/images/language-toggler-white.svg);
}
#block-language-switcher-footer .toggler::after,
#block-language-switcher .toggler::after {
  content: '';
  display: inline-block;
  background-image: url(/themes/custom/twist_barrio/images/language-toggler-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 7px;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  margin-left: 4px;
}
#block-language-switcher-footer .links,
#block-language-switcher .links {
  position: absolute;
  left: -50px;
  top: 35px;
  width: 150px;
  box-shadow: 0 5px 15px rgba(74, 74, 74, 0.2);
  padding: 19px;
  list-style: none;
  line-height: 22px;
  display: none;
  background-color: #ffffff;
  z-index: 1;
}
#block-language-switcher-footer .links::before,
#block-language-switcher .links::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -13px;
  left: 55px;
}
#block-language-switcher-footer .links li,
#block-language-switcher .links li {
  list-style: none;
  padding: 10px 0;
  display: block;
}
#block-language-switcher-footer .links li.is-active,
#block-language-switcher .links li.is-active {
  background-image: url(/themes/custom/twist_barrio/images/current-language.svg);
  background-repeat: no-repeat;
  background-position: 0 15px;
}
#block-language-switcher-footer .links li a,
#block-language-switcher .links li a {
  padding-left: 28px;
  color: #000000;
}
#block-language-switcher {
  top: 3px;
}
#block-language-switcher .toggler {
  padding: 6px 0 9px 20px;
  line-height: 1.4;
}
html:not([lang="zh-hans"]) #block-language-switcher .toggler {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher .toggler {
  font-weight: 700;
}
#block-language-switcher .toggler:before,
#block-language-switcher .toggler:after {
  top: 8px;
}
.dark-header #block-language-switcher .toggler:after,
.reverse #block-language-switcher .toggler:after {
  background-image: url(/themes/custom/twist_barrio/images/language-toggler-arrow-white.svg);
}
.dark-header #block-language-switcher .toggler,
.reverse #block-language-switcher .toggler {
  color: #ffffff;
}
#block-language-switcher .toggler .links {
  top: 45px;
}
html:not([lang="zh-hans"]) #block-language-switcher .toggler .links {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher .toggler .links {
  font-weight: 700;
}
#block-language-switcher .toggler .links li a {
  color: #4a4a4a;
}
#block-language-switcher-footer {
  position: absolute;
  float: none;
  right: unset;
  left: 15px;
  top: 145px;
  width: 150px;
  padding: 4px 0;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #block-language-switcher-footer {
    display: none;
  }
}
#block-language-switcher-footer .toggler {
  display: block;
  line-height: 21px;
  color: #ababab;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) #block-language-switcher-footer .toggler {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher-footer .toggler {
  font-weight: 700;
}
#block-language-switcher-footer .toggler::before {
  left: 10px;
  background-image: url(/themes/custom/twist_barrio/images/language-toggler-dark.svg);
}
#block-language-switcher-footer .toggler::after {
  left: 0;
  float: right;
  margin-right: 5px;
  background-image: url(/themes/custom/twist_barrio/images/language-toggler-triangle.svg);
}
#block-language-switcher-footer .toggler.active {
  color: #ffffff;
}
#block-language-switcher-footer .toggler.active::before {
  background-image: url(/themes/custom/twist_barrio/images/language-toggler-white.svg);
}
#block-language-switcher-footer .toggler.active::after {
  background-image: url(/themes/custom/twist_barrio/images/language-toggler-triangle-white.svg);
}
#block-language-switcher-footer .toggler .links {
  left: 0;
}
#block-language-switcher-mobile .toggler {
  padding: 25px;
  line-height: 14px;
  vertical-align: middle;
}
#block-language-switcher-mobile .toggler .mobile-toggler {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: inherit;
}
html:not([lang="zh-hans"]) #block-language-switcher-mobile .toggler .mobile-toggler {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher-mobile .toggler .mobile-toggler {
  font-weight: 700;
}
#block-language-switcher-mobile .toggler .arrow,
#block-language-switcher-mobile .toggler .close {
  line-height: inherit;
  display: inline;
  padding: 0;
  vertical-align: middle;
  margin-right: 16px;
}
#block-language-switcher-mobile .toggler .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
#block-language-switcher-mobile .toggler .close {
  float: right;
  margin-right: 0;
}
#block-language-switcher-mobile .toggler .arrow {
  float: left;
  margin-right: 0;
}
#block-language-switcher-mobile .toggler button.arrow,
#block-language-switcher-mobile .toggler button.close {
  background-color: transparent;
  border: 0;
  padding: 0;
}
#block-language-switcher-mobile .toggler .chevron {
  line-height: inherit;
  display: inline;
  padding: 0;
  vertical-align: middle;
  float: right;
}
#block-language-switcher-mobile .toggler .title {
  text-align: center;
  margin: 32px 0;
  line-height: 1.4;
}
#block-language-switcher-mobile .toggler-inner {
  display: none;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 3001;
  background: #fff;
  position: fixed;
  width: 336px;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 0 24px;
}
html:not([lang="zh-hans"]) #block-language-switcher-mobile .toggler-inner {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher-mobile .toggler-inner {
  font-weight: 700;
}
#block-language-switcher-mobile .toggler-inner.active {
  display: block;
}
#block-language-switcher-mobile .links {
  list-style: none;
  padding-left: 0;
}
#block-language-switcher-mobile .links li {
  list-style: none;
  padding: 10px 0;
}
#block-language-switcher-mobile .links li.is-active {
  background-image: url(/themes/custom/twist_barrio/images/current-language.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
#block-language-switcher-mobile .links li a {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
}
html:not([lang="zh-hans"]) #block-language-switcher-mobile .links li a {
  font-weight: 700;
}
html[lang="zh-hans"] #block-language-switcher-mobile .links li a {
  font-weight: 700;
}
.cc-window {
  padding: 1em 55px !important;
  width: 100%;
}
@media (max-width: 1199px) {
  .cc-window {
    padding: 1em 15px !important;
    width: 100%;
  }
}
.cc-window.cc-floating {
  max-width: 100% !important;
  bottom: 0;
  flex-direction: row;
  padding: 16px !important;
  align-items: center;
}
@media (max-width: 614px) {
  .cc-window.cc-floating {
    flex-wrap: wrap;
  }
}
@media (min-width: 614px) {
  .cc-window.cc-floating {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-floating {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.cc-window.cc-floating span.cc-message {
  color: #ffffff;
  font-size: 14px;
  line-height: 120%;
  margin: 0;
}
html:not([lang="zh-hans"]) .cc-window.cc-floating span.cc-message {
  font-weight: 400;
}
html[lang="zh-hans"] .cc-window.cc-floating span.cc-message {
  font-weight: 400;
}
@media (max-width: 991px) {
  .cc-window.cc-floating span.cc-message {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .cc-window.cc-floating span.cc-message {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-floating span.cc-message {
    width: 70%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 614px) {
  .cc-window.cc-floating span.cc-message {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.cc-window.cc-floating span.cc-message a {
  color: #2AD39B;
  line-height: 17px;
}
html:not([lang="zh-hans"]) .cc-window.cc-floating span.cc-message a {
  font-weight: 400;
}
html[lang="zh-hans"] .cc-window.cc-floating span.cc-message a {
  font-weight: 400;
}
@media (max-width: 1241px) {
  .cc-window.cc-floating span.cc-message a.cc-link {
    display: none;
  }
}
@media (max-width: 991px) {
  .cc-window.cc-floating .cc-compliance {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .cc-window.cc-floating .cc-compliance {
    width: 50%;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-floating .cc-compliance {
    width: 70%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 614px) {
  .cc-window.cc-floating .cc-compliance {
    width: 100%;
  }
}
.cc-window.cc-floating .cc-compliance .cc-btn.cc-dismiss {
  padding: 9px 16px;
  border: 2px solid #2AD39B;
  border-radius: 2px;
  background: transparent;
  font-size: 13px;
  color: #2AD39B;
  letter-spacing: 1px;
  line-height: 12px;
  text-align: center;
  height: 31px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  max-width: 175px;
}
@media (max-width: 340px) {
  .cc-window.cc-floating .cc-compliance .cc-btn.cc-dismiss {
    max-width: 165px;
  }
}
.cc-window.cc-floating .cc-compliance .cc-btn.cc-deny {
  padding: 9px 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  max-width: 175px;
}
@media (max-width: 340px) {
  .cc-window.cc-floating .cc-compliance .cc-btn.cc-deny {
    max-width: 115px;
  }
}
.cc-window.cc-banner {
  background-color: #313538;
}
@media (max-width: 614px) {
  .cc-window.cc-banner {
    flex-wrap: wrap;
  }
}
.cc-window.cc-banner span.cc-message {
  color: #ffffff;
  font-size: 14px;
  line-height: 120%;
}
html:not([lang="zh-hans"]) .cc-window.cc-banner span.cc-message {
  font-weight: 400;
}
html[lang="zh-hans"] .cc-window.cc-banner span.cc-message {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cc-window.cc-banner span.cc-message {
    width: 57%;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cc-window.cc-banner span.cc-message {
    width: 45%;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-banner span.cc-message {
    width: 70%;
    text-align: center;
    margin: 0 auto 10px;
  }
}
@media (max-width: 614px) {
  .cc-window.cc-banner span.cc-message {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.cc-window.cc-banner span.cc-message a {
  color: #2AD39B;
  line-height: 17px;
}
html:not([lang="zh-hans"]) .cc-window.cc-banner span.cc-message a {
  font-weight: 400;
}
html[lang="zh-hans"] .cc-window.cc-banner span.cc-message a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cc-window.cc-banner .cc-compliance {
    width: 43%;
  }
}
@media (max-width: 740px) {
  .cc-window.cc-banner .cc-compliance {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 614px) {
  .cc-window.cc-banner .cc-compliance {
    width: 100%;
  }
}
.cc-window.cc-banner .cc-compliance .cc-btn.cc-dismiss {
  border: 2px solid #2AD39B;
  border-radius: 2px;
  background: transparent;
  font-size: 13px;
  color: #2AD39B;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  height: 31px;
  text-transform: uppercase;
  text-decoration: none;
}
.cc-window.cc-banner .cc-compliance .cc-btn.cc-deny {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 614px) {
  .cc-window.cc-banner .cc-compliance .cc-btn.cc-deny {
    max-width: 40%;
  }
}
.cc-window-open .intercom-launcher-frame {
  right: 50px !important;
  bottom: 80px !important;
}
@media (max-width: 1199px) {
  .cc-window-open .intercom-launcher-frame {
    right: 15px !important;
  }
}
@media (max-width: 767px) {
  .cc-window-open .intercom-launcher-frame {
    bottom: 100px !important;
  }
}
@media (max-width: 740px) {
  .cc-window-open .intercom-launcher-frame {
    bottom: 150px !important;
  }
}
@media (max-width: 614px) {
  .cc-window-open .intercom-launcher-frame {
    bottom: 145px !important;
  }
}
@media (max-width: 430px) {
  .cc-window-open .intercom-launcher-frame {
    bottom: 180px !important;
  }
}
.page-node-type-page .page__title {
  max-width: 1170px;
  padding-right: 30px;
  padding-left: 30px;
  margin: auto;
}
@media (min-width: 768px) {
  .page-node-type-page .page__title {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.page-node-type-page .page__title h1.page-title {
  border-top: 3px solid #313538;
  padding: 20px 0;
  margin: 0;
  font-size: 30px;
}
.page-node-type-page .node__content {
  overflow: auto;
}
.basic-page__title {
  max-width: 1170px;
  margin: 162px auto 0;
  /*font-size: 30px; */
}
.blog-header {
  min-height: 420px;
  position: relative;
  z-index: 1;
}
.blog-header:before {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: '\A0';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-header > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.blog-header > img,
.blog-header > picture > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.blog-header__content {
  color: white;
  position: relative;
  text-align: center;
  margin: 100px auto 0;
  padding: 15px;
}
@media (min-width: 992px) {
  .blog-header__content {
    margin: 150px auto 0;
    padding: 0 25% 30px;
  }
}
.blog-header__content time {
  font-size: 18px;
}
.blog-header__title {
  color: white;
  font-size: 30px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .blog-header__title {
    font-size: 48px;
  }
}
.blog__body {
  font-size: 18px;
  line-height: 1.7;
  margin: 30px auto;
  max-width: 690px;
  padding: 15px;
}
@media (min-width: 992px) {
  .blog__body {
    margin: 80px auto;
  }
}
.blog__body > div {
  margin-bottom: 30px;
}
.blog__body a {
  color: #2AD39B;
  /*font-weight: 500;*/
  text-decoration: none;
}
html:not([lang="zh-hans"]) .blog__body a {
  font-weight: 800;
}
html[lang="zh-hans"] .blog__body a {
  font-weight: 900;
}
.blog__body a:hover,
.blog__body a:focus,
.blog__body a:active {
  text-decoration: underline;
}
.attachment,
figure {
  margin: 0;
}
@media (min-width: 992px) {
  .attachment,
  figure {
    margin: 1em 40px;
  }
}
.attachment__caption,
figcaption {
  color: #888888;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}
.attachment__caption strong,
figcaption strong {
  /*font-weight: 400;*/
}
html:not([lang="zh-hans"]) .attachment__caption strong,
html:not([lang="zh-hans"]) figcaption strong {
  font-weight: 400;
}
html[lang="zh-hans"] .attachment__caption strong,
html[lang="zh-hans"] figcaption strong {
  font-weight: 400;
}
a.featured-post__link {
  width: auto;
}
.page-node-type-blog-article__md .cc-window {
  margin-bottom: 48px;
}
figure {
  display: block !important;
  margin: 1em 0;
}
figure img {
  margin: 0 auto !important;
}
figure figcaption {
  display: block !important;
  width: 100%;
  font-size: 14px;
  line-height: 175%;
  color: #727272;
}
@media (min-width: 1025px) {
  .page-node-type-blog-article__md .cc-window {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .page-node-type-blog-article__md .intercom-namespace .intercom-launcher-frame {
    bottom: 56px;
  }
}
.view-blog .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.post {
  height: 345px;
  border: 1px solid #eee;
  margin: 20px 0;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
}
.post:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
a.post__link {
  text-decoration: none;
}
.post__image {
  height: 160px;
  position: relative;
  width: 100%;
}
.post__image img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}
.post__content {
  padding: 20px 15px;
  text-align: center;
}
.post__categories {
  color: #888888;
  font-size: 12px;
  text-transform: uppercase;
}
.post__categories .field__item {
  color: #888888;
  display: inline-block;
}
.post__categories .field__item:hover {
  color: #888888;
}
.post__title {
  color: #313538;
  line-height: 1.3;
  font-size: 18px;
  margin: 40px 0 0;
  width: 100%;
}
html:not([lang="zh-hans"]) .post__title {
  font-weight: 400;
}
html[lang="zh-hans"] .post__title {
  font-weight: 400;
}
.featured-post {
  min-height: 420px;
  position: relative;
  z-index: 1;
}
.featured-post:before {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: '\A0';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.featured-post > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.featured-post__content {
  color: white;
  position: relative;
  text-align: center;
  margin: 100px auto 0;
  padding: 15px;
}
@media (min-width: 992px) {
  .featured-post__content {
    margin: 150px auto 0;
    padding: 0 25% 30px;
  }
}
.featured-post__content time {
  font-size: 18px;
}
.featured-post__title {
  color: white;
  font-size: 30px;
}
@media (min-width: 992px) {
  .featured-post__title {
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  .blog-overview-page .intercom-namespace .intercom-launcher-frame {
    bottom: 56px;
  }
}
.openings {
  max-width: 1170px;
  padding: 0 15px;
  margin: auto;
}
@media (min-width: 768px) {
  .openings {
    padding: 0 24px;
  }
}
.openings__head {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 3px solid #4a4a4a;
  border-bottom: 2px solid #eeeeee;
}
@media (min-width: 768px) {
  .openings__head {
    display: flex;
    align-items: center;
  }
}
.openings__heading {
  margin-right: auto;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .openings__heading {
    padding-left: 48px;
  }
}
.openings__filter {
  margin: 20px 30px;
}
@media (min-width: 768px) {
  .openings__filter {
    margin: 0;
  }
  .openings__filter + .openings__filter {
    margin-left: 32px;
  }
}
.openings__filter select {
  height: 34px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #555;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  /* .openings__filter select {
    width: auto;
  } */
}
.openings__filter select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.openings__department-group {
  border-bottom: 2px solid #eeeeee;
  padding: 50px 30px;
}
@media (min-width: 768px) {
  .openings__department-group {
    display: flex;
    padding: 50px 48px;
  }
}
.openings__department-title {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .openings__department-title {
    width: 50%;
    display: inline-block;
  }
}
.openings__list {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .openings__list {
    width: 50%;
    display: inline-block;
  }
}
.openings__item + .openings__item {
  margin-top: 25px;
}
.openings__item-link:link,
.openings__item-link:visited {
  color: #04ad75;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .openings__item-link:link,
  .openings__item-link:visited {
    font-size: 18px;
  }
}
.openings__item-link:hover,
.openings__item-link:active {
  text-decoration: underline;
}
.openings__item-location {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.job__details {
  margin-left: 0 !important;
}
#grnhse_iframe {
  position: relative;
}
.path-block-section {
  margin-top: -30px;
}
.path-block-section .path-block {
  /*margin: -15px 0;*/
  padding: 40px 0;
  background: #ffffff;
}
@media (min-width: 768px) {
  .path-block-section .path-block {
    background: url(/themes/custom/twist_barrio/images/path.svg) center top no-repeat transparent;
  }
}
@media (min-width: 768px) {
  .path-block-section .path-block-header {
    padding-bottom: 50px;
    margin: 30px 0;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .path-block-section .path-block-header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.path-block-section .principals {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .path-block-section .principals {
    padding: 60px 0;
  }
}
.path-block-section .icon {
  text-align: center;
}
.path-block-section .icon img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .path-block-section .icon img {
    margin: auto;
    display: inline-block;
  }
}
.path-block-section .type {
  font-size: 36px;
  color: #2AD39B;
  vertical-align: middle;
  margin-left: 22px;
  line-height: 50.4px;
}
html:not([lang="zh-hans"]) .path-block-section .type {
  font-weight: 800;
}
html[lang="zh-hans"] .path-block-section .type {
  font-weight: 900;
}
@media (max-width: 767px) {
  .path-block-section .type {
    display: block;
    margin-left: 0;
    font-size: 24px;
  }
}
.path-block-section .desc {
  font-size: 18px;
  margin-left: 22px;
}
@media (min-width: 768px) {
  .path-block-section .trust {
    margin-left: 90px;
  }
  .path-block-section .impact,
  .path-block-section .grit {
    margin-left: 350px;
  }
  .path-block-section .service {
    padding: 70px 0 50px;
  }
  .path-block-section .grit {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 930px) {
  .path-block-section .impact {
    padding-bottom: 30px;
  }
}
.upcoming-events__no-upcoming-title {
  text-align: center;
  border-top: 3px solid #4a4a4a;
  padding: 100px 0 70px;
}
.upcoming-events__event-link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  min-height: 335px;
  display: block;
}
.upcoming-events__event-link:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.upcoming-events__event-image {
  line-height: 0;
}
.upcoming-events__event-content {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .upcoming-events__event-content {
    padding: 0 32px;
  }
}
.upcoming-events__event-title {
  color: #313538;
  font-weight: 500;
}
.upcoming-events__event-start-location {
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  font-weight: 400;
}
.all-events__title,
.past-events__title {
  margin-bottom: 20px;
}
.all-events__event-list,
.past-events__event-list {
  padding: 0;
  list-style: none;
}
.all-events__event-link,
.past-events__event-link {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 15px;
  line-height: 1.8;
  display: block;
}
@media (min-width: 768px) {
  .all-events__event-link,
  .past-events__event-link {
    display: flex;
    align-items: center;
    padding: 25px 24px;
  }
}
.all-events__event-link:hover,
.past-events__event-link:hover,
.all-events__event-link:active,
.past-events__event-link:active {
  background: #eeeeee;
  text-decoration: none;
}
.all-events__event-date,
.past-events__event-date {
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 500;
}
@media (min-width: 768px) {
  .all-events__event-date,
  .past-events__event-date {
    flex-basis: 20%;
  }
}
@media (min-width: 768px) {
  .all-events__event-end-date,
  .past-events__event-end-date {
    display: block;
  }
}
.all-events__event-title,
.past-events__event-title {
  color: #313538;
  margin: 10px 0 5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .all-events__event-title,
  .past-events__event-title {
    margin: 5px 0;
  }
}
@media (min-width: 768px) {
  .all-events__event-wrapper,
  .past-events__event-wrapper {
    flex-grow: 1;
    flex-shrink: 80;
  }
}
.all-events__event-location,
.past-events__event-location {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
  font-weight: 500;
}
.all-events__event-details,
.past-events__event-details {
  color: #888888;
  margin-top: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .all-events__event-details,
  .past-events__event-details {
    flex-basis: 15%;
    text-align: right;
    padding-right: 48px;
    margin-top: 0;
  }
}
.past-events__button {
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 22px;
  padding: 20px 10px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .past-events__button {
    padding: 20px 88px;
  }
}
.past-events__button .fa-plus {
  display: inline-block;
}
.past-events__button .fa-minus {
  display: none;
}
.past-events__button.active .fa-plus {
  display: none;
}
.past-events__button.active .fa-minus {
  display: inline-block;
}
.past-events__button:hover {
  color: #888888;
}
#gqheader:target {
  border-bottom: 0px solid transparent;
  margin-top: -86px;
  padding-top: 86px;
}
@media screen and (min-width: 480px) {
  #gqheader:target {
    margin-top: -97px;
    padding-top: 97px !important;
  }
}
/**
 * Page Global Styles
 */
#gqwrapper {
  margin: 55px auto;
}
@media (max-width: 992px) {
  #gqwrapper {
    max-width: 510px;
  }
}
@media (min-width: 992px) {
  #gqwrapper {
    max-width: 1046px;
  }
}
.gqheader {
  padding-right: 15px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .gqheader {
    padding-left: 15px;
  }
  .gqheader .region-logo {
    height: 41px;
  }
}
@media (min-width: 768px) {
  .gqheader {
    padding-left: 25px;
  }
  .gqheader > div {
    height: 92px;
  }
}
@media (min-width: 992px) {
  .gqheader {
    padding-left: 40px;
  }
}
.gqpanel {
  padding-top: 0;
}
/**
 * Form Header
 */
a.gqgoback {
  color: #ababab;
  font-size: 14px;
  letter-spacing: 1.17px;
  line-height: 14px;
  text-transform: uppercase;
  word-spacing: normal;
}
a.gqgoback.small {
  margin-left: 15px;
}
a.gqgoback.small .fa-angle-left {
  font-size: 14px;
  font-weight: 300 !important;
  color: #ababab;
  opacity: 0.8;
  margin-right: 10px;
}
@media (min-width: 480px) {
  a.gqgoback.small {
    display: none;
  }
}
a.gqgoback.large {
  margin-right: 15px;
}
@media (max-width: 480px) {
  a.gqgoback.large {
    display: none;
  }
}
.gqpagetitle {
  font-size: 14px;
  letter-spacing: 1px;
  word-spacing: normal;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0 auto;
}
html:not([lang="zh-hans"]) .gqpagetitle {
  font-weight: 700;
}
html[lang="zh-hans"] .gqpagetitle {
  font-weight: 700;
}
@media (max-width: 480px) {
  .gqpagetitle {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .gqpagetitle {
    margin-left: 50px;
  }
}
/**
 * Form Intro
 */
.gqintro .button,
.gqintro h2,
.gqintro p,
.gqintro span {
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
}
.gqintro h2 {
  font-size: 28px;
  color: #313538;
  line-height: 34px;
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  .gqintro h2 {
    max-width: 284px;
    margin-left: auto;
    margin-right: auto;
  }
}
.gqintro p {
  line-height: 20px;
}
.gqintro .gqproducts + p {
  margin-bottom: 16px;
}
.gqintro .gqproduct p {
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.47px;
}
html:not([lang="zh-hans"]) .gqintro .gqproduct p {
  font-weight: 700;
}
html[lang="zh-hans"] .gqintro .gqproduct p {
  font-weight: 700;
}
.gqintro a.gqvideolink {
  margin-top: 18px;
  letter-spacing: 1px;
  line-height: 17px;
  word-spacing: normal;
}
.gqintro p .fa-shopping-cart {
  font-size: 11px;
  margin-right: 5px;
}
.gqintro .button {
  background-color: #2AD39B !important;
}
.gqintro .button:hover {
  background-color: #04ad75 !important;
}
.gqintro .begin,
.gqintro .end {
  padding-top: 0;
}
.gqintro .gqproducts {
  margin-bottom: 40px;
  min-height: 184px;
}
.gqintro .gqproduct > div {
  height: 150px;
  width: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gqintro .gqproduct > div.gqicon-genes {
  background-image: url(/themes/custom/twist_barrio/images/product-genes.svg);
}
.gqintro .gqproduct > div.gqicon-libs {
  background-image: url(/themes/custom/twist_barrio/images/product-libs.svg);
}
.gqintro .gqproduct > div.gqicon-ngs {
  background-image: url(/themes/custom/twist_barrio/images/product-ngs.svg);
}
.gqintro .gqproduct > div.gqicon-pools {
  background-image: url(/themes/custom/twist_barrio/images/product-pools.svg);
}
.gqintro .gqproduct > div.gqicon-storage {
  background-image: url(/themes/custom/twist_barrio/images/product-storage.svg);
}
.gqintro .gqvideolink {
  color: #2AD39B;
}
.gqintro .gqvideolink .fa-caret-right {
  margin-right: 5px;
}
/**
 * Divider for Intro and Form
 */
.gqintro div.begin,
.gqpanel:first-of-type {
  border-bottom: 0.5pt dotted #bbbbbb;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .gqintro div.begin {
    border-right: 0.5pt dotted #bbbbbb;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .gqpanel:first-of-type {
    border-right: 0.5pt dotted #bbbbbb;
    border-bottom: 0;
    padding-right: 51px;
  }
  .gqpanel:nth-of-type(2) {
    padding-left: 51px;
  }
}
/**
 * Form Confirmation
 */
.gqconfirmation .button {
  cursor: pointer;
  background-color: transparent !important;
}
.gqconfirmation .button:hover {
  background-color: #313538 !important;
}
.gqconfirmation .checkmark {
  height: 50px;
  background: url(/themes/custom/twist_barrio/images/checkMark.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.gqconfirmation .gqconfirmation-text {
  font-size: 18px;
  margin-bottom: 40px;
}
.gqconfirmation .gqconfirmation-button {
  max-width: 240px;
}
.gqconfirmation a.gqconfirmation-button {
  color: #313538;
}
.gqconfirmation a.gqconfirmation-button:hover {
  color: #ffffff;
}
/**
 * Media Queries
 */
@media screen and (min-width: 992px) {
  .gqproducts {
    max-height: 184px;
  }
}
@media (max-width: 992px) {
  .gqplaceholder {
    display: none;
  }
}
.animated-background {
  height: 175%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  background: #ffffff;
}
.animated-background__wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animated-background__ball {
  background: url(/themes/custom/twist_barrio/images/home-greenball.svg) no-repeat;
  position: fixed;
  overflow: hidden;
}
@media (min-width: 768px) {
  .animated-background__ball {
    animation-name: pulse;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .animated-background__ball {
    /* IE10+ CSS styles go here */
    animation: none;
  }
}
.animated-background__ball--top-left {
  width: 240px;
  height: 100%;
  top: -120px;
  left: 84px;
}
.animated-background__ball--top-right {
  width: 640px;
  height: 100%;
  top: -420px;
  right: -240px;
}
.animated-background__ball--middle {
  width: 120px;
  height: 100%;
  top: 600px;
  left: 640px;
}
.animated-background__ball--bottom-left {
  width: 720px;
  height: 100%;
  top: 516px;
  left: -288px;
}
.animated-background__ball--bottom-right {
  width: 360px;
  height: 100%;
  top: 552px;
  left: 1080px;
}
@keyframes pulse {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
}
.twis-more-products .section-wrapper {
  padding: 0 15px;
}
.twis-more-products .field--name-field-cp-title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
}
.twis-more-products .field--name-field-description {
  font-weight: 700;
  color: #888888;
  font-size: 14px;
}
.twis-more-products .paragraph--type--component-tile-link {
  padding: 65px 50px;
  min-height: 325px;
}
.twis-more-products .paragraph--type--component-tile-link .field--name-field-icon {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .twis-more-products .paragraph--type--column {
    padding: 30px;
  }
}
.twis-more-products .tile {
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  padding: 0;
}
.job {
  padding: 150px 15px 15px;
  max-width: 640px;
  margin: auto;
}
@media (min-width: 768px) {
  .job {
    padding: 150px 24px 24px;
  }
}
.job__back-link:link,
.job__back-link:visited {
  color: #04ad75;
}
.job__back-link .fa-arrow-left {
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
}
.job__details {
  margin-left: -30px;
}
@media (min-width: 768px) {
  .job__details {
    margin-left: -48px;
  }
}
.user-login-form {
  max-width: 500px;
  margin: auto;
  padding: 120px 15px;
}
@media (min-width: 768px) {
  .user-login-form {
    padding: 120px 24px;
  }
}
.user-login-form label {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  display: block;
}
.user-login-form input[type='text'],
.user-login-form input[type='password'] {
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.12px;
  padding: 12px;
  width: 100%;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.user-login-form input[type='text']:focus,
.user-login-form input[type='password']:focus {
  outline: none;
  box-shadow: 0 0 0 2px #2AD39B;
  border-color: #2AD39B;
}
.user-login-form .description {
  color: #888888;
  margin-bottom: 20px;
}
.user-login-form .form-actions {
  margin-top: 20px;
  text-align: center;
}
.user-login-form .form-actions input {
  width: 100%;
}
@media (min-width: 768px) {
  .user-login-form .form-actions input {
    width: 50%;
  }
}
.user-login-form .form-actions input:hover {
  background: #209e74;
}
.recent-highlights__link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  height: 100%;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  background: #ffffff;
}
.recent-highlights__link:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.recent-highlights__link .fa-arrow-right {
  color: #313538;
}
.recent-highlights__category {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.recent-highlights__category-title {
  font-size: 14px;
  letter-spacing: 2px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #2AD39B;
}
@media (min-width: 768px) {
  .recent-highlights__category-title {
    margin-left: 16px;
  }
}
.recent-highlights__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.recent-highlights__article-title {
  color: #313538;
  line-height: 1.5;
  margin-bottom: 50px;
}
.recent-highlights .fa {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #2AD39B;
}
.resources__list {
  padding: 15px 0 0 0;
  list-style: none;
}
.resources__item {
  margin-bottom: 20px;
}
.resources__item:last-child {
  margin-bottom: 0;
}
.resources__link:link,
.resources__link:visited {
  color: #888888;
}
html:not([lang="zh-hans"]) .resources__link:link,
html:not([lang="zh-hans"]) .resources__link:visited {
  font-weight: 700;
}
html[lang="zh-hans"] .resources__link:link,
html[lang="zh-hans"] .resources__link:visited {
  font-weight: 700;
}
.resources__link .fa {
  margin-right: 10px;
}
.press-releases__date,
.preview-list__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.press-releases__link,
.preview-list__link {
  margin-bottom: 30px;
}
.press-releases__link:link,
.preview-list__link:link,
.press-releases__link:visited,
.preview-list__link:visited {
  color: #2AD39B;
}
html:not([lang="zh-hans"]) .press-releases__link:link,
html:not([lang="zh-hans"]) .preview-list__link:link,
html:not([lang="zh-hans"]) .press-releases__link:visited,
html:not([lang="zh-hans"]) .preview-list__link:visited {
  font-weight: 700;
}
html[lang="zh-hans"] .press-releases__link:link,
html[lang="zh-hans"] .preview-list__link:link,
html[lang="zh-hans"] .press-releases__link:visited,
html[lang="zh-hans"] .preview-list__link:visited {
  font-weight: 700;
}
.press-releases__link .fa,
.preview-list__link .fa {
  margin-left: 10px;
}
.all-news__list {
  margin: 50px 0;
}
.all-news__link {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  min-height: 175px;
  height: 100%;
  padding: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.all-news__link:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.all-news__image {
  display: inline-block;
}
.all-news__content {
  display: inline-block;
  align-self: flex-start;
}
.all-news__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.all-news__title {
  color: #313538;
  line-height: 1.5;
  margin: 5px 0 0 0;
}
.update-item {
  max-width: 690px;
  padding: 150px 15px 120px;
  margin: auto;
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .update-item {
    padding: 150px 24px 120px;
  }
}
.update-item__date {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
}
.update-item__title {
  font-size: 30px;
  line-height: 1.3;
  margin: 10px 0;
}
.update-item__download-link:link,
.update-item__download-link:visited {
  font-size: 14px;
  color: #2AD39B;
}
html:not([lang="zh-hans"]) .update-item__download-link:link,
html:not([lang="zh-hans"]) .update-item__download-link:visited {
  font-weight: 700;
}
html[lang="zh-hans"] .update-item__download-link:link,
html[lang="zh-hans"] .update-item__download-link:visited {
  font-weight: 700;
}
.update-item__download-link .fa {
  margin-right: 5px;
}
.update-item__content {
  margin: 10px 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 3px solid #4a4a4a;
  border-bottom: 1px solid #eeeeee;
}
.update-item__content > div,
.update-item__content > p {
  margin-bottom: 30px;
}
.update-item__contacts-title {
  font-size: 24px;
  color: #313538;
  margin: 30px 0;
}
.contacts__group-heading {
  font-size: 18px;
  margin: 30px 0 0;
}
.contacts__contact-type {
  margin-bottom: 0;
}
.contacts__contact + .contacts__contact {
  margin-top: 30px;
}
.team {
  display: none;
}
@media (min-width: 992px) {
  .team {
    display: block;
  }
}
.team__header {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto !important;
}
@media (min-width: 768px) {
  .team__header {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.team__header .col-12 {
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .team__header .col-12 {
    padding: 15px 24px;
  }
}
.team--list {
  border-right: 2px solid white;
  border-left: 2px solid white;
  max-height: 450px;
  overflow-y: auto;
}
.team__item {
  display: inline;
  line-height: 0;
  width: 10%;
  float: left;
  border: 2px solid white;
  filter: grayscale(100%);
}
.team__item img {
  height: auto;
}
@media (min-width: 1200px) {
  .team__item {
    width: 7.14285714%;
  }
}
.team__item:hover {
  filter: none;
}

.investors__item {
  font-size: 14px;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .investors__item {
    font-size: 18px;
    width: 50%;
    float: left;
    margin: 10px 0;
    padding-right: 32px;
  }
}
.vectors-catalog-how-it-works {
  padding-top: 71px;
}
.vectors-catalog-how-it-works .top-section {
  padding-top: 53px;
}
.vectors-catalog-how-it-works .top-section .title {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #313538;
  /*      font-weight: 500;*/
}
html:not([lang="zh-hans"]) .vectors-catalog-how-it-works .top-section .title {
  font-weight: 800;
}
html[lang="zh-hans"] .vectors-catalog-how-it-works .top-section .title {
  font-weight: 900;
}
.vectors-catalog-how-it-works .top-section .step {
  color: #313538;
  text-align: center;
  padding-bottom: 23px;
  position: relative;
  margin-top: 17px;
}
.vectors-catalog-how-it-works .top-section .step:after {
  content: ' ';
  display: inline-block;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 46px;
  right: calc(50% - 23px);
  border: 1px #E9E9FD solid;
}
.vectors-catalog-how-it-works .top-section .step .icon {
  margin-bottom: 6px;
}
.vectors-catalog-how-it-works .top-section .step .step-num {
  margin-bottom: 12px;
}
.vectors-catalog-how-it-works .top-section .step .step-num span {
  font-size: 14px;
  line-height: 24px;
  background-color: #E9E9FD;
  border-radius: 50%;
  padding: 3px 12px;
  display: inline-block;
}
html:not([lang="zh-hans"]) .vectors-catalog-how-it-works .top-section .step .step-num span {
  font-weight: 700;
}
html[lang="zh-hans"] .vectors-catalog-how-it-works .top-section .step .step-num span {
  font-weight: 700;
}
.vectors-catalog-how-it-works .top-section .step .step-text {
  max-width: 210px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}
.vectors-catalog-how-it-works .top-section .step.step-3 .step-text {
  max-width: 284px;
}
.vectors-catalog-how-it-works .top-section .step.last {
  margin-bottom: 36px;
}
.vectors-catalog-how-it-works .top-section .step.last:after {
  content: none;
}
.vectors-catalog-how-it-works .specifications-wrapper {
  background-color: #f7f7f7;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications {
  padding: 51px 0 25px;
  text-align: center;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .title {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #313538;
  margin-bottom: 16px;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property {
  max-width: 284px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding: 16px 0;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property:after {
  content: ' ';
  display: inline-block;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 290px;
  right: calc(50% - 145px);
  border: 1px #dddddd solid;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property.last:after {
  content: none;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property .name {
  color: #8f8f8f;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description {
  color: #313538;
}
.vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description.desktop {
  display: none;
}
@media (min-width: 768px) {
  .vectors-catalog-how-it-works {
    padding-top: 92px;
  }
  .vectors-catalog-how-it-works .top-section {
    padding: 74px 6% 0;
  }
  .vectors-catalog-how-it-works .top-section .title {
    padding-bottom: 34px;
  }
  .vectors-catalog-how-it-works .top-section .step {
    float: left;
    width: 33.33%;
  }
  .vectors-catalog-how-it-works .top-section .step:after {
    content: none;
  }
  .vectors-catalog-how-it-works .top-section .step .icon img {
    width: 68px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-1 {
    padding-right: 65px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-1 .step-num span {
    position: relative;
  }
  .vectors-catalog-how-it-works .top-section .step.step-1 .step-num span:after {
    content: ' ';
    display: inline-block;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    right: -100%;
    border: 1px #E9E9FD solid;
    z-index: -1;
  }
  .vectors-catalog-how-it-works .top-section .step.step-2 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-3 {
    padding-left: 65px;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications {
    padding: 55px 10% 31px;
    text-align: initial;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .title {
    margin-bottom: 20px;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property {
    max-width: none;
    padding-bottom: 24px;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property:after {
    width: 100%;
    right: 0;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description.mobile {
    display: none;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description.desktop {
    display: block;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a {
    color: #399DF5;
  }
  html:not([lang="zh-hans"]) .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a {
    font-weight: 700;
  }
  html[lang="zh-hans"] .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a {
    font-weight: 700;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a:hover,
  .vectors-catalog-how-it-works .specifications-wrapper .specifications .property .description a:focus {
    color: #1277CF;
  }
}
@media (min-width: 992px) {
  .vectors-catalog-how-it-works .top-section {
    padding: 53px 153px 0;
  }
  .vectors-catalog-how-it-works .top-section .step {
    margin-top: 30px;
  }
  .vectors-catalog-how-it-works .top-section .step .icon {
    margin-bottom: 13px;
  }
  .vectors-catalog-how-it-works .top-section .step .icon img {
    width: 91px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-1 {
    padding-right: 88px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-2 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .vectors-catalog-how-it-works .top-section .step.step-3 {
    padding-left: 88px;
    margin-bottom: 0;
  }
  .vectors-catalog-how-it-works .specifications-wrapper .specifications {
    padding: 54px 5% 34px 13%;
  }
  html:not([lang="zh-hans"]) .vectors-catalog-how-it-works .specifications-wrapper .specifications .title {
    font-weight: 700;
  }
  html[lang="zh-hans"] .vectors-catalog-how-it-works .specifications-wrapper .specifications .title {
    font-weight: 700;
  }
}

.views-exposed-form.twist-resources-view select {
  padding: 5px;
}
.section-wrapper.resources .green-button {
  height: 40px;
  padding: 12px 20px;
}
.button {
  font-size: 16px;
  line-height: 16px;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px;
  background: #2AD39B;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  margin: 0;
  letter-spacing: 0.14em;
}
html:not([lang="zh-hans"]) .button {
  font-weight: 700;
}
html[lang="zh-hans"] .button {
  font-weight: 700;
}
@media (min-width: 768px) {
  .button {
    padding: 18px 15px;
  }
}
.button.center {
  margin: 0 auto;
  display: block;
}
.button:link,
.button:visited {
  text-decoration: none;
  color: #ffffff;
}
.button:hover,
.button:active {
  text-decoration: none;
  color: #ffffff;
}
.button_white {
  background-color: white;
  border: 2px solid white;
  color: #313538;
  padding: 15px 10px;
}
.button_white:link,
.button_white:visited {
  color: #313538;
}
.button_white:hover,
.button_white:active {
  background-color: transparent;
  color: white;
}
.button_outline {
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 18px 20px;
  background: #2AD39B;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0;
  background: transparent;
  border: 2px solid #313538;
  color: #313538;
}
html:not([lang="zh-hans"]) .button_outline {
  font-weight: 700;
}
html[lang="zh-hans"] .button_outline {
  font-weight: 700;
}
@media (min-width: 768px) {
  .button_outline {
    padding: 18px 32px;
  }
}
.button_outline.center {
  margin: 0 auto;
}
.button_outline:link,
.button_outline:visited {
  text-decoration: none;
  color: #ffffff;
}
.button_outline:hover,
.button_outline:active {
  text-decoration: none;
  color: #ffffff;
}
.button_outline:hover,
.button_outline:active {
  background-color: #313538;
  color: white;
}
a.button.green-button {
  background-color: #2AD39B;
  color: white !important;
}
a.button.green-button:hover,
a.button.green-button:focus {
  background-color: #04ad75;
}
.paragraph--type--image {
  line-height: 0;
  padding: 0;
}
.paragraph--type--image img {
  width: 100%;
}
.block-image,
.tile-image {
  -ms-overflow-y: hidden;
}
.block-image img,
.tile-image img {
  display: block;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.tile-image {
  padding: 0 !important;
}
img {
  height: auto;
  max-width: 100%;
}
.paragraph--type--icon-with-text.image-left {
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left {
    text-align: left;
    display: table;
    table-layout: fixed;
  }
}
.paragraph--type--icon-with-text.image-left .field--name-field-icon {
  line-height: 0;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left .field--name-field-icon {
    display: table-cell;
  }
}
.paragraph--type--icon-with-text.image-left .field--name-field-html {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left .field--name-field-html {
    display: table-cell;
    vertical-align: top;
    padding-top: 30px;
    padding-left: 5%;
    width: 60%;
  }
}
.paragraph--type--icon-with-text .field--name-field-icon img.b-lazy {
  display: inline;
}
.ecommerce .paragraph--type--icon-with-text.image-left {
  padding: 30px;
}
@media (min-width: 768px) {
  .ecommerce .paragraph--type--icon-with-text.image-left .field--name-field-html {
    width: 90%;
    padding-top: 0;
  }
}
.data-storage-icons .paragraph--type--icon-with-text h4 {
  font-size: 18px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .data-storage-icons .paragraph--type--icon-with-text h4 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .data-storage-icons .paragraph--type--icon-with-text h4 {
    font-size: 18px;
  }
}
button.nav-link-section {
  border: 0;
  padding: 0;
  background-color: transparent;
  text-align: center;
  width: 80%;
  outline: 0;
  margin: 0 auto;
}
button.nav-link-section .paragraph--type--icon-with-text {
  margin: 0 auto;
  padding: 15px 0;
  width: 100px;
}
html:not([lang="zh-hans"]) button.nav-link-section .paragraph--type--icon-with-text {
  font-weight: 700;
}
html[lang="zh-hans"] button.nav-link-section .paragraph--type--icon-with-text {
  font-weight: 700;
}
button.nav-link-section .paragraph--type--icon-with-text .field--type-image {
  margin-bottom: 10px;
}
button.nav-link-section:hover .paragraph--type--icon-with-text,
button.nav-link-section:focus .paragraph--type--icon-with-text {
  color: #8f8f8f;
}
.nav-link-section-20 {
  border: none;
  padding: 15px 0;
  background-color: transparent;
  text-align: center;
  outline: 0;
  width: 100%;
  margin: 0 auto 32px !important;
}
html:not([lang="zh-hans"]) .nav-link-section-20 {
  font-weight: 700;
}
html[lang="zh-hans"] .nav-link-section-20 {
  font-weight: 700;
}
.nav-link-section-20 .icon-col-wrapper {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.nav-link-section-20 .field--type-image {
  border: none;
  min-height: 100px;
  margin-bottom: 10px;
  text-align: center;
}
.nav-link-section-20:hover .paragraph--type--icon-with-text,
.nav-link-section-20:focus .paragraph--type--icon-with-text {
  color: #8f8f8f;
}
@media (min-width: 768px) {
  button.nav-link-section {
    /* 15px space for container and get 5 elements in a row. Each items has same space in each side */
    width: calc((100% - 30px) / 6);
    margin: 0 calc((100% - 30px) / 6 / 10);
  }
  button.nav-link-section .paragraph--type--icon-with-text {
    width: 100px;
  }
  .nav-link-section-20 {
    padding: 0 calc((100% - 60px) / 6 / 10);
    width: 30%;
  }
  .nav-link-section-20 .icon-col-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .nav-link-section-20 {
    padding: 0 calc((100% - 30px) / 6 / 10);
    width: 20%;
  }
  .nav-link-section-20 .icon-col-wrapper {
    width: 100%;
  }
}
.paragraph--type--footer-background {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.content-tile {
  border: 1px solid #eee;
  margin: 20px 0;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
}
.content-tile:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
a.content-tile {
  text-decoration: none;
  color: inherit;
}
.content-tile__body {
  padding: 20px 15px;
}
.content-tile__learn-more {
  color: #2AD39B;
}
html:not([lang="zh-hans"]) .content-tile__learn-more {
  font-weight: 700;
}
html[lang="zh-hans"] .content-tile__learn-more {
  font-weight: 700;
}
/************************************************************
  Content Tile - Style 1
************************************************************/
.content-tile-layout-style--style-1 {
  color: #313538;
}
.content-tile-layout-style--style-1 .field--type-image {
  height: 240px;
  position: relative;
  width: 100%;
}
.content-tile-layout-style--style-1 .field--type-image img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
/************************************************************
  Content Tile - Style 2
************************************************************/
.content-tile-layout-style--style-2 {
  text-align: center;
  padding: 2rem;
}
.content-tile-layout-style--style-2 .field--type-image {
  max-width: 150px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .sections-images-slideshow .paragraph--type--section {
    max-width: 1200px;
    margin: 0 auto;
  }
  .sections-images-slideshow .paragraph--type--section:after {
    content: "";
    display: table;
    clear: both;
  }
  .sections-images-slideshow .paragraph--type--section > .section-wrapper {
    float: left;
    width: 41.66666667%;
  }
  .sections-images-slideshow .paragraph--type--section > .slick-wrapper {
    float: left;
    width: 58.33333333%;
  }
  .bullets-3-top-lines.sections-images-slideshow .paragraph--type--section > .slick-wrapper {
    margin-top: 87px;
  }
}
@keyframes boxShadowAnim {
  50% {
    box-shadow: none;
  }
}
@keyframes Xpulse {
  0% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@-webkit-keyframes Xpulse {
  0% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.banner-600 .banner {
  height: 600px;
}
.banner-600 .banner > img,
.banner-600 .banner .banner-mobile-image img {
  height: 600px;
}
.banner-600 .banner .banner__content a.button {
  padding: 13px 20px;
}
@media (min-width: 992px) {
  .banner-600 .banner .banner__content {
    padding: 0 18% 30px;
    padding-top: 120px;
  }
}
.paragraph--type--vc-key-features .bullet-wrapper {
  font-size: 14px;
  line-height: 17px;
}
html:not([lang="zh-hans"]) .paragraph--type--vc-key-features .bullet-wrapper {
  font-weight: 400;
}
html[lang="zh-hans"] .paragraph--type--vc-key-features .bullet-wrapper {
  font-weight: 400;
}
.paragraph--type--vc-key-features .bullet-wrapper::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 17px;
  background: url(/themes/custom/twist_barrio/images/dot.svg) center no-repeat;
  margin-right: 22px;
  vertical-align: bottom;
}
.product_content__style-twist_green .research_footer_link {
  background: #2AD39B;
}
.product_content__style-twist_green .research {
  background: linear-gradient(to top, #D9F8F0 0%, white 100%);
}
.product_content__style-teal .research_footer_link {
  background: #14A4B2;
}
.product_content__style-teal .research {
  background: linear-gradient(to top, #E6F7F8 0%, white 100%);
}
.product_content__style-purple .research_footer_link {
  background: #5D5DB2;
}
.product_content__style-purple .research {
  background: linear-gradient(to top, #E9E9FD 0%, white 100%);
}
.product_content__style-orange .research_footer_link {
  background: #CE6B12;
}
.product_content__style-orange .research {
  background: linear-gradient(to top, #FEEFE1 0%, white 100%);
}
.product_content__style-gold .research_footer_link {
  background: #CD933A;
}
.product_content__style-gold .research {
  background: linear-gradient(to top, #F7EAC4 0%, white 100%);
}
.product_content__style-forest .research_footer_link {
  background: #228B22;
}
.product_content__style-forest .research {
  background: linear-gradient(to top, #E6F6F0 0%, white 100%);
}
.research {
  padding: 60px 0;
}
.research > .section-wrapper {
  margin-bottom: 30px;
}
.research .button a {
  color: #ffffff;
}
.research .mw228px {
  max-width: 228px;
  margin: auto;
}
.research .research_description {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 32px;
}
.research .research_footer {
  margin: 30px;
}
.research .research_footer_text {
  padding: 15px;
}
@media (min-width: 768px) {
  .research .research_footer_text {
    padding: 0;
  }
}
.research_post .research_title {
  font-size: 18px;
  color: #313538;
  text-decoration: none;
}
html:not([lang="zh-hans"]) .research_post .research_title {
  font-weight: 800;
}
html[lang="zh-hans"] .research_post .research_title {
  font-weight: 900;
}
.research_post .research_field_author {
  margin-top: 80px;
}
.research_post .post_type,
.research_post .author,
.research_post .designation {
  color: #727272;
  font-size: 14px;
}
.research_post .post_type {
  text-transform: uppercase;
}
.research_post a {
  text-decoration: none;
}
.research_post .section-wrapper {
  padding: 0 15px;
}
.research_post.paragraph {
  display: flex;
  min-height: 300px;
  background: white;
  border-radius: 6px;
  margin: 15px;
}
.research_posts {
  margin-bottom: 30px;
}
a.card {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 364px;
  border: 1px solid #eee;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
a.card:hover,
a.card:active {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07), 0 10px 10px rgba(0, 0, 0, 0.07);
}
.card * {
  color: inherit;
  text-decoration: none;
}
.card__heading {
  background-color: orange;
  border-radius: 3px 3px 0 0;
  color: white;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
.card__content {
  background-color: white;
  border-radius: 0 0 3px 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  flex: 1 0 auto;
}
.card__body {
  font-size: 1.125rem;
  padding: 1.5rem;
}
.field--name-field-resource-date {
  color: #888888;
  font-size: 0.75rem;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .field--name-field-resource-date {
  font-weight: 400;
}
html[lang="zh-hans"] .field--name-field-resource-date {
  font-weight: 300;
}
.field--name-field-resource-subtitle {
  text-transform: uppercase;
}
.card__cta {
  border-top: 1px solid #eeeeee;
  color: #888888;
  font-size: 0.75rem;
  padding: 1rem;
  text-align: right;
  text-transform: uppercase;
}
html:not([lang="zh-hans"]) .card__cta {
  font-weight: 700;
}
html[lang="zh-hans"] .card__cta {
  font-weight: 700;
}
.card__cta a {
  color: inherit;
}
.resources__end {
  color: #888888;
  font-size: 1rem;
}
html:not([lang="zh-hans"]) .resources__end {
  font-weight: 700;
}
html[lang="zh-hans"] .resources__end {
  font-weight: 700;
}
.block-views-exposed-filter-blocks {
  font-size: 0.75rem;
}
.block-views-exposed-filter-blocks legend {
  display: none;
}
.block-views-exposed-filter-blocks .form-type-select label {
  display: none;
}
.block-views-exposed-filter-blocks .form-type-radio {
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
}
.block-views-exposed-filter-blocks .bef-exposed-form .form--inline .form-item {
  float: left;
}
.block-views-exposed-filter-blocks .bef-exposed-form .form--inline .form-type-select {
  float: none;
}
@media (min-width: 768px) {
  .block-views-exposed-filter-blocks .bef-exposed-form .form--inline .form-type-select {
    float: right;
    clear: none;
  }
}
.block-views-exposed-filter-blocks select {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  transition: all 0.3s ease;
  height: 1.9375rem;
  color: #888888;
  width: 100%;
}
@media (min-width: 768px) {
  .block-views-exposed-filter-blocks select {
    min-width: 125px;
    width: auto;
  }
}
.block-views-exposed-filter-blocks legend {
  display: none;
}
.block-views-exposed-filter-blocks label {
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #888888;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s ease;
}
.block-views-exposed-filter-blocks label:active,
.block-views-exposed-filter-blocks label:hover,
.block-views-exposed-filter-blocks label:focus {
  border: 1px solid black;
}
.block-views-exposed-filter-blocks input {
  opacity: 0;
  position: absolute;
}
.block-views-exposed-filter-blocks input:checked + label {
  background-color: black;
  border: 1px solid black;
  color: white;
}
.view-empty {
  min-height: 200px;
  text-align: center;
}
.view-empty h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #views-exposed-form-resources-resources-block .form--inline .form-type-select {
    float: none;
  }
}
@media (min-width: 992px) {
  #views-exposed-form-resources-resources-block .form--inline .form-type-select {
    float: right;
    clear: none;
  }
  #views-exposed-form-resources-resources-block input[type="radio"] + label {
    padding: 8px 6px;
  }
  #views-exposed-form-resources-resources-block select {
    min-width: 100px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #views-exposed-form-resources-resources-block input[type="radio"] + label {
    padding: 8px 12px;
  }
  #views-exposed-form-resources-resources-block select {
    min-width: 125px;
  }
}

*.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;  
}
*.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
*.pb6 {
  padding-bottom: 8rem !important;
}
*.ph6-l {
  padding-left: 8rem;
  padding-right: 8rem;
}
*.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.mt4 {
  margin-top: 2rem;
}
.mb4 {
  margin-bottom: 2rem;
}
.mb5 {
  margin-bottom: 4rem;
}
.lh-copy {
  line-height: 1.5 !important;
}
@media (min-width: 992px) {
  *.ph7-l {
    padding-left: 16rem;
    padding-right: 16rem;
  } 
  *.pv7-l {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
}
*.pt3 {
  padding-top: 1rem;
}
*.ph5-m {
  padding-left: 4rem;
  padding-right: 4rem;
}
*.pt5 {
  padding-top: 4rem !important;
}
.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}
.pos-r {
  position: relative;
  z-index: 99;
}
