/* Reset CSS*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}


/* General */
body, html {
    font-family: "Exo 2", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    overflow-x:hidden;
}

body.noscroll, html.noscroll {
    overflow: hidden;
}

main {
    overflow: hidden;
}

::selection {
    color: #fff;
    background: #00ADB5;
}

*:focus, *:active {
    outline: none;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: none;
    background-color: #F5F5F5;
    border: 0;
}

::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #00ADB5;
    border: 0;
    border-radius: 3px;
}

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

a {
    text-decoration: none;
    color: #00ADB5;
    transition: all .3s ease-out;
}

*:hover, *:active {
    outline: none;
    transition: all .3s ease-out;
}

p {
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
}

strong {
    display: contents;
}

/* Base Grid */

.col {
    float: left;
    box-sizing: border-box;
}

.col-1 {
    width: 12.5vw;
}

.col-2 {
    width: 25vw;
}

.col-3 {
    width: 37.5vw;
}

.col-4 {
    width: 50vw;
}

.col-5 {
    width: 62.5vw;
}

.col-6 {
    width: 75vw;
}

.col-7 {
    width: 87.5vw;
}

.col-8 {
    width: 100vw;
}

.col-off-1 {
    margin-left: 12.5vw;
}

.col-off-2 {
    margin-left: 25vw;
}

.col-off-3 {
    margin-left: 37.5vw;
}

.col-off-4 {
    margin-left: 50vw;
}

.col-off-5 {
    margin-left: 62.5vw;
}

.col-off-6 {
    margin-left: 75vw;
}

.col-off-7 {
    margin-left: 87.5vw;
}

.pad, .box.pad {
    padding-left: 15px;
    padding-right: 15px;
}

.dpad, .box.dpad {
    padding-left: 30px;
    padding-right: 30px;
}

.mleft-1 {
    margin-left: 12.5vw;
}

.pad-l {
    padding-left: 15px;
}

.pad-r {
    padding-right: 15px;
}

.mdpad, .box.mdpad {
    padding: 4vw;
}

.lpad, .box.lpad {
    padding: 8vw;
}

.xlpad, .box.xlpad {
    padding: 8vw 12.5vw;
}

.sm-vert-pad, .box.sm-vert-pad {
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.nopad {
    padding: 0 !important;
}

.hidden {
    display: none !important;
}

.mtop-10 {
    margin-top: 10px;
}

.mtop-n10 {
    margin-top: -10px;
}

.mtop-20 {
    margin-top: 20px;
}

.mtop-30 {
    margin-top: 30px;
}

.mtop-40 {
    margin-top: 40px;
}

.mtop-50 {
    margin-top: 50px;
}

.mbot-10 {
    margin-bottom: 10px;
}

.mbot-20 {
    margin-bottom: 20px;
}

.mbot-30 {
    margin-bottom: 30px;
}

.mbot-40 {
    margin-bottom: 40px;
}

.mbot-50 {
    margin-bottom: 50px;
}

.top-noff-5 {
    margin-top: -5vh;
}

.top-off-5 {
    margin-top: 5vh;
}

.top-noff-10 {
    margin-top: -10vh;
}

.top-off-10 {
    margin-top: 10vh;
}

.top-noff-15 {
    margin-top: -15vh;
}

.top-off-15 {
    margin-top: 15vh;
}

.top-noff-20 {
    margin-top: -20vh;
}

.top-off-20 {
    margin-top: 20vh;
}

.top-noff-25 {
    margin-top: -25vh;
}

.top-off-25 {
    margin-top: 25vh;
}

.top-noff-30 {
    margin-top: -30vh;
}

.top-off-30 {
    margin-top: 30vh;
}

.top-noff-35 {
    margin-top: -35vh;
}

.top-off-35 {
    margin-top: 35vh;
}

.top-noff-40 {
    margin-top: -40vh;
}

.top-off-40 {
    margin-top: 40vh;
}

.top-noff-45 {
    margin-top: -45vh;
}

.top-off-45 {
    margin-top: 45vh;
}

.top-noff-50 {
    margin-top: -50vh;
}

.top-off-50 {
    margin-top: 50vh;
}

.top-noff-55 {
    margin-top: -55vh;
}

.top-off-55 {
    margin-top: 55vh;
}

.top-noff-60 {
    margin-top: -60vh;
}

.top-off-60 {
    margin-top: 60vh;
}

.top-noff-65 {
    margin-top: -65vh;
}

.top-off-65 {
    margin-top: 65vh;
}

.top-noff-70 {
    margin-top: -70vh;
}

.top-off-70 {
    margin-top: 70vh;
}

.top-noff-75 {
    margin-top: -75vh;
}

.top-off-75 {
    margin-top: 75vh;
}

.top-noff-100 {
    margin-top: -100vh;
}

.top-off-100 {
    margin-top: 100vh;
}

.clear {
    clear: both;
}

.clearfix {
    display: block;
    clear: both;
    width: 100%;
}

.bluebg {
    background-color: #00ADB5;
}

.nobg {
    background: transparent !important;
}

.upper {
    text-transform: uppercase;
}

.aright {
    text-align: right;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.acenter {
    text-align: center;
}

.abottom {
    position: absolute;
    bottom: 10px;
}

.mdt {
    font-size: 1.4rem;
}

.bigt {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.xbigt {
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.h10 {
    height: 10vh;
}

.h15 {
    height: 15vh;
}

.h20 {
    height: 20vh;
}

.h25 {
    height: 25vh;
}

.h30 {
    height: 30vh;
}

.h35 {
    height: 35vh;
}

.h40 {
    height: 40vh;
}

.h45 {
    height: 45vh;
}

.h50 {
    height: 50vh;
}

.h55 {
    height: 55vh;
}

.h60 {
    height: 60vh;
}

.h65 {
    height: 65vh;
}

.h70 {
    height: 70vh;
}

.h75 {
    height: 75vh;
}

.h80 {
    height: 80vh;
}

.h75 {
    height: 85vh;
}

.h90 {
    height: 90vh;
}

.h95 {
    height: 95vh;
}

.h100 {
    height: 100vh;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.sq-1 {
    height: 12.5vw;
    overflow: hidden;
}

.sq-2 {
    height: 25vw;
    overflow: hidden;
}

.sq-3 {
    height: 37.5vw;
    overflow: hidden;
}

.sq-4 {
    height: 50vw;
    overflow: hidden;
}

.no-upper {
    text-transform: none !important;
}

/* Header */
header#header {
    position: fixed;
    z-index: 100;
    padding: 40px 40px 0;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s ease-out;
}

#header .bglines {
    display: none !important;
}

#header.view .bglines {
    display: block !important;
}

.head-logo {
    transition: all .3s ease-out;
}

#header.scroll .head-logo, #header.view .head-logo, body:not(.home) .head-logo {
    width: 8vw;
    transition: all .3s ease-out;
}

.head-logo img {
    width: 82%;
}

.breadcrumb {
    display: inline-block;
    margin-top: 15px;
    color: #00adb5;
    text-transform: uppercase;
    font-size: .9rem;
}

.home .breadcrumb {
    display: none;
}

.breadcrumb a {
    font-weight: 600;
}

span.menu-toggle {
    position: absolute;
    top: 45px;
    right: 5vw;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

span.menu-toggle span {
    display: block;
    content: " ";
    height: 3px;
    position: relative;
    width: 27px;
    top: 0;
    margin-bottom: 4px;
    background: #01adb5;
    transition: all .3s ease-out;
}

span.menu-toggle span.mid {
    width: 22px;
    position: relative;
    right: -5px;
    transition: all .5s ease-out;
}

span.menu-toggle.open .up {
    transform: rotate(45deg);
    top: 7px;
}

span.menu-toggle.open .down {
    transform: rotate(-45deg);
    top: -7px;
}

span.menu-toggle.open span {
    transition: all .3s ease-out;
}

span.menu-toggle.open .mid {
    width: 0;
    right: 0;
    transition: all .5s ease-out;
}

#header.view {
    background: #f0f0f0;
    height: 100%;
    transition: all .3s ease-out;
}

#main-nav {
    /*position: absolute;
    top: 20vh;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-out;*/
    margin: 0 -40px;
    padding-top: 25vh;
    position: relative;
    display: none;
}

#main-nav .title:after {
    display: block;
    height: 1px;
    width: 10.5vw;
    background: #00adb5;
    content: " ";
    float: right;
    margin-top: 10px;
    font-weight: 600;
}

#main-nav .title {
    font-size: 1rem;
    color: #00adb5;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 2vw;
    text-align: left;
}


#header.view #main-nav{
    z-index: 99;
    transition: all .5s ease-out;
    display: block;
    height: 65vh;
}

#main-nav .aright a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    margin: 10px;
    position: relative;
    float: right;
    clear: both;
}

#main-nav  .aright a:hover span {
    color: #fff;
    position: relative;
}

#main-nav .aright a:before {
    content: " ";
    display: block;
    right: -5px;
    top: 0;
    width: 0;
    height: 100%;
    background: #00adb5;
    position: absolute;
    transition: width .15s ease-out;
}

#main-nav .aright a:hover:before {
    width: calc(100% + 10px);
    transition: width .3s ease-out;
}

#main-nav .box .title {
    color: #fff;
    padding: 0;
    font-size: 1.5rem;
}

#main-nav .box {
    padding: 20px;
}

