.hide-desktop { display: none; }

.valign { display: inline-block; height: 100%; vertical-align: middle; width: 0; margin: 0; padding: 0; }
.title { font-size: 40px; line-height: 110%; }

.wrap-new {
  max-width: 1270px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.wrap-new:after {
  content: "";
  display: table;
  clear: both;
}
#footer-new {
  background: #242424;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 50px 0 20px;
  font-family: "RedRing-Medium";
}
#footer-new a {
  font-weight: normal;
}
#footer-new h2 {
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-family: "RedRing-Medium";
}
#footer-new .footer-nav  {
  color: #999999;
  overflow: hidden;
}
#footer-new .col {
  float: left;
  margin: 0 0 30px;
}
#footer-new .col-1 {
  width: 140px;
}
#footer-new .col-2 {
  width: 160px;
}
#footer-new .col-3 {
  width: 150px;
}
#footer-new .col-4 {
  width: 120px;
}
#footer-new .col-4 a {
  color: #f15623!important;
}
#footer-new .col.share-nav-item {
    display: none;
}

#footer-new .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-new .footer-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-new .footer-nav a {
  color: #999999;
  font-weight: normal;
}
#footer-new .footer-nav a:hover {
  color: #f15623;
  text-decoration: none;
}
#footer-new .library-login {
  margin: 0 0 10px;
}
#footer-new .library-login a:hover {
  text-decoration: none;
}
#footer-new .copyright {
  font-size: 12px;
  line-height: 16px;
  font-family: "RedRing-Regular";
}

#footer-new .buttons {
  position: absolute;
  right: 10px;
  top: 0;
}
#footer-new .buttons a {
  display: block;
  width: 370px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: "RedRing-Bold";
  margin: 0 0 15px;
}
#footer-new .buttons a:hover {
  text-decoration: none;
}
#footer-new .join {
  background: #f15623;
}
#footer-new .join:hover {
  background: #ef4036;
}
#footer-new .share {
  background: #0099ff;
}
#footer-new .share:hover {
  background: #0089e4;
}



#header-new {
  background: #242424;
  position: relative;
  z-index: 99;
}
#header-new a {
  font-weight: normal;
}

#header-new .logo {
  float: left;
  width: 124px;
  height: 64px;
  background: url(../img/logo-home-matters1.png) no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
#header-new .wrap-new .menu-toggle { display: none;}
#header-new .logo:hover {
  background-position: 0 100%;
}

#header-new-nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-new-nav > li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  float: left;
}
#header-new-nav > li.login-nav,
#header-new-nav > li.log-out-url{display:none}

#header-new-nav > li:hover {
  position: relative;
}
#header-new-nav > li > a {
  font-size: 19px;
  display: block;
  line-height: 64px;
  padding: 0 25px;
  font-family: "RedRing-Bold";
  color: #fff;
}
#header-new-nav > li > a:hover {
  color: #f15623;
  text-decoration: none;
}

#header-new-nav > li.nav-green > a,
#header-new-nav > li.nav-green > a {
    color:#2aae71;
}
#header-new-nav > .join-nav-item:hover > a {
    color: #fff;
}
#header-new-nav li:hover ul {
  display: block;
}

#header-new-nav ul {
  display: none;
  position: absolute;
  left: 0;
  top: 64px;
  padding: 10px 25px 20px;
  margin: 0;
  width: 170px;
  background: rgba(36,36,36,0.9);
}
#header-new-nav ul li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  font-family: "RedRing-Medium";
  padding: 0;
  margin: 0;
}
#header-new-nav ul a {
  color: #fff;
}
#header-new-nav ul a:hover {
  color: #f15623;
  text-decoration: none;
}
#header-new-nav ul li:last-child {
  border-bottom: 3px solid #f96006;
  padding-bottom: 10px;
}


#home-how-transform {
     text-align: center;
     background: #fff;
     padding: 40px 0 20px;
}
#home-how-transform a {
  display: inline-block;
  font-size: 40px;
  color: #242424;
  font-family: "RedRing-Medium";
  line-height: 110%;
  height: 100%;
  font-weight: 400;
  padding-bottom: 20px;
  background: url(../img/dots.png) center bottom no-repeat
}

