/*!
Theme Name: Immediate Barebones
Theme URI: immediate.com
Description: Immedaite Template Theme Bare Bones
Version: 0.1
Author: Dark Blue <stu@wearedarkblue.com>
Author URI: www.wearedarkblue.com
*/


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

body.noOverflow,
svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: #252525;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

input[type=reset],
button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body.scroll {
    overflow-y: visible
}

.header-logo {
    position: absolute;
    left: 19px;
    height: 70px;
    width: 90px;
    background: url(assets/img/logo_small.png) center center no-repeat;
    background-size: 100%;
    z-index: 100000
}

@media(min-width:800px) {
    .header-logo {
        height: 100px;
        width: 200px;
        left: 0;
        background-size: 75%
    }
}

#strapline {
    position: fixed;
    z-index: 10000000;
    top: 56px;
    left: 18px
}

@media(min-width:800px) {
    #strapline {
        top: 85px;
        left: 24px
    }
}

img.img-responsive {
    height: 100%;
    width: 100%
}

div.section.card,
section.card {
    height: 100vh;
    width: 100%;
    display: table
}

div.section.card.fixed,
section.card.fixed {
    position: fixed;
    top: 0
}

div.section.card .card__table-cell .card__content,
section.card .card__table-cell .card__content {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 75%;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.text-left,
a.news-link {
    text-align: left
}

@media (min-width:800px) {
    div.section.card .card__table-cell .card__content,
    section.card .card__table-cell .card__content {
        width: 50%
    }
}

div.section.card .card__table-cell .card__content.trans,
section.card .card__table-cell .card__content.trans {
    opacity: 0
}

div.section.card .card__table-cell .card__content.active,
section.card .card__table-cell .card__content.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

div.section.card .card__table-cell .card__content--wide,
section.card .card__table-cell .card__content--wide {
    width: 65%
}

div.section.card .card__table-cell .card__content--black,
section.card .card__table-cell .card__content--black {
    color: #000
}

div.section.card .card__table-cell .card__content--green,
section.card .card__table-cell .card__content--green {
    color: #4C7884
}

div.section.card .card__table-cell .card__content--left,
section.card .card__table-cell .card__content--left {
    width: 30%;
    margin-left: 20%;
    text-align: left
}

div.section.card .card__table-cell .card__content--fade-out,
section.card .card__table-cell .card__content--fade-out {
    position: relative;
    z-index: 500;
    width: 100%;
    height: 200px;
    margin-top: -200px
}

div.section.card .card__table-cell .card__footer,
section.card .card__table-cell .card__footer {
    font-size: .9rem
}

div.section.card .card__table-cell .card__footer span,
section.card .card__table-cell .card__footer span {
    display: inline-block
}

@media(min-wdith:800px) {
    div.section.card .card__table-cell .card__footer span,
    section.card .card__table-cell .card__footer span {
        margin-left: 100px
    }
}

div.section.card .card__table-cell .card__footer a,
section.card .card__table-cell .card__footer a {
    color: inherit;
    display: inline-block;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

div.section.card .card__table-cell .card__footer a:hover,
section.card .card__table-cell .card__footer a:hover {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px)
}

div.section.card.card--blue,
section.card.card--blue {
    background: #00D7FF;
    color: #fff
}

div.section.card.card--white,
section.card.card--white {
    background: #fff;
    color: #00D7FF
}

div.section.card.card--grey,
section.card.card--grey {
    background: #adadad;
    color: #fff
}

div.section.card.card--black,
section.card.card--black {
    background: #000;
    color: #fff
}

div.section.card.card--green,
section.card.card--green {
    background: #4C7884;
    color: #fff
}

div.section.card.mobile,
section.card.mobile {
    min-height: 100vh;
    min-width: 100vw
}

.card__more-content {
    cursor: pointer
}

.card__additional {
    width: 100vw;
    box-sizing: content-box;
    min-height: 100%;
    background: #121212;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: hidden;
    padding: 200px;
    display: block;
    -webkit-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 100
}

.card__additional.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.card__additional.card__additional--white {
    background: #fff;
    color: #000
}

.card__additional .card__additional-content {
    width: 70%
}

.card-popup {
    display: none;
    position: absolute;
    z-index: 500;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.card-popup .card-popup__close {
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 10px 20px;
    font-size: 2rem
}

.card-popup .card-popup__content {
    box-sizing: content-box;
    background: grey;
    display: table-cell;
    vertical-align: middle
}

.col-2,
.col-3,
a.block-link,
ul.benefits li {
    vertical-align: top
}

.card-popup a {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: .9rem
}

.card-popup a:hover,
h1.huge {
    color: #00D7FF
}

.card-popup.open {
    display: table;
    opacity: 1
}

.col-2,
.col-3,
a.block-link,
a.lozenge,
ul.benefits li {
    display: inline-block
}

.col-3 {
    width: 100%;
    height: auto
}

@media (min-width:800px) {
    .col-3 {
        width: 31%;
        height: 100%
    }
}

.col-2 {
    width: 100%;
    float: left
}

@media (min-width:800px) {
    .col-2 {
        width: 50%
    }
}

ul.benefits {
    margin: 0 auto;
    padding: 0
}

ul.benefits li {
    list-style: none;
    width: 24%;
    padding: 0;
    margin: 0 0 30px
}

.bottom-image,
.side-image {
    width: 100%;
    position: relative
}

ul.benefits li p {
    font-size: .8rem;
    color: #00D7FF
}

#loadNews {
    margin: 30px 0 100px
}

.bottom-image {
    margin-bottom: 50px
}

.side-image {
    padding-top: 37px
}

.platforms-icon {
    max-height: 40px;
    max-width: 40px
}

@font-face {
    font-family: FSMatthews;
    src: url(assets/fonts/FSMatthewWeb-Regular.eot);
    src: url(assets/fonts/FSMatthewWeb-Regular.eot?#iefix) format("embedded-opentype"), url(assets/fonts/FSMatthewWeb-Regular.woff) format("woff"), url(fonts/Ashbury/AshburyLig-webfont.ttf) format("truetype"), url(fonts/Ashbury/AshburyLig-webfont.svg#Ashbury) format("svg")
}

@font-face {
    font-family: FSMatthewsBold;
    src: url(assets/fonts/FSMatthewWeb-Bold.eot);
    src: url(assets/fonts/FSMatthewWeb-Bold.eot?#iefix) format("embedded-opentype"), url(assets/fonts/FSMatthewWeb-Bold.woff) format("woff"), url(fonts/Ashbury/AshburyLig-webfont.ttf) format("truetype"), url(fonts/Ashbury/AshburyLig-webfont.svg#Ashbury) format("svg")
}

body,
p {
    font-family: FSMatthews;
    line-height: 1;
    font-weight: 300;
    letter-spacing: .03rem
}

h1,
p,
ul li {
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5 {
    font-family: FSMatthewsBold;
    line-height: 1
}

h1 {
    font-size: 2.5rem
}

@media (min-width:800px) {
    h1 {
        font-size: 4rem
    }
}

h1.huge {
    margin: 0 0 15px;
    font-size: 3.2rem
}

h1.huge--green {
    color: #4C7884
}

h2 {
    font-size: 3rem
}

p,
ul li {
    font-size: 1rem;
    line-height: 1.1
}

@media (min-width:600px) {
    p,
    ul li {
        font-size: 1.3rem;
        line-height: 1.3
    }
}

@media (min-width:800px) {
    p,
    ul li {
        font-size: 1.8rem
    }
}

.key-fact {
    margin-bottom: 5px;
    height: 200px
}

.key-fact p {
    margin: 0;
    font-size: 1.1rem
}

#home ul li {
    background: 0 0;
    list-style: outside;
    padding: initial
}

.bubble-nav .bubble-nav__bar ul li,
.card__content--location ul li,
nav div ul li {
    list-style: none
}

a.lozenge {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px 30px;
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

a.lozenge.lozenge--blue {
    color: #00D7FF;
    border: 1px solid #00D7FF
}

a.lozenge:hover {
    background-color: rgba(255, 255, 255, .2)
}

a.block-link {
    padding: 5px;
    width: 44%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

@media (min-width:800px) {
    a.block-link {
        min-height: 70px;
        width: 220px;
        padding: 20px 0;
        margin: 10px
    }
}

a.block-link:hover {
    background: #000
}

a.block-link:hover p {
    color: #00D7FF
}

a.block-link h4,
a.block-link p {
    margin: 0
}

a.block-link h4 {
    font-size: .95rem;
    padding-bottom: 5px;
    color: #fff
}

@media (min-width:800px) {
    a.block-link h4 {
        font-size: 1.5rem;
        padding-bottom: 10px
    }
}

a.block-link p {
    font-size: 1rem;
    color: #000
}

a.block-link.block-link--dark h4 {
    color: #fff
}

a.block-link.block-link--dark p {
    color: #00D7FF
}

a.block-link.block-link--dark:hover {
    background: #00D7FF
}

a.block-link.block-link--dark:hover h4 {
    color: #fff
}

a.block-link.block-link--dark:hover p {
    color: #000
}

a.block-link.block-link--black:hover {
    background: #4C7884
}

a.block-link img.brand-img {
    height: 100%;
    width: 70%;
}

a.block-link img.brand-img-lego {
    height: 100%;
    width: 70%;
	max-width: 180px;
}

a.block-link.block-link--brand {
    width: auto
}

a.news-link {
    display: block;
    position: relative;
    background: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 20px;
    margin: 10px
}

a.news-link h4,
a.news-link p {
    margin: 0;
    padding: 0
}

a.news-link h4 {
    font-size: 1rem;
    color: #000;
    margin-bottom: 20px
}

@media (min-width:800px) {
    a.news-link {
        width: 25%;
        min-height: 175px
    }
    a.news-link:hover {
        background: #00D7FF
    }
    a.news-link:hover h4,
    a.news-link:hover p {
        color: #000
    }
    a.news-link h4 {
        font-size: 1.5rem
    }
}

a.news-link p {
    position: absolute;
    bottom: 20px;
    font-size: 1rem;
    color: #000
}

.bubble-nav,
.hamburger,
div.section.footer.desktop,
nav {
    position: fixed
}

.bis-div-link {
    color: #fff;
    padding-bottom: 10px;
    display: block;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}

.bis-div-link:hover {
    color: #00D7FF
}

.division-link,
.small-print {
    color: #fff;
    display: block;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 10px
}

@media(min-width:800px) {
    .division-link,
    .small-print {
        padding: 10px 15px
    }
}

.division-link:hover,
.small-print:hover {
    background: #000
}

.division-link--dark:hover,
div.section.footer,
nav {
    background: #00D7FF
}

.division-link {
    font-size: 1.1rem;
    line-height: 1.1;
    margin: 5px
}

#search-button img {
    cursor: pointer;
    display: inline;
    max-height: 30px;
    max-width: 50%;
    margin-bottom: -8px
}

#search-button form {
    display: none
}

#search-button form.open {
    display: inline
}

#search-button form input {
    background: #00D7FF;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    font-size: 1rem
}

::-webkit-input-placeholder {
    color: #fff
}

div.section.footer {
    padding: 40px 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    color: #fff
}

div.section.footer .footer__content {
    padding: 40px
}

div.section.footer .footer__content img.logo--footer {
    width: 200px;
    margin: 20px
}

@media(min-width:800px) {
    div.section.footer .footer__content img.logo--footer {
        margin: 70px 0 20px
    }
}

div.section.footer .footer__content ul {
    margin: 0;
    padding: 0
}

div.section.footer .footer__content ul li {
    list-style: none;
    display: inline-block
}

div.section.footer .footer__content ul li a {
    color: #fff;
    display: block;
    padding: 5px 3px;
    -webkit-transition: all 30ms ease-in;
    transition: all 30ms ease-in;
    font-size: 1rem
}

nav,
nav div ul {
    padding: 0;
    margin: 0
}

div.section.footer .footer__content ul li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

div.section.footer .footer__content ul li a i {
    font-size: 2rem
}

div.section.footer .footer__content p {
    font-size: 1rem;
    margin: 0 0 5px;
    line-height: 1.2
}

div.section.footer .footer__content p a {
    color: #fff
}

#small-print.closed {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

#small-print h4 {
    padding: 10px
}