#main-nav .box a {
    display: inline-block;
    float: left;
    clear: left;
    margin-bottom: 10px;
    /*line-height: 6vh;
    height: 6vh;*/
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    position: relative;
}

#main-nav .box a:first-of-type {
    margin-bottom: 30vh;
}


#main-nav .box a span {
    position: relative;
    display: block;
    z-index: 1;
}

#main-nav .box a:first-of-type span:after {
    content: "//";
    float: left;
}

#main-nav .box a:not(:first-of-type) span:after {
    content: "_";
    float: left;
}

#main-nav .box a:hover, #main-nav .box a:hover span {
    color: #00adb5;
}

#main-nav .box a:before {
    display: block;
    content: " ";
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    width: 0;
    transition: width .15s ease-out; 
}

#main-nav .box a:hover:before {
    width: calc(100% + 10px);
    transition: width .3s ease-out;   
}

#main-nav .social-links {
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 20px;
}

#main-nav .social-links a {
    width: 50px;
    height: 50px;
    max-width: 40%;
    display: inline-block;
    border: 3px solid #00adb5;
    border-radius: 100%;
    margin: 5px;
    opacity: 0;
    box-sizing: border-box;
}

.view #main-nav .social-links a {
    opacity: 1;
}

#main-nav .social-links a:hover {
    opacity: .8;
    transform: scale(.9);
    background: #00adb5;
    transition: all .2s ease-out;
}

#main-nav .social-links svg {
    width: 25px;
    margin-top: 9px;
}

#main-nav .social-links svg path {
    fill: #00adb5;
    transition: fill .2s ease-out;
}

#main-nav .social-links a:hover svg path {
    fill: #fff;
    transition: fill .2s ease-out;
}

/* Wave */
#waves {
    position: fixed;
    width: 40vw !important;
    height: 5vw !important;
    transform: rotate(90deg);
    top: 50vh;
    z-index: 999;
    opacity: 0;
}

#waves.visible {
    /*mix-blend-mode: color-dodge;*/
}

#waves.pos1 {
    right: 4.65vw;
    opacity: 1;
}

#waves.pos2 {
    right: 17.15vw;
    opacity: 1;
}

#waves.pos3 {
    right: 29.65vw;
    opacity: 1;
}

#waves.pos4 {
    right: 42.15vw;
    opacity: 1;
}

#waves.pos5 {
    right: 54.65vw;
    opacity: 1;
}

/* Base content rules */
#content {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-left: 12.5vw;
}

.heading {
    padding: 0 15px;
    /*text-transform: uppercase;*/
}

.intro {
    display: block;
    margin-bottom: 15px;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 600;
}

.intro:before {
    content: "//";
}

span.highlight {
    display: inline;
    background: #00ADB5;
    color: #fff;
    padding: 0 5px;
    margin-left: -1px;
    line-height: 1.1;
}

span.highlight a {
    color: #fff;
}

.title {
    /*font-size: 2rem;*/
    font-size: 1.9vw;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: block;
}

.subtitle {
    display: block;
    font-size: 1.6vw;
    margin-bottom: 20px;
}

.sm {
    font-size: 1.8vw;
}

.xs {
    font-size: 1.5vw;   
}

a.link {
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    background: transparent;
    font-size: .9vw;
}

a.link:hover {
    color: #00ADB5;
}

.box a.link, .box a.link:hover {
    color: #fff;
}


a.link:after, .submit:after, .ffile:after {
    display: block;
    content: " ";
    background: #000;
    height: 1px;
    width: calc(12.5vw - 15px - 108%);
    min-width: 5%;
    position: absolute;
    left: 108%;
    top: 50%;
    transition: all .3s ease-out;
}

.submit:after, .ffile:after {
    left: 100%;
}

.submit, .ffile {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.submit:after, .ffile:after {
    background: #fff;
    width: 40px;
}

.box a.link:after, .box a.link:hover:after, .ffile:hover:after {
    background: #fff;
}

a.link:hover:after {
    width: calc(12.5vw - 95%);
    min-width: 8%;
    background: #00ADB5;
    transition: all .3s ease-out;
}

.submit:hover:after, .ffile:hover:after {
    width: 60px;
    background: #fff;
    transition: all .3s ease-out;
}

img.full {
    width: 100%;
}

img.full.slick-slide {
    width: 100% !important;
    height: auto;
}

.block {
    height: 100vh;
    padding-top: 20vh;
    overflow: hidden;
}

.block:first-of-type {
    padding-top: 30vh;
}

.block .col {
    max-height: 80vh;
}

.box {
    color: #fff;
    background-color: #00ADB5;
    background-size: 100%;
    background-position: center;
    padding: 10px;
    font-weight: 300;
    position: relative;
    margin-bottom: 10px;
    transition: all .15s ease-out;
}

a.box:hover, .box.position:hover {
    background-color: #43E2EA;
    background-size: 120%;
    transition: all .3s ease-out !important;
}

.box.col-1 {
    min-height: 12.5vw;
}

.box h2 {
    text-transform: uppercase;
    font-size: 1.2vw;
    font-weight: 300;
    position: absolute;
    bottom: 10px;
}

.box h2:before {
    content: "//";
}

.box + a.link {
    font-size: .8rem;
    padding-left: 10px;
    width: max-content;
    max-width: 12.5vw;
}

.box li {
    list-style: none;
    margin-bottom: 10px;
}

.box li:before {
    content: "_";
    padding-right: 5px;
}

.box h4 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

/*#bglines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}*/

.bglines {
    display: none;
}

.bglines > div {
    position: fixed;
    width: 1px;
    background: #dcdcdc;
    height: 100vh;
    display: block;
    top: 0;
    z-index: 1;
    /*mix-blend-mode: soft-light;*/
}

.content-slider .bglines > div, .box .bglines > div, .subscription .bglines > div {
    position: absolute;
    height: 100%;
}

.content-slider .bglines, .box .bglines, .subscription .bglines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .4
}

.l1 {
    left: 12.5vw;
}

.l2 {
    left: 25vw;
}

.l3 {
    left: 37.5vw;
}
.l4 {
    left: 50vw;
}
.l5 {
    left: 62.5vw;
}
.l6 {
    left: 75vw;
}
.l7 {
    left: 87.5vw;
}

#main-nav .bglines {
    mix-blend-mode: soft-light;
}

.graybox {
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    display: none;
}

.graybox > div {
    background: #f0f0f0;
}


.elephant {
    background-image: url("../img/elephant.svg");
    background-position: -2vw -1vw;
    background-repeat: no-repeat;
    background-size: 10vw;
}

.content-slider {
    background: #01adb5;
    color: #fff;
    position: relative;
    /*min-height: 35vw;*/
}

.content-slider .item:before, .content-slider .img:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    background: #068c92;
    width: 0;
}

.content-slider .img:after {
    background: #00adb5;
}

.active .content-slider:not(:hover) .slides:not(.paused) .item.slick-active:before, .active .content-slider:not(:hover) .slides:not(.paused) .img.slick-active:after {
    width: 100%;
    transition: width 5s ease;
}

.active .content-slider:hover .item.slick-active:before, .active .content-slider:hover .img.slick-active:after {
    opacity: 0;
    width: 0;
    transition: all .5s ease-out;
}

/*.content-slider:not(:hover) .playing:before, .content-slider:not(.paused) .playing:before {
    animation: loading 5s infinite;
    transition: all .3s ease-out;
}

.content-slider:hover .playing:before {
    opacity: 0;
}*/

.content-slider .slick-track {
    display: flex;
}

.content-slider .slick-slide {
    height: inherit;
}

.slides h3.item-title {
    display: none !important;
}

.slides h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.content-slider .item {
    /*display: none;*/
    padding: 10vw 13.5vw;
}

#join .content-slider .item {
    padding: 8vw 5vw;
}



.content-slider .item:not(.active) * {
    /*opacity: 0;*/
}

.content-slider .item.active {
    display: block;
}

ul.slick-dots {
    position: absolute;
    top: calc(100% + 15px);
    left: 15px
}

ul.slick-dots li {
    float: left;
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #01adb5;
    cursor: pointer;
    transition: background .2s ease-out;
}

ul.slick-dots li.slick-active {
    background: #01adb5;
    transition: background .2s ease-out;
}

ul.slick-dots li button {
    visibility: hidden;
}


ul.index {
    position: absolute;
    /*bottom: 0;*/
    top: 20vw;
    right: 100%;
    color: #000;
    list-style: none;
    text-align: right;
    padding: 0 15px;
}

ul.index li {
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
    padding: 2px 5px;
    position: relative;
    float: right;
    clear: both;
}

ul.index li.active {
    color: #fff;
}

 ul.index li.active span, ul.index li:hover span {
    color: #fff;
    position: relative;
}

ul.index li:before {
    content: " ";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #00adb5;
    position: absolute;
    transition: width .2s ease-out;
}

ul.index li:hover:before, ul.index li.active:before {
    width: 100%;
    transition: width .3s ease-out;
}

.content-slider a.link {
    color: #fff;
    font-size: .9rem;
}

.content-slider a.link:after {
    background: #fff;
}

/* Side Navigation */
.side-nav {
    position: fixed;
    z-index: 2;
    padding-top: 25vh;
    height: auto;
}

.side-nav ul {
    list-style: none;
    padding-left: 2vw;
}

.side-nav li {
    display: block;
    margin-bottom: 3vh;
    position: relative;
    height: 30px;
}