#home-how-transform a:hover { text-decoration: none; }

#home-boxes {
  position: relative;
  padding: 50px 0;
  background: #242424;
}
#home-boxes a {
  font-weight: normal;
}

#home-boxes .box-big {
  float: left;
  width: 40%;
  max-width: 500px;
  position: relative;
  box-sizing: border-box;
}
#home-boxes .box-big a,
#home-boxes .box-big a img { width: 100%; }
#home-boxes .box-big .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(36,36,36,.5);
  font-family: "RedRing-Regular";
  color: #fff;
  height: 80px;
  box-sizing: border-box;
  z-index: 9;
}
#home-boxes .box-big .info p {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
#home-boxes .box-big .info p img {  max-height: 100%; }
#home-boxes .box-big .info span { display: inline-block; vertical-align: middle; margin-left: 30px;  }
#home-boxes .box-big .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(36,36,36,0.3);
}
#home-boxes .box-big .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  width: 131px;
  height: 131px;
  background: url(../img/play-btn-2.png) no-repeat;
}
#home-boxes .box-big a:hover .btn-play {
  background-position: 0 100%;
}

#home-boxes .box {
  float: left;
  width: 20%;
  max-width: 250px;
  position: relative;
  box-sizing: border-box;
  background: none;
  border: 0;
  padding: 0;
}
#home-boxes .box p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px 0 20px;
  height: 80px;
  box-sizing: border-box;
  color: #fff;
  font-family: "RedRing-Medium";
  font-size: 14px;
  line-height: 18px;
  z-index: 9;
  margin: 0;
}
#home-boxes .box .ico {
  display: block;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}


#home-boxes .box .ico-pencil {
  background: url(../img/home-ico-pencil.png) 50% 50% no-repeat;
}
#home-boxes .box .ico-play_link,
#home-boxes .box .ico-play {
  background: url(../img/home-ico-play.png) 50% 50% no-repeat;
}
#home-boxes .box .ico-tick {
  background: url(../img/home-ico-tick.png) 50% 50% no-repeat;
}
#home-boxes .box .ico-quote {
  background: url(../img/home-ico-quote.png) 50% 50% no-repeat;
}
#home-boxes .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}
#home-boxes .box .bg-yellow {
  background: #febf0f;
}
#home-boxes .box .bg-lime {
  background: #8dc63f;
}
#home-boxes .box .bg-orange {
  background: #f15623;
}
#home-boxes .box .bg-pink {
  background: #d91c5c;
}
#home-boxes .box .bg-green {
  background: #11b669;
}
#home-boxes .box img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#home-boxes .box:hover img {
  -webkit-filter: none;
  filter: none;
}
#home-boxes .box:hover .bg {
  display: none;
}
#home-boxes .box:hover p {
  background: rgba(36,36,36,0.5);
}

#home-boxes .box-join {
  float: left;
  width: 20%;
  position: relative;
  box-sizing: border-box;
  background: none;
  border: 0;
}
#home-boxes .box-join a {
  color: #fff;
  font-family: "RedRing-Medium";
  font-size: 30px;
}
#home-boxes .box-join a:hover {
  color: #fff!important;
  text-decoration: none;
}
#home-boxes .box-join .link-join {
  color: #ff6633;
  position: absolute;
  left: 10%;
  top: 23%;
}
#home-boxes .box-join .link-share {
  color: #0099ff;
  position: absolute;
  left: 10%;
  top: 40%;
}
#home-boxes .box-join p {
  font-family: "RedRing-Regular";
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  height: 70px;
  left: 10%;
  margin: 0;
  bottom: 0;
}




#home-intro {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-top: 60px;
  box-sizing: border-box;
  background: rgba(255,255,255,.9);
}
#home-intro .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#home-intro h2 {
  font-family: "RedRing-Light";
  font-weight: normal;
  color: #000;
  margin:  0 0 .5em;
}
#home-intro p {
  font-family: "RedRing-Medium";
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 1em;
}
#home-intro .btn-join {
  display: block;
  max-width: 485px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background: #f15623;
  font-size: 30px;
  font-family: "RedRing-Bold";
  margin: 40px auto 0;
}
#home-intro .btn-join:hover {
  background: #ef4036;
  text-decoration: none;
}
#home-intro .intro-close {
  position: absolute;
  bottom: -10px;
  left: 50%;
  font-weight: normal;
  padding: 25px;
  margin-left: -32px;
  color: #f15623;
  font-family: "RedRing-Medium";
}

