body {
    /*font-family: 'Roboto',sans-serif; background-color: #fff; color: #666; overflow-x: hidden;*/
    font-family: "Space Grotesk", Helvetica, sans-serif;
    background-color: #f9f7f0;
    color: #666;
}
.row-fluid {
}

:target {
    scroll-margin-top: 160px;
}

.home-nav {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.blue-text {
    color: #00adef;
    font-weight: bold;
}

.black-text {
    color: #000000;
}

.faq-em {
    font-size: 10px;
}

/*h1,h2,h3.red {
	color: #de1f2e;
	text-shadow:  0px -1px 0 #999, 0px 1px 0 #FFF;
}*/

@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }
}

h3.red {
    color: #666;
    /*text-shadow: 0px -1px 0 #999, 0px 1px 0 #FFF;*/
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 0;
}

h1 {
    font-size: 3em;
    font-weight: 300;
    margin-top: 0;
}
.page-menu {
    margin-top: -5px;
    padding-bottom: 5px;
    background-color: #eee;
}
ul.page-menu li a {
    line-height: 10px;
}
ul.page-menu li a:hover {
    background-color: transparent !important;
}

.navbar-nav > li > a:hover {
    color: #666;
    text-decoration: underline;
    background-color: transparent;
}
.navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
}

#header.home-header {
    height: unset !important;
}

#header.home-header .header-logo {
    height: 35px;
}

#header > button {
    display: none;
    position: static !important;
    margin: 0 0 0 15px !important;
}

#header > a > img {
    width: 145px;
    height: auto;
    padding-top: 2px;
}
#header > a > img.rc-logo {
    /*width: 100px;*/
    height: 48px;
    padding-top: 0;
    float: right;
    margin-right: 20px;
    vertical-align: central;
}

.navbar-nav {
    display: flex;
    align-items: center;
    margin: 0 auto !important;
    transition: margin-left 300ms;
}

.navbar-nav.open {
    margin-left: 0 !important;
}

@media (max-width: 1600px) {
    #header {
        grid-template-columns: auto auto auto 1fr auto;
    }

    #header button {
        display: block;
    }

    .navbar-nav {
        position: fixed;
        inset: 50px 100px 0 0;
        top: 50px;
        bottom: 0;
        left: 0;
        right: auto;
        max-width: 600px;
        width: 100%;
        z-index: 100;
        background-color: white;
        flex-direction: column;
        justify-content: flex-start;
        gap: 30px;
        font-size: 26px;
        line-height: 1.1;
        text-align: center;
        border-top: solid 1px gray;
        border-right: solid 1px gray;
        margin-left: -100% !important;
    }
}

.navbar-nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
}

::selection {
    background: #2ea3f2;
    color: #ffffff;
}

.h1 {
    font-size: 3em;
    font-weight: 600;
    margin: 10px 0;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

#header {
    background-color: #fff;
    height: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.intro {
    background: #2ea3f2 url(../images/icon-bg.svg);
    padding: 60px 0;
    transition: all 300ms ease;
    height: 400px;
    grid-column: 1 / -1;
}

.intro #sidebar {
    background-color: transparent;
    border: none;
}

.intro #sidebar a {
    color: #fff;
}

.intro h2 {
    color: #fff;
    font-weight: 300;
}

.intro .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-size: 18px;
    border-width: 2px;
}

.intro .btn-default:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #fff;
    color: #2ea3f2;
    border-color: #fff;
}

.intro .mockup {
    position: relative;
    top: 30px;
}

.intro-text {
    padding-top: 40px;
}

.intro-text .dropdown-menu > li > a {
    font-size: 16px;
    color: #6d6e71;
    padding: 3px 10px;
}

.intro-text .dropdown-menu > li > a:hover,
.intro-text .dropdown-menu > li > a:focus {
    background-color: #f1f1f1;
    color: #2ea3f2;
}

.intro-text .open > .dropdown-menu {
    width: 240px;
}

#intro-image {
    overflow: hidden;
}

.intro-shrunk {
    height: fit-content;
    padding: 40px 0;
}