.side-nav li a {
    color: transparent;
    display: flex;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    right: 0;
}


.side-nav li a:after {
    display: block;
    content: " ";
    height: 1px;
    position: absolute;
    left: 3vw;
    bottom: 0;
    width: 20%;
    background: #CDCDCD;
    transition: all .15s ease-out;
}

.side-nav li.active a:after, .side-nav li a:hover:after {
    background: #00ADB5;    
    width: 100%;
    left: 0;
    transition: all .15s ease-out;
}

.side-nav li a:before {
    content: "//";
}

.side-nav li.active a, .side-nav li a:hover {
    color: #00ADB5;
}

span.more {
    position: fixed;
    bottom: 10vh;
    left: 3.125vw;
    margin: 0 auto;
    width: 6.25vw;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #01adb5;
    color: #01adb5;
    cursor: pointer;
    z-index: 2;
    text-transform: uppercase;
    transition: all .2s ease-out;
}

span.more.hide {
    opacity: 0;
    transition: opacity .4s ease-out;   
}

span.more:after {
    display: block;
    width: 1px;
    height: 12vh;
    content: " ";
    background: #01adb5;
    position: absolute;
    left: 50%;
    top: 85%;
    transition: all .4s ease-out;
}

span.more.hide:after {
    height: 0;
    transition: all .5s ease-out;
}

span.more:hover {
    background: #01adb5;
    color: #fff;
    font-size: 1.2rem;
    width: 6.75vw;
    left: 2.875vw;
}

span.more:hover:after {
    top: 125%;
}

.aux-nav {
    position: fixed;
    z-index: 10;
    top: 40vh;
    right: 0;
    text-align: right;
    padding-right: 30px;
}

.aux-nav ul {
    list-style: none;
}

.aux-nav li {
    display: inline-block;
    float: right;
    clear: right;
    margin-bottom: 15px;
    position: relative;
    padding: 3px 5px;
}

.aux-nav li a {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.aux-nav li:after {
    display: block;
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #01adb5;
    transition: width .2s ease-out;
}

.aux-nav li.active:after, .aux-nav li:hover:after {
    width: 100%;
    transition: width .3s ease-out;
}

.aux-nav li:hover a, .aux-nav li.active a {
    color: #fff;
}


/* Forms */
.form {
    position: relative;
}

.form input:not([type="submit"]), .form select, .form textarea {
    padding: 0 10px 10px;
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: .8rem;
    color: #fff;
    margin-bottom: 2vh;
    border-radius: 0;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: "Exo 2", Helvetica, Arial, sans-serif;
    font-weight: 300;
    resize: none;
    box-sizing: border-box;
}

.form input:focus, .form select:focus, .form textarea:focus {
    outline: none;
}

.form textarea {
    border: 1px solid #fff;
    height: 70px;
    max-height: 70px;
    padding-top: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:border-box;
    margin-bottom: 10px;
}

.form input[type="checkbox"] {
    border: 0;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0;
    top: 2px;
}

.form label {
    font-size: .8rem;
    padding-left: 15px;
    display: flex;
    cursor: pointer;
}

.form label.newCustomchkbox-md {
    display: inline-block;
    line-height: 1.5;
}

label.newCustomchkbox-md a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

input[type="checkbox"]:before {
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    content: " ";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    left: 0;
    transition: all .15s ease-in;
}

input[type="checkbox"]:checked:before {
    transform: scale(1.2);
    transition: all .3s ease-out;
}

input[type="checkbox"]:after {
    background: #fff;
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    content: " ";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -2px;
    left: 2px;
    transform: scale(0);
    transition: all .15s ease-out;
}

input[type="checkbox"]:checked:after {
    transform: scale(1);
    transition: all .3s ease-out;
}

input[type="submit"] {
    background: transparent;
    border: 0;
    font-family: inherit;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 0;
}

.ffile {
    text-transform: uppercase;
}

input#theFile {
    border: 0;
    margin: 10px 0 20px;
    padding: 0;
}

.form .fflimit {
    display: block;
    font-size: 80%;
    margin: 5px 0 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



/* footer */
#cookies-consent {
    position: fixed;
    font-size: .9rem;
    width: calc(12.5vw - 30px);
    margin: 10px;
    box-sizing: border-box;
    bottom: 70px;
    opacity: 1;
    right: 0;
    text-align: center;
    z-index: 1;
    transition: all 1s ease-in;
}

#cookies-consent.hide {
    opacity: 0;
    bottom: -100px;
    transition: all .5s ease-in;
}

#cookies-consent:after {
    width: 1px;
    background: #1fb7be;
    height: 60px;
    position: absolute;
    content: " ";
    left: 50%;
    top: 110%;
}

.blog #footer, .tags #footer, .whitepapers #footer {
    padding-left: 12.5vw;
}

.subscription {
    background: #01adb5;
    height: 80vh;
    padding: 12vh;
    color: #fff;
    position: absolute;
    z-index: 1;
    right: 12.5vw;
    bottom: 0;
}

.subscription * {
    position: relative;
}

.subscription span.intro {
    font-size: .8rem;
}

.submit {
    margin-top: 15px;
}

.newsletter input[type="text"], .newsletter input[type="email"] {
    border: 1px solid #fff;
    padding-top: 10px;
    margin-bottom: 15px;
}

/*.subscription iframe, .mj-w-res-iframe {
    margin-left: -30px;
    width: calc(100% + 60px);
    position: relative;
    mix-blend-mode: lighten;
}*/

.flinks {
    background: #f0f0f0;
    position: absolute;
    bottom: 0;
    height: 50vh;
    font-size: .9rem;
    padding-top: 10vh;
}

.flinks .bglines {
    z-index: 0;
    position: absolute;
    top: 0;
}

.ftitle, .flinks > .col:not(.lang) a:first-of-type {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.flinks > .col:not(.lang) a:first-of-type:before {
    content: "//";
}

.flinks a {
    color: #000;
    display: block;
    line-height: 1.3rem;
}

.flinks a:hover {
    color: #01adb5;
}

.flinks .col {
    padding: 0 2vw;
    margin-bottom: 30px;
}

#footer .copy {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #2c2c2c;
    font-size: .8rem;
    padding: 15px 12.5vw 15px 0;
    z-index: 1;
}

.copy a {
    color: #fff;
    display: inline-block;
    margin-right: 5%;
}

.copy svg {
    width: 20px;
}

#footer .social {
    margin-top: -5px;
    margin-bottom: -5px;
}


/* Homepage */
#whatwedo .box {
    background-size: 100%;
    background-position: center;
    transition: all .15s ease-out;
}

#whatwedo .box:hover {
    background-size: 120%;
    transition: all .3s ease-out;
}

#whatwedo .support {
    background-image: url("../img/support.jpg");
}

#whatwedo .about {
    background-image: url("../img/about.jpg");
}

.pgconf {
    background-image: url("../img/pgconf.jpg");
}


/* About Us */
.content-slider.img .bglines {
    z-index: 1;
}

.member {
    position: relative;
    overflow: hidden;
}

.profile {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.member .position {
    font-size: .9rem;
    display: block;
    margin-bottom: 10px;
}

.member .name {
    display: block;
    font-weight: 400;
    font-size: 1.2em;
}

.member .profile a {
    margin: 0 5px;
}

.member .profile a img {
    /*filter: invert(1);*/
    height: 13px;
}

.member img.pic, #benefits .pic {
    transition: all .2s ease-out;
}

.member:hover img.pic, #benefits .sq-1:hover .pic {
    transform: scale(1.3);
    transition: all .3s ease-out;
}

.logo {
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 1px solid #64c0c5;
}

.logo img {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

#fmap {
    position: relative;
    transform: scale(.9);
}

img.loc {
    position: absolute;
    width: 3%;
    transition: transform .2s ease-out !important;
}

img#es {
    top: 34.3%;
    left: 44.6%;
}

img#ar {
    top: 80.5%;
    left: 27.2%;
}

img#us {
    top: 29%;
    left: 24.1%;
}

.offices {
    background: #f0f0f0;
    padding-top: 15vh;
    height: 100vh;
    max-height: 100vh !important;
}

.offices h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: inline-block;
}

.office {
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding-left: 5vw;
}

.office.es {
    background-image: url("../img/es-map.svg");
    background-position: 70%;
    background-size: contain;
}

.office.ar {
    background-image: url("../img/ar-map.svg");
    padding-top: 3vh;
    padding-bottom: 3vh;
    background-position: 5%;
}

.office.us {
    background-image: url("../img/us-map.svg");
    background-position: 75%;
    padding-top: 1vh;
    padding-bottom: 3vh;
}

img.loc.zoom {
    transform: scale(1.5) !important;
    transition: transform .3s ease-out !important;
}

.quote p {
    font-weight: bold;
    margin: 40px 20px 10px;
    padding: 0 20px;
    border-left: 1px solid #00adb5;
    position: relative;
}

.quote span.name {
    font-weight: 300;
    font-size: .8rem;
    margin-top: 15px;
    display: block;
}

.quote p:before {
    color: #00adb5;
    font-size: 55px;
    content: "“";
    position: absolute;
    top: -35px;
    left: -11px;
}

#benefits .quote p:before {
    display: none;
}

#benefits .quote p {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}

/* Thank You */
.box .social svg {
    height: 18px;
    margin-bottom: 20px;
}

#thankyou > div > *:not(.bglines) {
    position: relative;
}