#home-movement {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}
#home-movement h2 {
  font-family: "RedRing-Medium";
  font-weight: normal;
  color: #000;
  padding: 0;
  margin: 0;
}
#home-movement .btn-join {
  display: inline-block;
  width: 100%;
  max-width: 485px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background: #f15623;
  font-size: 30px;
  font-family: "RedRing-Bold";
  margin: 50px 0
}
#home-movement .btn-join:hover {
  background: #ef4036;
  text-decoration: none;
}
#home-movement p {
  font-family: "RedRing-Regular";
  font-size: 12px;
}
#home-movement p a {
  font-family: "RedRing-Bold";
  font-weight: normal;
  color: #f15623;
  font-size: 11px;
  border-bottom: 1px solid #f15623;
}
#home-movement p a:hover {
  text-decoration: none;
}


#home-potential {
  padding: 40px 0;
  background: #f1f1f1;
}
#home-potential h2 {
  text-align: center;
  font-family: "RedRing-Medium";
  font-weight: normal;
  color: #000;
  padding: 20px 0 30px;
  margin: 0;
}
#home-potential a {
  font-weight: normal;
}
#home-potential .backed {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  text-align: center;
}
#home-potential .backed img {
  vertical-align: middle;
  margin-right: 5px;
}
#home-potential .boxes {
  overflow: hidden;
}
#home-potential .box {
  position: relative;
  padding: 0;
  border: 0;
  float: left;
  width: 20%;
  height: 250px;
  margin: 0 0 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#home-potential .box-health .hover{ background: #ef4036;}
#home-potential .box-education .hover{ background: #d91c5c; }
#home-potential .box-success .hover{ background: #f69322; }
#home-potential .box-safety .hover{ background: #febf0f; }
#home-potential .box-economy .hover{ background: #8dc63f; }
#home-potential .box:hover .hover {
  display: block;
}
#home-potential .hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px 0 25px;
  box-sizing: border-box;
}
#home-potential .hover h3 {
  font-family: "RedRing-Bold";
  font-weight: normal;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 5px;
}
#home-potential .hover p {
  font-family: "RedRing-Medium";
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
#home-potential .hover .tweet-this {
  position: absolute;
  left: 25px;
  bottom: 15px;
  color: #fff;
  font-weight: normal;
  font-family: "RedRing-Medium";
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 25px;
  background: url(../img/tweet-this.png) 0 50% no-repeat;
}

#home-potential .box-health {
  background-image: url(../img/home-icon-health.png);
}

#home-potential .box-education {
  background-image: url(../img/home-icon-education.png);
}

#home-potential .box-success {
  background-image: url(../img/home-icon-success.png);
}

#home-potential .box-safety {
  background-image: url(../img/home-icon-safety.png);
}

#home-potential .box-economy {
  background-image: url(../img/home-icon-economy.png);
}

