/*about page new design*/
#header-about-us .header__bg-img {
  background-image: url("https://file.trainerize.com/assets/tz/about/images/header-bg.jpg");
  background-image: -webkit-image-set(
        url("https://file.trainerize.com/assets/tz/about/images/header-bg.jpg") 1x, 
        url("https://file.trainerize.com/assets/tz/about/images/header-bg-2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  height: 400px;
}
#header-about-us .header__bg-overlay {
  background: rgba(20,15,16,0.3);
  height: 100%;
}
#header-about-us .header__text {
  max-width: 390px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
#header-about-us .main-title {
    margin: 10px 0;
}
#header-about-us .header__text p {
  line-height: 1.6;
}
#header-about-us #header-items {
    margin-top: -50px; 
    padding-top: 0;
    padding-bottom: 20px;
    overflow-x: auto;
}
#header-about-us #header-items .header-item {
    width: 214px;
    height: 214px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 2px rgba(var(--color-full-black-rgb), 0.33);
    margin: 0 auto 30px auto;
    padding: 25px;
}
#header-about-us #header-items .header-item__icon img,
#free-trial-page .free-trial-trusted__icon img {
  height: 34px;
}
#header-about-us #header-items .header-item__text-number,
#free-trial-page .free-trial-trusted__text-number {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}
#header-about-us #header-items .header-item--alter .header-item__text-number {
  font-size: 27px;
}
#header-about-us #header-items .header-item__text-desc,
#free-trial-page .free-trial-trusted__text-desc {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

#believes-about-us {
    padding-top: 50px;
    padding-bottom: 90px;
    text-align: center;
    box-shadow: 0 9px 15px -1px rgba(var(--color-full-black-rgb), 0.1);
}
#believes-about-us h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
#believes-about-us .believes-item {
    margin-top: 50px;
    position: relative;
    padding-top: 100px;
    background-position: top center;
    background-repeat: no-repeat;
}
#believes-about-us #believes-item-1 {
    background-image: url("https://file.trainerize.com/assets/tz/common-assets/icons/rebrand/customer-driven.svg");
    background-position-y: 10px;
}
#believes-about-us #believes-item-2 {
    background-image: url("https://file.trainerize.com/assets/tz/common-assets/icons/rebrand/creativity.svg");
    background-position-y: 15px;
}
#believes-about-us #believes-item-3 {
    background-image: url("https://file.trainerize.com/assets/tz/common-assets/icons/rebrand/innovation.svg");
}
#believes-about-us .believes-item h4 {
    margin-top: 20px;
}

#part-of-abc-about-us .part-of-abc__text {
  padding: 50px 15px;
}
#part-of-abc-about-us .part-of-abc__text h2 {
  max-width: 260px;
  padding-bottom: 30px;
}
#part-of-abc-about-us .part-of-abc__text p {
  max-width: 435px;
}
#part-of-abc-about-us .part-of-abc__logo {
  padding: 70px 0;
}
#part-of-abc-about-us .part-of-abc__logo img {
  max-width: 153px;
}