#close-smallprint {
    text-align: center;
    font-size: 1rem;
    cursor: pointer
}

nav {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    color: #fff;
    z-index: 1000;
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .2s ease-in-out;
    transition: transform .3s ease-in-out, opacity .2s ease-in-out, -webkit-transform .3s ease-in-out;
    display: table
}

nav div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

nav div ul li a {
    color: #fff
}

nav.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

nav li {
    font-size: 2rem;
    color: #fff;
    display: block;
    padding: 5px 0;
    opacity: 0;
    -webkit-transform: translate3d(70px, 0, 0);
    transform: translate3d(70px, 0, 0);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: transform 150ms;
    transition-delay: transform 150ms
}

@media (min-width:800px) {
    nav li {
        font-size: 3rem
    }
}

nav li:nth-of-type(2) {
    -webkit-transition-delay: transform .2s;
    transition-delay: transform .2s
}

nav li:nth-of-type(3) {
    -webkit-transition-delay: transform 250ms;
    transition-delay: transform 250ms
}

nav li:nth-of-type(4) {
    -webkit-transition-delay: transform .3s;
    transition-delay: transform .3s
}

nav li:nth-of-type(5) {
    -webkit-transition-delay: transform 350ms;
    transition-delay: transform 350ms
}

nav li:nth-of-type(6) {
    -webkit-transition-delay: transform .4s;
    transition-delay: transform .4s
}