#open-the-door {background: url(../img/main-bg.png) repeat 0 0 transparent;}
#open-the-door h2 {text-align: center;font-size: 40px;font-weight: 500;-webkit-font-smoothing: antialiased;font-family: RedRing;margin: 80px 0 50px;}
#open-the-door h2 .logo{font-size:29px;color:#f15623;text-transform:uppercase;white-space:nowrap}
#open-the-door h2 .logo img{}
#open-the-door .events {display: flex;justify-content: space-between;}
#open-the-door .events .event{width: 31%;position: relative;background-color: white;text-align: center;display: flex;flex-direction: column;justify-content: space-between;color:black}
#open-the-door .events .event .hover {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #66c192;z-index: 1;display:none}
#open-the-door .events .event .hover .element{height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;color: white;font-size: 22px;font-weight: 400;line-height:normal}
#open-the-door .events .event .hover .element .excerpt{max-height: 80%;overflow: hidden;text-overflow: ellipsis;}
#open-the-door .events .event .top{}
#open-the-door .events .event .bottom{padding:0px 16% 40px}
#open-the-door .events .event .volunteer{width: 66px;height: 66px;background-size: cover;background-position: 50%;position: absolute;right: 15px;top: 15px;z-index:2}
#open-the-door .events .event .top .image{width:100%;height:216px;background-size:cover}
#open-the-door .events .event .top .title{color:#f15623;font-size:22px;font-weight:500;padding-bottom:20px;padding: 20px 16%}
#open-the-door .events .event .bottom .date{font-size:22px;font-weight:500;color:black;padding-bottom:3px}
#open-the-door .events .event .bottom .location{font-size:14px;font-weight:700;}
#open-the-door .events .event .bottom .organization{font-size:14px;font-weight:500;padding-bottom:20px}
#open-the-door .events .event span.lern-more{font-size: 11px;font-weight: 700;color: #f15623;text-transform: uppercase;text-decoration: underline;position: absolute;width: 100%;left: 0;bottom: 20px;z-index:2}
#open-the-door .events .event:hover .hover {display:block}
#open-the-door .events .event:hover span.lern-more {color:white}
#open-the-door .load-more-container {text-align:center;margin:50px 0}
#open-the-door .load-more-container .load-more-btn {display: inline-block;max-width: 100%;line-height: 65px;text-align: center;color: #fff;font-weight: bold;background: #f15623;font-size: 30px;width:490px;text-decoration:none}
#open-the-door .load-more-container .load-more-btn:hover {background-color:#ef4036}

#home-video {
  padding: 35px 0;
  background: url(../img/home-video-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#home-video .info {
  float: left;
  padding: 2% 5% 0 2%;
  width: 50%;
  box-sizing: border-box;
}
#home-video h2 {
  color: #fff;
  font-family: RedRing;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 .5em;
}
#home-video p {
  font-family: RedRing;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 1em;
}

#home-video .video {
  width: 50%;
  float: right;
  position: relative;
}
#home-video .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
#home-video .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  margin: -65px 0 0 -65px;
  width: 131px;
  height: 131px;
  background: url(../img/play-btn-2.png) no-repeat;
}
#home-video a:hover .btn-play {
  background-position: 0 100%;
}

/*NEW TEXT PAGE*/
.middle-container .logos { text-align:  center; padding-bottom: 40px; }
.middle-container .logos a { display: inline-block; vertical-align: middle; }