/* Blog */
blockquote {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: calc(100% + 50px);
    background: rgba(240, 240, 240, 0.55);
    margin: 20px -25px 30px;
    padding-bottom: 10px;
}

blockquote p:before {
    color: #00adb5;
    font-size: 50px;
    font-weight: bold;
    content: "“";
    position: absolute;
    top: -35px;
    left: -11px;
    display: block;
}

blockquote p {
    margin: 40px 20px 10px;
    border-left: 1px solid #00adb5;
    padding: 0 20px;
    position: relative;
}

.ptags {
    display: inline-block;
    margin-bottom: 20px;
    font-size: .9rem;
}

.ptags a {
    border: 1px solid #00adb5;
    border-radius: 3px;
    padding: 5px 9px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .2s ease-out;
}

.ptags a:hover {
    background: #00adb5;
    color: #fff;
    transition: all .3s ease-out;
}

.col.author {
    margin-left: -1.5vw;
    margin-top: 45px;
    text-align: center;
    display: block;
    clear: both;
}

.author span.name, .author span.position {
    display: block;
    text-align: center;
}

.author span.position {
    font-size: .9rem;
}

.author span.name {
    margin-top: 5px;
}

.author svg {
    height: 20px;
    margin-bottom: 5px;
    transition: all .1s ease-out;
}

.author a:hover svg {
    transform: scale(1.1);
    transition: all .2s ease-out;
}

.author > .box {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 9.5vw;
}

.author > .box:hover {
    background-size: 130%;
}

.blog #content, .tags #content, .whitepapers #content {
    padding-left: 0;
}

#blog {
    position: relative;
    padding-left: 12.5vw;
}

.box.post {
    box-sizing: border-box;
    font-size: .9rem;
    padding: 0;
    float: left;
    border-left: 1px solid #64c0c5;
}

.box.post.item1 {
    /*width: 37.5vw;*/
    margin-top: -15vh;
}

.box.post.item2 {
    margin-top: -5vh;
}

.post-data {
    position: relative;
    padding: 3.5vh 5vh;
}

a.pimage {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 130px;
    max-height: 25vh;
    background-size: auto 100%;
    background-position: center;
    transition: all .15s ease-out;
}

a.pimage:hover {
    background-size: auto 120%;
    transition: all .3s ease-out;
}

a.pimage img {
    width: 100%;
    /*mix-blend-mode: soft-light;*/
}

.ptitle {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: block;
}

.pmeta {
    font-size: .8rem;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}

.pmeta span {
    display: block;
}

.pmeta span {
    margin-right: 12px;
    display: inline-block;
}

.pmeta {
    width: 100%;
}

.post .intro {
    font-weight: 300;
    font-size: .8rem;
}


p.summary {
    display: block;
    clear: both;
}

.post-info .social {
    width: 50%;
    float: left;
}

ul.pagination {
    left: 0;
    position: absolute;
    bottom: 20vh;
    width: 12.5vw;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
}

li.page-item {
    display: inline-block;
    font-size: 13px;
    padding: 3px 6px;
}

li.page-item:first-of-type, li.page-item:last-of-type {
    display: none;
}

li.page-item a {
    color: #000;
}

li.page-item a:hover {
    color: #00ADB5;
}

li.page-item.disabled a {
    color: #cdcdcd;
}

li.page-item.active {
    background: #00ADB5;
}

li.page-item.active a {
    color: #fff;
}



.post #content {
    padding-left: 0;
}

#post {
    padding-top: 0;
    height: auto;
    position: relative;
}

#post img {
    max-width: 550px;
    display: block;
    margin: 35px auto;
}

.conf-param a, .conf-param a > div {
    color: #00ADB5 !important;
}

.conf-param span {
    border-color: #00ADB5;
}

.conf-param span:hover {
    color: #fff !important;
    background: #00ADB5 !important;
}

.conf-param span:hover a {
    color: #fff !important;
}

.post #waves {
    z-index: 1;
}

.post-info, .post-content {
    padding: 0 25px;
    /*padding-top: 20vh;*/
    padding-top: 200px;
    max-height: none !important;
}

.post-info {
    background: rgba(240, 240, 240, 0.6);
    padding-left: 14vw;
    position: fixed;
    height: 100vh;
}

.post-info.bottom {
    bottom: 0;
    position: absolute;
}

.overflow-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.post-content {
    font-size: .9rem;
    line-height: 1.4;
    height: auto;
    margin-left: 37.5vw;
}

.highlight > pre {
    background: #f8f8f8 !important;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 20px 0 50px;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: auto;
}

.post-info h1.title {
    color: #fff;
    background: #01adb5;
    display: inline;
    position: relative;
    white-space: pre-wrap;
    padding-right: 5px;
    font-size: 1.8vw;
}

.post-info h1.title:before {
    background: #01adb5;
    display: block;
    content: " ";
    width: 5px;
    top: 0;
    height: 100%;
    left: -5px;
    position: absolute;
}

.post-info .social path {
    fill: #333;
    transition: all .15s ease-out;
}

.post-info .social svg, .position .social svg {
    height: 17px;
    transition: all .15s ease-out;
}

.post-info .social svg:hover, .position .social svg:hover {
    transform: scale(1.2);
    transition: all .3s ease-out;
}

.post-info .social svg:hover path {
    fill: #00adb5;
    transition: all .3s ease-out;
}

.post span.current {
    display: none;
}

/*.post #footer {
    margin-left: 12.5vw;
}*/

.post-content p {
    margin-bottom: 1.5rem;
}

.post-content h2, .post-content h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-content h2:before {
    content: "//";
}

.post-content ul, .position-content ul, #ourteam ul {
    padding-left: 30px;
    margin-bottom: 30px;
}

.post-content li, .position-content li, #ourteam li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}

.post-content li:before, .position-content li:before, #ourteam li:before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #01adb5;
    content: " ";
    position: absolute;
    top: 9px;
    left: -15px;
}

p code, li code {
    color: #01adb5;
}

twitter-widget {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.post-content iframe {
    width: calc(100% + 50px);
    max-width: none;
    margin-left: -25px;
    margin-right: -25px;
}

.post-content iframe + * {
    margin-top: 50px;
}

#relatedpost .ptitle {
    font-size: 1.2rem;
}

/* Commento */
#comments {
    padding-top: 0;
    margin-top: 20vh;
    margin-bottom: 20vh;
    height: auto;
    min-height: auto;
}

.commento-root .commento-footer {
    margin-top: 0;
    padding-right: 0;
}

.commento-root textarea::placeholder {
    line-height: 80px;
    font-size: 1rem;
}

#commento-textarea-root {
    background: rgba(255, 255, 255, 0.5);
    height: auto !important;
    min-height: 80px;

}

.commento-root .commento-submit-button {
    background: #01adb5;
    border-radius: 0;
    padding: 10px 20px;
    transition: background .1s ease-out;
}

.commento-root .commento-submit-button:hover {
    background: #05969c;
    transition: all .2s ease-out;
}

.commento-root .commento-footer {
    margin-top: 0;
    padding-right: 0;
}

.commento-root .commento-footer .commento-logo-container .commento-logo-text {
    font-size: 12px;
    line-height: 1;
}

#commento-login-box {
    top: 15vh;
}
    
/* Careers */
#positions .position:first-child:last-child {
    margin-top: 15vh;
}

.box.position {
    padding: 0;
    margin-bottom: 3vh;
    transition: all .15s ease-out;
}

.position a.pimage {
    padding: 1vw 8vw;
    box-sizing: border-box;
}

.position-data {
    padding: 0 8vw 2vw;
    position: relative;
}

.position .ptitle {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 1.8rem;
}

.position-data span {
    display: block;
}

.position-data a.link {
    margin-top: 20px;
}

.position .no-ptop, .cookies .no-ptop, .privacy .no-ptop, .privacidad .no-ptop {
    padding-top: 0;
}

.position-content {
    font-size: .9rem;
    line-height: 1.4;
    padding: 0 25px;
    height: 100vh;
    padding-top: 20vh;
    max-height: none !important;
}

.position .heading, .cookies .heading, .privacy .heading {
    padding: 0;
}

.position-content.right {
    padding-left: 0;
    padding-right: 0;
    background: #f8f8f8;
    position: relative;
}

.position-content .bglines > div, .flinks .bglines > div {
    position: absolute;
}

.position-content.right > div:not(.bglines) {
    position: relative;
    z-index: 1;
}

.position-content strong {
    color: #01adb5;
}

.position .thumb {
    background: #00adb5;
    float: left;
    margin-top: 10px;
    margin-left: -25px;
    padding: 10px 30px;
    box-sizing: border-box;
}

.position-desc .social {
    display: inline-block;
    float: left;
    width: calc(12.5vw - 25px);
    padding-left: 10px;
    box-sizing: border-box;
    padding-top: 10px;
}

.position-desc .social .intro {
    font-size: .8rem;
    color: #00adb5;
}

.position-desc .social path {
    fill: #00adb5;
}

.position .graybox {
    top: 200vh;
}

.related .position-data {
    padding: 2vw 5vw 3vw;
}

.related .position-data .social {
    margin-top: 20px;
}

.related .position.item1 {
    margin-left: 12.5vw;
    margin-bottom: 0;
}

#goUp {
    display: none;
}

