@import url('/css/lightbox.css');
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html *{
	box-sizing: border-box;}
	

html,
button,
input,
select,
textarea {
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    color: #222;
}

html,body{height:100%;
font-family:'Neue Helvetica W01';
    color:#5b6b7a;
}

body{
    overflow-x: hidden !important;}

html {
    font-size: 1em;
    line-height: 1.4;
}

h1,h2,h3,h4,h5{
    font-weight: 200;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




p{ font-size: 16px;
font-weight: 300;}












/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.fullwidth{
	width:100%;
	float:left;
}

.container{
	max-width:980px;
	padding: 0 20px;
	margin: auto;
    display: block;
}

.panel{
    width:100%;
    float:left;
    position: relative;}



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






/* ==========================================================================
  	Main Site Styles
   ========================================================================== */


footer,.landing,.landing-text,.landing h3,.third,.circle-text span, .circle-text p,.newsletter,.newsletter span{
    float:left;
    width:100%;}

nav{webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
text-align: right;
    font-size: 14px;
    width: 100%;
    padding-top: 50px;
}

nav a{
    color:#5b6b7a;
    text-decoration: none;
    font-weight: 300;
    padding:0 10px;

}

nav a:hover{
    color:#0099B1;}

#mobile-nav{
    width:24px;
    height:22px;
    cursor: pointer;
    display: none;
    float:left;
    position: absolute;
    z-index: 10;   
    margin-top: 20px;
    right: 32px;
    transition: all 0.3s;
}

#mobile-nav div{
    width:24px;
    position: absolute;
    height:4px;
    background-color: #0099B1; 
}

#mobile-nav #top-line{
     transition: all 0.5s;
    top:0;}

.activenav a, .activenav #contact, .activenav #menu-call{
    display: inline-block;}


#mobile-nav #middle-line{
     transition: all 0.5s;
    top:9px;}

#mobile-nav #bottom-line{
     transition: all 0.5s;
    bottom: 0;}

#mobile-nav.mobile-active{
    height: 4px;
    top: 9px;
    margin-bottom: 20px;
}



#mobile-nav.mobile-active #bottom-line{	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transition-delay: 0.3s;
    background-color: #5b6b7a;

}
#mobile-nav.mobile-active #top-line{	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transition-delay: 0.3s;
    background-color: #5b6b7a;
}
#mobile-nav.mobile-active #middle-line{
    width: 0px;
    background-color: #5b6b7a;
    }

#contact{
    border-radius: 4px;
    line-height: 25px;
    display: inline-block;
    padding: 4px 20px;
     webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
    margin-left: 15px;
    border: solid 1px #0099B1;}

#contact:hover{
     webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
    color:#fff;
    background-color: #0099B1;}

header{
    top: 0;
    width: 100%;
    z-index: 40;
    -webkit-transform:translateZ(2px);
      -moz-transform:translateZ(2px);
      -o-transform:translateZ(2px);
      transform:translateZ(2px);
 webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
    position: fixed;}

#header.active nav{
    height:58px;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
    padding-top: 11px;
    width:100%;}




.landing{
    height:100%;
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-color: #fff;
    background-position: center;
    -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
     z-index: 12;
}



#logo{
    width:130px;
    height:111px;
    margin-top: -2px;
    float:left;
    
    webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#header.active #logo{
    
    webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
        /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/

    /*background-color: #fff;*/
}


  #header.active #logo{
    /*width: 90px;
    height: auto;*/
  }
  #header.active #logo img{
    /*margin-top: 5px;*/
  }



.landing-text{
        position: absolute;
    top: 40%;
        left: 0;
        overflow: hidden;

}

@media only screen and (max-width:550px) {
  .landing-text h2 strong.rotate {
      display: block;
  }
}

.landing h2,h1, .third h3{
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 52px;
    text-align: center;
}

.landing h2{
font-size: 4vw;
    line-height: 4.7vw;
    text-transform: lowercase;
}
.landing h3{
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    font-size: 2.2vw;
    line-height: 2vw;
}

.landing h2 strong{
    color:#0099b1;
    font-weight: 400;
   
}


@-webkit-keyframes arrow {
    0%   {bottom: 40px;}
    50% {bottom: 30px}
    100% {bottom: 40px}
}


