/*!
 * Site Footer
 *
 * This contains all menu, footer css, including media queries
 */

/* Site Footer
---------------------------------------------------------------------------- */

/*========================================================
 * Footer Menu
 *
 * all sizes
 */

.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/*========================================================
 * Footer Widgets
 *
 * all sizes
 */


.footer-widgets {
  border-top: 1px solid var(--ido--color--grey-light);
  background-color: var(--ido--color--white);
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}


/*========================================================
 * Site Footer
 *
 * all sizes
 */


.site-footer {
  background-color: var(--ido--color--grey-dark);
  color: var(--ido--color--white);
  font-family: 'HelveticaNowProTextRegular', sans-serif;
  font-size: var(--ido--font-size--small);
  padding: 48px 0 16px;
  width: 100%;
}

.site-footer > .wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: calc( var(--ido--spacing--1-unit) * 4);
}

.site-footer p {
  margin-bottom: 0;
}

.ido-site-footer__nav-menu-list-wrap {
  max-width: 20%;
  padding: 0 16px;
}

.ido-site-footer__nav-menu-list-title {
  color: var(--ido--color--white);
  font-size: var( --ido--font-size--small );
}

.ido-site-footer__nav-menu-list {
  margin: 24px 0;
}

.ido-site-footer__nav-menu-list-item {
  margin: 8px 0;
}

.ido-site-footer__nav-menu-link {
  display: inline-block;
  font-family: 'HelveticaNowProTextRegular', sans-serif;
  font-size: var( --ido--font-size--small );
  line-height: 1.2;
  font-weight: 600;
}

.ido-site-footer__nav-menu-link,
.ido-site-footer__nav-menu-link:hover,
.ido-site-footer__nav-menu-link:focus {
  color: #B7B4B9;
  text-decoration: none;
}

.ido-site-footer .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -16px;
  width: calc( 100% + 32px );
}

.ido-site-footer .menu a {
  text-decoration: none;
}


.ido-site-footer .menu > .menu-item {
  max-width: 20%;
  padding: 0 16px;
}


.ido-site-footer .menu > .menu-item > a {
  color: var(--ido--color--white);
  font-family: "urbane", sans-serif;
  font-size: var( --ido--font-size--small );
  font-weight: 600;
  line-height: 1.2;

}

.ido-site-footer .sub-menu {
  margin: 24px 0 40px;
}

.ido-site-footer .sub-menu li {
  margin: 8px 0;
}

.ido-site-footer .sub-menu a {
  display: inline-block;
  font-family: 'HelveticaNowProTextRegular', sans-serif;
  font-size: var( --ido--font-size--small );
  line-height: 1.2;
  font-weight: 600;
}


.ido-site-footer .sub-menu a,
.ido-site-footer .sub-menu a:hover,
.ido-site-footer .sub-menu a:focus {
  color: #B7B4B9;
  text-decoration: none;
}

.ido-site-footer__row--2 {
  margin-top: 16px;
}

.ido-site-footer__certifications-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 -8px;
  width: calc(100% + 16px);
}

.ido-site-footer__certifications-list-item {
  padding: 8px 16px;
}

.ido-site-footer__certifications-image {
  height: 30px;
  max-width: none;
}

.ido-site-footer__row--3 {
  border-bottom: 1px solid #57505B;
  border-top: 1px solid #57505B;
  margin: 48px 0;
  padding: 48px 0;
}

.ido-site-footer__sign-up-form-text {
  padding: 4px 32px 0 0;
  width: 33.33%;
}

.ido-site-footer__sign-up-form-wrap {
  display: flex;
  font-family: 'HelveticaNowProTextRegular', sans-serif;
}

.ido-site-footer__sign-up-form-title {
  color: var(--ido--color--white);
  margin-bottom: 1.2em;
}

.ido-site-footer__sign-up-form-subtitle {
  font-size: var( --ido--font-size--regular );
}

.ido-site-footer__sign-up-form {
  width: 66.66%;
}

.ido-site-footer form  {
  display: flex;
  flex-wrap: wrap;
}

.ido-site-footer form > div .hs-richtext strong {
  display: none;
}

.ido-site-footer .hs_email {
  width: 290px;
}

.ido-site-footer .legal-consent-container {
  color: #B7B4B9;
  font-size: var( --ido--font-size--small );
  margin-top: 16px;
  order: 10;
  width: 100%;
}

.ido-site-footer .legal-consent-container a {
  color: #B7B4B9;
}

.ido-site-footer label {
  color: var(--ido--color--white);
  font-size: var( --ido--font-size--small );
}

.ido-site-footer .hs-error-msgs label {
  color: var(--ido--color--coral-regular );
}

.ido-site-footer .hs-form input[type=checkbox] {
  background: #3F3743;
}

.ido-site-footer .hs-input[name="email"] {
  background: #3F3743;
  border: #3F3743;
  color: var( --ido--color--white );
  height: 56px;
}

.ido-site-footer .hs_blog_subscription {
  margin-top: 41px;
  padding: 0 16px;
}

.ido-site-footer .hs-form-booleancheckbox-display {
  align-items: center;
  display: flex;
}