@media screen and (max-height: 800px) {

    .head-logo {
        width: 25vw;
    }

    .block:first-of-type, .side-nav, #main-nav {
        padding-top: 200px;
    }

    .home .block:first-of-type {
        padding-top: 35vh;
    }

    .block, .offices, .position-content, #plans {
        padding-top: 120px;
    }

    .offices {
        margin-top: -120px;
    }

    .position-content {
        margin-top: 0;
        padding-top: 50px;
    }

    #position .position-content {
        margin-top: 0;
        padding-top: 15vh;
    }

    .block.no-ptop {
        padding-top: 0;
    }

    #blog {
        padding-top: 35vh;
    }

    #findus {
        padding-top: 55px;
    }

    .post-info, .post-content {
        padding-top: 150px;
        min-height: auto !important;
    }

    .position-content, .block, .offices, .post-info {
        height: auto;
        min-height: 100vh;
        max-height: none !important;
    }

    .block .col {
        max-height: none;
    }

    #main-nav .box a:first-of-type {
        margin-bottom: 20vh;
    }

    .position-content.right {
        padding-bottom: 100px;
    }

    .bglines > div {
        height: 100%;
    }

    .position .block.no-ptop {
        display: flex;
    }

    span.more {
        bottom: 5vh;
    }

    .content-slider .item {
        /*padding: 5vw 13.5vw;
        padding: 5vw*/
    }

}

@media screen and (max-height: 768px) and (min-width: 768px) {
    header#header:not(.view) {
        position: relative;
    }

    .head-logo, span.menu-toggle {
        position: fixed;
    }

    .breadcrumb {
        margin-top: 30px;
    }

    #content {
        margin-top: -130px;
    }

    /*.head-logo {
        width: 8vw;
    }*/
}


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

    #waves {
        display: none;
    }

    /* Header */

    #header, #header .bglines > div {
        height: 120px;
        position: absolute;
    }

    #header > .row .breadcrumb{
        display: none;
    }

    #header.view .bglines > div {
        height: 0;
        transition: height .3s ease-out;
    }

    #main-nav .box a, #main-nav .aright a {
        font-size: 1.2rem;
    }

    .side-nav {
        width: 12.5vw !important;
    }

    header#header{
        background-color: #fff;
    }

    #header .bglines {
        display: block !important;
    }

    #header .head-logo, #header.scroll .head-logo, #header.view .head-logo, body:not(.home) .head-logo {
        width: 35vw;
        position: relative;
        z-index: 1;
    }

    #main-nav .title {
        width: 12.5vw !important;
    }

    nav#main-nav  {
        padding-top: 15vh;
        height: 75vh !important;
    }

    nav#main-nav > .col.box {
        width: 37.5vw;
    }

    #main-nav .box a {
        padding-left: 20px;    
    }

    #main-nav .box a:first-of-type {
        margin-bottom: 50px;
        padding-left: 0;
    }

    #main-nav .social-links {
        bottom: 0;
        width: auto !important;
        height: 50px;
        min-height: 100px;
    }

    #main-nav .social-links svg {
        width: 20px;
        margin-top: 4px;
    }

    #main-nav .social-links a {
        width: 40px;
        height: 40px;
    }

    span.more {
        bottom: 5vh;
        width: 10vw;
        left: 1.25vw;
    }

    span.more:hover {
        width: 12vw;
        left: .25vw;
    }
    /* General */

    .top-noff-15 {
        margin-top: 0;
    }

    .top-off-25 {
        margin-top: 15%;
    }

    .top-off-20 {
        margin-top: 10%;
    }

    a.link, .subtitle {
        font-size: 1rem;
    }

    .intro {
        font-size: 1.2rem;
    }

    a.link:after {
        width: 5vw;
    }

    .side-nav li a {
        font-size: .8rem;
    }

    #footer .flogo, #footer .heading {
        display: none;
    }

    .subscription {
        position: initial;
        width: 75vw;
        height: auto;
        padding: 12vw;
    }

    .block:first-of-type {
        padding-top: 20vw;
    }

    .block {
        padding-top: 15vh;
        height: auto;
        max-height: none;
        overflow: initial;
    }

    .flinks {
        padding-top: 5vw;
        padding-bottom: 10vw;
        height: auto;
        position: initial;
        background-color: transparent;
    }

    .flinks .col {
        height: auto !important;
        margin-bottom: 45px;
        min-height: auto !important;
    }

    #footer .copy {
        width: 100%;
        padding: 15px 12.5vw 15px 0;
    }

    #footer .social {
        height: auto;
        min-height: auto !important;
    }

    #footer .copy .col-3 {
        width: 50vw;
    }

    .top-noff-10, .top-noff-20, .top-noff-30, .top-noff-40, .top-noff-50, .top-noff-60, .top-noff-70, .top-noff-80, .top-noff-90, .top-noff-100,
    .top-off-10, .top-off-20, .top-off-30, .top-off-40, .top-off-50, .top-off-60, .top-off-70, .top-off-80, .top-off-90, .top-off-100,
    .top-noff-5, .top-noff-15, .top-noff-25, .top-noff-35, .top-noff-45, .top-noff-55, .top-noff-65, .top-noff-75, .top-noff-85, .top-noff-95,
    .top-off-5, .top-off-15, .top-off-25, .top-off-35, .top-off-45, .top-off-55, .top-off-65, .top-off-75, .top-off-85, .top-off-95 {
        margin-top: 40px;
    }

    .box .bglines {
        display: none !important;
    }


    /* Content */

    .title {
        font-size: 2rem;
    }

    .col.col-1 {
        width: 25vw;
        min-height: 25vw;
    }

    .content-slider.col.col-4 {
        width: 100%;
        margin-top: 30px;
    }

    .box h2 {
        font-size: 1rem;
    }

    .box + a.link {
        font-size: .8rem;
    }

    .subscription .bglines, .graybox {
        display: none !important;
    }

    #waves {
        height: 4vw !important;
    }

    .aux-nav {
        transform: rotate(-90deg) !important;
        height: auto !important;
        min-height: auto !important;
        right: -10vw;
        width: auto !important;
    }

    .resources .aux-nav {
        right: -3vw;
    }

    .aux-nav li {
        float: left;
        clear: none;
        margin: 0 10px;
    }

    #plans .content > div, #plans .box {
        margin: 15px 0;
        width: 75vw;
        clear: both !important;
    }

    #plans .box:nth-of-type(2) {
        margin-left: 25vw;
    }

    .block .col {
        max-height: none;
    }

    .get-quote.top-noff-20 {
        margin-top: 40px;
        width: 75vw;
    }

    .title br {
        display: none;
    }

    #mvv .col-2 {
        width: 50vw;
    }
    #mvv .col-2:nth-of-type(2) {
        margin-left: 25vw;
    }

    #ourteam .team > .member:last-of-type {
        position: absolute;
        margin-top: 50vw;
    }

    .heading, nav#main-nav > .col, .col.col-4.content, #quote .col-2, #whatwedo .col-5, #ourpartners .col-2:not(.logo), #findus, #findus > div, #fmap, #joinus .slides, .offices .col-2, #contact .col-2, #contact .get-quote {
        width: 75vw;
    }

    .offices {
        width: 100vw !important;
        margin-left: -12.5vw;
        padding: 12.5vw 12.5vw 5vw;
        height: auto;
    }

    .office {
        padding-left: 0;
        background: transparent !important;
    }

    #joinus .content-slider {
        width: 75vw;
        margin-top: 30px;
    }

    #ourpartners .heading {
        margin-bottom: 30px;
    }

    #whatwedo .support {
        margin-top: 10vh;
    }

    .side-nav ul, ul.index {
        display: none;
    }

    .accordion .slides h3.item-title {
        display: block !important;
    }

    .content-slider.accordion .item {
        padding: 0;
        max-height: 55px;
        overflow: hidden;
        background: #f0f0f0;
        transition: all .4s ease-out;
    }

    .content-slider.accordion .item.open {
        height: auto;
        max-height: 1000vh;
        transition: all 1s ease-out;
    }

    .accordion .slides h3.item-title {
        display: inline-block !important;
        padding: 15px 20px;
        text-transform: uppercase;
        color: #000;
        font-size: 1.3rem;
        font-weight: bold;
        height: 55px;
        box-sizing: border-box;
        position: relative;
        padding-right: 50px;
    }

    h3.item-title:after {
        display: block;
        content: " ";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 12px;
        right: 12px;
        background: url(../img/down.svg) center center no-repeat;
        background-size: 17px;
        transform: rotate(180deg);
        transition: rotate .4s ease-out;
        filter: grayscale(1) contrast(1000) invert(1);
    }

    .open h3.item-title:after {
        transform: rotate(0deg);
        transition: rotate .5s ease-out;   
    }

    .accordion h4 {
        padding: 20px;
        font-size: 1.3rem;
        margin-bottom: 0;
        background-color: #01adb5;
        margin-bottom: -1px
    }

    .accordion p {
        padding: 0 20px 30px;
        background-color: #01adb5;
        margin-bottom: -1px;
    }

    .accordion .bglines {
        display: none !important;
    }

    .accordion a.link {
        background: #01adb5;
        display: block;
        padding: 0 20px 30px;
        font-weight: bold;
    }

    .accordion a.link:after {
        display: inline-block;
        width: 20px;
        position: relative;
        background: #fff;
        margin-top: 9px;
        margin-right: 7px;
        top: -4px;
        left: 7px;
    }

    .accordion a.link:hover:after {
        width: 30px;
    }

    #resources .col.top-off-25 {
        margin-top: 15vh;
    }

    #ourproducts .content {
        margin-top: 50px;
    }

    .box.post {
        width: 75vw;
        margin: 20px 0 !important;
    }

    #relatedpost .box.post {
        width: 100%;
    }

    ul.pagination {
        right: 0;
        left: auto;
        top: 12vh;
        width: auto;
        padding: 10px 5px;
        height: 50px;
    }

    .post-info {
        height: auto;
        width: 100%;
        background: transparent;
        position: initial !important;
    }

    .post-info h1.title {
        font-size: 1.5rem;
    }

    .pmeta {
        font-size: 1rem;
    }

    .ptags {
        display: block;
    }

    .post-info .social {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .col.author {
        display: none;
    }

    .post-content {
        width: 100%;
        height: auto;
        padding: 50px 20px 50px calc(12.5vw + 25px);
        margin-left: 0;
    }

    #comments {
        padding-top: 0;
        margin-top: 0;
        height: auto;
    }

    #events .col {
        width: 50vw;
        margin-left: 12.5vw;
    }

    .resources #blog .box, .recursos #blog .box {
        width: 62.5vw;
        margin-top: 20px;
    }

    .position-content {
        height: auto;
        width: 75vw;
        padding-top: 0;
        margin-bottom: 40px;
    }

    .position-content .col {
        width: 100%;
    }

    .position-content .top-noff-10 {
        margin-top: 0;
        padding-top: 0;
    }

    #join .content {
        margin-left: 0;
        width: 75vw;
        margin-top: 40px;
    }

    #join .content-slider {
        width: 100%;
    }

    #positions > .col {
        width: 75vw;
    }

    #positions .box, #positions .box + .col-2 {
        clear: none;
        float: left;
        margin-top: 40px;
    }

    #positions .box + .col-2 {
        width: 50vw;
        padding-top: 20px;
    }

    .xs {
        font-size: 1.1rem;
    }

    #positions .col-3 {
        margin-left: 0;
    }

    .box.position {
        width: 62.5vw;
        margin-bottom: 0;
    }

    #positions .box.position:nth-child(even) {
        margin-left: 12.5vw;
    }

    #benefits .col-2 {
        width: 100%;
    }

    #benefits .box:nth-of-type(even) {
        margin-top: 0;
    }

    #benefits .quote + div {
        margin-left: 12.5vw;
        margin-top: 50px !important;
    }

    .position-desc .social {
        min-height: 0;
    }

    .position-content .col-off-1 {
        margin-left: 0;
    }

    .position-content.right {
        padding: 30px;
    }

    .position-content ul {
        padding-left: 0;
    }

    .position-content span.intro.pad-l {
        padding-left: 0;
    }

    #apply {
        padding-top: 5vh;
    }

    #apply .box {
        width: 100%;
    }

    #extrapos .col {
        width: 62.5vw;
        margin-bottom: 20px;
        min-height: auto;
    }

    #extrapos .box h3.title {
        font-size: 1.5rem;
    }

    .box span.intro {
        font-size: 1rem;
    }

    .position .thumb {
        width: calc(100% + 50px);
    }

    .position-content .bglines {
        display: none !important;
    }

    #whatwedo .content > div:not(:first-of-type) {
        margin-left: 12.5vw;
    }

    #main-nav a:hover:before, #main-nav .box a:before {
        display: none;
    }

    #ourservices .content > .col:nth-of-type(2) {
        position: relative;
        top: 12vh;
        margin-left: 12.5vw;
    }

    .post #footer {
        padding-top: 50px;
    }

    input[type="submit"] {
        font-size: .8rem;
    }

    #cookies-consent {
        width: 100vw;
        background: rgba(0, 173, 181, 0.9);
        color: #fff;
        padding: 30px 15px;
        bottom: 0;
        margin: 0;
    }

    #cookies-consent a {
        color: #fff;
        font-weight: bold;
    }

}

