﻿@charset "UTF-8";
/* Colors */
/* 96, 202, 173 */
/* Consultant Colors */

@font-face {
 font-family: "Benton Sans Thin";
 src: url("fonts/BentonSans-Thin.ttf") format("truetype");
 font-style: normal;
 font-weight: normal;
}

@font-face {
 font-family: "Benton Sans Medium";
 src: url("fonts/BentonSansComp-Medium.ttf") format("truetype");
 font-style: normal;
 font-weight: normal;
}

@font-face {
 font-family: "Benton Sans Book";
 src: url("fonts/BentonSans-Book.ttf") format("truetype");
 font-style: normal;
 font-weight: normal;
}


.home-hero {
  text-align: center;
  padding-top: 40px;
}

.home-hero > .heading {
  margin: 10px auto 20px;
}
.content{overflow:auto;}
.home-hero > .heading > .title {
  color: #2fbeba;
 font-family: "Benton Sans Thin",'EB Garamond', serif;
  font-weight: 100;
  font-size: 58px;
  line-height: 64px;
  margin-bottom: 10px;
}

.inner-col {
    padding-left: 100px;
    background-repeat: no-repeat;
}

.inner-col h3 {
    line-height: 1;
    margin-bottom: 30px;
	padding-top: 20px;
	color: #2fbeba;
    font-size: 30px;
}

.inner-col h3 span {
    color: #999999;
    font-size: 16px;
}

.inner-col p {
    margin-right: 24px;
    color: #737373;
	font-size: 19px;
}

.mis-vis{
	margin: 4%;
}

.mission{
	width: 50%;
    float: left;
}


.products {

}

.products-wrap{
    max-width: 1250px;
    margin: 4% auto;
}
.about .second {overflow:auto;}
@media screen and (min-width: 1200px){
body .header .site-architecture .navigation .dropdown-menu2 li a{margin: 0 0px !important;}
body .header .site-architecture .navigation a{margin: 0 0px !important; padding: 0 30px !important; }
}
@media screen and (max-width: 1180px){
body .header .site-architecture .navigation a{margin: 0 5px;padding: 0 7px;}	
.logo-lockup {left: calc(50% - 70px) !important;}
}
@media screen and (max-width: 1125px){
body .header .site-architecture .navigation a{margin: 0 5px;padding: 0 5px;}}
@media screen and (min-width: 720px) and (max-width: 900px){
.footer .first .navigation a{ margin: 0 7px !important;     letter-spacing: 1px !important;}
}

@media screen and (max-width: 900px) and (min-width:720px)
{
.authimgae{text-align:center;}
.button-group{margin-bottom:10px;}	
.the-author	{display:block !important; margin: 0px auto !important;}
.the-author .second	{width:100% !important;}
.the-author .first{width:100% !important; overflow:auto;}
.current-news > .tile-group > .tile{width:30% !important;}
.current-news > .tile-group > .tile > .content > .lockup > .heading > .title{font-size:16px !important;} 
.about .first{width:100% !important;}
.about .second {width:100% !important; overflow:auto;}
.about{display:block !important; margin: 0px auto !important;}
.test{margin-top:10px;}
.about .first > .lockup > .heading > .description{text-align:justify !important;}
.second .lockup .heading{padding-top:15px !important;}
}

@media screen and (max-width:1200px) and (min-width:1100px)
{
body .header .site-architecture .navigation a{margin: 0 5px;padding: 0 20px;}
.logo-lockup{left: left: calc(50% - 70px) !important;}
}
@media screen and (max-width:1300px) and (min-width:1200px)
{
body .header .site-architecture .navigation a{margin: 0 5px;padding: 0 30px;}
.logo-lockup{left: left: calc(50% - 70px) !important;}
}

@media screen and (max-width:720px)
{
 .dropdown-menu2{position:relative !important;}
.footer{margin-top:0%;}
.the-author .first{width:100% !important; overflow:auto;}
.authimgae{text-align:center;}
.second .lockup{padding-left: 0px !important;}
.second .lockup .heading .workshop-title{padding: 0 5%;}
.the-author{ padding: 0 10px !important;}
.second .lockup .heading{padding-top:15px !important;}
.button-group{margin-bottom:10px;}
.contact-field{padding-left: 15% !important;     font-size: 12px !important; background-position: 5px center !important; letter-spacing: 1px !important; }
}
@media screen and (max-width:430px)
{
	.authimgae img{width:90% !important;}
}
@media screen and (max-width:720px) and (min-width:450px)
{
.footer  .menu-div{margin-left: 20%;}
.footer  .menu-div-right{margin-right: 0px;}
.footer  .menu-div-right{margin-right: 20%;}
}

.products .content .lockup {
    margin-bottom: 30px;
}

.products .content .lockup .heading {
    text-align: center;
}

.products .content .tile-group {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: top;
    flex-flow: row wrap;
}

.products .content .tile-group .heading{
    width: 100%;
    height: 225px;
    position: relative;
    background-image: url(../images/candels.png);
	background-position:  50% 40px;
    background-repeat: no-repeat;
}


.products .content .tile-group .tile, .products .content .tile-group .tile {
    padding: 15px;
    position: relative;
    display: block;
}