@-moz-keyframes arrow {
    0%   {bottom: 40px;}
    50% {bottom: 30px}
    100% {bottom: 40px}
}


@keyframes arrow {
    0%   {bottom: 40px;}
    50% {bottom: 30px}
    100% {bottom: 40px}
}

/* The element to apply the animation to */


.down-arrow{
    position: absolute;
    bottom: 50px;
    left: 50%;
    padding: 20px;
    cursor: pointer;
    margin-left: -34px;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
     -moz-animation-name: arrow;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    animation-name: arrow;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    transform: all;
}

h1, .third h3{
    color:#0099b1;
}

.second{float:left; width:100%;
    padding:115px 50px 50px;
    z-index: 14;
    
    background-color: #fff;
    position: relative;
    text-align: center;
      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
}

.third{
    background-color: #fff;
    position: relative;
    text-align: center;

    background-position:top center;
    background-size: cover;
}

@media only screen and (max-width:550px){
  .third{
    /*background-size: contain!important;*/
    /*padding-top: 165px;*/
    background-size: 170%;
    padding-top: 265px;
    
  }

  .third.bg-left{
    background-position: top left;
  }

  .third.bg-right{
    background-position: top right;
  }
}

.third .container{
    padding:135px 50px;
    display: inline-block;
    overflow: visible;
    position: relative;
}

input{
    line-height: 35px;
    display: inline-block;
    border: solid 2px #fff;
    padding: 0 15px;
    border-radius: 4px;
    color:#fff;
    font-size: 16px;
    background-color:transparent;
    height: 35px;
}

.graph{    
    background-image: url(/img/graph-paper.jpg);
}

.second p{
    margin: 20px auto 0;
    max-width: 815px;
}

.timeline, .timeline-progress{
    width:1px;
    float: left;
    background-color: #adb5bc;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    z-index:1;
    height:100%;}

.timeline-progress{
    height:50%;
    -webkit-backface-visibility: hidden;
    width: 3px;
    z-index: 10;
    margin-left: -2px;
    border-radius: 3px;
    position: fixed;
    background-color: #0099b1;
}

.pin{
    width:18px;
    -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
    z-index: 12 ;
margin-top: 0px;
    margin-left: -9px;
-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;    height:18px;
    position: relative;
    border-radius: 18px;
    border: solid 1px #adb5bc;
    left: 50%;
    background-color: #fff;

}

.pin.active{
    border-color: #0099b1;
    width: 30px;
    height:30px;
    margin-left:-15px;
    margin-top: 0px;
    border-radius: 29px;
}

.pin-middle{
    width:12px;
    height:12px;
    border-radius: 10px;
    -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
    margin-left: -6px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-top: -6px;
}

.pin.active .pin-middle{
    background-color: #0099b1;
}

#timeline-circle,svg{
    width:268px;
    height:268px;
    position: absolute;
    margin-left: -134px;
    margin-top: 65px; 
    -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
    z-index: 13;
    border: solid 1px #adb5bc;
    background-color: #fff;
    border-radius: 268px;
    left: 50%;
}

.timer{
    font-weight: 300;
    text-align: center;
    font-size: 63px;
    line-height: auto;
}

.timer span{
    font-size: 18px;
    width:100%;
    margin-bottom: -15px;
    float:left;
    padding-top: 83px;
    line-height: 22px;
}

#seehow{background-color:#fff; text-align:center;
    position:relative; z-index:14;
      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
}


#timeline-circle::after{
    content: '';
    height:300px;
    width:200px;
    position: absolute;
    bottom: -301px;
    left: -30px;
    z-index: -1;
    background-color: #fff;
}

.panel.final-circle-container{
  overflow: hidden;
}

.final-circle-container .container{
    height:594px;}

.final-circle-container .timeline{
    height:70px;}

.circle-text{
position: relative;
    padding:370px 100px 0;
    z-index: 30;
      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
    text-align: center;}

.circle-text span{
    font-weight: 500;
       color:#0099b1;
    padding-top: 10px;
}

.circle-text strong{
    font-weight: 300;
    color:#0099b1;
    font-size: 48px;
    line-height: 35px;
}


