/*
  STICKY FOOTER
  Forces footer to bottom of page if not enough content on screen to fill height
*/
html, body {
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -136px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.footer, .page-wrap:after {
  height: 136px;
}

/* END STICKY FOOTER */
.path-frontpage .footer,
.path-frontpage .region-footer {
  /*display: none;*/
}
.jillian-michaels-footer .footer-blocks {
  padding-top: 39px;
}

.jillian-michaels-footer .copyright-container {
  white-space: nowrap;
  margin-top: -16px;
  height: 100px;
}

.jillian-michaels-footer .copyright-container .copyright a {
  color: #000;
}

.jillian-michaels-footer .copyright-container .share {
  text-align: right;
}

.jillian-michaels-footer .copyright-container .share a {
  color: rgba(0,0,0,0.4);
  margin-left: 28px;
}

@media (max-width: 410px){
  .jillian-michaels-footer .copyright-container .share a {
    margin-left: 0px;
  }
}

.jillian-michaels-footer .copyright-container .share a i {
  font-size: 28px;
}

.jillian-michaels-footer .support-container {
  position: relative;
  height: 100%;
  margin-top: 32px;
}

.jillian-michaels-footer .support-container hr {
  margin: 73px 0;
  border-top: solid 2px #979797;
}

.jillian-michaels-footer .support-container img {
  position: absolute;
  right: 0;
  top: -16px;
  height: 212px;
  width: 212px;
  max-height: 212px;
  max-width: 212px;
}

.footer-logo-container {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*padding-top: 20px;*/
}

.footer-logo-container img {
  height: 40px;
  width: auto;
}

.jillian-michaels-footer .links-container {
  padding-right: 16px;
  /*background: #FFFFdd;*/
}

.jillian-michaels-footer .recent-blog {
  padding-left: 16px;
  /*background: #FFFFf0;*/
}

.jillian-michaels-footer .newsletter .header {
  font-weight: 500;
}

.jillian-michaels-footer .newsletter .button {
  background: #F44945;
  border-radius: 2px;
  border:none;
  font-size: 18px;
  color: #FFF;
  letter-spacing: -0.03px;
  /*line-height: 19px;*/
  padding: 9px 24px;
  margin: 18px 0 12px 0;
  cursor: pointer;
  display: inline-block;
  height: auto;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
  width: 350px;
  height: 61px;
  border-radius: 30.5px;
  box-shadow: 1px 7px 41px -8px rgba(150, 43, 41, 0.31);
}
.jillian-michaels-footer .newsletter .button:hover {
  color: #FFF;
  border-color: #F44945;
  border: none;
  text-decoration: none;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}

.jillian-michaels-footer .recent-blog .blog {
  position: relative;
}

.jillian-michaels-footer .recent-blog .blog .images-container {
  position: absolute;
  top: 0;
  left: 0;
}

.jillian-michaels-footer .recent-blog .blog .image-container {
  height: 304px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 23px 42px 0 rgba(0, 0, 0, 0.15);
}

.jillian-michaels-footer .recent-blog .blog .image-container .overlay:before {
  border-radius: 16px;
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.jillian-michaels-footer .recent-blog .title-container {
  z-index: 10;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.jillian-michaels-footer .recent-blog .title-container p {
  font-size: 16px;
  margin: 0;
  color: #FFF;
}

.jillian-michaels-footer .recent-blog .header-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.jillian-michaels-footer .recent-blog .header, .jillian-michaels-footer .recent-blog .view-all {
  margin: auto 0 0 0;
  font-size: 12px;
}

.jillian-michaels-footer .recent-blog a:hover {
  text-decoration: none;
}

.jillian-michaels-footer .recent-blog .header {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.jillian-michaels-footer .recent-blog .view-all {
  color: #6d7278;
}

.download-the-app {
  padding: 48px 0 128px 0;
  text-align: center;
 }

@media (max-width: 1000px) {
  .download-the-app {
    padding-bottom: 48px;
  }
}

.download-the-app .images-container {
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-the-app img {
  width: 200px;
  height: auto;
  margin-left: 16px;
  -webkit-filter: drop-shadow(0 0 16px rgba(0,0,0,0.1));
  filter: drop-shadow(0 0 16px rgba(0,0,0,0.1));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  background-color: white;
}

.footer-blocks {
  text-align: center;
}

/*@media (max-width: 550px) {*/
/*  .footer-one,*/
/*  .footer-two,*/
/*  .footer-three {*/
/*    padding: 0 30px;*/
/*  }*/
/*}*/

.footer-blocks h2 {
  font-weight: bold;
  font-size: 25px;
  color: #333;
  letter-spacing: -0.29px;
  padding-bottom: 39px;
}

.footer-two .content {
  text-align: left;
}
.footer-two label {
  font-weight: lighter;
  font-size: 17px;
  color: #666;
  letter-spacing: 0.15px;
  line-height: 20px;
  margin-top: 5px;
}
.footer-two .form-item,
.footer-two .form-item input {
  margin: 0;
}
.footer-two .button {
  background: #F44945;
  border-radius: 2px;
  border:none;
  font-size: 13px;
  color: #FFF;
  letter-spacing: -0.03px;
  line-height: 19px;
  padding: 9px 24px;
  margin: 18px 0 12px 0;
  cursor: pointer;
  display: inline-block;
  height: auto;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
.footer-two .button:hover {
  color: #FFF;
  border-color: #F44945;
  border: none;
  text-decoration: underline;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}

.footer-three p {
  font-size: 15px;
  color: #333;
  letter-spacing: -0.17px;
  padding: 0 12px 16px 12px;
  margin-bottom: 0;
  line-height: 17px;
}
.footer-three .button {
  color: #F44945;
  cursor: pointer;
  display: block;
  height: auto;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.17px;
  text-transform: none;
  text-decoration: none;
  border: none;
  margin: 0;
}
.footer-three .button:after {
   font-family: FontAwesome;
   content: "  \f105";
}

.footer-credits nav {
  margin: 42px 0 48px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.footer-credits {
  flex: 1;
  margin-right: 2%;
}

.news-credits-container {
  display: flex;
  justify-content: space-between
}

@media (max-width: 1000px) {
  .news-credits-container {
    flex-direction: column;
    margin-left: 10% !important;
  }

  .jillian-michaels-footer .newsletter .button {
    width: 80%;
    border-radius: 0px;
  }
}



@media only screen and (max-width: 1024px) {
  .footer-credits nav {
    margin: 32px 30px 48px 0px;
  }
}

.footer-credits nav li {
  list-style-type: none;
  font-size: 14px;
  width: 100%;
  padding-bottom: 16px;
}
.footer-credits nav a {
  text-decoration: none;
  color: darkgrey;
}

.credit-info {
  margin-bottom: 20px;
  font-size: 10px;
  padding: 0 30px;
  color: #A9A9A9;
}
.credit-info a {
  text-decoration: none;
  color: #A9A9A9;
}

/*
  SHARE ICONS
*/
#share-icons {
  /*margin: 2rem 0;*/
  font-size: 36px;
}

.share-icons-lane {
  width: 100%;
  padding-top: -1rem;
  padding-bottom: 29px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.share-half-top,
.share-half-bottom {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

/* Fonticons provided by: http://fortawesome.github.io/Font-Awesome/ */
/* Fonticons search can be found here: http://fortawesome.github.io/Font-Awesome/icons/ */
.social-links a {
  /*display: inline-block;*/
  /*margin-right: 7px;*/
  padding: 1rem;
  width: 46.28px; /* width of the G+ icon for uniformity */
  line-height: 1;
}
.social-links .fa {
  color: #333;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}

/* Hover effects. */
.social-links .fa:hover,
.social-links .fa:focus {
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
/* facebook */
.social-links .fa.fa-facebook:hover,
.social-links .fa.fa-facebook:focus {
  color: #3c5a99;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
/* twitter */
.social-links .fa.fa-twitter:hover,
.social-links .fa.fa-twitter:focus {
  color: #28aae1;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
/* google */
.social-links .fa.fa-google-plus:hover,
.social-links .fa.fa-google-plus:focus {
  color: #dd4b39;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
/* vimeo */
.social-links .fa.fa-vimeo:hover,
.social-links .fa.fa-vimeo:focus {
  color: #aad450;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
/* youtube */
.social-links .fa.fa-youtube:hover,
.social-links .fa.fa-youtube:focus {
  color: #bb0000;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
/* instagram */
.social-links .fa.fa-instagram:hover,
.social-links .fa.fa-instagram:focus {
  color: #125688;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
.social-links .fa.fa-pinterest:hover,
.social-links .fa.fa-pinterest:focus {
  color: #d0343a;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}


/* Mobile first queries */

/* Larger than desktop */
@media (max-width: 1000px) {
  .jillian-michaels-footer .copyright-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .jillian-michaels-footer .copyright-container .share {
    width: 100%;
    text-align: center;
    margin: 32px 0 32px 0;
  }

  .jillian-michaels-footer .copyright-container {
    /*height: 200px;*/
    height: 20%;
  }

  .jillian-michaels-footer .copyright-container .copyright {
    margin: 0 0 32px 0;
    text-align: center;
    width: 100%;
    font-size: 0.8em;
  }

  .jillian-michaels-footer .support-container img {
    top: -32px;
    height: 106px;
    width: 106px;
  }
  .jillian-michaels-footer .support-container hr {
    margin: 32px 0;
    display: none;
  }
  .jillian-michaels-footer .copyright-container .share a {
    color: rgba(0,0,0,0.4);
    margin-right: 28px;
  }

  @media (max-width: 410px) {
    .jillian-michaels-footer .copyright-container .share a {
      margin-right: 0px;
    }
  }

  .footer-credits nav li {
    width: 50%;
  }
  .links-blog-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .links-blog-container .links-container {
    width: 80%;
    flex: 1;
    margin: 64px auto 0 auto;
  }
  .links-blog-container .recent-blog {
    width: 80%;
    flex: 1;
    margin: 0 auto;
    padding-left: 0;
  }
}

@media (max-width: 550px) {
  .download-the-app img {
    width: 100px;
    height: auto;
  }
}

.columns {
  box-sizing: unset;
}

@media (max-width: 410px){
  .share {
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 1000px) {
  .center {
    text-align: left;
    margin-left: 10% !important;
  }
}

.GetTheLatest {
  background-image: url("../images/front-page/design-2022-images/Links/Background.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 35vh;
  line-height: 1;
  position: relative;
}

.SignUpText {
  color: white;
  font-size: 3.5em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-align: center;
}

.SubscribeButton {
  height: 100%;
  padding: 0 20px;
  display: flex;
  background-color: #F44945;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  min-width: 90px;
}

.new-footer-credits {
  width: 50%;
}

#block-system-menu-block-footer-about-menu, #block-system-menu-block-footer-support-menu {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

.footer-links-container {
  width: 80vw;
  height: 40vh;
  display: flex;
  margin: auto;
  margin-top: 30px;
}

.footer-links-left-container, .footer-links-right-container {
  display: flex;
  flex: 1;
  /*flex-direction: column;*/
}

.get-the-app-container {
  margin: 42px 0 48px 0;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

.footer-logo {
  width: 50%;
  /*height: 20%;*/
  margin-top: 42px;
}

.footer-links-left-container {
  flex-direction: column;
  align-items: flex-start;
}

.email-address-input {
  height: 100%;
  border-radius: unset !important;
  width: 30vw !important;
}

@media (max-width: 550px) {
  .SignUpText {
    font-size: 2.5em;
  }

  .email-address-input {
    width: 100% !important;
  }

  .footer-links-container {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .get-the-app-container {
    /*display: none;*/
    margin: 0 0 48px 0;
  }

  .footer-links-right-container {
    flex-direction: column;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .get-the-app-container {
    margin-top: 32px;
  }
}

@media (min-width: 550px) and (max-width: 1024px) {
  .footer-links-container {
    width: 90vw;
  }
}

.social-icon {
  margin-right: 10px;
}



@media (max-width: 800px) {
  .SubscribeButton {
    border-radius: 5px;
    padding: 15px 0px;
    width: 60vw;
  }

  .email-address-input {
    width: 80vw !important;
    border-radius: 5px !important;
    padding: 15px !important;
  }

  .subscribe-section {
    flex-direction: column;
    align-items: center !important;
  }
}

.SubscribeResponse {
  position: absolute;
  width: 90%;
  max-width: 500px;
  height: 60%;
  max-height: 200px;
  z-index: 100;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0px 5px 10px 0px #0000000d;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: grey;
}

.loader {
  border: 4px solid #F44945;
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 800px) {
  .loader {
    border: 2px solid #F44945;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    width: 11px;
    height: 11px;
  }
}