/* iPad Landscape */
@media screen and (max-width: 1024px) and (max-height: 768px) {
    /*#whatwedo .content > div:nth-of-type(2) {
        margin-top: -22vw;
    }*/

    .heading {
        width: 50vw;
    }

    /*#whatwedo .content > div:first-of-type {
        margin-top: -3vw;
    }*/
}

@media screen and (max-width: 800px) {
    .aux-nav {
        right: -17vw;
    }

    .resources .aux-nav {
        right: -5vw;
    }
}


@media screen and (max-width: 768px) {
    #header:not(.view), #header .bglines > div {
        height: 65px;
    }

    #header .head-logo, #header.scroll .head-logo, #header.view .head-logo, body:not(.home) .head-logo {
        width: 140px;
        position: relative;
        z-index: 99999;
    }

    #header.view {
        height: 150vh;
    }

    #waves, span.more, #main-nav .title, .aux-nav {
        display: none !important;
    }

    .position-content, .block, .offices, .post-info {
        min-height: auto;
    }

    header#header {
        padding: 23px 40px;
    }

    span.menu-toggle {
        top: 25px;
    }

    .heading {
        width: 100%;
    }

    /*#whatwedo .content > div:nth-of-type(2) {
        margin-top: -10vw;
    }*/

    .nosotros .content > div:nth-of-type(2), .about .content > div:nth-of-type(2) {
        margin-top: 30px !important;
        margin-left: 0 !important;
    }

    nav#main-nav {
        padding-top: 0;
    }

    nav#main-nav > .col {
        width: 25vw;
    }

    #main-nav .box a, #main-nav .aright a {
        font-size: .9rem;
    }

    #main-nav .box {
        margin-top: 40px;
    }

    #ourservices .content > .col:nth-of-type(2) {
        margin-left: 0;
    }

    .resources #blog .box, .recursos #blog .box {
        width: 75vw;
    }

    ul.pagination {
        top: 20vh;
    }

    .heading {
        width: 75vw !important;
    }

    .position .block.no-ptop {
        display: block;
    }

    .position .thumb {
        width: calc(100% + 100px);
        margin: 20px -50px;
    }

    #goUp {
        position: fixed;
        width: 7vw;
        height: auto;
        border: 1px solid #00adb5;
        bottom: 2.5vw;
        right: 2.5vw;
        padding: .5vw 0 2.5vw;
        text-align: center;
        cursor: pointer;
        display: block;
        background-color: #fff;
        z-index: 1;
    }

    #goUp:hover {
        background: #00adb5;
    }

    #goUp:hover svg path {
        fill: #fff;
    }

    /*#whatwedo .heading {
        width: 50vw !important;
    }*/

    #header.view > .bglines {
        opacity: 0;
    }

    #header.view #main-nav .bglines {
        display: none !important;
    }

    .home .block:first-of-type {
        padding-top: 20vh;
    }

    #mvv .content .col {
        width: 75vw;
    }

    #relatedpost .related.top-off-10 {
        margin-top: 80px;
    }

}