svg{
        width: 272px;
    margin-top: 62px;
    margin-left: -136px;
    border: none;
    background-color: transparent;
    height:273px;
    
}

svg path{

  stroke-dasharray: 1000;
  -moz-stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -moz-stroke-dashoffset: 1000;
}



.path{
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
-webkit-animation-iteration-count: 1;
    -webkit-animation: dash 1s linear forwards  ;
    -moz-animation-iteration-count: 1;
    -moz-animation: dash 1s linear forwards;
   animation-iteration-count: 1;
    animation: dash 1s linear forwards  ; 

}

.pin-title{
    font-size: 14px;
    color:#0099B1;
    padding-bottom: 4px;
    border-bottom: solid 1px #0099B1;
    text-transform: uppercase;
}


.text{
    font-size: 16px;
    width:41%;
    text-align: left;
}

.text h3{
    font-size: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 52px;
    text-transform: lowercase;
    text-align: left;
}

.text.right{
    float:right;}

.text.left{
    float:left;}

.left-image,.right-image{
    position: absolute;
left: -520px;
    max-width: 1146px;
    z-index: 20;
top:20px;}

.right-image{
    right:-520px;
    left: auto;}

.right-image.desk{
    right: -170px;
    bottom: -5px; 
    top: auto;
    height: 114%;
}

.pen{
    position:absolute; 
    left:-150px; 
    bottom:120px; 
    -webkit-transform:rotate(65deg);
    -moz-transform:rotate(65deg);
    transform:rotate(65deg);
webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

}


.newsletter{
    padding: 30px;
    position: relative;
    text-align: center;
    color:#fff;
    font-size: 18px;
    z-index: 30;
    -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
    background-color: #7b8894;}

.newsletter span{
    margin-bottom: 15px;
}

#see-how{
    width: 195px;
    margin: auto;
    z-index: 30;
    position: relative;
    line-height: 40px;
    font-weight: 200;
    font-size: 20px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #0099b1;}


#see-how:after, #see-how:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#see-how:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
#see-how:before {
	border-color: rgba(0, 153, 177, 0);
	border-top-color: #0099b1;
	border-width: 11px;
	margin-left: -11px;
}

footer{
    padding: 65px 0 20px;
}

footer > .container{
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 550px) {
  footer > .container{
    display: block;
  }
}

footer ul{
    width: 133px;
    /*float:left;*/
    margin-top: 10px;
}

