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

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


.site-footer {
  background-color: var(--sg--color--grey-dark);
  color: #B7B4B9;
  font-family: var( --sg--font-family--main ), sans-serif;
  font-size: var(--sg--font-size--small);
  padding: 16px 0;
  width: 100%;
}

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

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

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



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

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

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

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

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

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




/*

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

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


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


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

}

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

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

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


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










.sg-site-footer__row--2 {
  margin-top: 40px;
}

.sg-site-footer__columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var( --sg--spacing--1-unit ) * 3 * -1);
}

.sg-site-footer__column-wrap {
  padding: 0 calc(var( --sg--spacing--1-unit ) * 3);
  width: 25%;
}

.sg-site-footer__column-wrap--1 {
  width: 50%;
}

.sg-site-footer__column-wrap--full-width {
  width: 100%;
}

.sg-site-footer__column-wrap--3 {
  
}

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

.sg-site-footer__title {
  color: var( --sg--color--grey-light );
  margin-bottom: 16px;
  margin-top: 8px;
}


.sg-site-footer__text a,
.sg-site-footer__text a:focus {
  color: var( --sg--color--grey-light );
  text-decoration: none;
}

.sg-site-footer__text a:hover {
  color: var(--sg--color--white);
  text-decoration: none;
}


.sg-site-footer__nav-list-item {
/*  padding: 8px 0;*/
}


a.sg-site-footer__nav-list-item-link {
  display: inline-block;
  font-family: var( --sg--font-family--main ), sans-serif;
  font-size: var( --sg--font-size--regular );
  line-height: 1.2;
  padding: 8px 0;
  font-weight: 600;
}

a.sg-site-footer__nav-list-item-link,
a.sg-site-footer__nav-list-item-link:focus {
  color: var( --sg--color--grey-light );
  text-decoration: none;
}

a.sg-site-footer__nav-list-item-link:hover {
  color: var(--sg--color--white);
}

/*

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

.sg-site-footer .sub-menu a {
  
}

*/



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

.sg-site-footer__sign-up-form-wrap {
  display: flex;
  font-family: var( --sg--font-family--main ), sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.sg-site-footer .hs-button {
  align-items: center;
  background-color: var( --sg--color--yellow-regular );
  border: 1px solid var( --sg--color--yellow-regular );
  color: var( --sg--color--grey-dark );
  display: flex;
  font-size: var(--sg--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;
}

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

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

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

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

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

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



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

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

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

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

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


/*========================================================
 * 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(--sg--color--grey-light);
  background-color: var(--sg--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;
}



/*========================================================
 * wpml plugin language switcher
 *
 * all sizes
 */

.sg-site-footer__nav-list-item--language-switcher {
/*  padding: 8px 0;*/
}

.sg-site-footer__nav .wpml-ls-item {
  position: relative;
}

.sg-site-footer__nav .wpml-ls-item + .wpml-ls-item::before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: var( --sg--color--grey-light );;
  top: 11px;
  height: 16px;
  left: -1px;
  margin: 0;
}

.sg-site-footer__nav .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}

.sg-site-footer__nav .wpml-ls-legacy-list-horizontal > ul {
  align-items: center;
  display: flex;
}

.sg-site-footer__nav .wpml-ls-legacy-list-horizontal a {
  color: var( --sg--color--grey-light );
  display: inline-block;
  font-size: var( --sg--font-size--regular );
  font-family: var( --sg--font-family--main ), sans-serif;
  font-weight: 600;
  line-height: 1.2;
  padding: 7px 14px 8px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}


.sg-site-footer__nav .wpml-ls-legacy-list-horizontal li:first-child a {
  padding-left: 0;
}


.sg-site-footer__nav .wpml-ls-legacy-list-horizontal a:focus {
  color: var( --sg--color--grey-light );
  font-size: var( --sg--font-size--regular );
}

.sg-site-footer__nav .wpml-ls-legacy-list-horizontal a:hover {
  color: var( --sg--color--white );
  position: relative;
  text-decoration: none;
}

.sg-site-footer__nav .wpml-ls-legacy-list-horizontal a span {
  display: inline-block;
  line-height: 1.2;
  position: relative;
}