.intro-shrunk .intro-text {
    padding: 0;
}

.intro-shrunk h2,
.intro-shrunk #intro-image {
    display: none;
}

.about {
    padding-top: 60px;
}

i.menu {
    margin-right: 0px;
    font-size: 20px;
}
.btn-menu {
    position: absolute;
    top: 1px;
    left: -10px;
    width: 30px;
    height: 26px;
    padding: 0;
    background-color: transparent;
    margin: 8px 10px 0 20px;
    color: #666;
}

.btn-menu:focus,
.btn-menu:active:focus {
    outline: 0;
}

.home .btn-menu {
    display: none;
}

.span12.img-box.first.casestudy {
    margin-left: 0;
}

a.download-casestudy-left {
    position: absolute;
    display: block;
    left: 18%;
    z-index: 1;
    margin-top: 200px;
    /***  CSS Gradient  ***/
    /*  Chrome 1-9 and Safari 4-5.0  */
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(255, 255, 255)),
        color-stop(1, rgb(216, 216, 216))
    );

    /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));

    /*  Firefox 3.6+  */
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));

    /*  IE 10+  */
    background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));

    /*  Opera 11.10+  */
    background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));

    /*  W3C  */
    background-image: linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));
    padding: 7px 17px;
    border-radius: 3px;
    border: 1px solid #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    color: #333;
}

a:hover.download-casestudy-left {
    /***  CSS Gradient  ***/
    /*  Chrome 1-9 and Safari 4-5.0  */
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(191, 191, 191)),
        color-stop(1, rgb(255, 255, 255))
    );

    /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
    background-image: -webkit-linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));

    /*  Firefox 3.6+  */
    background-image: -moz-linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));

    /*  IE 10+  */
    background-image: -ms-linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));

    /*  Opera 11.10+  */
    background-image: -o-linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));

    /*  W3C  */
    background-image: linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));
}

a.download-casestudy-right {
    position: absolute;
    display: block;
    left: 68%;
    z-index: 1;
    margin-top: 200px;
    /***  CSS Gradient  ***/
    /*  Chrome 1-9 and Safari 4-5.0  */
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(255, 255, 255)),
        color-stop(1, rgb(216, 216, 216))
    );

    /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));

    /*  Firefox 3.6+  */
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));

    /*  IE 10+  */
    background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));

    /*  Opera 11.10+  */
    background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));

    /*  W3C  */
    background-image: linear-gradient(top, rgb(255, 255, 255), rgb(216, 216, 216));
    padding: 7px 17px;
    border-radius: 3px;
    border: 1px solid #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    color: #333;
}

a:hover.download-casestudy-right {
    /***  CSS Gradient  ***/
    /*  Chrome 1-9 and Safari 4-5.0  */
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(191, 191, 191)),
        color-stop(1, rgb(255, 255, 255))
    );

    /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
    background-image: -webkit-linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));

    /*  Firefox 3.6+  */
    background-image: -moz-linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));

    /*  IE 10+  */
    background-image: -ms-linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));

    /*  Opera 11.10+  */
    background-image: -o-linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));

    /*  W3C  */
    background-image: linear-gradient(top, rgb(191, 191, 191), rgb(255, 255, 255));
}

#logo img {
    width: 200px;
    height: auto;
    margin-left: 30px;
    float: left;
    margin-top: 13px;
}

#logo h3 {
    color: #fff;
    top: 6px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
    letter-spacing: 10px;
    font-size: 14.5px;
    line-height: 20px;
    margin: 5px;
}

#name {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
    letter-spacing: 5px;
    font-size: 0.9em;
    line-height: 32px;
    margin: 5px;
}

#travelling-pie,
#travelling-line {
    margin-top: 0px;
    margin-left: 0px;
    min-height: 300px;
}

#travelling-pie {
    padding: 0;
}