#about-us-page .press-highlights .title-small,
#about-us-page .press-highlights .slick-dots,
#about-us-page .press-highlights .slick-dots li button{
  border-color: var(--color-secondary);
}
#about-us-page .press-highlights ul.slick-dots li.slick-active button {
  background-color: var(--color-secondary);
  color: var(--color-secondary);
}
#about-us-page .press-highlights a:hover {
  text-decoration: none;
  color: var(--color-secondary);
}
/*start tablet view*/
@media screen and (min-width: 768px) {
    #header-about-us .header__bg-img {
      height: 474px;
    }
    #header-about-us .header__bg-overlay {
      background: none;
    }
    #header-about-us .header__text {
      text-align: left;
      margin: 0;
    }
    #header-about-us .main-title {
      margin: 20px 0;
    }
    #header-about-us #header-items {
      margin-top: -70px;
    }
    #header-about-us #header-items .header-item {
      width: 154px;
      height: 154px;
      padding: 15px;
    }
    #header-about-us #header-items .header-item__icon img,
    #free-trial-page .free-trial-trusted__icon img {
      height: 24px;
    }
    #header-about-us #header-items .header-item__text-number,
    #free-trial-page .free-trial-trusted__text-number {
      font-size: 30px;
    }
    #header-about-us #header-items .header-item--alter .header-item__text-number {
      font-size: 19px;
    }
    #header-about-us #header-items .header-item__text-desc,
    #free-trial-page .free-trial-trusted__text-desc {
      font-size: 10px;
    }

    #believes-about-us {
        padding-bottom: 110px;
    }
    #believes-about-us .believes-item {
        height: 215px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 65px;
    }

    #part-of-abc-about-us {
      background: linear-gradient(90deg, var(--color-light-gray) 0%, var(--color-light-gray) 50%, var(--color-full-black) 50%, var(--color-full-black) 100%);
    }
    #part-of-abc-about-us .part-of-abc__content {
      display: flex;
      align-items: center;
    }
    #part-of-abc-about-us .part-of-abc__text {
      padding: 70px 15px;
    }
    #part-of-abc-about-us .part-of-abc__text h2 {
      max-width: 325px;
      padding-bottom: 30px;
    }
    #part-of-abc-about-us .part-of-abc__logo img {
      max-width: 181px;
    } 
}
/*end tablet view*/
/*medium display and larger*/
@media screen and (min-width: 992px) {
    #header-about-us .header__bg-img {
      background-image: url("https://file.trainerize.com/assets/tz/about/images/large/header-bg.jpg");
      background-image: -webkit-image-set(
            url("https://file.trainerize.com/assets/tz/about/images/large/header-bg.jpg") 1x, 
            url("https://file.trainerize.com/assets/tz/about/images/large/header-bg-2x.jpg") 2x);
      height: 620px;
    }
    #header-about-us .header__text {
      max-width: 695px;
    }
    #header-about-us .main-title {
      font-size: 54px;
      line-height: 65px;
    }
    #header-about-us .header__text p {
      font-size: 16px;
    }
    #header-about-us #header-items .header-item {
      width: 100%;
      height: 200px;
      padding: 25px;
    }
    #header-about-us #header-items .header-item__icon img,
    #free-trial-page .free-trial-trusted__icon img {
      height: 32px;
    }
    #header-about-us #header-items .header-item__text-number,
    #free-trial-page .free-trial-trusted__text-number {
      font-size: 40px;
    }
    #header-about-us #header-items .header-item--alter .header-item__text-number {
      font-size: 22px;
    }
    #header-about-us #header-items .header-item__text-desc,
    #free-trial-page .free-trial-trusted__text-desc {
      font-size: 14px;
    }

    #believes-about-us {
        padding-top: 70px;
        padding-bottom: 165px;
    }
    #believes-about-us .text-p-light {
        margin-top: 20px;
    }
    #believes-about-us .believes-item {
        margin-top: 55px;
        padding: 100px 35px 0;
        justify-content: inherit;
    }
    #believes-about-us .believes-item .text-p-light {
        margin-top: 5px;
    }

    #part-of-abc-about-us .part-of-abc__logo img {
      max-width: 258px;
    } 
}
/*end medium display and larger*/
@media screen and (min-width: 1200px) {
    #header-about-us #header-items {
      margin-top: -140px;
    }
    #header-about-us #header-items .header-item {
      height: 270px;
    }
    #header-about-us #header-items .header-item__icon img,
    #free-trial-page .free-trial-trusted__icon img {
      height: 43px;
    }
    #header-about-us #header-items .header-item__text-number,
    #free-trial-page .free-trial-trusted__text-number {
      font-size: 50px;
    }
    #header-about-us #header-items .header-item--alter .header-item__text-number {
      font-size: 38px;
    }
    #header-about-us #header-items .header-item__text-desc,
    #free-trial-page .free-trial-trusted__text-desc {
      font-size: 16px;
    }
    #believes-about-us .believes-item {
    padding: 100px 42px 0;
    }

    #part-of-abc-about-us .part-of-abc__text {
      padding: 110px 15px;
    }
    #part-of-abc-about-us .part-of-abc__text h2 {
      padding-bottom: 60px;
    }
    #part-of-abc-about-us .part-of-abc__text p {
      max-width: 485px;
    }
}
/*end about page new design*/

@media only screen and (max-width:767px){

.instg-text {
  margin-top: 41px !important;
  font-size: 30px !important;
}

#header-about-us #header-items {
    display: flex;
    flex-flow: column;
}