.products .content .tile-group .tile .heading .graphic {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.products .content .tile-group .tile .heading .graphic img{
	width: 100%;
    height: auto;
}

.products .content .tile-group .tile .heading .description {
    font-family: "Benton Sans Book", 'EB Garamond', serif;
    font-weight: 200;
    color: #565553;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
	text-align: center;
}

.about-hero .heading .title {
    margin-bottom: 10px;
}

.blue-color{
	color: #2fbeba;
}

.about-hero {
    position: relative;
    text-align: center;
    padding-top: 50px;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 720px){
	.about-hero {
		padding: 5% 5px;

	}
}

.products .content .tile-group .tile .heading .title {
    line-height: 24px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    text-transform: none;
    font-family: "Avenir Roman";
}

.products .content .tile-group .tile .heading .description:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 560px) {
  .home-hero > .heading > .title {
    font-size: 52px;
    line-height: 56px;
  }
}

@media screen and (max-height: 700px) {
  .home-hero > .heading > .title {
    font-size: 58px;
    line-height: 58px;
  }
}

.jp .home-hero > .heading > .title {
  /* Special override to keep Roman letterforms */
 font-family:"Benton Sans Thin", 'EB Garamond', serif;
  font-weight: 100;
  font-size: 58px;
  line-height: 58px;
}