nav li:nth-of-type(7) {
    -webkit-transition-delay: transform 450ms;
    transition-delay: transform 450ms
}

nav li:nth-of-type(8) {
    -webkit-transition-delay: transform .5s;
    transition-delay: transform .5s
}

nav li:nth-of-type(9) {
    -webkit-transition-delay: transform 550ms;
    transition-delay: transform 550ms
}

nav.active li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

nav.active li.current_page_item,
nav.active li:hover {
    -webkit-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #93eeff
}

.hamburger {
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
    margin: 0;
    padding: 0;
    z-index: 1001;
    cursor: pointer
}

.hamburger span {
    background: #fff;
    display: block;
    height: 4px;
    width: 30px;
    margin-bottom: 8px;
    box-shadow: 1px 1px 6px #000;
    -webkit-transition: background 1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: background 1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out, background 1s ease-in-out;
    transition: transform .1s ease-in-out, background 1s ease-in-out, -webkit-transform .1s ease-in-out
}

.bubble-nav,
.hamburger.active span:nth-of-type(3) {
    display: none
}

.hamburger span.desktop {
    box-shadow: none
}

.hamburger.hamburger--blue span {
    background: #00D7FF
}

.bubble-nav .bubble-nav__bar ul li.active a,
.hamburger.hamburger--blue.active span {
    background: #fff
}