.chart {
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0;
    min-height: 300px;
    border: 1px solid #e5e5e5;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
        0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.highcharts-background {
    fill: transparent !important;
}

.box {
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 0 0;
    border: 1px solid #e5e5e5;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
        0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.landing {
    border-radius: 5px;
    background-color: #fff;
    padding: 50px 0 0;
    margin-left: 0px;
    margin-bottom: 0;
    border: 1px solid rgba(230, 28, 44, 0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

.landing a {
    /*color: #666;*/
    color: #00adef;
    font-weight: 600;
}

.case-study:hover {
    border: 1px solid #2ea3f2;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.case-study {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid rgba(230, 28, 44, 0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

.column-legend {
    position: absolute;
    bottom: 36px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #333;
}

.column-legend .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px 0 20px;
}

#sidebar h4,
.h4 {
    font-size: 20px;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 0px;
    color: #2ea3f2;
}

img.rg {
    padding: 10px;
}

.no-pad {
    padding: 0 !important;
}

#share-reach,
#timeline,
#effectiveness,
#studies,
#audio {
    margin-top: 8px;
}

.chart:hover {
    border: 1px solid #2aace2;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14),
        0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

.box:hover {
    border: 1px solid #2aace2;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
        0 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.creative {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: 1px solid rgba(230, 28, 44, 0);
    background-color: #fff;
    margin-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

#chart {
    position: relative;
    float: right;
    padding-top: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #fff;
}

.headings {
    position: relative;
    margin-top: 55px;
    margin-left: 0;
    z-index: 1;
    display: block;

    background-color: #222b42;

    padding: 8px 0px 10px 30px;
    color: white;
}

#content {
    padding: 0;
    position: relative;
    margin-bottom: -10px;
    display: grid;
    grid-template-columns: auto 1fr;
    justify-items: center;
    align-items: start;
}

@media (width < 900px) {
    #content {
        grid-template-columns: 100%;
    }
}

#content.home {
    margin-top: 40px;
}

.home .affix {
    margin-top: 48px !important;
}

#content-area {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 0px 0 20px 0px;
    z-index: 0;
    background: transparent;
    max-width: 1600px;
    width: 100%;
}

#content-area-home {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 0px 0 20px 0px;
    z-index: 0;
    background: transparent;
    margin-top: 400px;
}

#content-landing {
    position: absolute;
    float: right;
    margin-right: 40px;
    -webkit-box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.3);
    padding: 0px 0 20px 20px;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(../images/whitenoise-bg.jpg);
}

.rg-source a {
    /*display: block;*/
    color: #999;
    font-size: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

/*#vert-menubar { height: 100%; position: relative; margin-left: 0; background-image: url(../images/greynoise-bg.jpg); }*/

#vert-menubar {
    top: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    background-image: url(../images/greynoise-bg.jpg);
    box-shadow: inset -10px 0 10px -10px;
    padding-right: 0;
}

.submenu-heading {
    float: right;
    width: auto;
    color: #555;
    text-align: right;
    margin-right: 20px;
    font-size: 1.5em;
    margin-top: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.5);
}

#menu-column {
    height: 100%;
}

#sidebar {
    margin-left: 20px;
    padding: 20px 0 0 0;
    background: #f8f8f8;
    border-radius: 5px;
    margin-top: 44px;
    border: 1px solid #222b42;
    width: 250px;
    position: sticky;
    top: 100px;
}

@media (width < 900px) {
    #sidebar {
        width: calc(100% - 40px);
        margin-left: 0;
        box-sizing: border-box;
        position: static;
    }
}

#sidebar a {
    display: block;
    padding: 7px 0px 5px 15px;
}

a {
    color: #666;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
#sidebar a:hover {
    color: #222b42;
    text-decoration: none;
    background-color: #f2f2f2;
}

#sidebar ul {
    list-style: none;
}
ul#sidebar li {
    border-top: 1px solid #7c7c7c;
    border-bottom: 1px solid #464646;
    margin-right: 0.9%;
}

div#sidebar.col-xs-6.col-sm-2.sidebar-offcanvas.affix {
    margin-top: -90px !important;
}
.affix {
    margin-top: -62px !important;
    margin-left: 20px !important;
}

.navbar-inverse .navbar-inner {
    background-image: url(../images/greynoise-bg.jpg) !important;
}