.home-hero > .heading > .description {
  font-family: "Benton Sans Book", 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  max-width: 590px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 560px) {
  .home-hero > .heading > .description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .home-hero > .heading > .description {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .home-hero > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.jp .home-hero > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: 200;
  color: #7b7976;
}
.why-section{
    text-align: left;
	cursor: pointer;
}

.why-wrap{
    padding: 25px 0;
    border-bottom: 1px solid #e2e0dc;
}
.why-wrap:last-child{
	border-bottom: none;
}

.why-section h3{
    font-size: 20px;
    /* margin-bottom: 15px; */
    padding: 15px 0;
    line-height: 45px;
    display: inline-block;
    float: left;
    max-width: 75%;
}

.why-section h3:last-child{
     line-height: 30px;
}

.tab-content{
	padding: 0 85px;
	display: none;
}
.home-hero > .graphic {
  width: 682px;
  overflow: hidden;
  height: 755px;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .home-hero {
    padding: 0 4% 0;
  }
  .home-hero > .heading {
    padding: 0;
  }
  .home-hero > .heading > .title {
    color: #2fbeba;
   font-family: "Benton Sans Thin",'EB Garamond', serif;
    font-weight: 100;
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 720px) and (max-width: 560px) {
  .home-hero > .heading > .title {
    font-size: 52px;
    line-height: 56px;
  }
}

@media screen and (max-width: 720px) and (max-height: 700px) {
  .home-hero > .heading > .title {
    font-size: 58px;
    line-height: 58px;
  }
}

@media screen and (max-width: 720px) {
  .home-hero > .heading > .description {
    width: auto;
    margin-bottom: 0;
  }
  .home-hero > .graphic {
    width: auto;
    height: auto;
  }
}

.engagement {
  width: auto;
  max-width: 1120px;
  margin: 60px auto 70px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
}

.engagement .social-media-properties {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: top;
  text-align: center;
  width: 100%;
  max-width: 400px;
}

.engagement .social-media-properties > .heading > .title {
  font-family: "Benton Sans Book" , 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 560px) {
  .engagement .social-media-properties > .heading > .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .engagement .social-media-properties > .heading > .title {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .engagement .social-media-properties > .heading > .title {
  font-family: "Benton Sans Book" , 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.engagement .social-media-properties > .third-party-presence {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  padding-right: 40px;
  width: 100%;
  margin-top: -13px;
}

.engagement .social-media-properties > .third-party-presence > a {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 2%;
  align-items: center;
  justify-content: center;
  width: 25%;
  color: #7b7976;
  border: 2px solid #e2e0dc;
  width: 60px;
  height: 60px;
}

.engagement .social-media-properties > .third-party-presence > a:hover {
  opacity: 1;
  color: #2fbeba;
  border-color: #a2a19e;
}

.engagement .social-media-properties > .third-party-presence > a > .graphic {
  display: block;
  width: 30px;
}

.engagement .mailing-list.hero.stacked.lite {
  margin: 0;
  width: 70%;
  background: transparent;
  overflow: visible;
}

.engagement .mailing-list.hero.stacked.lite .first > .lockup {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: top;
}

.engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading {
  margin: 0;
}

.engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading > .title {
  font-family: "Benton Sans Book" , 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 560px) {
  .engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading > .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading > .title {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading > .title {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.engagement .mailing-list.hero.stacked.lite .first > .lockup .form {
  width: 100%;
  margin: 0;
  margin-top: -10px;
}

.engagement .mailing-list.hero.stacked.lite .first > .lockup .form .note {
  margin-bottom: 30px;
  text-align: left;
}

.engagement .mailing-list.hero.stacked.lite .first > .lockup .form form .email {
  float: left;
  margin: 0 2% 0 0;
  width: 80%;
}

.engagement .mailing-list.hero.stacked.lite .first > .lockup .form form .button {
  float: left;
  width: 18%;
  min-width: auto;
}

@media screen and (max-width: 1440px) {
  .engagement .mailing-list.hero.stacked.lite {
    padding-bottom: 20px;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup .form form .email {
    float: left !important;
    margin: 0 2% 0 0 !important;
    width: 80% !important;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup .form form .button {
    float: left !important;
    width: 18% !important;
    min-width: auto !important;
  }
}

@media screen and (max-width: 1280px) {
  .engagement {
    margin: 0 4%;
    display: block;
  }
  .engagement .social-media-properties {
    display: block;
    margin: 0 auto 20px;
    width: auto;
    max-width: 320px;
  }
  .engagement .social-media-properties > .heading {
    margin-bottom: 10px;
  }
  .engagement .social-media-properties > .third-party-presence {
    margin: 0 0 20px;
    padding-right: 0;
  }
  .engagement .mailing-list.hero.stacked.lite {
    margin: 0 auto;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .engagement .mailing-list.hero.stacked.lite {
    margin: 0 auto;
    width: auto;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup {
    display: block;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading {
    margin: 0 0 10px;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading > .title {
    font-family: "Benton Sans Book" , 'EB Garamond', serif;
    font-weight: 200;
    color: #7b7976;
    font-size: 24px;
    line-height: 34px;
    font-size: 18px;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) and (max-width: 560px) {
  .engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading > .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 640px) and (max-height: 700px) {
  .engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading > .title {
    font-size: 19px;
    line-height: 29px;
  }
}

@media screen and (max-width: 640px) {
  .jp .engagement .mailing-list.hero.stacked.lite .first > .lockup > .heading > .title {
    font-family: "Benton Sans Book" , 'EB Garamond', serif;
    font-size: 16px;
    line-height: 24px;
    color: #565553;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup .form {
    width: 100%;
    margin: 0;
    margin-top: 0;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup .form .note {
    margin-bottom: 30px;
    text-align: left;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup .form form .email {
    float: left;
    margin: 0 2% 0 0;
    width: 80%;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup .form form .button {
    float: left;
    width: 18%;
    min-width: auto;
  }
}

@media screen and (max-width: 480px) {
  .engagement .social-media-properties {
    margin: 0 auto;
    width: auto;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup .form form .email {
    float: none;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
  }
  .engagement .mailing-list.hero.stacked.lite .first > .lockup .form form .button {
    float: none;
    width: 100% !important;
    min-width: auto;
  }
}

.the-author {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  margin: 4%;
  max-width: 1250px;
margin: 4% auto;
}

.the-author.the-details-workshop .second{
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 1920px) {
  .the-author {
    /*max-width: 1800px;*/
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.the-author .first {
  /*background: url(../images/about.png) center 10% no-repeat;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 50%;
  max-height: 700px;
}

.the-author .second {
  width: 50%;
}

.the-author .second > .lockup {
  padding: 30px 40px;
}

.the-author.the-details-workshop .second > .lockup {

}

.the-author.contact-us .second > .lockup{
	padding: 0px 25%;
}

.workshop-title{
	font-family: "Feijoa Display";
    font-size: 30px;
    line-height: 24px;
}

.the-author .second > .lockup > .heading > .description {
    font-family: "Avenir Medium", "Benton Sans Book", 'EB Garamond', serif;
    color: #676060;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

@media screen and (max-width: 560px) {
    .the-author .second > .lockup > .heading > .description {
        font-size: 14px;
        line-height: 30px;
        padding: 5%;
        /*margin:-30px;*/
    }
}

.jp .the-author .second > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.contact-title{
	padding: 15px 0;
    font-size: 17px;
    font-family: "AvenirNext";
    text-transform: uppercase;
    line-height: 23px;
}

.contact-field{
	position: relative;
    padding: 15px;
    color: #676060;
    border-radius: 5px;
    border: solid 1px #cccccc;
    line-height: 23px;
    font-size: 14px;
    width: 100%;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 70px;
    background-image: url(../images/name-icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.select-day{
    -webkit-appearance: none;
    -moz-appearance: none;
	position: relative;
}

.selectdiv:after{
	content: "";
	width: 13px;
	height: 8px;
	background-image: url(images/ddl-arrow.png);
	position:absolute;
	right: 50px;
	top: 25px;
}


.contact-field:focus{
	border-color: #30bfbb;
}
.contact-row{
	margin-bottom: 30px;
}

.contact-wrap p {
    font-family: "Avenir Medium", "Benton Sans Book", 'EB Garamond', serif;
   font-weight: 200;
    color: #676060;
    font-size: 16px;
    line-height: 30px;
}

.the-author .second > .lockup > .heading > .running {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #565553;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
}

.the-author .second > .lockup > .heading > .running:first-of-type {
  margin: 0;
}

.the-author .second > .lockup > .heading > .running:last-of-type {
  margin-bottom: 0;
}

.the-author .second > .lockup > .button-group {
  text-align: left;
}

@media screen and (max-width: 720px) 
{
  .the-author {
    display: block;
    margin: 0%;
  }
  .the-author .first {
    width: 100%;
    height: 270px;
  }
  .the-author .second {
    width: 100%;
  }
  .the-author .second > .lockup {
	padding: 5% 5px;
  }
}

.the-method {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
  padding: 3% 0;
}

.the-method > .content {
  max-width: 1120px;
}

.the-method > .content > .lockup {
  max-width: 1120px;
  margin: 0 auto;
}

    .the-method > .content > .lockup > .heading > .title {
        color: #30bfbb;
        font-family: "Feijoa Display";
        font-size:40px;
        line-height:90px;
        margin-bottom: 35px;
        text-transform: uppercase;
    }

@media screen and (max-width: 560px) {
  .the-method > .content > .lockup > .heading > .title {
    font-size: 52px;
    line-height: 56px;
  }
}

@media screen and (max-height: 700px) {
  .the-method > .content > .lockup > .heading > .title {
    font-size: 58px;
    line-height: 58px;
  }
}

.jp .the-method > .content > .lockup > .heading > .title {
  font-family: 'EB Garamond', serif;
  font-size: 48px;
  line-height: 48px;
}

.the-method > .content > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  margin: 25px auto 10px;
  max-width: 800px;
}

@media screen and (max-width: 560px) {
  .the-method > .content > .lockup > .heading > .description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-method > .content > .lockup > .heading > .description {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-method > .content > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.the-method > .content > .button-group {
  margin: 0;
}

@media screen and (max-width: 720px) {
  .the-method {
    display: block;
    margin: 0 4%;
    padding: 8% 0;
  }
  .the-method > .content {
    width: 100%;
  }
  .the-method > .content > .lockup {
    width: auto !important;
    margin: 0 auto;
  }
  .the-method > .content > .lockup > .heading > .title {
    width: auto !important;
  }
  .the-method > .content > .lockup > .heading > .description {
    margin: 4% 0;
    width: auto;
  }
  .the-method > .content > .graphic {
    width: auto;
    margin: 0 auto;
    cursor: pointer;
  }
}

.current-news {
  margin: 0 4% 0;
  padding-top: 30px;
    max-width: 1250px;
    margin: 0 auto;
}

.current-news .button-group{
	margin-top: 0;
}

.current-news .heading > .title{
	text-align: center;
}
.current-news .description{
    font-family: "Benton Sans Book", 'EB Garamond', serif;
    font-weight: 200;
    color: #7b7976;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
}

@media screen and (min-width: 1920px) {
  .current-news {
    /*max-width: 1800px;*/
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.jp .current-news > .heading > .title {
  font-size: 48px;
  line-height: 48px;
}

.current-news > .tile-group {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center;
}

.current-news > .tile-group > .tile {
  width: 100%;
  max-width: 50%;
  border-right: 1px solid #fff;
  margin-right: 40px;
}

.current-news > .tile-group > .tile:last-child{
	margin-right: 0px;
}

.current-news > .tile-group > .tile > .hero {
  margin: 0;
  max-width: none;
  background: #e2e0dc;
  text-align: center;
}

.current-news > .tile-group > .tile > .hero > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: all .6s ease-out;
}

.current-news > .tile-group > .tile:hover > .hero > img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.current-news > .tile-group > .tile > .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  padding: 35px;
background-color: #f7feff;
}

.current-news > .tile-group > .tile > .content > .graphic {
  width: 25%;
  margin-bottom: 20px;
}

.current-news > .tile-group > .tile > .content > .graphic > img {
  width: auto;
}

.current-news > .tile-group > .tile > .content > .lockup {
  /*width: 75%;*/
  width: 100%;
  text-align: center;
  text-align: center;
  
}

.current-news > .tile-group > .tile > .content > .lockup > .heading > .title {
    color: #676060;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 3px;
}

.jp .current-news > .tile-group > .tile > .content > .lockup > .heading > .title {
  font-size: 16px;
  line-height: 24px;
}

.current-news > .tile-group > .tile > .content > .lockup > .heading > .subtitle {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 10px;
  font-family: "Benton Sans Medium", 'EB Garamond', serif;
  margin: 10px 0;
}

.current-news > .tile-group > .tile > .content > .lockup > .heading > .description {
    font-family: "Avenir Medium", "Benton Sans Book", 'EB Garamond', serif;
    font-weight: 200;
    color: #676060;
    font-size: 16px;
    line-height: 30px;
}

.jp .current-news > .tile-group > .tile > .content > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  line-height: 24px;
  color: #565553;
}

.current-news > .tile-group > .tile > .content > .lockup .button-group {
  margin-top: 15px;
  text-align: left;
  margin-bottom: 0;
  text-align: center;
}

.current-news > .tile-group > .tile > .content > .lockup .button-group a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
  /* All-caps small button */
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 10px;
  font-family: "Benton Sans Medium", 'EB Garamond', serif;
  color: #2fbeba;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 8px 0;
  border: 2px solid #2fbeba;
  padding: 14px 15px 12px;
}

.current-news > .tile-group > .tile > .content > .lockup .button-group a:hover {
  opacity: 1;
  background: #2fbeba;
  color: #fff;
}

@media screen and (max-width: 720px) 
{
  .current-news > .tile-group 
  {
    display: block;
  }
  .current-news > .tile-group > .tile
    {
        max-width: 100%;
        padding: 5%;
        /*padding-right: 12%;*/
        
    }
   .current-news > .tile-group > .tile:first-of-type
        {
            max-width: 100%;
            padding:5%;
            /*padding-right:12%;*/
            
        }
  .current-news > .tile-group > .tile > .content
  {
    display: block;
  }
  .current-news > .tile-group > .tile > .content > .graphic
  {
    width: 100%;
    max-height: 80px;
  }
    .current-news > .tile-group > .tile > .content > .graphic > img
    {
        max-width: 180px;
        max-height: 80px;
    }
  .current-news > .tile-group > .tile > .content > .lockup 
  {
    margin-top: 2%;
    width: 100%;
    padding-left: 0;
  }
  .current-news > .tile-group > .tile > .content > .lockup > .heading > .subtitle
  {
    margin-bottom: 2%;
  }
}

.about {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
    max-width: 1250px;
    margin: 50px auto;
}

@media screen and (min-width: 1920px) {
  .about {
    /*max-width: 1800px;*/
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.about .second {
  width:50%;
}

  .about .second img, .first img {
        width: 100%;
        /*width:90%;*/
        float:right;
    
        
    }
.about#lina .second img {
    margin-top: 40px;
    max-width:100%; /*edit*/
    padding-right:1%; /*edit*/
    overflow: visible;
}

.the-founer-section{
    /*background-image: url(/images/founder-text-back.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

.products-section{
    /*background-image: url(/images/product-back.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.second.vision {
	background: url(../images/about.PNG) center center no-repeat;
}

.second.mission {
	background: url(../images/illustrator-1.jpg) center center no-repeat;
	background-size: cover;
}

.second.about-me {
    /*background-image: url(/images/founder-back.png);*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    /*padding-right: 40px;*/
}

.about#vision  .lockup {
	padding: 40px;
}

.about#vision .first > .lockup > .heading > .description{
	text-align: center;
}

#vision .first:first-child:after{
    content: '';
    width: 1px;
    height: 50%;
    background-color: #e2e0dc;
    position: absolute;
    right: 0;
    top: 25%;
}


.about .first {
  width: 50%;
  position: relative;
  background-color: #f7feff;
}

.about .first > .lockup {
  padding: 30px 25px;
}

.about#lina .first > .lockup{
	padding: 80px 25px;
}

.about .first > .lockup > .heading > .graphic {
  width: 220px;
  margin-left: -7px;
  margin-bottom: 36px;
}

.heading > .title {
    color: #30bfbb;
    font-family: "Feijoa Display";
    font-size: 40px;
    /*line-height: 24px;*/
    margin-bottom: 35px;
    text-transform: uppercase;
}

@media screen and (max-width: 560px) {
    .heading > .title {
        font-size:27px;
        line-height:50px;
        text-align:center;
        margin-bottom:25px;
    }
}

.about .first > .lockup > .heading > .description {
  font-family: "Avenir Medium", "Benton Sans Book", 'EB Garamond', serif;
	color: #676060;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    font-weight:200;
}

@media screen and (max-width: 560px) {
  .about .first > .lockup > .heading > .description {
    font-size: 14px;
    line-height: 26px;
  }
}

.jp .about .first > .lockup > .heading > .description {
  font-family: "Benton Sans Thin", 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.about .first > .lockup > .button-group {
  text-align: left;
}

@media screen and (max-width: 560px){
	.about .first > .lockup > .button-group{
		text-align: center;
	} 
}

.jp .about .first > .lockup > .button-group a {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

@media screen and (max-width: 720px) {
    .why-section h3{font-size:15px !important;}
    .tab-content{font-size:12px !important; line-height:20px !important;}
  .about {
    display: block;
    margin: 4%;
  }
    .about .second {
     
        width: 100%;
        height: auto;
        float: initial;
    }
    .about .first {
        width: 100%;
        float:left;
    }
    .about .first > .lockup, .about#lina .first > .lockup {
        padding: 5% 5px;
       
    }
}
@media screen and (max-width: 450px)
{
.menu-div{width:100% !important;}
.menu-div-right{float:none !important; width:100% !important; padding-right: 0px !important; overflow:auto !important;}
}
.the-app {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  background: #2fbeba;
  margin: 4%;
}

@media screen and (min-width: 1920px) {
  .the-app {
    /*max-width: 1800px;*/
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.the-app .first {
  background: url(../assets/images/home/app_hero@2x.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 50%;
}

.jp .the-app .first {
  background: url(../assets/images/home/app_hero_jp@2x.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 50%;
}

.the-app .second {
  width: 50%;
  position: relative;
}

.the-app .second > .lockup {
  padding: 10% 20%;
}

.the-app .second > .lockup > .heading > .graphic {
  width: 110px;
  margin-left: -8px;
  margin-bottom: 40px;
}

.jp .the-app .second > .lockup > .heading > .graphic {
  width: 80px;
}

.the-app .second > .lockup > .heading > .title {
  color: #2fbeba;
  font-family: 'EB Garamond', serif;
  font-weight: 100;
  font-size: 58px;
  line-height: 77px;
  /* Get title to obey grid */
  margin-left: -5px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-app .second > .lockup > .heading > .title {
    font-size: 52px;
    line-height: 65px;
  }
}

@media screen and (max-height: 700px) {
  .the-app .second > .lockup > .heading > .title {
    font-size: 58px;
    line-height: 58px;
  }
}

.the-app .second > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-app .second > .lockup > .heading > .description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-app .second > .lockup > .heading > .description {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-app .second > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.the-app .second > .lockup > .heading > .description .minor {
  color: rgba(0, 0, 0, 0.6);
}

.the-app .second > .lockup > .button-group .download-app-store {
  opacity: 1;
  display: block;
  width: 195px;
  text-align: left;
  padding: 0;
}

.the-app .second > .lockup > .button-group .download-app-store img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.the-app .second > .lockup > .button-group .download-app-store:hover {
  opacity: 0.6;
}

.the-app .second > .lockup > .button-group .download-app-store:active {
  opacity: 0.6;
}

.jp .the-app .second > .lockup > .button-group a {
  display: block;
  text-align: center;
  /* All-caps small button */
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  display: inline-block;
  vertical-align: top;
  color: #2fbeba;
  font-size: 22px;
  line-height: 28px;
  position: relative;
  border: 1px solid #2fbeba;
  padding: 11px 25px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px !important;
}

@media screen and (max-width: 560px) {
  .jp .the-app .second > .lockup > .button-group a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .jp .the-app .second > .lockup > .button-group a {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .jp .the-app .second > .lockup > .button-group a {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

@media screen and (max-width: 720px) {
  .the-app {
    display: block;
    margin: 4%;
  }
  .the-app .first {
    width: 100%;
    height: 360px;
  }
  .the-app .second {
    width: 100%;
  }
  .the-app .second > .lockup {
    padding: 10%;
  }
}

.the-seminars {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  background: #2fbeba;
  margin: 0 4% 4%;
}

@media screen and (min-width: 1920px) {
  .the-seminars {
    /*max-width: 1800px;*/
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.the-seminars .first {
  background: url(/assets/images/home/consultant_session_pointer@2x.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 50%;
}

.the-seminars .second {
  width: 50%;
  position: relative;
}

.the-seminars .second > .lockup {
  padding: 10% 20%;
}

.the-seminars .second > .lockup > .heading > .title {
  color: #2fbeba;
 font-family: 'EB Garamond', serif;
  font-weight: 100;
  font-size: 58px;
  line-height: 64px;
  /* Get title to obey grid */
  margin-left: -5px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-seminars .second > .lockup > .heading > .title {
    font-size: 52px;
    line-height: 56px;
  }
}

@media screen and (max-height: 700px) {
  .the-seminars .second > .lockup > .heading > .title {
    font-size: 58px;
    line-height: 58px;
  }
}

.the-seminars .second > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-seminars .second > .lockup > .heading > .description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-seminars .second > .lockup > .heading > .description {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-seminars .second > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.the-seminars .second > .lockup > .button-group {
  text-align: left;
}

.the-seminars .second > .lockup > .button-group a {
  display: block;
  text-align: center;
  /* All-caps small button */
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  display: inline-block;
  vertical-align: top;
  color: #2fbeba;
  font-size: 22px;
  line-height: 28px;
  position: relative;
  border: 1px solid #2fbeba;
  padding: 11px 25px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 560px) {
  .the-seminars .second > .lockup > .button-group a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-seminars .second > .lockup > .button-group a {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-seminars .second > .lockup > .button-group a {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

@media screen and (max-width: 720px) {
  .the-seminars {
    display: block;
    margin: 4%;
  }
  .the-seminars .first {
    width: 100%;
    height: 360px;
  }
  .the-seminars .second {
    width: 100%;
  }
  .the-seminars .second > .lockup {
    padding: 10%;
  }
}

.the-consultants {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  background: #2fbeba;
  margin: 0 4% 4%;
}

@media screen and (min-width: 1920px) {
  .the-consultants {
    /*max-width: 1800px;*/
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.the-consultants .first {
  background: url(/assets/images/home/splash_folding_method@2x.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 50%;
}

.the-consultants .second {
  width: 50%;
  position: relative;
}

.the-consultants .second > .lockup {
  padding: 10% 20%;
}

.the-consultants .second > .lockup > .heading > .title {
  color: #2fbeba;
 font-family: 'EB Garamond', serif;
  font-weight: 100;
  font-size: 58px;
  line-height: 64px;
  /* Get title to obey grid */
  margin-left: -5px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-consultants .second > .lockup > .heading > .title {
    font-size: 52px;
    line-height: 56px;
  }
}

@media screen and (max-height: 700px) {
  .the-consultants .second > .lockup > .heading > .title {
    font-size: 58px;
    line-height: 58px;
  }
}

.the-consultants .second > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-consultants .second > .lockup > .heading > .description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-consultants .second > .lockup > .heading > .description {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-consultants .second > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.the-consultants .second > .lockup > .button-group {
  text-align: left;
}

.the-consultants .second > .lockup > .button-group a {
  display: block;
  text-align: center;
  /* All-caps small button */
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  display: inline-block;
  vertical-align: top;
  color: #2fbeba;
  font-size: 22px;
  line-height: 28px;
  position: relative;
  border: 1px solid #2fbeba;
  padding: 11px 25px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 560px) {
  .the-consultants .second > .lockup > .button-group a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-consultants .second > .lockup > .button-group a {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-consultants .second > .lockup > .button-group a {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

@media screen and (max-width: 720px) {
  .the-consultants {
    display: block;
    margin: 4%;
  }
  .the-consultants .first {
    width: 100%;
    height: 360px;
  }
  .the-consultants .second {
    width: 100%;
  }
  .the-consultants .second > .lockup {
    padding: 10%;
  }
}

.the-association {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  background: #2fbeba;
  margin: 4%;
}

@media screen and (min-width: 1920px) {
  .the-association {
    /*max-width: 1800px;*/
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.the-association .second {
  background: url(../assets/images/home/consultant_session_pointer@2x.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 50%;
}

.the-association .first {
  width: 50%;
  position: relative;
}

.the-association .first > .lockup {
  padding: 10% 20%;
}

.the-association .first > .lockup > .heading > .graphic {
  width: 220px;
  margin-left: -7px;
  margin-bottom: 36px;
}

.the-association .first > .lockup > .heading > .title {
  color: #2fbeba;
 font-family: 'EB Garamond', serif;
  font-weight: 100;
  font-size: 58px;
  line-height: 64px;
  /* Get title to obey grid */
  margin-left: -5px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-association .first > .lockup > .heading > .title {
    font-size: 52px;
    line-height: 56px;
  }
}

@media screen and (max-height: 700px) {
  .the-association .first > .lockup > .heading > .title {
    font-size: 58px;
    line-height: 58px;
  }
}

.jp .the-association .first > .lockup > .heading > .title {
  font-family: 'EB Garamond', serif;
  font-size: 48px;
  line-height: 48px;
}

.the-association .first > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-association .first > .lockup > .heading > .description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-association .first > .lockup > .heading > .description {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-association .first > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.the-association .first > .lockup > .button-group {
  text-align: left;
}

.the-association .first > .lockup > .button-group a {
  display: block;
  text-align: center;
  /* All-caps small button */
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  display: inline-block;
  vertical-align: top;
  color: #2fbeba;
  font-size: 22px;
  line-height: 28px;
  position: relative;
  border: 1px solid #2fbeba;
  padding: 11px 25px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 560px) {
  .the-association .first > .lockup > .button-group a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-association .first > .lockup > .button-group a {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-association .first > .lockup > .button-group a {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

@media screen and (max-width: 720px) {
  .the-association {
    display: block;
    margin: 4%;
  }
  .the-association .second {
    width: 100%;
    height: 360px;
  }
  .the-association .first {
    width: 100%;
  }
  .the-association .first > .lockup {
    padding: 10%;
  }
}

.about-jp {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  background: #2fbeba;
  margin: 4%;
}

@media screen and (min-width: 1920px) {
  .about-jp {
    /*max-width: 1800px;*/
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.about-jp .second {
  background: url(../assets/images/home/book_hero_jp@2x.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 50%;
}

.about-jp .first {
  width: 50%;
  position: relative;
}

.about-jp .first > .lockup {
  padding: 10% 20%;
}

.about-jp .first > .lockup > .heading > .graphic {
  width: 220px;
  margin-left: -7px;
  margin-bottom: 36px;
}

.about-jp .first > .lockup > .heading > .title {
  color: #2fbeba;
 font-family: 'EB Garamond', serif;
  font-weight: 100;
  font-size: 58px;
  line-height: 64px;
  /* Get title to obey grid */
  margin-left: -5px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .about-jp .first > .lockup > .heading > .title {
    font-size: 52px;
    line-height: 56px;
  }
}

@media screen and (max-height: 700px) {
  .about-jp .first > .lockup > .heading > .title {
    font-size: 58px;
    line-height: 58px;
  }
}

.jp .about-jp .first > .lockup > .heading > .title {
  font-size: 48px;
  line-height: 48px;
}

.about-jp .first > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .about-jp .first > .lockup > .heading > .description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .about-jp .first > .lockup > .heading > .description {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .about-jp .first > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.about-jp .first > .lockup > .button-group {
  text-align: left;
}

.about-jp .first > .lockup > .button-group a {
  display: block;
  text-align: center;
  /* All-caps small button */
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  display: inline-block;
  vertical-align: top;
  color: #2fbeba;
  font-size: 22px;
  line-height: 28px;
  position: relative;
  border: 1px solid #2fbeba;
  padding: 11px 25px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 560px) {
  .about-jp .first > .lockup > .button-group a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .about-jp .first > .lockup > .button-group a {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .about-jp .first > .lockup > .button-group a {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

@media screen and (max-width: 720px) {
  .about-jp {
    display: block;
    margin: 4%;
  }
  .about-jp .second {
    width: 100%;
    height: 360px;
  }
  .about-jp .first {
    width: 100%;
  }
  .about-jp .first > .lockup {
    padding: 10%;
  }
}

.the-blog {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  background: #2fbeba;
  margin: 4%;
}

@media screen and (min-width: 1920px) {
  .the-blog {
    /*max-width: 1800px;*/
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.the-blog .second {
  background: url(../assets/images/home/blog_jp.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 50%;
}

.the-blog .first {
  width: 50%;
  position: relative;
}

.the-blog .first > .lockup {
  padding: 10% 20%;
}

.the-blog .first > .lockup > .heading > .graphic {
  width: 220px;
  margin-left: -7px;
  margin-bottom: 36px;
}

.the-blog .first > .lockup > .heading > .title {
  color: #2fbeba;
 font-family: 'EB Garamond', serif;
  font-weight: 100;
  font-size: 58px;
  line-height: 64px;
  /* Get title to obey grid */
  margin-left: -5px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-blog .first > .lockup > .heading > .title {
    font-size: 52px;
    line-height: 56px;
  }
}

@media screen and (max-height: 700px) {
  .the-blog .first > .lockup > .heading > .title {
    font-size: 58px;
    line-height: 58px;
  }
}

.jp .the-blog .first > .lockup > .heading > .title {
  font-size: 48px;
  line-height: 48px;
}

.the-blog .first > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .the-blog .first > .lockup > .heading > .description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-blog .first > .lockup > .heading > .description {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-blog .first > .lockup > .heading > .description {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

.the-blog .first > .lockup > .button-group {
  text-align: left;
}

.the-blog .first > .lockup > .button-group a {
  display: block;
  text-align: center;
  /* All-caps small button */
  font-family: 'EB Garamond', serif;
  font-weight: 200;
  color: #7b7976;
  font-size: 24px;
  line-height: 34px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  display: inline-block;
  vertical-align: top;
  color: #2fbeba;
  font-size: 22px;
  line-height: 28px;
  position: relative;
  border: 1px solid #2fbeba;
  padding: 11px 25px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 560px) {
  .the-blog .first > .lockup > .button-group a {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-height: 700px) {
  .the-blog .first > .lockup > .button-group a {
    font-size: 19px;
    line-height: 29px;
  }
}

.jp .the-blog .first > .lockup > .button-group a {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  line-height: 24px;
  color: #565553;
}

@media screen and (max-width: 720px) {
  .the-blog {
    display: block;
    margin: 4%;
  }
  .the-blog .second {
    width: 100%;
    height: 360px;
  }
  .the-blog .first {
    width: 100%;
  }
  .the-blog .first > .lockup {
    padding: 10%;
  }
}

.btn-secondary{
    background-color: #7b7976;
    border-color: #7b7976;
	text-transform: uppercase;
}

.btn-secondary:hover{
	background-color: #5a6268;
    border-color: #545b62;
}

.logo-lockup{
    display: block;
    text-align: center;
    position: absolute;
    left: calc(50% - 110px);
    float: left;
    top: 15px;
}

.btn.btn-secondary{
	text-transform: uppercase;
    background-color: #2fbeba;
    color: #ffffff;
    outline: 0;
	border-color: #2fbeba;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: "Benton Sans Medium", 'EB Garamond', serif;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background-color: #2fbeba;
    border-color: #2fbeba;
}

.menu-div{
    display: inline-block;
    float: left;
}

.menu-div-right{
	float: right;
}

.dropdown-menu2 {
    position: absolute;
    left: 0px;
    /* top: 0; */
    width: 235px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 2px solid #30bfbb;
	
}

.dropdown-wrap:hover .dropdown-menu2  {
    visibility: visible;
    opacity: 1;
    transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-n;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
	display: block;
}

@media screen and (max-width: 960px) {
  .dropdown-menu2{
	  width: 100%;
	  border-top: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
.menu-div{/*padding-left:20px;*/} 

}
.dropdown-wrap{
	display: inline-block;
	position: relative;
}
.dropdown-wrap.mobile{
	display: block;
}

.logo-lockup-footer{
	display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    float: left;
    top: -25px;
}

.logo-lockup-footer a{
	margin: 0 !important;
}

.logo-lockup-footer img{
    width: 100px;
    height: auto;
}

@media screen and (max-width: 900px)
{
	.logo-lockup-footer img{
		display:none;
		visibility: hidden;
	}
   
    
}

.slide-left, .slide-right {
    position: relative;
    visibility: hidden;
    transition: .9s all;
}

.animate-left {
    visibility: visible;
    -webkit-animation: slide-left 0.9s;
    -moz-animation: slide-left 0.9s;
    animation: slide-left 0.9s;
}

.animate-right {
    visibility: visible;
    -webkit-animation: slide-right 0.9s;
    -moz-animation: slide-right 0.9s;
    animation: slide-right 0.9s;
}

.details-brand{
	color: inherit;
    text-transform: uppercase;
	font-family: "Feijoa Display";
}
.header-icon{
    background-image: url(/images/icons/1.png);
    background-color: #2fbeba;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: center;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    display: inline-block;
    float: left;
}

@media (max-width: 760px){
	.header-icon{
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
	.why-section h3{
		font-size: 14px;
		line-height: 20px;
		padding-top: 0;
	}
	.expand-btn{
		padding: 0;
	}
	.expand-btn img{
		width: 22px;
	}
	.tab-content{
		padding: 0 35px;
	}
}

.why-section p{
	font-size: 17px;
}

.product-box{
	background: #30bfbb;
}

.mobile-logo-lockup{
	text-align: center;
	padding-bottom: 15px;
}

.mobile-logo-lockup img{
	width: 120px;
	height: auto;
}

.logo{
	position: absolute;
    left: 48.8%;
	top: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}

.custnav{
    margin-top: 20px;
    padding-top: 90px;
}

.menus{
    text-align: center;
    display: block;	
}

.custnav .menus > li:nth-child(3) {
	margin-right: 220px;
}

@-webkit-keyframes slide-right {
	0% {
		opacity: 0;
		right:-50px;

	}

	60% {
		opacity: 1;
		right:10px;
	}

	100% {
		right:0px;
	}
}
@-moz-keyframes slide-right {
	0% {
		opacity: 0;
		right:-50px;
	}

	60% {
		opacity: 1;
		right:10px;
	}

	100% {
		right:0px;
	}
}
@keyframes slide-right {
	0% {
		opacity: 0;
		right:-50px;
	}

	60% {
		opacity: 1;
		right:10px;
	}

	100% {
		right:0px;
	}
}

@-webkit-keyframes slide-left {
	0% {
		opacity: 0;
		left:-50px;

	}

	60% {
		opacity: 1;
		left:10px;
	}

	100% {
		left:0px;
	}
}
@-moz-keyframes slide-left {
	0% {
		opacity: 0;
		left:-50px;
	}

	60% {
		opacity: 1;
		left:10px;
	}

	100% {
		left:0px;
	}
}
@keyframes slide-left {
	0% {
		opacity: 0;
		left:-50px;
	}

	60% {
		opacity: 1;
		left:10px;
	}

	100% {
		left:0px;
	}
}








/*# sourceMappingURL=index.css.map */