.bios { padding-top: 30px; }
.bios .single-bio { padding-bottom: 30px; }
.bios .single-bio h3 { padding-bottom: 20px; }
.bios .single-bio .img-wrap { padding: 50px; background-color: #fff; float: left; margin-right: 30px; margin-bottom: 20px; text-align: center; width: 215px; }
.bios .single-bio img { max-width: 100%; }



@media (max-width: 1249px) {
    
  #footer-new .col-1 { width: 120px }
  #footer-new .col-2 { width: 150px }
  #footer-new .col-3 { width: 160px }

}

@media (max-width: 1023px) {

    .hide-desktop { display: initial; }

    .wrap-new {
        max-width: 520px;
    }
    
    #header-new ,
    #header-new *,
    #header-new *:after,
    #header-new *:before{   -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;
        -moz-transition: max-width 0.25s ease-in-out, left 0.25s ease-in-out, opacity 0.25s ease-in-out, backgorund-color 0.25s ease-in-out;
        -webkit-transition: max-width 0.25s ease-in-out, left 0.25s ease-in-out, opacity 0.25s ease-in-out, backgorund-color 0.25s ease-in-out;
        transition: max-width 0.25s ease-in-out, left 0.25s ease-in-out, opacity 0.25s ease-in-out, backgorund-color 0.25s ease-in-out;
        
    }
    #header-new .join-btn { line-height: 42px; width: 120px; text-align: center; background-color: #f15623; color: #fff; display: inline-block; margin: 12px 0; font-weight: bold; position: absolute; right: 60px; top: 0; }
    #header-new .join-btn:hover { text-decoration: none; background-color: #ef4036; }
    #header-new .menu-main-new-container a { font-size: 24px; line-height: 44px; padding: 0 25px; padding-bottom: 10px; font-weight: 400; word-break: keep-all; white-space: nowrap;}
    #header-new .menu-main-new-container a:hover { text-decoration: none;}
    #header-new .wrap-new .menu-toggle { position: absolute; right:0; top: 0; display: block; height: 100%; margin-right: 10px }
    #header-new .wrap-new .menu-toggle:after { position: absolute; z-index: 1; left: 0; top: 0; height: 100%; width: 100%; content: 'x'; text-align: center; font-size: 32px; font-weight: 700; color: #fff;  line-height: 64px; opacity: 0;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
    }
    #header-new .wrap-new .menu-toggle:before { position: absolute; z-index: 2; left: 0; top: 0; height: 100%; width: 100%; content: 'x'; text-align: center; font-size: 32px; font-weight: 700; color: #000; line-height: 64px; opacity: 0;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
    }
    #header-new.s  .menu-toggle:after  { opacity: 1;  }
    #header-new.s  .menu-toggle img { opacity: 0; }
    #header-new.s.sub-s  .menu-toggle:before  { opacity: 1;  }
    #header-new .menu-main-new-container { position: absolute; top: 0; right: 0; padding-top: 64px; width: 100%; max-width: 0; padding-left: 140px; overflow: hidden; min-height: 420px; }
    #header-new .menu-main-new-container #header-new-nav { background-color: #242424 ; width: 100%; }
    #header-new .menu-main-new-container #header-new-nav > li { float: none; width: 100%; }
    #header-new.s .menu-main-new-container { max-width: 100%; }
    #header-new-nav > li:hover { position: static; }
    #header-new-nav > .join-nav-item { display: none; }
    #header-new .menu-main-new-container #header-new-nav > li .sub-menu {display: block; position: absolute; left: 100%; top: 0; min-height: 100%; width: 100%; margin-left: 140px; background: #fff;  padding-top: 64px;}
    #header-new .menu-main-new-container #header-new-nav > li .sub-menu.s:before { position: absolute; left: 0; top: 0; content: ''; display: block; height: 100%; width: 140px; margin-left: -140px; background-color: #242424; margin-top: 64px; }
    #header-new .menu-main-new-container #header-new-nav > li .sub-menu.s:after { content: '>'; display: block; position: absolute; top: 20px; left: 80px; color: #fff; font-size: 50px; cursor: pointer; font-weight: 400; margin-top: 64px; margin-left: -140px;  }
    #header-new .menu-main-new-container #header-new-nav > li .sub-menu li a { color: #000; }
    #header-new .menu-main-new-container #header-new-nav > li .sub-menu.s { display: block; left: 0; }
    
    #header-new-nav ul li:last-child { border-bottom: none; }
    
    #home-potential .hover h3 {
      font-size: 18px;
      line-height: 21px;
    }
    #home-potential .hover p {
      font-size: 15px;
      line-height: 20px;
    }

    .title { font-size: 32px; }

    #open-the-door .events{display:block}
    #open-the-door .events .event {width:100%;margin-bottom:20px}

    #home-boxes {
        text-align: center;
    }
    
    #home-boxes .box-big {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: 0 auto 10px;
        text-align: left;
    }
  
    #home-boxes .box,
    #home-boxes .box-join{
      float: none;
      width: 50%;
      max-width: 250px;
      display: inline-block;
      vertical-align: top;
      text-align: left;
    }
    
    #home-boxes .box-big { margin-bottom: 0; }
    #home-boxes .box-big .info {
        text-align: left;
    }
    #home-boxes .box-big .info p { padding-top: 0; padding-left: 0; font-size: 18px; line-height: 26px;}
    #home-boxes .box-big .btn-play,
    #home-boxes .box .ico {
      top: 40%;
    }
    
 
  #footer-new .buttons {
    position: static;
    right: auto;
    top: auto;
  }

  
  #home-potential .box {
    width: 50%;
    max-width: 250px;
    margin: 0;
    text-align: left;
    vertical-align: top;
    margin: 5px;
  }
  
  #home-potential .backed { margin-top: 20px; }
  
  #home-potential .hover {
    padding: 10px;
  }
  #home-potential .hover h3 {
    font-size: 17px;
    line-height: 20px;
  }
  #home-potential .hover p {
    font-size: 14px;
    line-height: 18px;
  }
  #home-potential .hover .tweet-this {
    position: absolute;
    left: 10px;
    bottom: 15px;
  }
  
  #header-new-nav > li > a {
    font-size: 18px;
    padding: 0 20px;
  }
  
  
    #home-video .info {
      float: none;
      padding: 2%;
      width: 100%;
    }
    #home-video .video {
      float: none;
      width: 100%;
      max-width: 660px;
      margin: 0 auto;
    }
    
  #footer-new .col-1 { width: 110px }
  #footer-new .col-2 { width: 140px }
  #footer-new .col-3 { width: 150px }
  #footer-new .col-4 { width: 120px }
  
  .bios .single-bio .img-wrap { float: none; width: auto; }
  
  
}
@media (max-width: 767px) {
    .title { font-size: 28px; }
    
     #home-intro {
        height: auto;
    }
    #home-intro .wrap {
      padding: 0 10px 70px;
      box-sizing: border-box;
    }
        
    #home-movement {
      padding: 40px 0;
    }

    
    #home-how-transform a {
        font-size: 30px;
    }

    #home-potential {
      text-align: center;
    }

    #home-potential .hover {
      padding: 15px 20px 0 20px;
    }
    #home-potential .hover h3 {
      font-size: 24px;
      line-height: 28px;
    }
    #home-potential .hover p {
      font-size: 16px;
      line-height: 22px;
    }
    #home-potential .hover .tweet-this {
      left: 25px;
    }
    #home-potential .backed {
      margin-top: 20px;
    }
    
    #footer-new .col-1,
    #footer-new .col-2,
    #footer-new .col-3,
    #footer-new .col-4 { width: 50%; text-align: left; vertical-align: top; }
    
    #footer-new .col > ul ,
    #footer-new .col > * {
        padding-left: 5px;
    }
    



}