.social-items-team-holder {
text-align:center !important;
}

  .media-text-align{
    text-align:center !important;
  }
  /*.instagram-content-about {
    height: 200px;
  }*/
  .div-head{
  margin-top:101px !important;
}
  .div-head-sec{
   font-size:20px !important;
   line-height:28px;
 }

 .text-size-45 {
	font-size:30px !important;
 }
 .text-size-35 {
	font-size:24px !important;
 }
 .header-img-content-about {
 height:290px !important;
 }

 .margin-top-60-xs-fix {
	margin-top:60px;
 }

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

.instg-text {
  margin-top: 86px !important;
  font-size: 63px !important;
}

.social-items-team-holder {
text-align:center !important;
}

   .media-text-align{
    text-align:center;
  }
   /*.instagram-content-about {
    height: 300px;
  }*/
   .div-head{
  margin-top:100px !important;
}
   .div-head-sec{
   font-size:22px !important;
 }
}
@media only screen and (min-width:992px){

.instg-text {
margin-top: 14% !important;
  font-size: 90px !important;
}
}

.social-items-team-holder {
text-align:left !important;
}

  .media-text-align{
    text-align:left;

  }
   /*.instagram-content-about {
    height: 400px;
  }*/
   .div-head{
  margin-top:140px !important;
}
      .div-head-sec{
   font-size:26px !important;
 }

@media only screen and (min-width:1200px){
  .div-head{
  margin-top:140px !important;
}
     .div-head-sec{
   font-size:26px !important;
 }
  .media-text-align{
    text-align:left;
  }
   /*.instagram-content-about {
    height: 700px;
  }*/
}
.row-about-padding-top-bottom{
  padding-top:10px !important;
  padding-bottom:30px !important;
}

.p-size{
  font-size:1.1em;
}

.header-img-content-about {
  margin-top: 66px;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../_images/About/trainerize-about-header.jpg);/*change to about image*/
  margin-top:66px;
}
.instagram-content-about {
  width: 100%;
  /*
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-image: url(../../_images/Home/trainerBackgorund.jpg);*/


}
.social-items-team-holder {
text-align:left;
}

.img-size-80{
  width:80px;
  height:80px;
}

.img-size-100{
  width:100px;
  height:100px;
}

.social-btn-team {
  display: inline-block;
  border-style: solid;
  border-color: #232323;
  border-width: 1px;
  padding: 5px;
  width: 25px;
  height:25px;
  text-align: center;
  margin-left: 3px;
  border-radius:90%;
  color:#232323 !important;
}

.social-btn-team a {
    color: #232323 !important;
  }

  .social-btn-team a:hover {
    color: white !important;
  }

  .social-btn-team:hover {
    background: #232323;
    color: white !important;
    cursor: pointer;
  }
  .inst-cont{
position:relative;
  }

.instg-text-container {
  position: absolute;
  margin-top: 0px;
  margin-left: -15px;
  width: 100%;
  height: 100%;
  background-color: rgba(25,29,37,0.6);
  z-index: 20;
  opacity:0;

}

.instg-text-container:hover {
  position: absolute;
  margin-top: 0px;
  margin-left: -15px;
  width: 100%;
  height: 100%;
  background-color: rgba(25,29,37,0.6);
  z-index: 20;
  opacity:1;
	cursor:pointer;
}



  .instg-text{
    margin-top:255px;
    font-size:90px;
  }
.instg_container {
  background: grey;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.instg_container div {
  margin : 0;
  padding: 0;


}

.instg_container img {
  min-width: 25%;
  min-height: 25%;
}
.header-img-content-about p{
 max-width:860px;
 width:100%;
}
.div-head{
  margin-top:140px;
}
 .div-head-sec{
   font-size:26px;
 }

 .inst-hash {
 position:relative;
 z-index:10000;

 }

 .inst-cover {
 width:100%;
 height:300px;
 position:relative;
 background:black;
 }

 @media only screen and (max-width:767px){
 .div-head {
  margin-top: 67px !important;
}
		.social-items-team-holder {
		  text-align:center !important;
		}

		.media-text-align{
		   text-align:center !important;
		}
  }

   @media only screen and (min-width:768px){
	    .social-items-team-holder {
			text-align:center !important;
		}
		.media-text-align{
		text-align:center !important;
	     }
  }

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


		.social-items-team-holder {
		text-align:left !important;
		}

		  .media-text-align{
			text-align:left !important;
		  }
  }