footer li.header, .footer-social .header, .address .header{
    font-weight: 500;
    color:#0099b1;}

footer li, .footer-social .header, footer li a, .address .header{
        list-style: none;

    font-size: 12px;
    padding-bottom: 12px;

}

footer li a{
  text-decoration: none;
  color: #5b6b7a;
}

footer li a:hover{
  color:#0099b1;
}

footer .container .address{
  margin-top: 10px;
  margin-right: 60px;
}
footer .container .address address{
  font-size: 12px;
  font-style: normal;
}

@media only screen and (max-width:550px){
  footer .container .address{
    margin-right: 0;
  }
}

input[type="submit"]{
    color:#7b8894;
    margin-bottom: -12px;
    background-color: #fff;}

.copyright{
 text-align: center;
    font-size: 11px;}

.container>address{
  font-style: normal;
  line-height: 32px;
}

.graphitas{
    padding-top: 10px; padding-bottom: 50px;
}

.footer-social{
    width:145px;
    /*float:right;*/
    margin-top: 10px;
}

 .footer-social img{
     margin-right: 10px;
     margin-top: 0px;
    
    }


@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-ms-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.mobile-circle,.mobile-line-top{
    display: none;
}

.desktop-circle{
    display: block;
}










/* About Us */
.panel-wrapper.panel-about{
}

.panel-wrapper.panel-about .is--hidden{
  display: none;
  overflow: hidden;
}

/* Team Container */
.team-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 880px;
  flex-wrap: wrap;
  background: white;
  position: relative;
  /*-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.46);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.46);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.46);*/
}

.team-container .team-member{
  /*max-width: 220px;*/
  /*width: 25%;
  border: 1px solid #eaecee;
  background-color: white;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;*/
  border: 1px solid #eaecee;
  background-color: white;
  width: 33.3333%;
}

.team-container .team-member > .team-member-title{
  height: 80px;
}

.team-container .team-member > img{
  width: 100%;
  height: auto;
}

.team-container .team-member h4{
  font-weight: 500;
  margin-bottom: 0;
}

.team-container .team-member p{
  margin: 0;
}

.team-container .team-member img.btn-team-member{
  width: 30px;
  height: auto;
  margin: 15px 0;
}

.team-container .team-member .team-member-info{
  display: none;
}

.team-container .team-member .team-member-info.active{
  display: block;
}

.bio-panel{
  position: relative;
  transition: all 200ms ease-in;
  transform: scale(.8);
  opacity: 0;
  height: 0;
  max-width: 732px;
}
.bio-panel.active{
  margin-top: 30px;
  margin-bottom: 24px;
  height: auto;
  transform: scale(1);
  opacity: 1;
}

.bio-panel > .bio-panel-inner{
  background-color: #009ab2;
  color: white;
  position: relative;
  padding: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.bio-panel > .bio-panel-indicator{
  width: 23px;
  height: 23px;
  position: absolute;
  left: 12%;
  top: 0;
  background-color: #009ab2;
  transform: rotate(45deg) translate(-50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: left 400ms ease-in;
}
/* End */


.btn{
  width: 195px;
  margin: auto;
  z-index: 30;
  position: relative;
  line-height: 40px;
  font-weight: 200;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #009ab2;
  color: white;
  border: solid 1px #009ab2;
  display: block;
  text-align: center;
  text-decoration: none;
}

.btn.btn-inline{
  display: inline-block;
}

span.highlight{
  color: #009ab2;
}

.panel-wrapper{
  background-color: #fafafa;
  clear: both;
  overflow: hidden;
}

.panel-wrapper > .second{
  background-color: transparent;
}

.panel > .container.alert{
  background-color: #f4f5f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.46);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.46);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.46);
  text-align: center;
  max-width: 880px;
  padding: 20px 20px;
  margin-bottom: 80px;
}

.panel-wrapper.panel-philosophy{
  padding-bottom: 200px;
}

.panel-wrapper.panel-philosophy-sectors{
  background-color: white;
  overflow: visible;
}

.panel-wrapper.panel-philosophy-sectors > .container{
  max-width: 980px;
}

.panel-wrapper.panel-philosophy-sectors .sectors{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.panel-wrapper.panel-philosophy-sectors .sectors > .sector{
  width: 25%;
  /*max-width: 270px;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eaecee;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: white;

  margin-bottom: 20px;
}

.panel-wrapper.panel-philosophy-sectors .sectors > .sector > img{
  max-width: 50px;
  margin-bottom: 10px;
}
@media only screen and (max-width:550px) {

  .panel-wrapper.panel-philosophy{
    padding-bottom: 70px;
  }
  
  .panel-wrapper.panel-philosophy-sectors .sectors > .sector{
    font-size: 14px;
  }

  .panel-wrapper.panel-philosophy-sectors .sectors > .sector > img{
      width: 30px;
      height: auto;
  }

  .panel-wrapper.panel-philosophy-sectors .sectors > .sector > span{
    display: none;
  }

}

.panel-wrapper.panel-philosophy-sectors .sectors > .sector > span{
  text-align: center;
}

.panel-wrapper.panel-philosophy-sectors .sectors > .sector.active{
  background-color: #009ab2;
  color: white;
  position: relative;
}

.panel-wrapper.panel-philosophy-sectors .sectors > .sector.active:after{
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background-color: #009ab2;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: rotate(45deg) translate(-50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.panel-wrapper.panel-philosophy-sectors .sector-descriptions-wrapper{
  padding: 90px 50px;

  position: relative;
  min-height: 328px;
  box-sizing: content-box;
}

.panel-wrapper.panel-philosophy-sectors .sector-descriptions-wrapper > .sector-description{
  text-align: center;
  display: block;
  transition: all 200ms ease-in;
  opacity: 0;

  position: absolute;
  left: 0;
}

.panel-wrapper.panel-philosophy-sectors .sector-descriptions-wrapper > .sector-description.active{
  opacity: 1;
  /*display: block;*/
}

.panel-wrapper.panel-philosophy-sectors .sector-descriptions-wrapper > .sector-description h2{
  color: #009ab2;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 52px;
  font-weight: 200;
}

.panel-wrapper.panel-philosophy-sectors .sector-descriptions-wrapper > .sector-description ul{
  padding: 0;
  /*list-style-type: none;*/

  width: 80%;
  margin-left: auto;
  margin-right: auto;
  list-style-type: disc;
}

.panel-wrapper.panel-philosophy-sectors .sector-descriptions-wrapper > .sector-description ul > li{
  text-align: left;
  margin-bottom: 8px;
}

.panel-wrapper.panel-philosophy-sectors .sector-descriptions-wrapper > .sector-description ul > li:before{
}

.panel-wrapper.panel-philosophy-sectors .sector-descriptions-wrapper{
  padding: 50px;
}




.panel-wrapper.panel-news-subscribe{
  position: relative;
  z-index: 20;

  /*
  background-image: url('/img/background/aboutus.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  min-height: 337px;
  padding: 120px 0;
  */

  color: white;
  background-color: #7c8995;
  padding: 70px 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.panel-wrapper.panel-news-subscribe span{
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.panel-wrapper.panel-news-subscribe .inputs input{
  outline-style: none;

  border-color: white;
  background-color: white;
  color: #5b6b7a;

  padding: 14px 10px;
  line-height: normal;
  height: auto;
}

.panel-wrapper.panel-news-subscribe .inputs input::placeholder{
  color: #7c8995;
}

.panel-wrapper.panel-news-subscribe .reply{
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.parsley-error{
  outline-style: none;
  border: 2px solid #c00!important;
}

@media only screen and (max-width:700px) {
  .panel-wrapper.panel-news-subscribe .inputs input{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .panel-wrapper.panel-news-subscribe .inputs input::placeholder{
    text-align: center;
  }

  .panel-wrapper.panel-news-subscribe .inputs input:last-of-type{
    margin-bottom: 0;
  }
}

.panel-wrapper.panel-news-subscribe .inputs input[type='submit']{
  border: 2px solid #fff;
  color: white;
  background-color: transparent;
  padding-left: 50px;
  padding-right: 50px;
  transition: all 300ms ease-in-out;
}
.panel-wrapper.panel-news-subscribe .inputs input[type='submit']:hover{
  background-color: white;
  color: #7c8995;
}


.panel-wrapper.panel-contact{

}

.panel-wrapper.panel-contact-ui{
  background-color: white;
  padding: 0;
}

.panel-wrapper.panel-contact-ui .container{
  max-width: 880px;
}

.panel-wrapper.panel-contact-ui #formContact{
  text-align: center;
}

.panel-wrapper.panel-contact-ui #formContact .inputs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.panel-wrapper.panel-contact-ui #formContact .inputs [id^='frm_']{
  outline-style: none;

  border: 2px solid #5b6b7a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  background-color: white;
  color: black;

  padding: 14px 10px;
  line-height: normal;
  height: auto;

  width: 33%;

  margin-bottom: 10px;
}

.panel-wrapper.panel-contact-ui #formContact .inputs #frm_txt_message{
  width: 100%;
  min-height: 200px;
  max-height: 450px;
}

.panel-wrapper.panel-contact-ui #formContact .inputs [type='submit']{
  color: white;
  background-color: #5b6b7a;
  padding: 14px 50px;
  margin: 0 auto;
  height: auto;
}

@media only screen and (max-width:550px){
  .panel-wrapper.panel-contact-ui #formContact .inputs{
    flex-direction: column;
  }

  .panel-wrapper.panel-contact-ui #formContact .inputs [type='text']{
    width: 100%;
  }

  .panel-wrapper.panel-contact-ui #formContact .inputs [type='text']::placeholder{
    text-align: left;
  }
}



/* Contact / Map */
.panel-wrapper.panel-contact-map{
  background-color: white;
  padding: 70px 0;
}

.panel-wrapper.panel-contact-map .container{
  max-width: 880px;
  display: flex;
  justify-content: space-between;
}

.panel-wrapper.panel-contact-map address{
  width: 50%;
}

.panel-wrapper.panel-contact-map .map{
  width: 50%;
  height: 225px;
}

@media only screen and (max-width:710px){
  .panel-wrapper.panel-contact-map .container{
    max-width: 100%;
    flex-direction: column;
  }

  .panel-wrapper.panel-contact-map address{
    width: 100%;
    text-align: center;
  }

  .panel-wrapper.panel-contact-map .map{
    width: 100%;
    height: 500px;
    margin-top: 30px;
  }
}

/* -=- */




@media only screen and (max-width:960px) {
  
.landing h2{
        font-size: 5.5vw;
        }
    
    .landing h3{
        font-size: 3vw;
        line-height: 3.2vw;
        }
        .left-image,.right-image{
left: -37%;   
        top: 13%;
        width:100%;}
    
        .right-image{
        right:0;
        left:auto;
            bottom: 0;
            top: auto;
            width: 60%;
    }
    
    .right-image.desk{
        right: -13%;
    width: auto;}
    
    
    
     .third .container{
        padding: 55px 50px;
    }
    

     
    .text h3{
            line-height: 5.5vw;
        font-size: 5.5vw;
        
        padding: 0;}
    
    .pen{
        left:130px;
        bottom: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    

    
}


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

    
    nav{
        display: none;}
    .second{
        padding:40px 00px 40px;
    }
    
   
  
    
     .text p{
         line-height: 19px;
         font-size: 15px;}
    
    .panel{
        height:auto !important;}
    
    #seehow{
        margin-bottom: 30px;
    
    }
    
     .left-image,.right-image{
     top: 7%;
     }
    
       nav{
        
        background-color: #fff;
        width:100%;
        display: block;}
    
    nav a{
        line-height: 40px;
        margin-left: 0;
        display: none;
        text-align: center;
        color:#5b6b7a;
margin-bottom: -2px;           border:solid 2px #0099B1;
                font-size: 17px;

         background-color: #fff;
        float: right;
        width: 100%;}
    
    #contact{
        background-color: #0099B1;
        color:#fff;
        line-height: 40px;
        display: none;
        border-radius: 0;
        margin-top:0px;}
    
    #mobile-nav{
        display: block;
    }
    
    nav{
    height:60px;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
    padding-top: 11px;
    width:100%;}
    
    nav a:nth-child(1){
        border:solid 2px #0099B1;
        margin-top: 10px;
    
    }
    
    nav a:nth-child(1)::before{
        content: '';
        height:76px;
        pointer-events: none;
        width: 44px;
          border:solid 2px #0099B1;
         background-color: #fff;
        border-bottom: 0;

        float: right;
        margin-top: -78px;
        margin-right: -12px;
    }
    
    
    nav a:nth-child(4){
   border:solid 2px #0099B1;    
    }
    #logo{
    
    
    webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
        /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);

    background-color: #fff;*/
}
    
     .right-image.desk{
        right: -25%;
     }
    
    .pen{
        width: 30%;
        left: 45px;}
    
}