.sub-nav a {
    color: #999;
}
.sub-nav a:hover {
    color: #222b42;
    background-color: transparent !important;
}
#sidebar ul.sub-nav a {
    padding-left: 13px !important;
}
.sub-nav {
    margin-top: -5px;
}
.sub-nav li {
    line-height: 7px;
}
li.active a,
li.active a:hover {
    color: #00adef !important;
    margin-bottom: 5px;
    text-decoration: none;
}

a.active {
    color: #fff !important;
    background-color: #222b42;
    margin-bottom: 5px;
}

#recency-theory {
    text-align: right;
}

#sidebar a.active:hover {
    background-color: #222b42 !important;
    color: #f8f8f8;
}

.span6,
.span7.chart {
    margin-bottom: 20px;
    min-height: 315px;
}

.span5.chart {
    min-height: 315px;
}

.span6,
.span7.img-box {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 300px;
}

.img-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid rgba(230, 28, 44, 0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

.img-box:hover {
    border: 1px solid #222b42;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.creative:hover {
    border: 1px solid #222b42;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.span4.first.chart.radio-gauge {
    margin-left: 0px;
}

.span4.chart.radio-gauge {
    padding: 10px;
}

.span6.img-box.first.casestudy {
    margin-left: 0;
}

/*.highlight {
	font-size: 3em;
	font-weight: 900;
	line-height: 1em;
	color: #de1f2e;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}*/

.casestudy {
    background-color: #ffffff;
    margin-left: 0;
    padding: 0;
}

.span3.creative.first {
    margin-left: 0;
}

.span4.creative.first {
    margin-left: 0;
}

.span3.creative {
    min-height: 200px;
    text-align: center;
}

.span4.creative {
    min-height: 200px;
    text-align: center;
}

.span6.download-button {
    float: right;
}
.download-button {
    background-color: #222b42;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 10px 0 0 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

.btn-download {
    background-color: #fff;
    border: 1px solid #222b42;
    color: #222b42;
    padding: 4px 18px;
    margin-left: 10px;
}

.btn-download:hover {
    background-color: #222b42;
    color: #fff;
}

.download-button:hover {
    background-color: #666;
}

a.download-button {
    color: #ffffff;
}

a:active {
    color: #de1f2e;
}

ul#menu li.highlight a {
    color: #de1f2e;
    cursor: default;
    font-weight: 600;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

ul#menu li.highlight {
    background-image: url(../images/highlight-arrow.png);
    background-size: 21px 32px;
    background-repeat: no-repeat;
    background-position: 100% 4px;
    margin-right: 0;
    z-index: 0;
    position: relative;
}

.first {
    margin-left: 0;
}

ul#sub-menu {
    list-style: none;
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 0px;
    background: url(../images/greynoise-bg.jpg);
    min-height: 30px;
    margin-left: 0;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 600;
    /*border-bottom: 1px solid #2EA3F2;
	border-left: 1px solid #222B42;
	border-right: 1px solid #222B42;
	*/
}

ul#sub-menu li {
    float: left;
    padding: 0px 10px;
    margin-right: 20px;
    margin-left: 10px;
}

ul#sub-menu li a {
    color: #fff;
}
ul#sub-menu li a:hover {
    color: #222b42;
}
.subnav ul#sub-menu li .active > a {
    color: #222b42;
}

ul.selected a {
    color: #222b42;
}

.row-fluid.hidden-phone.affix {
    z-index: 1;
    top: 0;
    width: 74.4%;
}

.navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
    font-weight: normal;
}

.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
    padding: 0px 15px;
}

.nav-collapse .nav > li {
    float: none;
    padding: 10px 0;
    border-bottom: 1px dotted #999;
}

.nav-collapse .nav {
    float: none;
    margin: 20px 0 10px;
}

.nav-collapse ul.nav > li:first-child {
    border-top: 1px dotted #999;
}

.nav-collapse ul.nav {
    padding: 10px;
}

ul.nav li a i {
    margin-right: 10px;
}

#welcome.landing p {
    width: 100% !important;
    line-height: 20px;
}

#logos {
    float: right;
    padding: 20px 0 40px 0;
}