.hamburger.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -4px
}

.hamburger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -4px
}

.bubble-nav {
    right: 30px;
    height: 100vh;
    z-index: 1000
}

.bubble-nav.show {
    display: table
}

.bubble-nav .bubble-nav__bar {
    vertical-align: middle;
    display: table-cell
}

.bubble-nav .bubble-nav__bar ul {
    margin: 0;
    padding: 0
}

.bubble-nav .bubble-nav__bar ul li a {
    display: block;
    height: 8px;
    width: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 5px 0;
    -webkit-transition: border .9s ease-in-out, background .2s ease-in;
    transition: border .9s ease-in-out, background .2s ease-in
}

.bubble-nav .bubble-nav__bar.bubble-nav__bar--blue li a {
    border-color: #00D7FF
}

.bubble-nav .bubble-nav__bar.bubble-nav__bar--blue li.active a {
    background: #00D7FF
}

.timeline .timeline-container {
    position: relative;
    margin: 0 auto
}

.timeline .timeline-dash {
    position: absolute;
    height: 100%;
    border-right: 2px dashed #b5b5b5
}

.timeline ul {
    position: relative;
    margin: 0 0 0 17px;
    padding: 0
}

.timeline ul li {
    position: relative;
    text-align: left;
    padding: 0 0 0 5px
}

@media(min-width:800px) {
    .timeline .timeline-container {
        width: 600px
    }
    .timeline .timeline-dash {
        width: 50.4%;
        top: 50px
    }
    .timeline ul {
        margin: 0
    }
    .timeline ul li {
        list-style: none;
        text-align: right;
        width: 45%;
        padding: 30px 0
    }
    .timeline ul li:after {
        content: " "
    }
}

.timeline ul li:after {
    height: 10px;
    width: 10px;
    position: absolute;
    background: #fff;
    top: 50%;
    border-radius: 50%;
    border: 2px solid #000;
    margin-left: 26px
}

