* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


::-webkit-input-placeholder {
   color: #707070;  
     font-size: 16px;
    font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
   color: #707070;  
      font-size: 16px;
    font-weight: 300;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #707070;
     font-size: 16px;
    font-weight: 300; 
}

:-ms-input-placeholder {  
   color: #707070;  
        font-size: 16px;
    font-weight: 300;
}
*{
    margin: 0px;
    padding: 0px;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}

a {
  color: #464444;
 
}
a:hover {
  color: #464444;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
input:focus {
  outline: none;
}
body {
  color: #383637;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x:hidden;
  font-family: europa, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
text-align:center;
padding-top: 105px;
}  
img {
  width: 100%;
}
ul {
  margin-left:0px !important;
}
h1,h2,h3,h4,h5,h6 {
   font-weight: 400;
  font-style:   normal;
  font-stretch: normal;
}


html, body {
    height: 100%;
    margin: 0;
}
/* Reset */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container {
    width: 100% !important;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.wrapper {
  background-color: #FFF;
}
.container-page.page-parallax {
  padding-top: 100vh;
}
.container-page.page-parallax-semi {
  padding-top: 100vh;
}
.container-page.page-parallax-semi-real {
  padding-top: 600px;
}
.my-parallax {
 position: fixed;
    width: 100%;
    /* height: 100vh; */
    z-index: -1;
   top: 0px;
   padding-top: 105px;
}


p {

}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Aspect Group Homepage */
header {
  height: 105px;
  width: 100%;
  background-color: #FFF;
  padding-top: 25px;
   position: fixed;
    top: 0px;
    z-index: 10;
}
header {
    transform: translate(0,0);
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s; /* Safari */
    -moz-transition: all 0.5s; /* Safari */
}
.nav-up {
    /* opacity: 0;*/
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s; /* Safari */
    -moz-transition: all 0.5s; /* Safari */
    /*animation: color-me-in 5s;*/

}
header .logo {
 
  display: inline-block;
  float: left;
}
header .logo img {
  height: 52px;
  width: auto;
}
header nav  {
  display: inline-block;
  float: right;
   padding-top: 2px;

}
.mental-health header nav {
  padding-top: 2px;
}
nav .menu {
  list-style: none;
  display: inline-block;
  float: right;
}
nav .menu li {
   display: inline-block;
   margin-left: 18px;
   position: relative;
   text-align: left;
}  
.mental-health nav .menu li {
  vertical-align: top;
  line-height: 45px;
}

.aspect-advisory nav .menu li, .aspect-assessment nav .menu li, .aspect-frontline nav .menu li   {
  vertical-align: top;
  line-height: 45px;
}
  

.mental-health nav .menu li {
   margin-left: 18px;
}  
nav .menu li a {
   display: inline-block;
   font-size: 16px;
   color: #383637;
     font-weight: 500;
}  

.mental-health nav .menu li a {
  font-size: 16px;
}
nav .menu li a:hover {
    font-weight: 500;
   /* text-shadow: 0 0 .65px #205C71, 0 0 .65px #205C71;*/
    color: #205C71;
    text-decoration: none;
}
nav .menu li li a:hover {
    color: #205C71;
    text-decoration: none;
}

nav .menu li.current-menu-item a {
    font-weight: 700;
   /* text-shadow: 0 0 .65px #205C71, 0 0 .65px #205C71;*/
    color: #205C71;
    text-decoration: none;
}

.mental-health nav .menu li a:hover {
     color: #D26E34;
}
.mental-health nav .menu li.current-menu-item a {
     color: #D26E34;
}
.mental-health nav .menu li li.current-menu-item a {
     color: #383637;
}

.aspect-advisory nav .menu li a:hover {
     color: #909684;
}
.aspect-advisory nav .menu li.current-menu-item a {
     color: #909684;
}

.aspect-assessment nav .menu li a:hover {
     color: #96232A;
}
.aspect-assessment nav .menu li.current-menu-item a {
     color: #96232A;
}

.aspect-frontline nav .menu li a:hover {
     color: #284168;
}
.aspect-frontline nav .menu li.current-menu-item a {
     color: #284168;
}
nav .menu li.contactmenu {
     background-color: #205C71;
    border: 2px solid #205C71;
    padding: 10px 18px;
    line-height: 20px;
    border-radius: 30px;
}
nav .menu li.contactmenu:hover {
   background-color: transparent;
    border: 2px solid #205C71;
}
nav .menu li.contactmenu:hover a{
     color:#205C71;
}
.mental-health nav .menu li.contactmenu {
     background-color: #D26E34;
    border: 2px solid #D26E34;
}
.mental-health .menu-mobile-full ul.menu li.contactmenu {
  background-color: #D26E34;
}
.mental-health nav .menu li.contactmenu:hover {
     background-color: transparent;
    border: 2px solid #D26E34;
}
.mental-health nav .menu li.contactmenu:hover a{
     color:#D26E34;
}

.aspect-advisory  nav .menu li.contactmenu {
     background-color: #909684;
    border: 2px solid #909684;
}
.aspect-advisory  nav .menu li.contactmenu:hover {
     background-color: transparent;
    border: 2px solid #909684;
}
.aspect-advisory  nav .menu li.contactmenu:hover a{
     color:#909684;
}
.aspect-advisory .menu-mobile-full ul.menu li.contactmenu {
  background-color: #909684;
}

.aspect-assessment  nav .menu li.contactmenu {
     background-color: #96232A;
    border: 2px solid #96232A;
}
.aspect-assessment  nav .menu li.contactmenu:hover {
     background-color: transparent;
    border: 2px solid #96232A;
}
.aspect-assessment  nav .menu li.contactmenu:hover a{
     color:#96232A;
}
.aspect-assessment .menu-mobile-full ul.menu li.contactmenu {
  background-color: #96232A;
}

.aspect-frontline  nav .menu li.contactmenu {
     background-color: #284168;
    border: 2px solid #284168;
}
.aspect-frontline nav .menu li.contactmenu:hover {
     background-color: transparent;
    border: 2px solid #284168;
}
.aspect-frontline  nav .menu li.contactmenu:hover a{
     color:#284168;
}
.aspect-frontline .menu-mobile-full ul.menu li.contactmenu {
  background-color: #284168;
}
nav .menu li.contactmenu.current-menu-item {
  background-color: transparent;
 
}  
nav .menu li.contactmenu a {
  color: #FFF;
}
nav .menu li.contactmenu.current-menu-item a {
   color: #205C71;
}
.mental-health nav .menu li.contactmenu.current-menu-item a {
   color:#D26E34;
}
nav .menu li ul.sub-menu {
    z-index: 2;
   opacity: 1;
   display: none;
    position: absolute;
    width: 265px;
        padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 21px;
    background: rgba(255,255,255, 0.8);
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out; 
}
.mental-health nav .menu li ul.sub-menu {
   width: 920px;
   right: 0px;
       top: 65px;
    height: 60px;
  
}

.aspect-advisory nav .menu li ul.sub-menu, .aspect-assessment nav .menu li ul.sub-menu, .aspect-frontline nav .menu li ul.sub-menu {
   width: 920px;
   right: 0px;
     top: 65px;
    height: 60px;
   
}
nav #menu-aspect-group-menu.menu li:hover > ul.sub-menu {
 display: block;
  opacity: 1;
   transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
nav .sub-menu li {
     padding-left: 0px;
    margin-left: 18px;
    margin-bottom: 10px;
    line-height: 30px;
}
nav .sub-menu li a {
 font-weight: 700;
} 
nav .sub-menu li a:hover{
 font-weight: 700;
 color: #383637;
} 
nav .sub-menu li.group a, .mainlink li.group a{
   background-image: url('../images/ico-5.png');
   background-repeat: no-repeat;
   background-position: left center;

}  
nav .sub-menu li.group a span, .mainlink li.group a span {
  color: #205C71;
  font-weight: 300;
}  
nav .sub-menu li.assessment a, .mainlink li.assessment a {
   background-image: url('../images/ico-1.png');
   background-repeat: no-repeat;
   background-position: left center;

}  
nav .sub-menu li a {
  padding-left: 35px;
}

nav .sub-menu li.assessment a span, .mainlink li.assessment a span{
  color: #96232A;
  font-weight: 300;
}  
nav .sub-menu li.advisory a, .mainlink li.advisory a {
  background-image: url('../images/ico-2.png');
   background-repeat: no-repeat;
   background-position: left center;
}  
nav .sub-menu li.advisory a span, .mainlink li.advisory a span {
 font-weight: 300;
 color: #909684;
}  

nav .sub-menu li.mental a, .mainlink li.mental a {
  background-image: url('../images/ico-3.png');
   background-repeat: no-repeat;
   background-position: left center;
}  
nav .sub-menu li.mental a span, .mainlink li.mental a span {
  font-weight: 300;
  color: #D26E34;
}  
nav .sub-menu li.frontline a, .mainlink li.frontline a {
  background-image: url('../images/ico-4.png');
   background-repeat: no-repeat;
   background-position: left center;
}  
nav .sub-menu li.frontline a span, .mainlink li.frontline a span {
 font-weight: 300;
 color: #284168;
}  
.mainlink {
 padding: 0px 0px 0px 20px;
    float: left;
}
.mainlink li:first-child {
  width: 100%;
  text-align: center;
}
/*.mainlink li:nth-child(2), .mainlink li:nth-child(4) {
 float:right;
 text-align: right;
}*/
.mainlink li {
 float: left;
    width: 50%;
    line-height: 30px;
    list-style: none;
    margin-bottom: 5px;
   text-align: left;
  
}
.mainlink li a {
  color: #383637;
  padding-left: 32px;
  display: inline-block;
  font-weight: 700;
 font-size: 14px; 
}
.mainlink li a:hover {
 text-decoration: none;
}
.menu-hamburger {
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../images/menu-hamburger-hover@2x.png');
}
.menu-hamburger:hover {
  background-image: url('../images/menu-hamburger-hover@2x.png');
}
.nav-mobile {
  position: relative;
}
.menu-mobile-full {
  position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    background-color: #FFF;
    width: 100%;
    border-radius: 20px;
}
.menu-mobile-full ul.menu li {
     width: 50%;
    float: left;
    display: inline-block;
}

.menu-mobile-full ul#menu-aspect-assessment-mobile.menu li, .menu-mobile-full ul#menu-aspect-advisory-mobile.menu li, .menu-mobile-full ul#menu-aspect-frontline-mobile.menu li{
   width: 33%;
}
.menu-mobile-full ul.menu li a {
   font-weight: 400;
 } 
 .menu-mobile-full ul.menu li a:hover {
   text-decoration: none;
 } 
.menu-mobile-full ul.menu li.contactmenu {
   width: 100% !important;
    background-color: #205C71;
    color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
}
.menu-mobile-full {
  display: none;
}
.menu-mobile-full ul.menu li.contactmenu a {
  color: #FFF;
  font-weight: 400;
}  
.hamburger-mobile {
  cursor: pointer;
  width: 35px;
      float: right;
    display: block;
  font-size: 0rem;
  text-indent: -9999px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../images/menu-hamburger@2x.png');
}
.hamburger-mobile.actif {
  background-image: url('../images/menu-hamburger-hover@2x.png');
}
.sep-mobile {
  border-top: 1px solid #707070;
    width: 90%;
    margin-left: 5%;
    padding-bottom: 20px;
}
.solitions-menu > a {
   width: 35px;
  height: 35px;
  font-size: 0rem !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../images/menu-hamburger@2x.png');
}
.solitions-menu > a:hover, .solitions-menu > a.actif {
  background-image: url('../images/menu-hamburger-hover@2x.png');
}

.banner-top-header { 

  background-color: #205C71;
}
.page-id-135 .banner-top-header {

  background-color: #667A9A ;
}
.banner-top-header-orange {
  background-color: #D26E34;
}
.banner-top-header-case {
  background-color: #F2E9C2;
}

.banner-mental-why {
  background-color: #667A9A;
}
.banner-mental-program {
  background-color: #909684;
}
.banner-top-header.mentalwhy {
   background-color: #667A9A;
}
.banner-top-header.programm {
   background-color: #909684;
}
.banner-top-header.benchmark {
 background-color: #D26E34;
/* background-color: #F2E9C2;
   background-position: bottom;
  background-image: url(../images/2colours.png);
background-image: url(../images/repeat-bench4-large.png);
      background-repeat: repeat-x;*/
}
.repeat-blue {
  background-position: bottom;
 /* background-image: url(../images/repeat-blue.png);*/
 background-image: url(../images/repeat-blue-bckupiceberg-good.png);
      background-repeat: repeat-x;
}
.repeat-blue-2 {
  background-position: bottom;
  background-image: url(../images/repeat-blue-2.png);
      background-repeat: repeat-x;
}
.blue-repeat-2 {
  /*background-position: bottom;*/
  background-image: url(../images/blue-repeat-2.png);
      background-repeat: repeat-x;
}
.blue-repeat-small {
  background-position: bottom;
  background-image: url(../images/blue-repeat-small.png);
      background-repeat: repeat-x;
}
.line-repeat {
  background-image: url(../images/line-septop.png);
    background-repeat: repeat-x;
   background-position: 0px 79px;
}


.programbanner {
  background-color: #909684;
  /*  background-repeat: no-repeat;
   background-image: url(../images/banner-clients.png);
   background-position: bottom center;
       background-size: 100%;*/
}
.benchmarkbanner {
   /*background-color: #D26E34;*/
    background-repeat: no-repeat;
/*   background-image: url(../images/banner-clients.png);*/
 /*  background-position: bottom;
       background-size: 100%;*/
           background-position: right bottom;
    background-size: 70%;
       height: 600px;
     /*   height: 100vh;
    min-height: 960px;*/
}
.benchmarkbanner img {
  opacity: 0;
}
.benchmarkbanner .banner-top-text {
  /*color: #FFF;
    text-align: left;
    font-size: 34px;
    width: 48%;
    margin-left: 0px;
    
    padding-top: 100px;
    padding-bottom: 0px; */
     /*   color: #FFF;*/
    text-align: center;
    font-size: 34px;
    width: 60%;
    /* margin-left: 0px; */
    padding-top: 100px;
    padding-bottom: 0px;
    color: #383637;
}
.program-img img {
  width:50%;
}

.programbanner .banner-top-text {
  width:55%;

}
.image-orga img {
  width: 200px;
}
.bckalignbottomcenter {
   background-repeat: no-repeat;
   background-image: url(../images/img-top-why@2x.png);
   background-position: bottom center;
       background-size: 100%;
}

.bckalignbottomcenter img {
  opacity: 0;
}
.banner-top-text {
 color: #FFF;
    text-align: center;
    font-size: 34px;
    width: 46%;
    margin: 0px auto auto;
   padding-top: 100px;
    padding-bottom: 70px;
    font-weight: 400;
}
.banner-top-text.enlarge {
  width: 75%;
}
.banner-top-text p {
   font-size: 34px;
   line-height: 45px;
   font-weight: 400;
}
.paddingsixty {
  padding-top: 60px;
}

.block-text-centered {
      width: 53%;
    text-align: center;
    margin: 60px auto auto;
}
.block-text-centered h2, h3 {
    font-size: 32px;
    margin-bottom: 30px;
}
.block-text-centered p {
 font-weight: 300;
}
.block-text-centered-mental-home a {
 margin-top: 10px;
 display: inline-block;
}
.block-text-centered-mental-home {
      width: 60%;
    text-align: center;
    margin: 85px auto 85px;
}
.block-text-centered-mental-home h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
.block-text-centered-mental-home p {
 font-weight: 300;

}
.block-text-centered-bold {
      width: 70%;
    text-align: center;
    margin: 85px auto 60px;
}
..block-text-centered-bold.footer-contact {
  width: 57%;
}
.block-text-centered-bold p {
 font-weight: 400;
 font-size: 32px;
 line-height: 40px;

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

.box-menu {
      min-height: 500px;
      text-align: left;
}
.box-menu p {
  text-align: left;
    font-size: 18px;
    font-weight: 300;
    padding-top: 30px;
    padding-left: 55px;
    /* min-height: 260px; */
    /* text-indent: 97px; */
}
.readmore {
  background-color: #96232A;
  border:2px solid #96232A;
    font-weight: 700;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 0px;
    left: 70px;
}
.readmore:hover {
  text-decoration: none;
  color:  #96232A;
  background:transparent;
}
.paddingtopresume {
  padding-top: 60px;
  background-color: #FFF;
}
.advisory .readmore {
   background-color: #909684;
     border:2px solid #909684;
}
.advisory .readmore:hover {
   color: #909684 !important;
    background:transparent !important;
}
.mental .readmore {
   background-color: #D26E34;
     border:2px solid #D26E34;
}
.mental .readmore:hover {
   color:  #D26E34 !important;
    background:transparent !important;
}
.frontline .readmore {
   background-color: #284168;
     border:2px solid #284168;
}
.frontline .readmore:hover {
   color: #284168 !important;
    background:transparent !important;
}
.img-circle-aspect {
  padding-top: 60px;
  width: 70%;
  padding-bottom: 60px;
  margin:0px auto auto;
}
.img-circle-aspect img {
  width: 80%;
}
.img-large-full {
  padding-top: 60px;
  width: 100%;
  padding-bottom: 60px;
  margin:0px auto auto;
}
.roundedlink {
  background-color: #205C71;
  border:2px solid #205C71;
  color: #FFF;
    font-weight: 700;
    padding: 6px 30px;
    border-radius: 20px;
}
.roundedlink:hover {
  background-color: transparent;
  color: #205C71;
  text-decoration: none;

}
.mental-health .roundedlink {
  background-color: #D26E34 !important;
   border:2px solid #D26E34 !important;
}  
.mental-health .roundedlink:hover {
  background-color: transparent !important;
  color: #D26E34 !important;
}  
.roundedlink-reverse {
  background-color:#FFF ;
  color:#D26E34;
  border:2px solid #FFF ;
    font-weight: 700;
    padding: 6px 30px;
    border-radius: 20px;
}
.roundedlink-reverse:hover {
  color: #FFF;
  background-color: transparent;
  text-decoration: none;

}
.roundedlink-orange {
  background-color: #D26E34;
  color: #FFF;
    font-weight: 700;
    padding: 6px 30px;
    border-radius: 20px;
}
.roundedlink-orange:hover {
  color: #FFF;
  text-decoration: none;

}

/* WHY US */

.coloured-row {
  background-color:#faf6e7;
     /* margin-top: 100px;*/
    padding-top: 80px;
    padding-bottom: 80px;
}
.coloured-row .wrapper {
  background-color:#faf6e7;
}  
.coloured-row.uniquetesti {
  margin-top: 0px;
  color: #FFF !important;
   background-color: #909684;
}
.coloured-row.uniquetesti .wrapper {
   background-color: #909684;
}
.aspect-assessment .coloured-row.uniquetesti {
   background-color: #96232A;
}
.aspect-assessment .coloured-row.uniquetesti .wrapper{
   background-color: #96232A;
}
.aspect-frontline .coloured-row.uniquetesti {
   background-color:#284168;
}
.aspect-frontline .coloured-row.uniquetesti .wrapper{
   background-color:#284168;
}
.coloured-row.uniquetesti .testi .content-quote {
  color: #FFF;
}
.content-quote {
  text-align: left;
  color: #205C71;
  font-size: 30px;
  font-style: italic;
}
.content-quote p {
  line-height: 35px;
}
.author-quote, .author-position {
  text-align: left;
}
.quotelink {
  text-align: left;
  margin-top: 45px;
  float: left;
}
.img-quote {
  float: right;
  width: 85%;
}
.bckwhyus {
  background-repeat: no-repeat;
   background-image: url(../images/why-us-banner.png);
   background-position: bottom center;
      background-position: bottom right;
 background-size: 100%;
    height: 70vh;
}
.bck-general {
  background-repeat: no-repeat;
   background-position: bottom center;
      background-position: bottom right;
    background-size: 1440px;
    height: 100vh;
        min-height: 900px;
}
.banner-top-text-left {
     color: #FFF;
    text-align: left;
    font-size: 36px;
    position: absolute;
    width: 40%;
    top: 50%;
    font-weight: 400;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* margin: 20%; */
 
}
.banner-top-text-left p {
   font-size: 34px;
   line-height: 45px;
   font-weight: 400;
}
.banner-top-header-case .banner-top-text-left {
  color: #284168 !important;
}
.mental-health .banner-top-text-left {
    color: #FFF;
    text-align: left;
    font-size: 36px;
    width: 40%;
}  
.bckmentalhome {
background-repeat: no-repeat;
    background-image: url(http://www.aspectconsulting.com.au/staging/wp-content/uploads/2019/09/why-us-banner.png);
    background-position: bottom center;
    background-position: 90% bottom;
    background-size: 900px;
    height: 600px;
}  
.bckmentalhome p {
  font-weight: 400;
}
.bckmentalcase {
 background-repeat: no-repeat;
   background-image: url(../images/img-pingpong.png);
   background-position: bottom center;
     background-position: 90% bottom;
    background-size: 1440px;
    height: 600px;
} 
.bckmentalwhy {
  margin-top: 80px;
 background-repeat: no-repeat;
   background-image: url(../images/iceberg-small@2x.png);
   background-position: bottom center;
     background-position: center;
        background-size: 1440px;
    height: 600px;
}  
.bckmentalprogram {
  margin-top: 80px;
 background-repeat: no-repeat;
   background-image: url(../images/banner-clients.png);
       background-position: 90% bottom;
    background-size: 43%;
    height: 600px;
}  
/* EXPERT TEAM */
.team-row {
      max-width: 1200px;
    margin-top: 80px;
}
.team-row .class_11 {
 float: none;
  display: inline-block;
}
.team-box {
  /*min-height: 800px;*/
}
.team-position {
  min-height: 55px;
  font-size: 21px;
}
.bckexpertteam {
   background-repeat: no-repeat;
   background-image: url(../images/expert-banner.png);
   background-position: bottom center;
  background-size: 100%;
}

.bckalignbottomcenter img {
  opacity: 0;
}
.img-team {
  width: 235px;
    margin: 0px auto 30px;
}
.team-name {
  font-size: 29px;
  font-weight: 400;
}
.team-bio {
  width: 63%;
    margin: 40px auto;
     font-size: 19px;
  /*  text-align: justify;*/
}
.team-bio p, .extra-team-bio p{
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 19px;
}
.team-more {
      text-align: center;
    display: inherit;
    color: #205C71;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    margin-top: 15px;
}
.team-more:before {
  content:"";
  display: block;
  background-image: url(../images/downarrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
    height: 15px;
    position: absolute;
    top: 20px;
    left: 44%;
}
.team-more.openteam:before {
     -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg); 
}
.team-more:hover {
   color: #205C71;
   text-decoration: none;
}

.mental-health .team-more {
     
    color: #D26E34;
    
}
.mental-health .team-more:before {
 
  background-image: url(../images/downarrow-orange.png);
 
} 
.mental-health .team-more:hover {
   color: #D26E34;
  
}

.aspect-advisory .team-more {
     
    color: #909684;
    
}
.aspect-advisory .team-more:before {
 
  background-image: url(../images/downarrow-grey.png);
 
} 
.aspect-advisory .team-more:hover {
   color: #909684;
  
}

.aspect-assessment .team-more {
     
    color: #96232A;
    
}
.aspect-assessment .team-more:before {
 
  background-image: url(../images/downarrow-red.png);
 
} 
.aspect-assessment .team-more:hover {
   color: #96232A;
  
}


.aspect-frontline .team-more {
     
    color: #284168;
    
}
.aspect-frontline .team-more:before {
 
  background-image: url(../images/downarrow-blue.png);
 
} 
.aspect-frontline .team-more:hover {
   color: #284168;
  
}


/* CLIENTS */
.bckclients {
  background-repeat: no-repeat;
   background-image: url(../images/banner-clients.png);
   background-position: bottom center;
       background-position: 90% bottom;
    background-size: 35%;
    height: 600px;
}
.block-logos h3 {
  font-weight: 700;
  text-align: left;
}
.block-logos h3:after {
  content:'';
  width: 100%;
  border-bottom:1px solid;
  display: block;
}
.testi .content-quote {
    text-align: center;
    color: #205C71;
    font-size: 30px;
    font-style: italic;
    width: 85%;
    margin: 0px auto;
}
.mental-health .testi .content-quote {
  color: #D26E34;
}  
.testi .author-quote, .testi .author-position {
  text-align: center;
}
.slick-arrow, .slick-arrow:hover, .slick-arrow:focus {
  font-size: 0rem;
  outline: 0;
   width: 45px;
    height: 80px;
    background-color: transparent;
    border: 0;
}
.slick-prev {
  cursor: pointer;
  position: absolute;
   background-repeat: no-repeat;
   background-position: center center;
   background-image: url(../images/prev-arrow.png);
       left: 0;
    top: 25%;
    z-index: 2;
}
.slick-next {
  cursor: pointer;
  position: absolute;
   background-repeat: no-repeat;
   background-position: center center;
   background-image: url(../images/next-arrow.png);
       right: 0;
    top: 25%;
}

.mental-health .slick-prev {
   background-image: url(../images/prev-arrow-orange.png);

}
.mental-health .slick-next {
   background-image: url(../images/next-arrow-orange.png);
}


/* COntact */
.row-contact {
  margin-top: 80px;
}
.contact-content  {
  text-align: left;
  width: 80%;
}
.contact-content p{
  font-weight: 300;

}
.form-contact input, .row-coloured-form.nocolour .form-row-content .form-contact input[type='text'], .row-coloured-form.nocolour .form-row-content .form-contact input[type='email'],  .row-coloured-form.nocolour .form-row-content .form-contact input[type='tel'] {
  width: 100%;
  border: 1px solid #707070;
    border-radius: 11px;
    font-size: 15px;
    padding: 10px 20px;
    color: #707070;
    font-weight: 300;
}
.form-row-content .form-contact input {
  border: 0px solid #707070;
}  
.form-contact textarea {
   width: 100%;
  border: 1px solid #707070;
    border-radius: 11px;
    font-size: 15px;
    padding: 10px 20px;
    min-height: 150px;
}
.form-contact input[type='submit'] {
  cursor: pointer;
background-color: #205C71;
  color: #FFF;
  border:2px solid #205C71;
    font-weight: 700;
    padding: 6px 30px;
    border-radius: 20px;
    font-size: 20px;
    float: right;
    width: 173px;
} 
.form-contact input[type='submit']:hover {
 
background-color: #FFF;
  color: #205C71;
} 
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    left: 17px;
    top: 34px;
    font-size: 14px;
}    
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700;
    display: none !important;
} 
.form-footer div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
    padding: 0px;
    color: #FFF;
    font-size: 12px;
}
.form-contact div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14 !important;
    float: left !important;
    color: #000 !important;
    padding: 0px;
}
.group-form {
      width: 100%;
    margin-bottom: 20px;
    float: left;
}
.group-form.checkboxesarea {
  padding-left: 20px;
  margin-top: 15px;
  width: 95%;
}
.half-field {
  width: 48%;
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.half-field.last {
  margin-right: 0px;
  float: right;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-video-text {
  text-align: left;
  background-color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-video-text h3 {
  font-size:32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.block-video-text p {
  font-weight: 300;
  width:80%;
}
.block-video-text a {
  margin-top:20px;
  float: left;
}

.banner-mental-home-why {

}
.banner-top-text-left-why {
     text-align: left;
    width: 45%;
    color: #FFF;
    padding-top: 80px;
}
.banner-mental-program .banner-top-text-left-why {
    padding-top: 180px;
}    
.banner-top-text-left-why h3 {
  font-size:32px;
  font-weight: 400;
  margin-bottom: 15px;
}
.banner-top-text-left-why p {
  font-weight: 300;
  
}
.banner-top-text-left-why a {
  margin-top:5px;
  float: left;
}
.slideshowtesti {
  padding-top: 80px;
}

.row-coloured-form {
  margin-top: 0px;
  padding-top: 50px;
  background-color: #F2E9C2;
  padding-bottom:50px;
}
.row-coloured-form .wrapper {
  background-color: #F2E9C2;
}
.row-coloured-form.nocolour {
  background-color: #FFFFFF;
}
.row-coloured-form.nocolour .wrapper {
  background-color: #FFFFFF;
}
.row-coloured-form h3 {
  margin: 0px auto 20px;
    width: 100%;
}
.row-coloured-form p {
  font-weight: 300;
    margin-bottom: 45px;
}
.row-coloured-form .form-contact input[type='submit'] {
  float: none;
}
.mental-health .form-contact input[type='submit'] {
  background-color: #D26E34;
  border:2px solid #D26E34;
}   
.mental-health .form-contact input[type='submit']:hover {
  background-color: #FFF;
  color: #D26E34;
}   
.aspect-advisory .form-contact input[type='submit'] {
  background-color: #909684;
  border:2px solid #909684;
} 
.aspect-advisory .form-contact input[type='submit']:hover {
  background-color: #FFF;
  color: #909684;
}   
.aspect-assessment .form-contact input[type='submit'] {
  background-color:#96232A;
  border:2px solid #96232A;
}  
.aspect-assessment .form-contact input[type='submit']:hover {
 background-color: #FFF;
  color: #96232A;
}   

.aspect-frontline .form-contact input[type='submit'] {
  background-color: #284168;
  border:2px solid #284168;
}  
.aspect-frontline .form-contact input[type='submit']:hover {
   background-color: #FFF;
  color: #284168;
}   
.form-row-content {
  width: 57%;
}
.paddingbottomcontact {
  padding-bottom: 80px;
}
/* FOOTER */
footer {
  margin-top:100px;
  padding-top: 30px;
 /* padding-left:65px;
  padding-right: 65px;*/
  padding-bottom: 40px;
  background-color: #205C71;
}
.mental-health footer {
  margin-top: 0px;
}
.footer-content {
  text-align: left;

}
.footer-logo {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
.footer-logo img {
   width: 284px;
}
.menu-footer {
  vertical-align: top;
  display: inline-block;
  width: 20%;
}
.menu-footer ul {
  list-style: none;
}
.menu-footer ul li{
  
}
.menu-footer ul li a {
   color: #FFF;
   font-size: 15px;
}
.form-footer {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  float: right;
}
.form-footer form {
 /* margin-bottom: -20px;*/
}
.form-footer p {
  font-size: 15px;
  color: #FFF;
  font-weight: 300;
  margin-bottom: 10px;
}
.form-footer form input[type='text'], .form-footer form input[type='email'] {
 width: 70%;
 height: 35px;
}  
.form-footer form input[type='submit'] {
  color: #205C71;
  border:2px solid #FFF !important;
      background-color: #FFF !important;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
        margin-left: 10px;
        padding: 5px 0px;
    width: 25%;
    float: right;
}
.contact-social img {
  width: 30px;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.under-form {
  width: 100%;
  margin-top: 30px;
}
.contact-form {
  display: inline-block;
  vertical-align: top;
}
.contact-form {
  color: #FFF;
  font-size:15px;
  font-weight: 300;
}
.contact-form a {
  color: #FFF;
}
.contact-form a:hover {
  color: #FFF;
  text-transform: none;
}
.contact-social {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.coloured-row-grey-footer {
   background-color: #F2F2F2;
   margin-top:80px;
       padding-top: 35px; 
}
.coloured-row-grey-footer .wrapper {
   background-color: #F2F2F2;
  
}
.coloured-row-grey-footer img {
  width: 60%;
  margin-bottom: 60px;
}
.coloured-row-case {
   background-color: #F2E9C2;
   /*margin-top:80px;*/
       padding-top: 60px;
       padding-bottom: 60px; 

}
.coloured-row-case.nocolour {
  background-color: #FFF;
  padding-bottom: 0px;
}
.coloured-row-case .wrapper {
  background-color: #F2E9C2;
}
.coloured-row-case.nocolour .wrapper {
  background-color: #FFF;
}
.coloured-row-case.lighter {
  background-color: #FCF9F0;
  margin-top: 80px;
}
.coloured-row-case.lighter .wrapper {
   background-color: #FCF9F0;
}
.coloured-row-case h3 {
  margin-bottom: 50px;
}
.coloured-row-case p {
  font-weight: 300;
  width: 50%;
  margin: 0px auto 50px;
}
.row-mid h3 {
  margin-bottom: 10px;
}
.news-footer-section h3 {
  font-size: 28px;
}
.news-footer-section .large-6 {
  width: 49%;
}
.row-mid p {
  width: 90%;
}
.coloured-row-case .image-content {
  
} 
.contact-info-block {
  padding-bottom: 80px;
}
.footnote {
  font-size: 10px;
}
.coloured-row-transparent {
   margin-top:80px;
       padding-top: 60px;
       padding-top: 60px; 
}
.page-id-129 .coloured-row-transparent {
  padding-top: 60px;
  margin-top: 0px;
  background-color: #FFF;
}
.coloured-row-transparent h3 {
  margin-bottom: 20px;
  margin-top: 60px;
}
.coloured-row-transparent p {
  font-weight: 300;
  width: 50%;
     margin: 0px auto 50px;
}
.coloured-row-transparent .image-content {
  padding-bottom: 60px;
}  

.bck-bigiceberg {
  margin-top: 80px;
    background-repeat: no-repeat;
   background-image: url(../images/big-iceberg.png);
   background-position: top center;
    background-size: 100%;
      padding-bottom: 290px;  
}
.new-para {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #F9F5E4;
}
.new-para .wrapper {
   background-color: #F9F5E4;
}
.bck-bigparachute {
  margin-top: 0px;
  /*padding-top: 80px;
    background-repeat: no-repeat;
   /*background-image: url(../images/bug-para.png);*/
  /* background-image: url(../images/big-para2.png);
     background-position: top right;
    background-size: 100%;
    padding-bottom: 300px; */
}
.bck-bigparachute h3 {
   width: 100%;
}
.bck-bigparachute ul {
  list-style: decimal;
}
.row-cost-iceberg {
  text-align: left;
  
}
.row-cost-iceberg .footnote {
  width: 50%;
}
.row-cost-iceberg h3 {
  margin-bottom: 20px;
}
.row-cost-iceberg ul li {
  font-weight: 300;
  font-size: 20px;
      margin-bottom: 20px;
}
.content-cost-ice {
      width: 98%;
    margin-bottom: 45px;
}
.content-cost-ice ul {
  margin-left: 20px !important;
  width: 85%;
}
.desktop-content .bck-bigiceberg .content-cost-ice {
       width: 50%;
    }
.topleftcontent {
  text-align: left;
}
.topleftcontent h3 {
  margin-bottom: 10px;
}
.paddingrow {
  margin-top: 80px;
}
.topleftcontent p {
  font-weight: 300;
      width: 41%;
} 
.topleftcontent.marginbottom80 p {
  width: 55%;
}
.marginbottom80 {
  margin-bottom: 80px;
}
.cost-row {
  margin-bottom: 80px;
}
.cost-text {
 text-align: left;
    width: 57%;
    position: absolute;
    /* top: 50%; */
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    /* float: left; */
    /* margin-top: 101px; */
    /* margin-right: 13%;*/
}
.cost-text p {
  font-weight: 300;
}
.cost-text span {
  color: #D26E34;
}
.news-image {
  margin-bottom: 20px;
}


.coloured-row-blue {
   background-color: #667A9A;
  /* margin-top:80px;*/
  padding-top: 35px; 
   padding-bottom: 60px;    
}
.coloured-row-blue .wrapper {
   background-color: #667A9A;
}
.blue-row-content {
  width: 65%;
  color: #FFF;
  padding-top: 35px;
  padding-bottom: 35px;
}
.text-orga {
      text-align: left;
    color: #FFF;
    width: 80%;
}
.text-orga h3{
  font-size:32px;
      margin-bottom: 20px; 
}
.text-orga p {
  font-weight: 300;
}
.ico-image {
      width: 100px;
    margin: 0px auto 20px;
}
.ico-image.larger {
      width: 130px;
    margin: 0px auto 20px;
}
.icones-orga {
  display: inline-block;
  vertical-align: bottom;
  width:33%;
  color: #FFF;
  font-weight:300;
      margin-bottom: 50px;
}
.ico-desc {
      width: 55%;
      min-height: 55px;
    margin: 0px auto;
}
.blue-row-icones {
  width: 80%;
}

.news-block {
 margin-top: 80px;
}

.news-block h3 {
  font-size: 38px;
}

.news-block p {
  font-weight: 300;
  margin-top: 15px;
}
.block-intro p {
  width: 50%;
  margin: 20px auto 60px
}
.newsinfo {
  text-align: left;
  margin-bottom: 40px;
  width: 45%;
}
.newsinfo p.datenews {
  text-transform: uppercase;
  margin-bottom: 5px;
     font-size: 16px; 
}
.link-news {
  font-weight: 700;
  text-decoration: none;
     display: inline-block;
}
.link-news:hover {
  font-weight: 700;
  text-decoration: none;

}
.news-content-full {
  width: 80%;
    margin: 0px auto;
}
.news-content-full h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px; 
  text-align: left;   
}
.news-content-full p {
  font-weight: 300;
  text-align: left;
}
.prev-link {
  float:left;
}
.next-link {
  float:right;
}
.prev-link:hover, .next-link:hover, .bt-returnnews:hover{
   text-decoration: none;
   font-weight: 700;
}

.newsinfo a {
  text-decoration: none;
}
.news-content-full {
  margin-top: 50px;
}
.news-full-section {

}
.news-full-section h3 {
  margin-bottom: 15px;
    margin-top: 50px;
}
.news-full-section .datenews{
  font-weight: 300;
    font-size: 15px;
    margin-top: 0px;
}
.link-middle {
  text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.logo-middle-news {
  text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    width: 94%;
}
.logo-middle-news img {
    height: 100px;
    margin: 50px;
  width: auto;
  display: inline-block;
}
.news-content-full img.aligncenter {
  text-align: center;
  max-width: 100%;
  width: auto;
}
.nav-bottom-news {
  margin-bottom: 80px;
}

/* ADVISORY STYLES */
.banner-top-header-general {
     background-color: #909684;
    height: 600px;
    position: relative;
}
.aspect-assessment .banner-top-header-general {
    background-color: #96232A;
}
.aspect-frontline .banner-top-header-general {
    background-color: #284168;
}
.banner-top-text-centered {
      color: #FFF;
    width: 50%;
    left: 25%;
    margin: 0px auto;
}
.banner-top-text-centered h3 {
   font-size: 39px;
}
.block-howitworks {
   background-color: #FCF9F0;
    height: 600px;
   position: relative;
}
.block-howitworks .banner-top-text-centered {
  color: #383637;
 } 
.block-howitworks .banner-top-text-centered h3 {
   margin-bottom: 20px;
}
.mobile-video {
  display: none;
}
.desktop-graph-img {
   display: block;
}
.mobile-image-graph {
  display: none;
}
.mobile-content {
  display: none;
}
.desktop-content {
  display: block;
}
.nav-mobile {
      display: none;
    } 
    p.newsintro {
  font-size: 23px;
}
.teamintro p {
  font-size: 23px;
}
.copyright {
      color: #FFF;
    font-size: 11px;
    margin-top: 15px;
}
.video-post {
  max-width: 600px;
    width: auto;
    margin: 0px auto 20px;
}
.bt-returnnews {
      display: inline-block;
    width: 50%;
    text-align: center;
    margin: 0px auto;
}
.logo-trademark {
      float: right;
    height: 700px;
    width: 700px;
    position: relative;
}

.displayteam-mobile {
  display: none;
}
.displayteam-desktop {
  display: block;
}
.bck-bigparachute-img img {
  width: 325px;
  float: right;
}
.general-content-page {
  text-align: left;
    width: 90%;
    margin: 0px auto;
}
.general-content-page h3 {
      font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 35px;
}
h2.title-general {
    margin: 60px 45px;
}
.privacy-sign {
      margin-top: 50px;
  text-align: right;
}
.full-field {
  text-align: left;
}
.full-field label {
    margin-bottom: 10px;
    font-size: 17px;
    color: #707070;
    font-weight: 300;
    display: inline-block;
}



span.wpcf7-list-item {
  display: inline-block;
    width: 47%;
   margin: 20px 0px 0px 10px;
}
input[type=checkbox] {
  width: 5%;
    vertical-align: top;
        margin-top: 7px;
}
   

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:not(:checked) + span.wpcf7-list-item-label,
input[type="checkbox"]:checked + span.wpcf7-list-item-label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
input[type="checkbox"]:not(:checked) + span.wpcf7-list-item-label:before,
input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 0px;
 
}
/* checked mark aspect */
input[type="checkbox"]:not(:checked) + span.wpcf7-list-item-label:after,
input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #D26E34;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + span.wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}

/* accessibility */
input[type="checkbox"]:checked:focus + span.wpcf7-list-item-label:before,
input[type="checkbox"]:not(:checked):focus + span.wpcf7-list-item-label:before {
  border: 1px dotted #D26E34;
}

/* hover style just for information */
span.wpcf7-list-item-label:hover:before {
  border: 1px solid #D26E34!important;
}


/* MEDIA QUERIES */

@media screen and (orientation:portrait) { 
 
}
@media screen and (min-width: 1441px) {
.mental-health .banner-top-text-left {
    width: 37%;
}
}
@media screen and (max-width: 1441px) {
 .container-page.page-parallax-semi {
  padding-top: 85vh;
  }
  .container-page.page-parallax-semi-real {
  padding-top: 600px;
  }
  .banner-top-text-left {
    top: 35%;
   } 
   .bck-general {
    
    background-position: bottom center;
   
}
}
@media screen and (max-width: 1401px) {
    .bck-general {
       background-size: 100%;
       height: 100vh;
    }
    .repeat-blue {
       background-image: none;
    }
    .repeat-blue .row {
      width: 100%;
    }
    .repeat-blue-2 {
       background-image: none;
    }
    .repeat-blue-2 .row {
      width: 100%;
    }
    .cost-text {
     -ms-transform: translateY(40%);
     transform: translateY(40%);
   }
   .box-menu {
    min-height: 550px;
    
}
}

@media screen and (max-width: 1361px) {
    .mental-health nav .menu li {
    margin-left: 10px;
}
}

@media screen and (max-width: 1201px) {
    .bck-general {
      background-size: 100%;
    height: 100vh;
    background-position: bottom;
    }
}


@media screen and (max-width: 1283px) {
   #menu-aspect-mental-health-menu {
     /*margin-top: -20px;*/
   }
   .mental-health header nav {
    padding-top: 0px;
    text-align: right;
    /*width: 62%;*/
    float: right;
   }
    .mental-health nav .menu li a {
    font-size: 14px;
    }
    .mental-health nav .menu li {
    margin-left: 2px;
   }
   .mental-health nav .menu li ul.sub-menu {
    width: 787px;
    right: 0px;
  }
     .cost-text {
     -ms-transform: translateY(20%);
     transform: translateY(20%);
   }
}



@media screen and (max-width: 1241px) {
  .menu-footer {
      width: 14%;
      margin-left: 20px;
  }
   .box-menu {
    min-height: 620px;
  }
}

@media screen and (max-width: 1120px) {
 #menu-aspect-mental-health-menu {
    margin-top: -5px;
}
header .logo img {
    height: 42px;
    width: auto;
}
.mental-health nav .menu li a {
    font-size: 13px;
}
.mental-health nav .menu li {
    margin-left: 4px;
}
.mental-health nav .menu li ul.sub-menu {
    width: 725px;
    right: 0px;
}

}  

@media screen and (max-width: 1061px) {
 .box-menu {
    min-height: 650px;
  }
 } 
@media screen and (max-width: 1091px) {
  nav .menu li {
     margin-left: 10px;
  
   }
  .logo-menu img {
    height: 100px;
    width: auto;
  } 
  .box-menu p {
    padding-left: 55px;
  }  
  
 
}


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

}
@media screen and (max-width: 1025px) {
   .readmore {
     left: 55px;
   }
   .footer-logo {
     width: 32%;
   }
   .menu-footer {
     width: 16%;
     margin-left: 10px;
   }
    .cost-text {
      position: relative;
     -ms-transform: translateY(0%);
     transform: translateY(0%);
   }
  .form-footer form input[type='email'] {
    width: 64%;
    height: 35px;
  }
  .form-footer form input[type='submit'] {
    padding: 5px 0px;
    width: 31%;
 
  }
  .mental-health nav .menu li a {
    font-size: 12px;
}
}

@media screen and (max-width: 991px) {
    header nav {
      display: none;
    }
    .topleftcontent.marginbottom80 p {
    width: 100%;
}
.bck-bigparachute-img img {
  width: 325px;
  float: none;
}
.displayteam-mobile {
  display: block;
}
.displayteam-desktop {
  display: none;
}
.benchmark .row {
   width: 100%;
}
.banner-top-header.benchmark {
  background-image: none;
}
    .nav-mobile {
      display: block;
    }
    .banner-top-text {
      width: 100%;
    }
    .block-text-centered {
      width: 100%;
    }
    .block-text-centered-bold {
       width: 100%;
     }
     .box-menu {
       min-height: 500px;
      }
     .readmore {
        left: 50px;
        margin-bottom: 35px;
    }  
    .footer-logo {
        width: 100%;
        margin-bottom: 40px;
    }
    .container-page.page-parallax-semi {
        padding-top: 0px;
    }
    .container-page.page-parallax-semi-real {
    padding-top: 0px;
     }
    .my-parallax {
      position: relative;
      top: auto;
    } 
    .form-footer {
       width: 50%;
     } 
     .img-circle-aspect {
      width: 95%;
     }
     .content-quote {
        font-size: 29px;
     }
     .content-quote p {
        line-height: 37px;
    }
    .block-text-centered-mental-home {
       width: 95%;
     }
     .bckmentalhome, .bckmentalwhy, .bckmentalprogram { 
      height: 410px;
    }
    .banner-top-text-left-why {
    text-align: left;
    width: 70%;
    padding-top: 36px;
   } 
   .banner-mental-program .banner-top-text-left-why {
    padding-top: 0px;
   }
   .bckmentalprogram {
    margin-top: 55px;
   } 
   .bckmentalcase {
    height: 375px;
   }
   .mental-health .banner-top-text-left {
    width: 56%;
    }
    .content-cost-ice {
    width: 100%;
    margin-bottom: 70px;
    }
    
    .topleftcontent p {
     width: 100%;
    }
    .content-cost-ice ul  {
      width: 100%;
    }
    .cost-text {
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-right: 0%;
   }
  .programbanner .banner-top-text {
    width: 100%;
   }
   .coloured-row-transparent p {
    font-weight: 300;
    width: 100%;
    margin: 0px auto 50px;
   }
   .blue-row-content {
    width: 90%;
   }
   .icones-orga {
     width: 32%;
  }
  .bck-bigparachute h3 {
    width: 100%;
  }
  .form-row-content {
    width: 90%;
}
 .bckclients {
  height: 375px;
 }
 .banner-top-text-centered {
    width: 90%;
    left: 5%;
  }
  .row-coloured-form h3 {
    margin: 0px auto 20px;
    width: 100%;
  }
 .mainlink li {
    width: 40%;
    float: right;
}
.img-circle-aspect {
    padding-top: 30px;
    width: 70%;
    padding-bottom: 30px;
    margin: 0px auto auto;
}
  .mental-health .banner-top-text-left {
    text-align: center;
    font-size: 26px;
    width: 100%;
    position: relative;
    top:auto;
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}
.bckmentalcase {
    background-repeat: no-repeat;
    background-image: url(../images/mobile-pingpong.png);
    background-position: center bottom;
    background-size: 55%;
    height: 600px;
}
.mainlink {
    padding: 0px 0px 0px 0px;
    display: inline-block;
    float: none;
}
.bckmentalhome {
    background-repeat: no-repeat;
    background-image: url(../images/mobile-parachute.png);
    background-position: bottom center;
    background-position: center bottom;
        background-size: 85%;
    height: 100vh;
}
.mental-health .banner-top-text-left {
    text-align: center;
    font-size: 26px;
    width: 100%;
}

.bckmentalwhy {
    margin-top: 0px;
    background-repeat: no-repeat;
    background-image: url(../images/mobile-iceberg.png);
    background-position: bottom center;
    background-size: 100%;
    height: 115vh;
}
.banner-top-text-left-why {
    text-align: center;
    width: 100%;
}
.blue-repeat-small {
    background-position: bottom;
    background-image: url(../images/blue-repeat-small.png);
    background-repeat: repeat-x;
}
.banner-top-text-left-why a {
    text-align: center;
    float: none;
}
.banner-mental-why .row {
  width: 100%;
}
}


@media screen and (max-width: 815px) and (orientation:landscape) { 
 
}

@media screen and (max-width: 950px) {
  .mental-health .banner-top-text-left {
    text-align: center;
    font-size: 26px;
    width: 100%;
    position: relative;
    top:auto;
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}
.bckmentalcase {
    background-repeat: no-repeat;
    background-image: url(../images/mobile-pingpong.png);
    background-position: center bottom;
    background-size: 55%;
    height: 600px;
}
}

@media screen and (max-width: 769px) {
  .row {
    width: 100%;
  }
  .repeat-blue {
    background-image:none;
  }
  .bck-general { 
   height: 75vh;
  }  
    header .logo img {
    height: 40px;
    width: auto;
   }
   header {
    height: 100px;
    padding-top: 29px;
   }  
  body {
    padding-top: 100px;
  }
  .box-menu {
    min-height: auto;
  }
  .readmore {
    position: relative;
    left: 55px;
    float: left;
    margin-bottom: 38px;
  }
  .menu-footer {
    width: 100%;
    margin-left:0px;
  }
  .form-footer {
    width: 100%;
 }
 .form-footer form input[type='submit'] {
    color: #205C71;
    background-color: #FFF !important;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 0px;
    padding: 5px 0px;
    width: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
  }  
   .form-footer form input[type='text'], .form-footer form input[type='email'] {
    width: 100%;
    height: 35px;
} 
  .contact-social {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    /* padding-bottom: 20px; */
  }
  .banner-top-text-left {
    color: #FFF;
    text-align: center;
   position: relative;
    width: 100%;
  top: 0%;
  font-size: 26px;
  margin-top: 30px;
    font-weight: 400;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
   }

   .banner-top-text-left p {
    font-size: 26px;
    line-height: 34px;
  }
  .bck-general {
    background-position:center bottom;
  }
  .img-quote {
    float: none;
    width: 100%;
    margin-top: 35px;
 }
  .block-text-centered-bold p {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
 }
 .banner-top-text {
  font-size: 26px;
 }
 .team-bio {
    width: 90%;
 } 
 .bckclients {
    background-position: center bottom;
    background-size: 44%;
  }   
  .testi .content-quote {
    font-size: 25px;
  } 
  .slick-next {
    right: -20px;
    display: none !important;
  }
  .slick-prev {
    left: -20px;
    display: none !important;
  }
  .half-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 0px;
 }
 .coloured-row-grey-footer img {
    width: 100%;
    padding-bottom: 40px;
 }
 .banner-top-text-left-why {
    text-align: left;
    width: 100%;
  }
  .block-text-centered-mental-home {
    width: 100%;
  }  
  .mental-health .banner-top-text-left {
    width: 100%;
 }
 .mental-health .banner-top-text-left {
    text-align: center;
    font-size: 26px;
  }
  .bckmentalhome {
    background-repeat: no-repeat;
    background-image: url(../images/mobile-parachute.png);
    background-position: bottom center;
    background-position: center bottom;
    background-size: 100%;
        height: 100vh;
  }  
  .block-video-text h3 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
}
  .block-video-text p {
    width: 100%;
    font-size: 16px;
  }
  .video-block {
     padding-top: 50px;
  }
  .bckmentalwhy {
    margin-top: 0px;
    background-repeat: no-repeat;
    background-image: url(../images/mobile-iceberg.png);
   background-position: bottom center;
    background-size: 100%;
   height: 115vh;
 }
 .banner-top-text-left-why {
    text-align: center;
    width: 100%;
}
 .banner-top-text-left-why a {
  text-align: center;
  float: none;
 }
  .block-text-centered-mental-home h2 {
    font-size: 25px;
    margin-bottom: 30px;
}
.banner-top-text-left-why h3 {
    font-size: 26px;
    font-weight: 400;
    padding-top: 30px;
    margin-bottom: 30px;
}
.bckmentalprogram {
    margin-top: 0px;
    background-repeat: no-repeat;
    background-image: url(../images/banner-clients.png);
    background-position: center bottom;
    background-size: 54%;
    height: 60vh !important;
}
.coloured-row-case p {
    font-weight: 300;
    width: 90%;
    margin: 0px auto 50px;
}

.text-orga {
    text-align: center;
    color: #FFF;
    width: 100%;
}
.icones-orga {
    width: 100%;
}
.image-orga img {
    width: 200px;
    margin-top: 50px;
}
.benchmarkbanner .banner-top-text {
  /*  color: #FFF;*/
    text-align: center;
    font-size: 26px;
    width: 100%;
    margin-left: 0px;
    padding-top: 100px;
    padding-bottom: 0px;
}
.bck-bigparachute {
   /* margin-top: 0px;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-image: url(../images/mobile-parachute.png);
    background-position: bottom;
    background-size: 400px;
    padding-bottom: 385px;*/
}
.bck-bigparachute h3 {
    width: 100%;
}
.content-cost-ice {
    width: 100%;
    margin-bottom: 50px;
}
.block-intro p {
    width: 100%; 
    margin: 20px auto 60px;
}

.banner-top-text-centered h3 {
    font-size: 26px;
}
.block-text-centered h2, h3 {
    font-size: 22px;
 }   
 .bckmentalcase {
    background-repeat: no-repeat;
    background-image: url(../images/mobile-pingpong.png);
    background-position: center bottom;
    background-size: 55%;
    height: 600px;
}
.mentalwhy .columns {
  padding-left: 0rem;
  padding-right: 0rem;
}
.mentalwhy .banner-top-text {
  width: 90%;
}
.content-cost-ice ul {
    margin-left: 0px !important;
}
.benchmarkbanner {
    background-position: bottom;
}
button {
    -webkit-appearance: none;
  }
  input[type=submit] {
     -webkit-appearance: none;
  }

  .contact-form {
    width: 100%;
  }


   .row-cost-iceberg {
    text-align: center;
  }
  .bck-bigiceberg {
     background: none;
     margin-top: 60px;
     padding-bottom: 0px;
  }
  .row-cost-iceberg ul li {
    list-style: none;
  }
  .bck-bigiceberg .footnote {
    display: none;
  }
  .blue-row {
     background-color: #667A9A;
    color: #FFF;
  }
  .blue-row2 {
     background-color: #284168;
    color: #FFF;
  }
    .mobile-content {
    display: block;
  }
  .desktop-content {
    display:none;
  }
   .page-id-131  .mobile-content img {
    width: 100%;
  }
   .mobile-content img {
    width: 290px;
  }
  .footnote {
    word-break: break-word;
  }
  .topleftcontent {
    text-align: center;
  }
   .cost-text {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-right: 0%;
  }
   .separator-line {
    border-top: 1px solid #383637;
    width: 90%;
    margin: 30px auto 30px;
  }
  .half-field.last {
    margin-right: 0px;
    float: right;
    margin-bottom: 0px;
}
.row-cost-iceberg ul li {
    
    margin-bottom: 6px;
}
.bck-bigparachute {
    /*padding-bottom: 450px;*/
}
.news-footer-section .large-6 {
 width: 100%;
}
span.wpcf7-list-item {
    display: inline-block;
    width: 100%;
    margin: 20px 0px 0px 10px;
}
}

@media screen and (max-width: 769px) and (orientation:landscape) { 
   
}
@media screen and (max-width: 681px) {
   .mainlink li {
   /* width: 50%;*/
  }  
  span.wpcf7-list-item {
    display: inline-block;
    width: 100%;
    margin: 20px 0px 0px 10px;
}
   .bckmentalcase {
    background-repeat: no-repeat;
    background-image: url(../images/mobile-pingpong.png);
    background-position: center bottom;
   background-size: 100%;
    height: 600px;
}
    .bckmentalhome {
    background-repeat: no-repeat;
    background-image: url(../images/mobile-parachute.png);
    background-position: bottom center;
    background-position: center -50px;
    background-size: 100%;
        height: 90vh;
  } 

  body {
    -webkit-appearance: none;
    font-size: 16px;
  }
  button {
    -webkit-appearance: none;
  }
  input[type=submit] {
     -webkit-appearance: none;
  }
  .separator-line {
    border-top: 1px solid #383637;
    width: 90%;
    margin: 30px auto 30px;
  }
  .coloured-row-transparent {
    margin-top: 0px;
    padding-bottom: 60px;
  }
  .block-video-text h3 {
    margin-bottom: 0px;
  }
  .desktopvideo p {
    display: none;
  }
  .mobile-video {
    display: block;
    margin-top: 35px;
  }
  .block-video-text {
    text-align: center;
  }
  .block-video-text a {
      margin-top: 20px;
      float: none;
  }
  .desktop-graph-img {
      display: none;
  }
  .mobile-image-graph {
    display: block;
    margin-bottom: 30px;
    margin-top: -30px;
  }
  .mobile-content {
    display: block;
  }
  .desktop-content {
    display:none;
  }
  .mobile-content img {
    width: 290px;
  }
  .row-cost-iceberg {
    text-align: center;
  }
  .bck-bigiceberg {
     background: none;
     margin-top: 60px;
     padding-bottom: 0px;
  }
  .row-cost-iceberg ul li {
    list-style: none;
  }
  .bck-bigiceberg .footnote {
    display: none;
  }
  .blue-row {
     background-color: #667A9A;
    color: #FFF;
  }
  .blue-row2 {
     background-color: #284168;
    color: #FFF;
  }
  .footnote {
    word-break: break-word;
  }
  .topleftcontent {
    text-align: center;
  }
   .cost-text {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-right: 0%;
  }
  .team-position {
   min-height: auto;
    }
    .team-box {
      min-height: auto;
          margin-bottom: 50px;
    }
    .team-bio {
  
    margin: 20px auto;
   }
   .under-form {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }
  .box-menu {
    min-height: auto;
    text-align: center;
    margin-bottom: 80px;
}
   .box-menu p {
    padding-left: 0px; 
    text-align: center;
  }
  .readmore {
    position: relative;
    left: auto;
   
    display: inline-block;
    text-align: center;
    float: none; 
    margin-bottom: 38px;
}
.row-cost-iceberg ul li {
    
    margin-bottom: 25px;
}
.row-cost-iceberg ul li br{
    
   display: none;
}
.bck-bigparachute {
    /*padding-bottom: 450px;*/
}
.bck-general {
    height: 85vh;
    min-height: 600px;
}
.half-field.last {
    margin-right: 0px;
    float: right;
    margin-bottom: 0px;
}
.topleftcontent.marginbottom80 br, .block-text-centered br {
  display: none;
}
.newsinfo {
    text-align: left;
    margin-bottom: 40px;
    width: 100%;
}
.team-more:before {
    left: 45%;
}

.my-parallax {
    padding-top: 0px;
  }
  .benchmarkbanner {
   background-size: 100%;
  }  
}

@media screen and (max-width: 381px) {
   .mainlink li {
    width: 50%;

  }  
  .my-parallax {
    padding-top: 0px;
  }
}  