@media screen and (max-width: 740px) and (max-height: 480px) {
    .heading {
        width: 75vw !important;
    }

    .team .member.top-off-15 {
        margin-top: 50px;
    }
}


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

    #whatwedo .heading {
        width: 100vw !important;
    }

    .post-info, .post-content{
        padding-top: 90px;
    }

    #ourproducts .heading p {
        margin-top: 30px;
    }   

    .home .head-logo img {
        width: 100%;
    }

    .home #header .head-logo, .home #header.scroll .head-logo, .home #header.view .head-logo {
        width: 50vw;
    }

    .home header#header {
        padding-top: 15px;
    }

    #header:not(.view), #header .bglines > div {
        height: 65px;
    }
    
    #waves{
        display: none !important;
    }

    section .heading p{
        font-size: 15px;
    }

    body #content{
        padding-left: 0;
    }

    .content-slider .item {
        /*display: none;*/
        padding: 20vw 12.5vw;
    }

    /* Header */

    header#header{
        background-color: #fff;
        padding: 20px 12.5vw;
    }

    span.menu-toggle {
        top: 22px;
        right: 11.5vw;
    }


    .heading .title {
        font-size: 1.5rem;
    }

    /* Mobile Menu  */
    nav#main-nav > .col {
        width: 72.5vw;
    }

    nav#main-nav > .col.box {
        width: 100%;
        padding: 20px 12.5vw 12px;
        margin-bottom: -30px;
    }

    #main-nav .box a:first-of-type{    
        margin-bottom:25px;
    }

    nav#main-nav{
        padding-top: 12vh;
    }

    #main-nav .box a {
        padding-left: 50px;
    }

    #main-nav .title.col.col-1{
        display: none;
    }

    #main-nav .aright{
        padding-right: 0;
        margin-left: 12.5vw;
        margin-top: -7vh;
        padding-bottom: 10px;
        margin-bottom: -30px;
    }
    
    #main-nav .aright a{
        margin: 5px 0;
        font-weight: 700;
        font-size: 1.4em;
    }
        
    /* Titles */

    section .heading h2.intro,
    section .heading span.intro,
    section .heading a.link{
        font-size: 0.9rem;    
    }

    /* Home */

    .home #content > section{
        width: 100vw;
    } 

    .home .row > aside{
        display: none;
    }

    .col-off-1 {
        margin-left: 0;
    } 

    .block:first-of-type {
        padding-top: 80px;
    }

    .title {
        font-size: 1.2rem;
        /*max-width: 212px;*/

    }       

    #whatwedo a.link{
        padding-bottom: 30px;
    }

    .col.col-1{
        width: 37.5vw;
        min-height: 37.5vw;
    }

    #whatwedo{
        width: 100vw;
    }

    #whatwedo a.link:after{
        top: 8px;
    }

    #whatwedo .heading{
        padding-left: 12.5vw;
        padding-right: 12.5vw;
        width: 100vw;
    }

    .content{        
        width: 100vw !important;   
    }

    /*.home #whatwedo .content .col a.box{
        background-color: #00adb5;
        background-image: none;

    }

    .home #whatwedo .content > .top-off-25{
        padding-left: 12.5vw;
        margin-top: 0;
    }

    .home #whatwedo .content > .top-noff-15{
        padding-left: 25vw;
    }*/

    .content h2{
        font-size: 1rem;
    }

    .home #whatwedo .content p{
        font-size: 14px;
    }

    /*  ABOUT US  */
    
    .about.us #whatwedo .content{
        margin-top: 0vh;
    }

    .about.us #whatwedo .content .slick-slider{
        width: 100vw;
        margin-left: 0;
    }

    .about.us #mvv{
        width: 100vw;
    }

    .about.us #mvv .content .aos-init,
    .about.us #mvv .content .aos-init .box{
        width: 37.5vw;
        height: 37.5vw;
        margin-bottom: 0;
    }

    .about.us #mvv .content .aos-init .intro.pad-l{
        position: absolute;
        z-index: 99999;
        color: #fff;
        margin-top: 30vw;
        font-weight: 400;
        font-size: 0.9rem;
    }

    .about.us #mvv .heading{
        margin-bottom: 10vh;
    }
    
    .about.us #mvv .heading,
    .about.us #mvv .content{
        padding-left: 12.5vw;
        width: 100vw;     
        padding-right: 12.5vw;  
    }

    .about.us #mvv .content > div:nth-child(1){
        margin-top: 0;
        padding-left: 25vw;
        float: none;      
    }

    .about.us #mvv .content > div:nth-child(2){
        float:none;
        margin-top: 0;
        margin-left: 0;
    }

    .about.us #mvv .content > div:nth-child(3){
        float:none;
        margin-top: -90px;
        padding-left: 37.5vw;
    }

    .about.us #mvv .content > div:nth-child(3) > span.dpad{
        margin-top: 40px;     
        padding-left: 12.5vw;
        width: 100vw;
        float: left;
        margin-left: -50vw;
    }

    .about.us #mvv .content > div:nth-child(3) > p.dpad{        
        float: left;
        margin-left: -50vw !important;
        padding-left: 12.5vw;
        width: 100vw;
        padding-right: 12.5vw;
        box-sizing: border-box;
    }

    .about.us #ourteam{
        margin-top: 0;
        width: 100vw;
    }

    .about.us .heading{
        width: 100vw;
    }

    .about.us #ourteam .heading{
        padding-left: 12.5vw;
        margin-bottom: 15vh;
    }

    .about.us #ourteam .content{
        width: 100vw;
        max-height: 100%;
    }
    
    .about.us #ourteam .content > .col{
        width:50vw;
        height: auto;
        max-height: 920px;
    }

    .about.us #ourteam .content > .col .col{
        height: 220px;
        width: 100%;
    }
    
    .about.us #ourteam .content > div:nth-child(1){
        margin-top: -2vh;        
        max-height: 220px;
    }

    .about.us #ourteam .content > div:nth-child(2){
        float: right;
    }

    .about.us #ourteam .content > div:nth-child(2) > div:nth-child(2){
        margin-top: 0;
    }

    .about.us #ourteam .content > div:nth-child(3) > div:nth-child(2){
        margin-top: 0;
    }

    .about.us #ourteam .content > div:nth-child(4){
        margin-top: 0;            
        max-height: 260px;
    }

    .about.us #ourpartners{
        width: 100vw;
    }

    .about.us #ourpartners .pad{
        width: 100vw;
        padding-left: 12.5vw;
        padding-right: 12.5vw;
    }    

    .about.us #ourpartners .heading a.link{
        margin-top: 0;
    }

    .about.us #ourpartners > a:nth-of-type(odd){
        margin-left: 12.5vw;
        width: 62.5vw;
        height: 62.5vw;
        margin-bottom: 0;
    }

    .about.us #ourpartners > a:nth-of-type(even){
        margin-left: 25vw;
        width: 62.5vw;
        height: 62.5vw;
    }

    .about.us #ourpartners > .box.logo{
        margin-bottom: 0;
        margin-top: 0;
    }

    .about.us #sponsorship{
        width: 100vw;
    }

   .about.us #sponsorship > .heading > h4.sm{
        font-size: 4.2vw;
    }

    .about.us #sponsorship .col-off-1 .box.logo {
        margin-bottom: 20px;
        width: 75vw;
        height: 70vw;
    }

    .about.us #sponsorship .col-off-1{
        margin-top: 40px;
        padding-left: 12.5vw;
        width: 50vw;
        height: 50vw;
    }    

    .about.us #findus{
        width: 100vw;        
    }

    .about.us #findus > div:nth-child(1){
        width: 100vw;        
    }

    .about.us #findus > div > .heading{
        padding-left: 12.5vw;
    }

    .about.us #findus > div > #fmap{
        margin-top: 0;
        width: 100vw;
    }

    /*.about.us #findus > .offices{
        width: 100vw;
        padding-left: 12.5vw; 
        padding-top: 142px;
        min-height: 790px;
    }*/
        
    .about.us #findus > .offices > .col{
        width: 100%;
    }

    .about.us #joinus{
        width: 100vw;
    }

    .about.us #joinus > .heading{
        width: 100vw;
        padding-left: 12.5vw;
        padding-right: 12.5vw;
    }

    .about.us #joinus > .content-slider{
        padding-top: 30px;
    }

    .about.us #joinus > .content-slider,
    .about.us #joinus > .content-slider .slick-slider{
        width: 100vw !important;
    }

    .about.us #joinus > .content-slider .slick-slide{
        padding-left: 0vw;
    }
    
    .about.us #footer,
    .about.us #footer .subscription{
        width: 100vw;
    }

    .contact #content section{
        width: 100vw;
    }

    .contact #footer .subscription,
    .contact .content > .xlpad{
        width: 100vw;
    }

    .contact #contact > .heading,
    .contact #contact > .pad{
        padding-left: 12.5vw;
        padding-right: 12.5vw;
        width: 100vw;
    }

    #contact .box {
        width: 100%;
        margin: 0;
    }

    .contact #contact > .pad > .intro{
        margin-top: 5px;
    }

    .contact #findus > .col{
        width: 100vw;        
    }

    .contact #findus > .col > .heading{
        padding-left: 12.5vw;
    }

    .contact #findus > .heading > h3.title{
        margin-bottom: 0;
    }

    .contact #findus > .col > #fmap{
        width: 100vw;
        margin-top: 0;
    }

    .contact #findus > .offices{
        width: 100vw;
    }

    /* OUR PRODUCTS */

    .products #ourproducts .content .slick-slide{
        padding: 20vw;        
    }

    .products #footer,
    .products #footer .subscription{
        width: 100vw;
    }

    #ourproducts .content >.col {
        width: 50vw;
    }

    #ourproducts .content >.col:first-of-type {
        margin-left: 25vw;
    }



    /* ----------------------------------------------- */

    #heading .aos-init.heading h1 span.highlight{
        font-size: 1.4rem;
    }

    .row > span.more{
        display: none;
        width: 25.25vw;
        left: 50%;
        transform: translateX(-50%);
        bottom: 3vh;
    }


    /*.top-noff-15 > a.link,
    .top-off-25 > a.link{
        display:none;
    }*/

    #footer .subscription > .title{
        margin-left: 0;
    }

    #footer .copy {
        display: block;
        padding: 10px;
    }

    #footer .copy .col-off-1{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    #footer .copy .col-off-1 > a:first-child{
        margin-bottom: 8px;
    }

    #footer .copy .col-off-1 > a{
        font-size: 12px;
        margin-right: 3%;
        display: inline;
    }

    #footer .flinks .ftitle{
        font-weight: 600;
    }

    #footer .social{
        text-align: center;
        width: 100%;
    }

    #footer .col-off-1{
        text-align: center;
    }

    .home #footer .subscription{
        width: 100vw;
    }

    #footer .flinks{        
        padding-bottom: 22vw;
    }    

    .social-links{
        display: none;
    }

    #footer .flinks .col{
        margin-bottom: 25px;
    }
    
    a.link:after {
        width: 20vw;
    }

   #ourproducts{
        width: 100vw;
   }

   #ourservices,
   #ourservices .content,
   #ourservices .content .content-slider .slick-slide{
        width: 100vw !important;
   }

   body:not(.home) #ourservices .content {
    padding-left: 12.5vw;
   }

   #ourservices .heading > .intro.pad-l,
   #ourservices .heading > .title.pad-l{
        padding-left: 0;
   }

   .home #footer{
        width: 100vw;
   }

   /* RESOURCES */

   #resources{
    width: 100%;
   }

   #resources .heading{
        padding-left: 12.5vw;
        padding-right: 12.5vw;
        width: 100vw !important;

   }

   #resources .content{        
        width: 100vw;
        margin-top: 8vh;
        padding-left: 12.5vw;
    }

    .resources #footer .subscription, .recursos #footer .subscription{
        width: 100vw;
    }

    #ourproducts .content > .top-noff-10{        
        margin-top: 0;
    }

    #resources .content > .top-off-20,
    #ourproducts .content > .top-off-20{
        margin-top: 10px;        
    }

    #resources .content a.box > h2,
    #ourproducts .content a.box > h2{
        font-size: 4.5vw;
    }

    #ourproducts .box + a.link{
        display: none;
    }

    .box + a.link {
        display: none;
    }
    
    /*#ourproducts .heading > .pad-l{
        padding-left: 0;        
    }*/

    #ourproducts > .content{
        width: 100vw;
        margin-top: 5vh;
    }

    #ourproducts > .content .content-slider > ul{
        display: none;
    }

    #ourproducts .heading h3.subtitle{ 
        display: none;
    }

    .resources.blog .aux-nav{
        display: none;
    }

    /* ------------------------------------------ */

    .resources.blog #content #blog{
        padding-left: 0;
        width: 100vw;

    }

    .resources.blog #content #footer{
        padding-left: 0 !important;
    }

    .resources.blog #content #blog > div:nth-child(even){
        width: 87.5vw;
        margin-bottom: 100px;
    }

    .resources.blog #content #blog > div:nth-child(odd){
        margin-left: 12.5vw;    
        width: 87.5vw;
    }

    /* SERVICES */

    .services #content .aux-nav{
        display: none;
    }

    .slick-track .item > h3 span.xbigt{
        font-size: 1.9rem;
    }

    .services #plans > .heading{
        padding: 0 12.5vw;
        width: 100%;
    }

    .services #plans .content > div{
        width: 87.5vw;
    }

    .services #plans .content > div .col.col-2.box.mdpad{
        width: 100%;
        padding-left: 12.5vw;
    }

    .services #plans > .content{
        max-height: 100%;
        width: 87.5vw;
    }

    .services #plans .content > .col{
        margin-bottom: 8vh;
    }

    .services #plans .content > .col:nth-child(2){
        margin-bottom: 5vh;
    }

    .services #plans > .content .top-off-10{
        margin-top: 0;
        margin-left: 12.5vw;
        padding-left: 12.5vw;

    }

    .services #plans > .content .top-off-10 .link.pad-l{
        padding-left: 12.5vw;
    }

    .services #plans > .content .top-off-5{
        padding-left: 12.5vw;
    }

    #plans{
        width: 100%;
        background: #f0f0f0;
        padding-top: 50px;
        margin-top: 15vh;
    }

    .services #plans > .content .top-noff-10{
        margin-top: 0vh;        
    }

    .services #plans > .content .top-noff-10 p.pad{
        padding-left: 12.5vw;
    }

    .services #plans > .content .top-noff-10 > .intro.pad-l,
    .services #plans > .content .top-noff-10 > .link.pad-l{        
        padding-left: 12.5vw;

    }

    .services #quote, 
    .services #footer,
    .resources #footer,
    .recursos #footer{
        width: 100vw;
    }

    /*#quote .pad.clear.aos-init{
        width: 100%;
    }*/

    #quote .content > .top-noff-20{
        margin-top:0;
        width: 100vw;
    }

    #quote > .col.pad{
        padding-left: 0;
    }

    #quote .heading,
    #quote .col.pad{
        padding-left: 12.5vw;
        width: 87.5vw;
    }

    .services #footer .subscription{
        width:100vw;
    }

    #footer .col.flinks{
        padding-left: 12.5vw;
        width:100vw;
    }
    #footer .col.flinks > .col{
        padding-left: 0;
    }

    .services.migrations #ourproducts .heading,
    .services.training #ourproducts .heading{
        width: 100vw;
        padding: 0 12.5vw;
    }

    .services.migrations #ourproducts .content,
    .services.training #ourproducts .content{
        width: 100vw;
    }
    
    /* SINGLE POST */

    .post #content .aux-nav{
        display: none;
    }

    .post #content #post{
        width: 100vw;
    }

    .post #content #post .post-info h1.title{
        font-size: 1.5rem;
    }

    .post #content #post .post-info{
        width: 100vw;
        padding-right: 12.5vw;
        height: auto;
        min-height: auto !important;
        padding-bottom: 40px;
    }

    
    /* General Footer */    

    #footer .flinks{
        padding-bottom: 30vw;        
        padding-top: 10vw;
    }    

    #header.view .bglines > div {
        height: 100%;
    }

    #whatwedo .support {
        margin-top: 0;
    }

    #whatwedo .content > .col:first-of-type {
        margin: 10px 12.5vw;
    }

    #whatwedo .content > div:not(:first-of-type) {
        margin-left: 62.5vw;
    }

    #whatwedo .content > div:nth-of-type(2) {
        margin-top: -10vh;
    }

    #whatwedo .content > .col:last-of-type {
        margin-left: 0;
        width: 100vw;
        margin-top: 10px;
    }

    #whatwedo .content h2 {
        font-size: 3.5vw;
    }

    #whatwedo .box + a.link {
        display: none;
    }

    .accordion .slides h3.item-title, .accordion h4, .accordion p, .accordion a.link {
        padding-left: 12.5vw;
        padding-right: 12.5vw;
    }

    .flinks .clearfix {
        display: none;
    }

    .content-slider .bglines, .box .bglines, .subscription .bglines, .flinks .bglines {
        display: none !important;
    }

    #quote .get-quote {
        margin-top: 20px !important;
        width: 100vw;
    }

    #ourproducts .pgconf {
        width: 50vw;
        height: 50vw;
    }

    .box.post {
        margin: 0 0 40px !important;
        width: 100vw !important;
    }

    ul.pagination {
        position: initial;
    }

    .post .social {
        min-height: auto;
    }

    .post-content {
        padding: 20px 12.5vw;
    }

    blockquote, .highlight > pre {
        width: 100vw;
        margin: 30px -12.5vw;
    }

    #comments {
        width: 100vw;
        padding: 12.5vw;
        margin-bottom: 0;
    }

    .post #footer, .blog #footer, .tags #footer, .whitepapers #footer {
        margin-left: 0;
        padding-left: 0;
        width: 100vw;
    }

    .aux-nav {
        display: none;
    }

    #blog {
        padding: 100px 0 0;
        width: 100vw;
    }

    .subscription {
        width: 100%;
    }

    #ourteam .member {
        margin-bottom: 20px;
        width: 50vw;
    }

    .team > .col {
        width: 50vw;
    }

    #ourteam .member.top-off-15 {
        margin-top: 40vh;
    }

    .team > .col.top-noff-5 {
        position: relative;
        top: 15vh;
    }

    #ourteam .team > .member:last-of-type {
        position: relative;
    }

    .sm {
        font-size: 1rem;
    }

    #ourpartners a.box {
        margin: 0 auto 1px;
        width: 75vw;
        float: none;
    }

    #findus, #findus > div, #fmap {
        width: 100vw;
    }

    .offices {
        margin-left: 0;
        max-height: none !important;
    }

    #joinus .slides {
        width: 100vw;
        margin-top: 30px;
    }

    section.block {
        width: 100vw;
    }

    .heading {
        padding-left: 12.5vw;
        padding-right: 12.5vw;
        width: 100vw !important;
        box-sizing: border-box;
    }

    #positions .box {
        width: 50vw;
        min-height: 50vw;
        margin-left: 25vw;
        margin-bottom: 0;
    }

    #positions .box + .col-2 {
        width: 75vw;
        margin-left: 12.5vw;
    }

    #positions .col-3 {
        width: 75vw;
        margin-left: 12.5vw;
    }

    .position .ptitle {
        font-size: 1.3rem;
    }

    #benefits .sq-1 {
        width: 50vw;
        height: 50vw;
    }

    .mdt {
        font-size: 1.2rem;
    }

    #benefits .sq-1:last-of-type {
        margin-top: -10px;
        margin-left: 37.5vw;
    }

    #positions .position {
        margin: 20px 0 !important;
        padding-bottom: 20px;
    }

    .position-content {
        width: 100vw;
        padding: 0 12.5vw;
    }

    .position-content.right {
        padding: 30px 12.5vw;
    }

    .position-content ul {
        padding-left: 25px;
    }

    .position .heading, .cookies .heading, .privacy .heading {
        padding: 0 12.5vw;
    }

    #extrapos .col {
        width: 100%;
    }

    #extrapos .col.position {
        width: 75vw;
    }
    .position-content .heading .intro {
        margin-left: -12.5vw;
    }

    #extrapos .box.mdpad {
        padding: 30px 12.5vw;
        display: none;
    }

    .resources #blog .box, .recursos #blog .box {
        width: 100%;
    }

    #events .col {
        width: 75vw;
        margin-top: 0;
    }

    /*#resources .col.top-off-25 {
        margin-left: 12.5vw;
    }*/

    .content-slider {
        margin: 0 !important;
        width: 100vw !important;
    }

    #main-nav .box a, #main-nav .aright a {
        font-size: 1.2rem;
    }

    .highlight pre {
        font-size: 85%;
    }

    #thankyou > .col {
        width: 100vw;
    }

    #thankyou .heading {
        width: 75vw !important;
    }

    #relatedpost .box {
        width: 100vw;
    }

    #relatedpost .related.top-off-10 {
        margin-top: 20px;
        width: 100vw;
    }
}

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

    #main-nav .box a,
    #main-nav .aright a {
        font-size: 1.1em;
    }

    #footer .flinks {
        padding-bottom: 35vw;
    }

}