.retina {
    width: 104.5px;
    height: auto;
    margin-right: 10px;
}

/* To Top Button */
#to-top {
    position: fixed;
    bottom: 0px;
    margin-left: 30px;
}

#to-top span {
    width: 141px;
    height: 49px;
    display: block;
    margin-bottom: 7px;
    margin-left: -50px;
    background: url(../images/totop2.png) no-repeat center center;
    background-size: 100%;
}

#Radiogauge {
    display: inline;
}

ul#source-menu {
    list-style: none;
    margin-left: -10px;
}

#source-menu li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

#source-menu a {
    color: #666;
}

#source-menu li:last-child {
    border-right: none;
}

#source-menu a:hover {
    color: #222b42;
}

ul#footer-menu {
    list-style: none;
    margin-left: -15px;
    float: left;
    margin-top: 60px;
    padding-left: 0;
}

#footer-menu li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

#footer-menu a {
    color: #666;
}

#footer-menu a:hover {
    color: #222b42;
}

#footer-menu li:last-child {
    border-right: none;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row-default {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #content-area {
        width: 100%;
        padding: 0 0 20px 20px;
    }

    #travelling-pie,
    #travelling-line {
        margin-top: 0px;
        margin-left: 0px;
        min-height: 310px;
    }

    .navbar-fixed-top {
        margin-bottom: 0px;
    }

    .headings.span12 {
        padding-left: 10px;
    }

    .h1 {
        font-size: 2em;
    }

    .sub-p {
        font-size: 0.9em;
    }

    h1 {
        font-size: 2em;
    }

    #logo img {
        margin-left: 0px;
        float: left;
        margin-top: 0px;
    }

    .navbar-inverse .navbar-inner {
        background-color: #1b1b1b;
        background-image: url(../images/greynoise-bg.jpg);
        background-repeat: repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
        border-color: transparent;
    }

    i {
        margin-right: 0;
    }

    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #fff;
        font-weight: normal;
    }

    .nav-collapse .nav > li > a,
    .nav-collapse .dropdown-menu a {
        padding: 0px 15px;
    }

    .nav-collapse .nav > li {
        float: none;
        padding-bottom: 10px;
    }

    .nav-collapse .nav {
        float: none;
        margin: 20px 0 10px;
    }

    .chart {
        min-height: 310px;
    }

    #logo {
        margin-top: 6px;
    }

    .span3.creative {
        min-height: 180px;
        text-align: center;
    }

    .row-fluid.hidden-phone.affix {
        z-index: 1;
        top: 0;
        width: 98%;
    }

    .highcharts-title {
        display: none;
    }
} /* END Portrait tablet to landscape and desktop */

@media (max-width: 1024px) {
    .download-button {
        display: none !important;
    }
    .submenu-heading {
        display: none !important;
    }
    .highcharts-title {
        display: none !important;
    }
    #content-area {
        position: relative;
        float: right;
        margin-right: 0;
        padding: 0px 0px 20px 0;
        z-index: 0;
        background: transparent;
    }
}

/* Large Screens */

@media (min-width: 1824px) {
    #travelling-pie,
    #travelling-line {
        /*min-height: 360px;*/
    }

    .span3.creative {
        min-height: 240px;
    }

    .chart {
        min-height: 310px !important;
    }

    ul#menu li {
        margin-right: 0%;
    }
} /* END Large Screens*/

/* Landscape phone to portrait tablet */
@media (max-width: 979px) {
    #header {
    }
    .navbar-nav {
        padding-top: 3px;
    }
    #header > a > img {
        left: 30px;
        margin-right: 20px;
    }
    .home #header > a > img {
        left: 0;
    }
}
@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-fixed-top {
        margin-bottom: 0px;
    }

    #content-area {
        margin-right: 0px;
        padding: 0 0px 20px 20px;
    }

    #content-area-home {
        margin-right: 0px;
        padding: 0 0px 0px 0px;
    }

    .navbar .btn-navbar {
        margin-right: 25px;
    }

    .navbar-inverse .navbar-inner {
        border-color: transparent;
    }

    h1 {
        font-size: 2em;
    }

    .h1 {
        font-size: 2em;
    }

    #logo {
        margin-top: 6px;
    }

    #logo img {
        margin-left: 6px;
        float: left;
        margin-top: 0px;
    }

    h1 {
        font-weight: 300 !important;
        font-size: 3em !important;
    }

    .navbar-fixed-top {
        margin-right: 0;
        margin-left: 0;
    }

    .headings {
        padding-left: 10px;
    }

    .navbar .btn-navbar {
        margin-right: 10px;
    }

    #logo {
        margin-top: 6px;
    }

    .highcharts-title {
        display: none;
    }
} /* END Landscape phone to portrait tablet */