@media (max-width: 639px) {

  

  #footer-new .buttons a {
    display: inline-block;
    width: 300px;
    line-height: 40px;
    font-size: 18px;
  }
  #home-movement .btn-join {
    width: 300px;
    line-height: 50px;
    font-size: 26px;
  }
  #home-intro .btn-join {
    width: 300px;
    line-height: 50px;
    font-size: 26px;
  }
  #home-intro p {
    font-size: 16px;
    line-height: 24px;
  }
  #home-potential .boxes { text-align: center; }
  #home-potential .box {
    float: none;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #home-video .info {
    padding: 0;
  }
  #footer-new .col {
    width: 50%;
  }
  #home-boxes .box,
  #home-boxes .box-join{
    width: 100%;
    margin:  0 0 10px;
  }
  #home-video .btn-play,
  #home-boxes .box-big .btn-play {
    margin: -45px 0px 0px -45px;
    width: 90px;
    height: 90px;
    background-size: 100%;
  }
  #home-how-transform {
    padding: 20px 0 30px;
  }
  #home-how-transform p {
    margin: 0;
  }
  #home-boxes .box-big .info p {
    font-size: 12px;
    line-height: 18px;
  }
  #home-boxes .box-big .info span { margin-left: 10px; }
    #header-new .wrap-new { padding-left: 0; }
    #header-new .menu-main-new-container a { font-size: 18px; line-height: 34px; padding-left: 15px; padding-right: 15px; white-space: normal; }
    #header-new .menu-main-new-container .sub-menu a { padding-left: 0; }
    #header-new .menu-main-new-container { padding-left: 120px;  }
    #header-new .menu-main-new-container #header-new-nav > li .sub-menu { margin-left: 120px; }
    #header-new .menu-main-new-container #header-new-nav > li .sub-menu.s:before { width: 120px; margin-left: -120px; }
    #header-new .menu-main-new-container #header-new-nav > li .sub-menu.s::after { left: 90px; }
    
    #footer-new .buttons {
        text-align: center;
        margin: 0 0 20px
      }
        
}

@media (max-width: 359px) {
  #home-video .btn-play,
  #home-boxes .box-big .btn-play {
    margin: -35px 0px 0px -35px;
    width: 70px;
    height: 70px;
    background-size: 100%;
  }
}
