@-ms-viewport  { width: device-width; }

@media (max-width: 909px) {
    body { font-size: 16px; }
    #header { height: 48px; }
    #header #logo-holder { padding-left: 10px; }
    #header #logo a,
    #header #logo img {
        height: auto;
        width: 127px;
    }
    .home #header #navigation,
    #header #navigation {
        display: none !important;
        opacity: 1 !important;
        float: none;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 100%;
        background: #000;
    }
    #nav-trigger { display: block; }
    #close-nav {
        position: absolute;
        right: 20px;
        top: 10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #fff;
        z-index: 100;
        cursor: pointer;
        display: block;
    }
    .home #nav-trigger { display: none; }
    .home #nav-trigger.show { display: block; }
    #header .share {
        background: transparent;
        text-transform: capitalize;
        top: 50%;
        font-size: 12px;
        left: auto;
        margin: -12px 0px 0px;
        right: 50px;
    }
    .home #header #navigation.show,
    #header #navigation.show { display: block !important; }
    #header #navigation ul {
        list-style-type: none;
        padding-right: 0px;
    }
    #header #navigation li {
        float: none;
        padding: 0px 10px;
        margin: 0px 0px 10px;
    }

    .screen { min-height: 0px; }

    #screen-1 h2 { display: none; }
    #carousel-quotes { top: 100px; }
    #carousel-quotes li {
        left: 10px;
        width: auto;
        right: 10px;
    }
    #carousel-quotes blockquote {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    #carousel-quotes blockquote br { display: none; }
    #carousel-quotes address { font-size: 15px; }

    #screen-1 h3 {
        bottom: 70px;
        left: 10px;
        width: auto;
        right: 10px;
        font-size: 15px;
    }
    #screen-1 h3 br { display: none; }

    #screen-explanation blockquote {
        font-size: 24px;
        top: 120px;
        left: 30px;
        right: 30px;
        width: auto;
    }
    #screen-explanation footer {
        font-size: 11px;
        bottom: 100px;
    }
    #screen-explanation .arrow {
        bottom: 0px;
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    #screen-reasons {
        padding-left: 10px;
        padding-right: 10px;
    }
    #screen-reasons p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    #screen-reasons p.first { margin-top: 90px; }
    #screen-reasons h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    #screen-welcome p {
        font-size: 15px;
        top: 90px;
    }
    #screen-welcome h1 { top: 45%; }
    #screen-welcome h1 img { width: 210px; }
    #screen-welcome h2 {
        font-size: 15px;
        left: 10px;
        right: 10px;
        width: auto;
        top: auto;
        bottom: 90px;
    }
    #screen-welcome .arrow-holder {
        bottom: 20px;
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .screen-content {
        margin: 0px 10px;
        width: auto;
    }
    #globe,
    #compass,
    #binoculars,
    #trophy {
        position: relative;
        margin: -30px auto !important;
        opacity: 1 !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        -ms-transform: scale(0.5) !important;
        -webkit-transform: scale(0.5) !important;
        transform: scale(0.5) !important;
    }
    #globe { margin-top: -70px !important; }
    #globe .state-2 { display: none !important; }
    #compass {
        height: 255px;
        margin-top: -70px !important;
    }
    #compass span {
        top: 155px;
        -webkit-transform: rotate(-120deg) !important;
        -moz-transform: rotate(-120deg) !important;
        -ms-transform: rotate(-120deg) !important;
        -o-transform: rotate(-120deg) !important;
        transform: rotate(-120deg) !important;
        zoom: 1;
    }
    #binoculars .lens { opacity: 1 !important; }
    #trophy {
        height: 215px;
        margin-top: -50px !important;
    }
    #trophy .star,
    #trophy .star.shown {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1 !important;
        zoom: 1;
    }
    #trophy .number { opacity: 1 !important; }
    #insights h4 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    #insights article { margin-bottom: 40px; }
    #insights article:last-child { padding-bottom: 30px; }
    #insights.screen-content {
        border-bottom: 3px solid #895bc6;
        margin: 0px 0px 20px;
        padding: 30px 10px 0px;
        font-size: 16px;
        text-align: center;
    }
    #insights.screen-content > h3:first-child { padding-top: 50px; }
    #insights .content,
    #insights .image-on-right .content {
        float: none;
        width: auto;
        opacity: 1 !important;
    }
    #insights h3 {
        font-size: 16px;
        opacity: 1 !important;
        margin-bottom: 45px;
    }
    #insights h3 span { font-size: 16px; }
    #insights h3 br { display: none; }

    .section-title {
        font-size: 20px;
    }
    .section-intro {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .two-columns,
    .three-columns,
    #static-content dl { font-size: 16px; }
    .two-columns > li,
    .three-columns > li {
        float: none;
        margin-right: 0px;
        margin-bottom: 25px;
        width: auto;
    }
    #services .three-columns,
    #clients .three-columns:last-child,
    #contact .two-columns { padding-bottom: 0px; }

    #more { padding-bottom: 10px; }
    #more .section-title { margin-bottom: 15px; }
    .social-links {
        font-size: 16px;
        line-height: 24px;
    }
    .social-links img {
        vertical-align: -4px;
        width: 22px;
    }

    #static-content { padding: 75px 0px 25px; }
    #static-content .col-1,
    #static-content .col-2 {
        float: none;
        padding-top: 0px;
        width: auto;
    }
    #static-content figure {
        text-align: center;
        margin-bottom: 20px;
    }
    #static-content figure img {
        margin: 0px auto;
        max-width: 40%;
    }
    #static-content h2 {
        font-size: 34px;
        margin: 0px 0px 15px;
    }
    #static-content p { margin: 0px 0px 15px; }
    #static-content dl dd { margin: 0px 0px 15px; }

    #contact .two-columns img.arrow-context { display: none; }

    .just-mobile { display: block; }
    .hide-mobile { display: none !important; }
}