@media(min-width:800px) {
    .timeline ul li:nth-child(even) {
        text-align: left;
        margin-left: 55%
    }
    .timeline ul li:nth-child(even):after {
        margin-left: -34px
    }
}

.timeline ul li h3 {
    color: #00D7FF;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.brand-intro-section a,
.culture-intro a {
    color: #fff;
    text-decoration: underline
}

.timeline ul li p {
    font-size: 1rem;
    margin-top: 5px;
    padding-top: 0
}

div.smaller-vids a {
    margin-top: 50px;
    display: inline-block;
    border: 1px solid #fff
}

div.smaller-vids a:first-child {
    margin-right: 20px
}

div.smaller-vids a .smaller-vid {
    max-height: 150px
}

div.smaller-vids a .play-button {
    max-height: 40px;
    position: absolute;
    top: calc(10% + 50px);
    right: calc(15% + 50px)
}

.video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none
}

.video__player.desktop {
    display: block
}

.logo {
    width: 150px
}

@media (min-width:800px) {
    .logo {
        width: 300px
    }
}

.card__brand-header {
    height: 50vh;
    width: 100vw;
    display: table
}

.card__brand-header .card__brand-logo {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto
}

.card__brand-header .card__brand-logo img {
    margin-left: 10%
}

.card__brand-fade {
    margin-top: -100px;
    height: 100px;
    width: 100vw;
    display: block;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

.card__brand-social {
    width: 60%;
    text-align: center;
    margin: -50px auto 0
}

.card__brand-social a {
    display: inline-block;
    padding: 5px
}

.card__brand-social a img {
    height: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.card__brand-social a:hover img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.card__table-cell--brand {
    display: block!important;
    margin-top: 60px
}

.brand-platform {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 3%;
    vertical-align: bottom
}

@media(min-width:500px) {
    .brand-platform {
        width: 25%
    }
}

.brand-platform img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.brand-platform p {
    display: inline-block;
    padding-bottom: 5px
}

.contact {
    position: relative
}

.contact .contact___front {
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.contact .contact___front h4 {
    font-size: 1.5rem
}

.contact .contact___front:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.contact___back {
    position: absolute;
    z-index: 50000;
    top: 0;
    display: block;
    background: #fff;
    color: #000;
    padding: 7px;
    height: 180px;
    width: 300px
}

@media(max-width:800px) {
    .contact___back {
        width: 100%
    }
}

.contact___back a {
    display: block;
    padding-bottom: 10px;
    color: #00D7FF
}

#maps-section .fp-tableCell {
    vertical-align: top
}

.card__content--location {
    margin-top: 110px
}

.card__content--location .contact-details-slide {
    position: absolute;
    height: calc(100vh - 169px);
    width: 100vw
}

.card__content--location .contact-details-slide.out {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.card__content--location ul {
    margin: 0 0 0 20px;
    padding: 0
}

.card__content--location ul li {
    display: inline;
    vertical-align: top
}

.card__content--location ul li a {
    font-size: 1.2rem;
    padding: 20px 50px;
    display: inline-block;
    background: #00D7FF;
    color: #fff;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.card__content--location ul li a:hover,
.card__content--location ul li.active a {
    background: #fff;
    color: #00D7FF
}

.card__map {
    height: 200px;
    width: 100%;
    background: #4C7884
}

@media(min-width:700px) {
    .card__map {
        height: calc(100vh - 469px);
        width: 70%;
        float: left
    }
}

.contact-details__image {
    height: calc(100vh - 169px);
    display: none
}

@media(min-width:700px) {
    .contact-details__image {
        display: block;
        width: 30%;
        float: right
    }
}

.card__contact-details {
    width: 100%;
    background: #fff;
    color: #000
}

.card__contact-details .contact-details__address address {
    font-style: normal;
    margin: 30px;
    font-size: 1.2rem;
    line-height: 1.5
}

.card__contact-details .contact-details__numbers {
    margin: 0 30px 0 0
}

.card__contact-details .contact-details__numbers p {
    font-size: 1.2rem;
    margin: 30px 15px
}

@media(min-width:700px) {
    .card__contact-details {
        float: left;
        width: 70%;
        height: 300px
    }
    .card__contact-details .contact-details__address,
    .card__contact-details .contact-details__numbers {
        float: right
    }
}


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