.intro {
    height: 100vh;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.intro p {
    padding: 1em;
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
    color: #4E4E4E;
}

.intro img {
    margin-top: 50px !important;
    max-width: 500px;
    margin: 0 auto;
}

button {
    font-size: 14px;
    color: #4864A2;
    background-color: #fff;
    padding: 10px 40px 10px;
    border-radius: 5px;
    border: 1px #4864A2 solid;
    text-transform: uppercase;
    font-weight: 700;
}

.source {
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    bottom: 5px;
    text-transform: uppercase;
}

#no-desktop {
    display: none !important;
}

.no-mobile {
    display: none;
}

.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
    font-weight: 300;
}

#numbers {
    text-transform: uppercase;
    font-weight: 400;
}

#numbers strong {
    font-weight: bolder;
    font-size: 20px;
    vertical-align: sub;
    padding-right: 10px;
}


/* Nav */

.tabs nav {
    text-align: center;
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    font-size: 12px;
}

.tabs nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
    height: 60px;
    padding-top: 2px;
}

.tabs nav li.tab-current {
    border: 1px solid #A4A4A4;
    box-shadow: inset 0 2px #A4A4A4;
    border-bottom: none;
    z-index: 100;
    font-weight: 700;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #A4A4A4;
}

.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.tabs nav a {
    color: #5D5D5D;
    display: block;
    font-size: 15px;
    line-height: 16px;
    white-space: nowrap;
    font-weight: 700;
}

.tabs nav a:hover {
    color: #768e9d;
}

.tabs nav li.tab-current a {
    color: #A4A4A4;
}


/* Icons */

.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
    content: "\e600";
}

.icon-lab:before {
    content: "\e601";
}

.icon-cup:before {
    content: "\e602";
}

.icon-truck:before {
    content: "\e603";
}

.icon-shop:before {
    content: "\e604";
}


/* Content */

.content section {
    font-size: 0.5em;
    padding: 3em 1em;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.content section:before,
.content section:after {
    content: '';
    display: table;
}

.content section:after {
    clear: both;
}


/* Fallback example */

.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #A4A4A4;
}

.content section.content-current {
    display: block;
}

.mediabox {
    float: left;
    width: 33%;
    padding: 20px;
    height: 400px;
}

.image-v {
    height: 100% !important;
}

.image-h {
    width: 100% !important;
    height: auto;
}

.mediabox img {
    max-width: 97%;
    display: block;
    margin: 0 auto;
}

.mediabox h1 {
    margin: 0.75em 0 0.5em;
    font-size: 14px;
    color: #4C68A6;
}

.mediabox h2 {
    margin: 0.75em 0 0.5em;
    font-size: 18px;
    font-weight: 700;
    color: #5D5D5D;
    line-height: 24px;
}

.mediabox h3 {
    margin: 0.75em 0 0.5em;
    font-weight: 400;
    color: #767676;
    font-size: 12px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    border-bottom: solid 1px #d6d6d6;
    display: inline;
    padding-bottom: 2px;
}

.mediabox h4 {
    margin: 0.75em 0 0.5em;
    font-weight: 400;
    font-size: 14px;
    color: #DB545E;
    line-height: 24px;
}

.mediabox h4 span {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background-color: #DB545E;
    padding: 2px 10px;
    margin-bottom: 40px;
    margin-left: 5px;
}

.mediabox p {
    padding: 0 0 1em 0;
    margin: 0;
    color: #484848;
    line-height: 1.3;
    font-size: 12px;
}


/* Example media queries */

@media screen and (max-width: 52.375em) {
    .tabs nav a {
        font-size: 12px;
    }
    .tabs nav a span {
        display: none;
    }
    .tabs nav a:before {
        margin-right: 0;
    }
    .mediabox {
        width: 50%;
        padding: 0px 15px;
        height: 380px;
    }
    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 100%;
    }
    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }
    .mediabox:before,
    .mediabox:after {
        content: '';
        display: table;
    }
    .mediabox:after {
        clear: both;
    }
    .mediabox h1 {
        margin: 0.75em 0 0.5em;
        font-size: 16px;
        color: #4C68A6;
    }
    .mediabox h2 {
        margin: 0.75em 0 0.5em;
        font-size: 18px;
        font-weight: 700;
        color: #5D5D5D;
        line-height: 20px;
    }
    .mediabox h3 {
        margin: 0.75em 0 0.5em;
        font-weight: 400;
        color: #767676;
        font-size: 10px;
        letter-spacing: 0.10em;
        text-transform: uppercase;
        border-bottom: solid 1px #d6d6d6;
        display: inline;
        padding-bottom: 2px;
    }
    .mediabox h4 {
        margin: 0.75em 0 0.5em;
        font-weight: 400;
        font-size: 14px;
        color: #DB545E;
        line-height: 24px;
    }
    .mediabox h4 span {
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        background-color: #DB545E;
        padding: 2px 10px;
        text-transform: uppercase;
        margin-left: 5px;
    }
    .mediabox p {
        padding-left: 0 0 1em 0;
        margin: 0;
        color: #484848;
        line-height: 1.3;
        font-size: 12px;
    }
    .mediabox ul {
        padding-left: 10px !important;
        margin: 0;
        color: #484848;
        line-height: 1.3;
        font-size: 12px;
    }
}

em {
    display: none;
}

@media screen and (max-width: 32em) {
    .tabs nav {
        text-align: center;
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: -10px;
    }
    .tabs nav a {
        font-size: 10px;
    }
    .mediabox {
        width: 100%;
        height: 400px;
    }
    em {
        display: inline;
    }
    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 10px 0;
        height: 80px;
    }
    .tabs nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        margin: 0 0 0 -1px;
    }
    .tabs nav ul li:last-child {
        border-right: none;
    }
    .mediabox {
        text-align: left;
    }
    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 90%;
    }
    .mediabox h3 {
        margin: 1.25em 0 1em;
    }
    .mediabox p {
        margin: 0;
        line-height: 18px;
    }
    .image-v {
        display: none;
    }
    .image-h {
        display: none;
    }
    .source {
        max-width: 300px;
        margin: 0 auto;
    }
    .intro p {
        font-size: 12px;
    }
    .no-mobile {
        display: none;
    }
    .content section {
        margin: 50px auto;
    }
    #no-desktop {
    display: inline !important;
}

.no-mobile {
    display: none !important;
}
}

@media screen and (min-width: 1440px) {
    .mediabox {
        height: 310px;
    }
}