section.privacy ul{
  margin: 20px auto 0;
  max-width: 815px;
}

#menu-call{
  display: none;
}



@media only screen and (max-width:768px) {
  .text p{
    line-height: 19px;
    font-size: 15px;
  }

  .panel .btn-contact{
      margin-top: 20px;
      display: block;
    }
}



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

  section.privacy ul{
    max-width: none;
    padding: 0 0 0 20px;
  }

  #menu-call{
    padding: 4px;
  }
    
    .mobile-circle{
        overflow: visible !important;
        border-radius: 0;
        width: 345px;
  margin-top: 51px;
         z-index: 15;
  margin-left: -150px;
        height: 321px ;
        display: block;}
    
    #timeline-circle, svg{
    width: 278px;
         z-index: 15;
  height: 278px;
          margin-left: -139px;
    }
    
    .desktop-circle,#timeline-circle::after{
        display: none;}
    
    .mobile-line-top{
        display: block;
    }
    .panel{
        padding-bottom: 40px;
        height:auto !important;}

    .panel .btn-contact{
      margin-top: 20px;
      display: block;
    }
    
    
    .landing h2, h1{
         padding:0 5%;
        line-height: 12.5vw;
        font-size: 10.5vw;
        }
    
    .text,.circle-text{
        width: 100%;}
    
    .third .container{
        background-image: none;
        padding: 30px 50px 50px;}
 
    
    
    h1,.text h3,.circle-text strong{
            line-height: 9vw;
        font-size: 9vw;
        
        padding: 0;}
    
    .circle-text{
        float:left;
        z-index: 14;
        background-color: #fff;
        margin-top: 42px;
        padding:326px 0 40px;}
    
    .circle-text:before{
         content: '';
  width: 48.5%;
  z-index: 1;
  height: 283px;
  top: -2px;
        background-color: #fff;
  border-top: solid 1px #adb5bc;
  left: 4px;
  border-right: solid 1px #adb5bc;
  position: absolute;
  float: left;
    }
    

    
    .landing h3{
        padding:0 40px;
        font-size: 5.4vw;
        line-height: 5.65vw;
        }
    
    .timeline-progress,.timeline,.pin{
        left: 25px;}
    
 
    
    .pin{
        left: -26px;}
    
     header{
         position: fixed;
     }
    
    .third{
        overflow: hidden;}

    .third.narrow{
      padding-top: 40px;
    }
    
    input{
        text-align: center;
        margin-bottom: 10px;
        height: 43px;
        line-height: 43px;
        width:100%;}
    
    .left-image, .right-image{
    float:left;
        left: -20%;
        width: 140%;
        margin-bottom: -60px;
        bottom: 0;
        top: -30px;
        position: relative;
    }
    
        .right-image{
            right: -20%;}
    
    #see-how{
        padding: 0 20px;
        margin-top: -1px;
        border-width: 1px;}

    
       footer{
           padding-top: 20px;
           z-index: 30;
           text-align: center;
           position: relative;
       background-color: #fff;}
   
    footer ul{
        width:100%;
        padding-left: 0;
    margin-left: 0;}
    
    .panel.final-circle-container{
     padding-bottom: 0;
    }
    
    .footer-social{
        text-align: center;
        width: 100%;}
    
        .footer-social img{
        margin: 0 10px 15px;
        margin: 0 10px 15px;
        }
 
   .timeline-progress{
       width: 4px;
       margin-left: -3px;}
    
    .final-circle-container .container::before{
        content: '';
    position: absolute;
    background-color: #fff;
        z-index: 20;
        left: 0;
        width: 22px;
    height:50px;
          -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
    }
    
    .mobile-line-top{
        width: 350px;
        z-index:8;
        position: relative;
        height: auto;
        margin-left: -348px;
        border-radius: 0;
        margin-bottom: -380px;
        left: 50%;
        overflow: visible;
        top: -85px;
        float:left;}
    
    .mobile-line-top-line{
        content:'';
        height:40px;
        margin-top: -39px;
        width:400px; 
        background-color: #fff;
        float: left;
        bottom: 0;
        margin-left: -400px;
        left: 50%;
        border-bottom: solid 1px #adb5bc;
        border-right: solid 1px #adb5bc;
        position: relative;
        z-index: 7;
    }
    
      #seehow::after{
           content:'';
        height:39px;
        width:29px; 
          top: 32px;
          left: 0;
          z-index: 11;
          position: absolute;
         float:left;
          background-color:#fff;}
    
    .mobile-line-top-cover{
        position: absolute;
        bottom: 10px;
        z-index: 9;
        left: 0;
        content: '';
        width:24px;
        height:55px;
         -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
        background-color: #fff;
    }
    

    
}

/* iPhone X Max*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
 .third .container{
    background-image: none;
    padding: 60px 50px 50px;
  }
  .timeline-progress,.timeline{
    left: 27px;
  }
}

/* iPhone XS */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) { 
    .third .container{
    background-image: none;
    padding: 60px 50px 50px;
  }
  .timeline-progress,.timeline{
    left: 27px;
  }
}

/* Galaxy S9 */
@media only screen and (min-device-width: 360px) and (min-device-height: 640px) and (orientation: portrait) { 
    .third .container{
    background-image: none;
    padding: 60px 50px 50px;
  }
  .timeline-progress,.timeline{
    left: 27px;
  }
}