/*.sg-site-footer__nav .wpml-ls-legacy-list-horizontal a span::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: auto;
  top: 22px;
  background: var( --sg--color--purple-regular );
  width: 0;
  height: 2px;
  transition: all .3s ease-in-out;
}

.sg-site-footer__nav .wpml-ls-legacy-list-horizontal a:hover span::before {
  left: 0;
  right: 0;
  width: 100%;
}*/





@media (min-width: 1025px) {

/*========================================================
 * Footer Widgets
 *
 * 1025-infitity
 */

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

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


} /* end of 1025-infinity */




@media (max-width: 1100px) {

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


 /* .sg-site-footer__sign-up-form-text {
    width: 25%;
  }

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

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

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

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

  .sg-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
 */



/*  .sg-site-footer .menu {
    justify-content: flex-start;
  }

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

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


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

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

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

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

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

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

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

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

 

/*========================================================
 * wpml plugin language switcher in footer
 *
 * 0-1024
 */

/*  .sg-site-footer__nav .wpml-ls-item + .wpml-ls-item::before {
    top: 16px;
  }

  .sg-site-footer__nav .wpml-ls-legacy-list-horizontal a {
    font-size: 16px;
    display: block;
    margin: 0;
    padding: 10px 16px 10px;
    color: var(--sg--color--grey-dark);
    cursor: pointer;
    font-weight: 600;
  }

  .sg-site-footer__nav .wpml-ls-legacy-list-horizontal li:first-child a {
    padding-left: 0;
  }


  .sg-site-footer__nav .wpml-ls-legacy-list-horizontal a:focus {
    color: var(--sg--color--grey-dark);
  }

  .sg-site-footer__nav .wpml-ls-legacy-list-horizontal a:hover {
    color: var(--sg--color--grey-dark);
  }

  .sg-site-footer__nav .wpml-ls-legacy-list-horizontal a span {
    display: inline-block;
    line-height: 1.5;
    position: relative;
  }*/

/*  .sg-site-footer__nav .wpml-ls-legacy-list-horizontal a span::before {
    display: none;
  }

  .sg-site-footer__nav .wpml-ls-legacy-list-horizontal a:hover span::before {
    width: 0;
  }*/







} /* end of 0-1024 */



@media (max-width: 1000px) {

/*========================================================
 * Footer
 *
 * 0-1000
 */



} /* end of 0-1000 */

@media (max-width: 900px) {

/*========================================================
 * Footer
 *
 * 0-900
 */



} /* end of 0-900 */

@media (max-width: 782px) {

/*========================================================
 * Footer
 *
 * 0-782
 */



} /* end of 0-782 */


@media (max-width: 768px) {

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

/*  .sg-site-footer form {
    justify-content: center;
  }

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

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

  .sg-site-footer .hs_email {
    max-width: 100%;
    width: 500px;
  }*/

/*  .sg-site-footer .hs_blog_subscription {
    margin-top: 31px;
  }

  .sg-site-footer .hs_submit {
    margin-top: 16px;
  }*/

  .sg-site-footer__column-wrap {
    width: 50%;
  }

  .sg-site-footer__column-wrap--1 {
    margin-top: 40px;
    order: 3;
    width: 100%;
  }

  .sg-site-footer__row--2 {
    margin-top: 8px;
  }




} /* end of 0-768 */



@media (max-width: 600px) {

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

  /*.sg-site-footer .menu > .menu-item {
    width: 50%;
  }

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

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

  .sg-site-footer .legal-consent-container {
    margin-top: 32px;
  }*/



} /* end of 0-600 */


@media (max-width: 500px) {

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


/*  .sg-site-footer .menu > .menu-item {
    width: 100%;
  }
*/

/*  .sg-site-footer .hs_blog_subscription {
    margin-top: 31px;
  }

  .sg-site-footer .hs_submit {
    margin-top: 16px;
  }*/

  .sg-site-footer__column-wrap {
    
    width: 100%;
  }

/*  .sg-site-footer__column-wrap--1 {
    margin-top: 40px;
    padding: 0;
    order: 3;
    width: 100%;
  }

  .sg-site-footer__row--2 {
    margin-top: 8px;
  }
*/

} /* end of 0-500 */



@media (max-width: 400px) {

/*========================================================
 * Footer
 *
 * 0-400
 */



} /* end of 0-400 */