.ido-site-footer .hs-form input[type=checkbox] {
  height: 24px;
  margin: 0;
  width: 24px;
}

.ido-site-footer .hs-form input[type=checkbox] + span {
  padding-left: 16px;
}

.ido-site-footer .hs-form input[type=checkbox] + span {
  color: var( --ido--color--white );
}


.ido-site-footer .hs_submit {
  margin-left: auto;
  margin-top: 26px;
}

.ido-site-footer .hs-button {
  align-items: center;
  background-color: var( --ido--color--yellow-regular );
  border: 1px solid var( --ido--color--yellow-regular );
  color: var( --ido--color--grey-dark );
  display: flex;
  font-size: var(--ido--font-size--small);
  font-weight: 300;
  justify-content: center;
  min-height: 56px;
  padding: 8px 24px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  width: 176px;
}

.ido-site-footer  .hs-button:hover {
  background-color: rgba(0,0,0,0);
  border: 1px solid var( --ido--color--white);
  color: var( --ido--color--white );
}

.ido-site-footer__row--4 {
  display: flex;
  justify-content: space-between;
  margin: 48px 0 40px;
}

.ido-site-footer__social {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ido-site-footer__social-list {
  display: flex;
}

.ido-site-footer__social-link {
  display: inline-block;
  padding: 16px 0 16px 16px;
}

.ido-site-footer__social-link svg {
  height: 24px;
  width: 24px;
}

.ido-site-footer .ido-site-footer__row--5,
.ido-site-footer .ido-site-footer__row--5 a {
  color: #B7B4B9;
  text-decoration: none;
}

.ido-site-footer .ido-site-footer__row--5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ido-site-footer__copyright {
  padding-right: 16px;
}

.ido-site-footer__legal-nav-menu-list {
  display: flex;
  margin: 0 -16px;
}

.ido-site-footer__legal-nav-menu-link {
  display: inline-block;
  padding: 0 16px 16px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {


  /* Footer Widgets
  --------------------------------------------- */

  .footer-widgets .wrap {
    max-width: 1140px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3);
  }

}

@media (max-width: 1100px) {

/*========================================================
 * Footer
 *
 * 0-1100
 */

  .ido-site-footer__sign-up-form-text {
    width: 25%;
  }

  .ido-site-footer__sign-up-form {
    width: 75%;
  }

  .ido-site-footer .ido-site-footer__row--5 {
    justify-content: center;
  }

  .ido-site-footer__legal {
    width: 100%;
  }

  .ido-site-footer__legal-nav-menu-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ido-site-footer__copyright {
    padding: 16px 0 8px;
    order: 2;
    width: 100%;
    text-align: center;
  }

}/* end of 0-1100 */


@media (max-width: 1024px) {


/*========================================================
 * Footer
 *
 * 0-1024
 */



  .ido-site-footer .menu {
    justify-content: flex-start;
  }

  .ido-site-footer .menu > .menu-item {
    max-width: none;
    width: 33.33%;
  }

  .ido-site-footer .sub-menu li {
    margin: 8px 0;
  }


  .ido-site-footer .sub-menu a {
    line-height: 1.3;
    padding: 8px 0;
  }

  .ido-site-footer__certifications-list {
    justify-content: center;
  }

  .ido-site-footer__sign-up-form-wrap {
    flex-wrap: wrap;
  }

  .ido-site-footer__sign-up-form-text {
    padding: 0 0 24px 0;
    width: 100%;
  }

  .ido-site-footer form {
    justify-content: space-between;
  }

  .ido-site-footer__sign-up-form {
    width: 100%;
  }

  .ido-site-footer .hs_submit {
    margin-left: 0;
  }

  .ido-site-footer .hs_email {
    width: calc(100vw - 500px);
  }

  
} /* end of 0-1024 */


@media (max-width: 768px) {

/*========================================================
 * Footer
 *
 * 0-768
 */

  .ido-site-footer form {
    justify-content: center;
  }

  .ido-site-footer__sign-up-form {
    margin: 0 auto;
    max-width: 100%;
    width: 500px;
  }

  .ido-site-footer__sign-up-form-text {
    padding: 0 0 32px 0;
    text-align: center;
  }

  .ido-site-footer .hs_email {
    max-width: 100%;
    width: 500px;
  }

  .ido-site-footer .hs_blog_subscription {
    margin-top: 31px;
  }

  .ido-site-footer .hs_submit {
    margin-top: 16px;
  }

} /* end of 0-768 */


@media (max-width: 600px) {

/*========================================================
 * Footer
 *
 * 0-600
 */

  .ido-site-footer .menu > .menu-item {
    width: 50%;
  }

  .ido-site-footer__sign-up-form {
    width: 100%;
  }

  .ido-site-footer .hs_email {
    max-width: 100%;
    width: calc(100vw - 40px);
  }

  .ido-site-footer .legal-consent-container {
    margin-top: 32px;
  }

} /* end of 0-600 */


@media (max-width: 500px) {

/*========================================================
 * Footer
 *
 * 0-500
 */


  .ido-site-footer .menu > .menu-item {
    width: 100%;
  }



} /* end of 0-500 */