/* Landscape phones and down */
@media (max-width: 568px) {
    .span6.chart {
        min-height: 50px;
    }
    .highcharts-title {
        display: none;
    }

    .span4.chart.radio-gauge {
        margin-bottom: 20px;
    }

    ul#footer-menu {
        display: none;
    }
}

@media (max-width: 480px) and (max-width: 568px) {
    .span6.chart {
        min-height: 50px;
    }
    .highcharts-title {
        display: none;
    }

    .span4.chart.radio-gauge {
        margin-bottom: 20px;
    }

    ul#footer-menu {
        display: none;
    }
} /* END Landscape phones and down */

/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
}
body {
    /*  padding-top: 70px;*/
}
footer {
    position: absolute;
    width: 100%;
    /*	bottom: 0px;*/
    height: 60px;
    padding: 0 20px 20px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 979px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -35%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 35%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 30%; /* 6 columns */
    }
    #content-area {
        margin-right: 0;
        padding: 0 0px 20px 0;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .row-offcanvas-left.active {
        left: 65%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 61%; /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -67%; /* 6 columns */
    }
    .headings {
        padding-left: 25px;
        padding-right: 20px;
    }

    .box {
        margin-bottom: 20px;
    }

    #content-area {
        margin-right: 0;
        padding: 0 0 20px 0;
        width: 100%;
    }
    #header > a > img {
        margin-left: 0;
    }
}

@media (max-width: 320px) {
    #content-area {
        padding: 0 0px 20px 20px;
    }
    .headings {
        padding-left: 10px;
        padding-right: 0;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -70%;
    } /* 6 columns */
}

.case-study-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    width: 100%;
    gap: 20px;
    padding: 0 16px;
}

.case-study-card {
    background-color: #f9f7f0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 0 5px gray;
    border-radius: 5px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: all 150ms ease;
}

.case-study-card:hover {
    outline: 1px solid #2aace2;
    box-shadow: 0 0 15px gray;
}

.case-study-card img {
    width: 100%;
}

.case-study-card .image-dummy {
    width: 100%;
    aspect-ratio: 300 / 188;
}

.case-study-card .actions {
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 20px;
}

.case-study-card .actions a {
    display: block;
    padding: 8px 16px;
    box-shadow: 0 0 5px gray;
    border-radius: 5px;
    width: fit-content;
}

.card-title {
    padding: 0 10px;
    min-height: 80px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 10px;
}

.casestudysummary {
    margin: 5px;
    min-height: 100px;
}

.cardCampaignType,
.cardObjective,
.cardSector,
.cardConsumerContext {
    padding: 5px;
    background-color: red;
    text-align: center;
}

.cardCampaignType,
.campaignType {
    background-color: #ffde69;
}

.cardObjective,
.objective {
    background-color: #b2f0f0;
}

.cardSector,
.sector {
    background-color: #ffb8e6;
}

.cardConsumerContext,
.consumerContext {
    background-color: #35e7a6;
}

.chart-wrapper {
    position: relative;
}

.info-line {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 280px;
    z-index: 10;
}

.info-line svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.all-case-studies-btn {
    margin-top: 20px;
}

.highcharts-menu-item {
    font-size: 11px !important;
    font-family: "Space Grotesk";
}

#share-reach {
    display: grid;
    grid-template-columns: 1fr 1fr;

    @media (width < 1450px) {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

#share-reach::before {
    grid-column: 1 / -1;
}
