@charset "UTF-8";

/* @group Variables *//*

Base font-size: 16px

$font-sans-serif: "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"
$font-serif: "Freight Text", "Sentinel SSm A", "Sentinel SSm B", "Georgia", Times, sans-serif
$font-monospace: 'Monaco', 'Courier New', Courier, monospace

$color-red: #cf1b41

$color-blue: #399fd3
$color-light-blue: #7ab5d6
$color-dark-blue: #004b6a

$color-gray: #6D6E71
$color-light-gray: #e5e5e5
$color-medium-gray: #999595
$color-dark-gray: #444444

$color-orange: #e87d2b
$color-purple: #69579C
$color-teal: #00a175
$color-medium-blue: #4298bb
$color-yellow: #fedd44

*//* @end Variables */

/* @group Elements */

/* @group Text */

body {
    color: #000;
    font-family: "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"; /* $font-sans-serif: */
    font-size: 17px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
    @media print {
        body {
            font-size: 14px;
        }
    }

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

abbr {
    border-bottom: 1px dotted #999595; /* $color-medium-gray */
}

abbr:hover {
    cursor: help;
}

blockquote {
    background: #f1f7fa; /* bespoke color */
    border: 1px solid #e5e5e5; /* $color-light-gray */
    color: #004b6a; /* $color-dark-blue */
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 8px 5%;
}

@media print {
    blockquote {
        font-size: 14px;
        margin: 28px 0;
        padding: 0 14px;
    }
}

code,
.code {
    background-color: #f5f2f0; /* bespoke color */
    font-family: 'Monaco', 'Courier New', Courier, monospace; /* $font-monospace */
    border-radius: 1px;
    padding: 2px 5px;
    font-size: 13px;
}

figure {
    margin: 0;
}

figure > a:hover,
figure > a:focus,
figure > a:active,
main figure > a:hover,
main figure > a:focus,
main figure > a:active {
    border-bottom: none;
}

figcaption {
    font-size: 15px;
    line-height: 19px;
    margin: 5px 0 15px;
}

hr {
    border: none;
    border-top: 1px solid #999595; /* $color-medium-gray */
}

kbd {
    background: #e5e5e5; /* $color-light-gray */
    border-radius: 2px;
    font-family: 'Monaco', 'Courier New', Courier, monospace; /* $font-monospace */
    font-size: 13px;
    padding: 6px 11px;
}

main {
    clear: both;
    word-break: break-word; /* Prevents very long strings of text from overflowing their container */
}

mark {
    background: #fedd44; /* $color-yellow */
    border-radius: 1px;
    padding: 0 3px;
}

pre {
    max-width: 100%;
    white-space: pre-wrap;
}

pre code {
    background-color: transparent;
    padding: inherit;
}

/* @end Text */

/* @group Headings */

h2, .h2,
h3, .h3,
h4, .h4
h5, .h5 {
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-weight: normal;
    margin: 0 0 14px 0;
}

h1, .h1 {
    clear: left;
    display: block;
    font-family: "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial";  /* $font-sans-serif: */
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 52px;
    text-transform: uppercase;
}
    @media (min-width: 40em) {
        h1, .h1 {
            font-size: 50px;
        }
    }

h1 sup, .h1 sup {
    font-size: 27px;
}

h2, .h2 {
    font-size: 35px;
    line-height: 44px;
    text-transform: none;
    font-weight: 400;
    font-size: 35px;
}
    @media print {
        h1, .h1,
        h2, .h2 {
            font-size: 30px;
            line-height: 34px;
        }
    }

h3, .h3 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
}

h4, .h4 {
    font-size: 25px;
    font-weight: 400;
}

h5, .h5 {
    font-family: "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"; /* $font-sans-serif: */
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
}

h6, .h6,
.text-whisper,
.heading-contrast,
.brick-heading,
.brick .badge-heading,
.chimney .profile .profile-role,
.chimney .profile .profile-note,
.global-header-tagline,
.stat .stat-heading {
    color: black;
    font-family: "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"; /* $font-sans-serif: */
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.heading-contrast {
    color: #6d6e71;
    font-size: 13px;
    margin: 13px 0 7px 0;
    font-weight: normal;
}

.heading-contrast strong {
    color: black;
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    margin: 0 4px;
    text-transform: none;
}

/* @end Headings */

/* @group Links */

a:link,
a:visited,
a:hover,
a:focus,
a:active {
    color: #cf1b41;
    text-decoration: none;
}

main a {
    font-weight: 600;
}

a:hover,
a:focus,
a:active,
main a:hover,
main a:focus,
main a:active {
    border-bottom: 1px solid;
    border-color: #cf1b41;
    border-color: rgba(207, 27, 65, 0.7);
}

    @media print {
        main a:link:after,
        main a:visited:after {
            content: " [" attr(href) "] ";
        }
    }

a img {
    border: none;
}

.link-unstyled:hover,
.link-unstyled:focus,
.link-unstyled:active {
    border-bottom: none;
}

.link-invert:link,
.link-invert:visited,
.link-invert:hover,
.link-invert:focus,
.link-invert:active,
.link-invert a:link,
.link-invert a:visited,
.link-invert a:hover,
.link-invert a:focus,
.link-invert a:active {
    color: #399fd3;
}

a.link-invert:hover,
a.link-invert:focus,
a.link-invert:active,
.link-invert a:hover,
.link-invert a:focus,
.link-invert a:active {
    border-bottom: 1px solid;
    border-color: #399fd3;
    border-color: rgba(57, 159, 211, 0.7);
}

/* @end Links */

/* @end Elements */

/* @group Lists */

ol,
ul {
    margin: 8px 0 24px;
    padding: 0 0 0 35px;
}

ul {
    padding-left: 0;
}

ol li {
    list-style-type: decimal;
}

ul li {
    background-image: url("../images/bullet.gif");
background-position: left 0.63em;
    background-repeat: no-repeat;
    list-style-type: none;
padding-left: 1.3em;
}

@media print {
    ul li {
        background-image: none;
        list-style-type: square;
        padding-left: 0;
    }
}



.list-minim {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.list-crotchet {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

/* @end Lists */

/* @group Media */

img,
iframe {
    max-width: 100%;
}

audio,
video {
    margin: 16px 0;
}

/* @end Media */

/* @group Tables */

table {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    margin-bottom: 32px;
    width: 100%;
}

table a:link,
table a:visited,
table a:hover,
table a:focus,
table a:active {
    color: #cf1b41;
}

caption {
    caption-side: bottom;
    color: #999;
font-size: 0.75em;
    line-height: 1.3334;
margin: 1em 0;
    text-align: left;
}

td, th {
    border-bottom: 1px solid #e9e9e9;
    min-width: 50px;
    padding: 6px 32px 6px 0;
    text-align: left;
    vertical-align: top;
}

th {
    color: #6d6e71;
    font-weight: 700;
    padding-bottom: 8px;
}

thead th {
    border-bottom: 2px solid #ddd;
}

tbody {
    border-bottom: 2px solid #e9e9e9;
}

tfoot,
thead {
    font-size: 24px;
    text-transform: uppercase;
}

tfoot tr:last-child td,
tfoot tr:last-child th {
    border-bottom: none;
}

.table-unstyled tbody,
.table-unstyled td,
.table-unstyled th {
    border: none;
}

.table-spread {
    table-layout: fixed;
}

.table-minor {
    font-size: 13px;
}

/* @end Tables */

/* @group Forms */

textarea,
input,
select {
    border: 1px solid;
    border-color: #999595;
    border-color: rgba(153, 149, 149, 0.7);
    border-radius: 4px;
    font-family: "Open Sans", "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"; /* $font-sans-serif: */
    margin-bottom: 16px;
}

input,
select {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    margin: 0 8px 2px 0;
    min-height: 39px;
    padding: 0 12px;
    vertical-align: middle;
}

@media print {
    input,
    select,
    textarea {
        border: 1px solid #999595;
    }
}

select {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/arrow-triangle-down.png");
    background-position: 96% center;
    background-position: top 12px right 15px;
    background-repeat: no-repeat;
    font-size: 16px;
line-height: 1.4em;
    min-width: 150px;
    padding: 9px 26px;
    text-indent: 0.01px;
    text-overflow: "";
}

select[disabled],
select[multiple] {
    background-image: none;
}

select[multiple] {
    padding-left: 0;
    padding-right: 0;
}

label {
    color: #6d6e71;
    display: block;
font-size: 0.8em;
line-height: 1.25rem;
    line-height: 20px;
    margin-bottom: 0;
margin-right: 0.5em;
    text-transform: uppercase;
    vertical-align: middle;
}

@media print {
    label {
        color: #494c49;
    }
}

textarea:focus,
input:focus {
    border-color: #004b6a;
    outline: 0;
}

input.invalid {
    border: 1px solid #cf1b41;
}

input[type="text"][disabled] {
    background: #f1f1f1;
}

abbr[title="required"],
abbr[title="Required"] {
    border-bottom: none;
    color: #cf1b41;
}

textarea {
    font-size: 16px;
    margin: 0;
    max-width: 98%;
    padding: 16px 1%;
}

textarea[disabled] {
    background: #f1f1f1;
    cursor: not-allowed;
}

video {
    max-width: 100%;
}

fieldset {
    border: none;
}

select:hover {
    cursor: pointer;
}

select[disabled] {
    background: #f1f1f1;
    cursor: not-allowed;
}

input[type="search"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* @end Forms */

/* @group Icons */

@font-face {
    font-family: 'ico-moon';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ico-moon/ico-moon.eot");
    src: url("../fonts/ico-moon/ico-moon.eot?#iefix") format("embedded-opentype"), url("../fonts/ico-moon/ico-moon.ttf") format("truetype"), url("../fonts/ico-moon/ico-moon.woff") format("woff"), url("../fonts/ico-moon/ico-moon.svg#ico-moon") format("svg");
}

[class*="icon"] {
    background-repeat: no-repeat;
}

[class*="icon-"] {
    speak: none;
}

.icon-large {
    font-size: 24px;
}

.icon-red,
.icon-red:link,
.icon-red:visited,
.icon-red:hover,
.icon-red:focus,
.icon-red:active {
    color: #cf1b41; /* $color-red */
}

.icon-blue,
.icon-blue:link,
.icon-blue:visited,
.icon-blue:hover,
.icon-blue:focus,
.icon-blue:active {
    color: #399fd3; /* $color-blue */
}

.icon-grey,
.icon-grey:link,
.icon-grey:visited,
.icon-grey:hover,
.icon-grey:focus,
.icon-grey:active {
    color: #6d6e71; /* $color-grey */
}

[class*="icon-"]:before {
    /* Better Font Rendering */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'ico-moon';
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
margin-right: 0.35em;
    speak: none;
    text-transform: none;
    vertical-align: middle;
}

.icon-facebook:before { content: "\e600"; }
.icon-twitter:before { content: "\e601"; }
.icon-twitter2:before { content: "\e49d"; }
.icon-feed:before { content: "\e602"; }
.icon-vimeo2:before { content: "\e603"; }
.icon-lanyrd:before { content: "\e604"; }
.icon-flickr:before { content: "\e605"; }
.icon-mail:before { content: "\e606"; }
.icon-youtube:before { content: "\e607"; }
.icon-google-plus:before { content: "\e608"; }
.icon-google-plus2:before { content: "\e609"; }
.icon-github:before { content: "\e60c"; }
.icon-linkedin:before { content: "\e612"; }
.icon-skype:before { content: "\e613"; }
.icon-html5:before { content: "\e614"; }
.icon-css3:before { content: "\e615"; }
.icon-chrome:before { content: "\e616"; }
.icon-firefox:before { content: "\e617"; }
.icon-IE:before { content: "\e618"; }
.icon-opera:before { content: "\e619"; }
.icon-safari:before { content: "\e61a"; }
.icon-share:before { content: "\e61b"; }
.icon-github2:before { content: "\e61e"; }
.icon-user:before { content: "\e61f"; }
.icon-cc:before { content: "\e622"; }
.icon-phone:before { content: "\e625"; }
.icon-location:before { content: "\e626"; }
.icon-envelop:before { content: "\e627"; }
.icon-alarm:before { content: "\e628"; }
.icon-print:before { content: "\e631"; }
.icon-database:before { content: "\e633"; }
.icon-undo:before { content: "\e637"; }
.icon-redo:before { content: "\e638"; }
.icon-bubble:before { content: "\e63d"; }
.icon-users:before { content: "\e641"; }
.icon-quotes-left:before { content: "\e642"; }
.icon-quotes-right:before { content: "\e643"; }
.icon-key:before { content: "\e648"; }
.icon-wrench:before { content: "\e649"; }
.icon-cogs:before { content: "\e64a"; }
.icon-download2:before { content: "\e670"; }
.icon-upload2:before { content: "\e671"; }
.icon-earth:before { content: "\e672"; }
.icon-star:before { content: "\e679"; }
.icon-star2:before { content: "\e67a"; }
.icon-star3:before { content: "\e67b"; }
.icon-arrow-up:before { content: "\e695"; }
.icon-arrow-right2:before { content: "\e696"; }
.icon-arrow-down:before { content: "\e697"; }
.icon-arrow-left:before { content: "\e698"; }
.icon-arrow-up2:before { content: "\e699"; }
.icon-arrow-right3:before { content: "\e69a"; }
.icon-arrow-down2:before { content: "\e69b"; }
.icon-arrow-left2:before { content: "\e69c"; }
.icon-new-tab:before { content: "\e69e"; }
.icon-embed:before { content: "\e69f"; }
.icon-code:before { content: "\e6a0"; }
.icon-search:before { content: "\e6a2"; }
.icon-bullhorn:before { content: "\e6a3"; }
.icon-rocket:before { content: "\e65a"; }
.icon-checkmark:before { content: "\e370"; }
.icon-tools:before { content: "\e1e9"; }
.icon-lamp:before { content: "\e24d"; }
.icon-calendar:before { content: "\e115"; }
.icon-cc2:before { content: "\e6a4"; }
.icon-cc-by:before { content: "\e6a5"; }
.icon-cc-nc:before { content: "\e6a6"; }
.icon-cc-nc-eu:before { content: "\e6a7"; }
.icon-cc-nc-jp:before { content: "\e6a8"; }
.icon-cc-sa:before { content: "\e6a9"; }
.icon-cc-nd:before { content: "\e6aa"; }
.icon-cc-pd:before { content: "\e6ab"; }
.icon-cc-zero:before { content: "\e6ac"; }
.icon-cc-share:before { content: "\e6ad"; }
.icon-cc-share2:before { content: "\e6ae"; }
.icon-thumbs-up:before { content: "\e6b0"; }
.icon-thumbs-down:before { content: "\e6b1"; }
.icon-upload3:before { content: "\e6b2"; }
.icon-cloud:before { content: "\e6b3"; }
.icon-grid:before { content: "\e2a0"; }
.icon-tumblr:before { content: "\e611"; }

/* @end Icons */

/* @group Alert */

.alert, .alert-failure, .alert-success, .alert-info {
    background: #fef581; /* custom color */
    border-radius: 3px;
    border: 1px solid #fee67b;
    clear: both;
    color: #494c49; /* custom color */
    font-size: 14px;
    margin: 0 0 16px 0;
    padding: 10px;
}

.alert p, .alert-failure p, .alert-success p, .alert-info p {
    margin: 0;
}

.alert p + *, .alert-failure p + *, .alert-success p + *, .alert-info p + * {
    margin-bottom: 8px;
}

.alert-failure {
    background: #f0bac5;
    border-color: #edaab7;
}

.alert-success {
    background: #d7e6d7;
    border-color: #c8dcc8;
}

.alert-info {
    background: #d6ebf5;
    border-color: #c6e4f2;
}

/* @end Alert */

/* @group Badge */

.badge-heading {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    margin: 0 0 22px;
    padding-top: 32px;
    position: relative;
}

    @media (min-width: 40em) {

        .badge-heading {
            background-position: left top;
            background-repeat: no-repeat;
            min-height: 65px;
            padding-left: 65px;
        }

        .badge-heading:before,
        .badge-heading:after {
            background-repeat: no-repeat;
            content: "";
            height: 50px;
            left: 0;
            position: absolute;
            top: 29px;
            width: 50px;
        }

        .badge-heading:before {
            background-color: black;
            background-size: 50px;
            border-radius: 100px;
        }

        /* Badge colors */
        .badge-white:before {
            background-color: white;
        }

        .badge-blue:before {
            background-color: #399fd3; /* $color-blue */
        }

        .badge-gray:before {
            background-color: #6d6e71; /* $color-gray */
        }

        .badge-orange:before {
            background-color: #e87d2b;  /* $color-orange */
        }

        .badge-purple:before {
            background-color: #69579c;  /* $color-purple */
        }

        .badge-red:before {
            background-color: #cf1b41;  /* $color-red */
        }

        .badge-teal:before {
            background-color: #00a175;  /* $color-teal */
        }

        .badge-dark-blue:before {
            background-color: #004b6a;  /* $color-dark-blue */
        }

        /* Badge images */

        [class*="badge-"]:after {
            z-index: 1;
        }

        .badge-heading:after {
            background-image: url("../images/badge-rocket.png");
            background-position: 9px 12px;
        }

        .svg .badge-heading:after {
            background-image: url("../images/badge-rocket.svg");
        }

        .badge-brigade:after {
            background-image: url("../images/badge-brigade.png");
            background-position: 8px 5px;
        }

        .svg .badge-brigade:after {
            background-image: url("../images/badge-brigade.svg");
        }

        .badge-peernetwork:after {
            background-image: url("../images/badge-peernetwork.png");
            background-position: 13px 6px;
        }

        .svg .badge-peernetwork:after {
            background-image: url("../images/badge-peernetwork.svg");
        }

        .badge-startups:after {
            background-image: url("../images/badge-startups.png");
            background-position: 14px 3px;
        }

        .svg .badge-startups:after {
            background-image: url("../images/badge-startups.svg");
        }

        .badge-fellowship:after {
            background-image: url("../images/badge-fellowship.png");
            background-position: 15px 5px;
        }

        .svg .badge-fellowship:after {
            background-image: url("../images/badge-fellowship.svg");
        }

        .badge-github:after {
            background-image: url("../images/badge-github.png");
            background-position: 12px 11px;
        }

        .svg .badge-github:after {
            background-image: url("../images/badge-github.svg");
        }

        .badge-glasses:after {
            background-image: url("../images/badge-glasses.png");
            background-position: 7px 18px;
        }

        .svg .badge-glasses:after {
            background-image: url("../images/badge-glasses.svg");
        }

        .badge-gov:after {
            background-image: url("../images/badge-gov.png");
            background-position: 12px 6px;
        }

        .svg .badge-gov:after {
            background-image: url("../images/badge-gov.svg");
        }

        .badge-graph:after {
            background-image: url("../images/badge-graph.png");
            background-position: 11px 10px;
            z-index: 1;
        }

        .svg .badge-graph:after {
            background-image: url("../images/badge-graph.svg");
        }

    }

/* @end Badge */

/* @group Buttons */
/* Using .button[class*="button"] might look weird, but it makes the button styles more specific. This means they retain their styles when used on a background colour that also has link colours, and we don't have to use something as heavy as !important to override these styles. */

button,
input[type="button"],
input[type="submit"],
.button,
.button[class*="button"]:link,
.button[class*="button"]:visited,
[class*="button"][class*="button"]:link,
[class*="button"][class*="button"]:visited,
/* Prominent */
.button-prominent,
input.button-prominent,
/* Neutral */
.button-neutral,
input.button-neutral,
/* Alternative */
.button-alternative,
input.button-alternative,
/* Unstyled */
.button-unstyled,
input.button-unstyled,
/* Subtle */
.button-subtle,
input.button-subtle,
/* Disabled */
button[disabled],
input[type="button"][disabled],
input[type="submit"][disabled],
.button-disabled,
/* Progress */
.button-progress,
input.button-progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-box-sizing: content-box;
    -webit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #399fd3;
    border-radius: 4px;
    border: none;
    color: white;
    display: inline-block;
    font-family: "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"; /* $font-sans-serif: */
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 8px 4px 0;
    min-height: 19px;
    min-width: auto;
    overflow: visible;
    padding: 0 26px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    width: auto;
}

    @media print {
        button,
        input[type="button"],
        input[type="submit"],
        .button,
        /* Prominent */
        .button-prominent,
        input.button-prominent,
        /* Neutral */
        .button-neutral,
        input.button-neutral,
        /* Alternative */
        .button-alternative,
        input.button-alternative,
        /* Unstyled */
        .button-unstyled,
        input.button-unstyled,
        /* Subtle */
        .button-subtle,
        input.button-subtle,
        /* Disabled */
        button[disabled],
        input[type="button"][disabled],
        input[type="submit"][disabled],
        .button-disabled,
        .button.button-disabled,
        /* Progress */
        .button-progress,
        input.button-progress {
            background-color: #e5e5e5;
            color: black;
        }
    }

/* Default */
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
.button[class*="button"]:hover,
.button[class*="button"]:focus,
[class*="button"][class*="button"]:hover,
[class*="button"][class*="button"]:focus,
/* Prominent */
.button-prominent:hover,
.button-prominent:focus,
/* Neutral */
.button-neutral:hover,
.button-neutral:focus,
/* Alternative */
.button-alternative:hover,
.button-alternative:focus,
/* Unstyled */
.button-unstyled:hover,
.button-unstyled:focus,
/* Subtle */
.button-subtle:hover,
.button-subtle:focus,
/* Disabled */
button[disabled]:hover,
button[disabled]:focus,
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.button-disabled:hover,
.button-disabled:focus,
.button.button-disabled:hover,
.button.button-disabled:focus,
/* Progress */
.button-progress:hover,
.button-progress:focus,
input.button-progress:hover,
input.button-progress:focus {
    background-color: #7ab5d6;
    cursor: pointer;
}

/* Default */
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.button:active,
.button[class*="button"]:active,
/* Prominent */
.button-prominent:active,
/* Neutral */
.button-neutral:active,
/* Alternative */
.button-alternative:active,
/* Unstyled */
.button-unstyled:active,
/* Subtle */
.button-subtle:active,
/* Disabled */
input[type="button"][disabled]:active,
input[type="submit"][disabled]:active,
button[disabled]:active,
.button-disabled:active,
/* Progress */
.button-progress:active {
    background-color: #399fd3;
}

/* Default */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
/* Prominent */
.button-prominent::-moz-focus-inner,
/* Neutral */
.button-neutral::-moz-focus-inner,
/* Alternative */
.button-alternative::-moz-focus-inner,
/* Unstyled */
.button-unstyled::-moz-focus-inner,
/* Subtle */
.button-subtle::-moz-focus-inner,
/* Invert */
.button-invert::-moz-focus-inner,
/* Disabled */
input[type="button"][disabled]::-moz-focus-inner,
input[type="submit"][disabled]::-moz-focus-inner,
button[disabled]::-moz-focus-inner,
.button-disabled::-moz-focus-inner,
.button.button-disabled::-moz-focus-inner,
/* Progress */
.button-progress::-moz-focus-inner,
input.button-progress::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*  Button: Prominent --------------------------------------- */
.button-prominent[class*="button-prominent"],
.button-prominent[class*="button-prominent"]:link,
.button-prominent[class*="button-prominent"]:visited,
.button-prominent[class*="button-prominent"]:active,
input.button-prominent,
input.button-prominent:active {
    background: #cf1b41;
}
.button-prominent[class*="button-prominent"]:hover,
.button-prominent[class*="button-prominent"]:focus,
input.button-prominent:hover,
input.button-prominent:focus {
    background: #cf1b41;
    background: rgba(207, 27, 65, 0.8);
}

/*  Button: Prominent --------------------------------------- */
.button-bold[class*="button-bold"],
.button-bold[class*="button-bold"]:link,
.button-bold[class*="button-bold"]:visited,
.button-bold[class*="button-bold"]:active,
input.button-bold,
input.button-bold:active {
    background: #aa1c3a;
}
.button-bold[class*="button-bold"]:hover,
.button-bold[class*="button-bold"]:focus,
input.button-bold:hover,
input.button-bold:focus {
    background: #aa1c3a;
    background: rgba(207, 27, 65, 0.8);
}

/*  Button: Neutral --------------------------------------- */
.button-neutral[class*="button-neutral"],
.button-neutral[class*="button-neutral"]:link,
.button-neutral[class*="button-neutral"]:visited,
.button-neutral[class*="button-neutral"]:active,
input.button-neutral,
input.button-neutral:active {
    background: #7ab5d6;
}
.button-neutral[class*="button-neutral"]:hover,
.button-neutral[class*="button-neutral"]:focus,
input.button-neutral:hover,
input.button-neutral:focus {
background: #7ab5d6;
background: rgba(122, 181, 214, 0.8);
}

/*  Button: Alternative --------------------------------------- */
.button-alternative[class*="button-alternative"],
.button-alternative[class*="button-alternative"]:link,
.button-alternative[class*="button-alternative"]:visited,
.button-alternative[class*="button-alternative"]:active,
input.button-alternative,
input.button-alternative:active {
    background: #00a175;
}
.button-alternative[class*="button-alternative"]:hover,
.button-alternative[class*="button-alternative"]:focus,
input.button-alternative:hover,
input.button-alternative:focus {
background: #00a175;
background: rgba(0, 161, 117, 0.8);
}

/*  Button: Unstyled --------------------------------------- */
.button-unstyled[class*="button-unstyled"],
.button-unstyled[class*="button-unstyled"]:link,
.button-unstyled[class*="button-unstyled"]:visited,
.button-unstyled[class*="button-unstyled"]:active,
input.button-unstyled,
input.button-unstyled:active {
    background-color: transparent;
color: black;
color: rgba(0, 0, 0, 0.6);
padding-left: 0.25em;
padding-right: 0.25em;
    text-shadow: none;
}
.button-unstyled[class*="button-unstyled"]:hover,
.button-unstyled[class*="button-unstyled"]:focus,
input.button-unstyled:hover,
input.button-unstyled:focus {
    color: black;
}

/*  Button: Subtle --------------------------------------- */
.button-subtle[class*="button-subtle"],
.button-subtle[class*="button-subtle"]:link,
.button-subtle[class*="button-subtle"]:visited,
.button-subtle[class*="button-subtle"]:active,
input.button-subtle,
input.button-subtle:active {
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    color: #6d6e71;
    text-shadow: none;
}

.button-subtle[class*="button-subtle"]:hover,
.button-subtle[class*="button-subtle"]:focus,
input.button-subtle:hover,
input.button-subtle:focus {
    background: #eee;
}

/*  Button: Disabled --------------------------------------- */
button[disabled],
button[disabled]:hover,
button[disabled]:focus,
input[type="button"][disabled],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="submit"][disabled],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.button-disabled[class*="button-disabled"],
.button-disabled[class*="button-disabled"]:link,
.button-disabled[class*="button-disabled"]:visited,
.button-disabled[class*="button-disabled"]:hover,
.button-disabled[class*="button-disabled"]:focus,
.button-disabled[class*="button-disabled"]:active {
    background-color: #e5e5e5;
    color: #999595;
    cursor: not-allowed;
    text-shadow: none;
}

/*  Button: Progress --------------------------------------- */
button.button-progress,
button.button-progress:hover,
button.button-progress:focus,
input[type="button"].button-progress,
input[type="button"].button-progress:hover,
input[type="button"].button-progress:focus,
input[type="submit"].button-progress,
input[type="submit"].button-progress:hover,
input[type="submit"].button-progress:focus,
.button-progress[class*="button-progress"],
.button-progress[class*="button-progress"]:link,
.button-progress[class*="button-progress"]:visited,
.button-progress[class*="button-progress"]:hover,
.button-progress[class*="button-progress"]:focus,
.button-progress[class*="button-progress"]:active {
    background-image: url("../images/loading-circle-blue.gif");
    background-position: right 10px center;
    background-repeat: no-repeat;
    cursor: not-allowed;
    padding-right: 50px;
}
.button-alternative.button-progress[class*="button-progress"],
.button-alternative.button-progress[class*="button-progress"]:hover,
.button-alternative.button-progress[class*="button-progress"]:focus,
input.button-alternative.button-progress,
input.button-alternative.button-progress:hover,
input.button-alternative.button-progress:focus {
    background-image: url("../images/loading-circle-green.gif");
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.button-prominent.button-progress[class*="button-progress"],
.button-prominent.button-progress[class*="button-progress"]:hover,
.button-prominent.button-progress[class*="button-progress"]:focus,
input.button-prominent.button-progress,
input.button-prominent.button-progress:hover,
input.button-prominent.button-progress:focus {
    background-image: url("../images/loading-circle-red.gif");
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.button-bold.button-progress[class*="button-progress"],
.button-bold.button-progress[class*="button-progress"]:hover,
.button-bold.button-progress[class*="button-progress"]:focus,
input.button-bold.button-progress,
input.button-bold.button-progress:hover,
input.button-bold.button-progress:focus {
    background-image: url("../images/loading-circle-red.gif");
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.button-subtle.button-progress[class*="button-progress"],
.button-subtle.button-progress[class*="button-progress"]:hover,
.button-subtle.button-progress[class*="button-progress"]:focus,
input.button-subtle.button-progress,
input.button-subtle.button-progress:hover,
input.button-subtle.button-progress:focus {
    background-image: url("../images/loading-circle.gif");
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5;
    color: #6d6e71;
}

/*  Button: Invert --------------------------------------- */
button.button-invert,
button.button-invert:hover,
button.button-invert:focus,
input[type="button"].button-invert,
input[type="button"].button-invert:hover,
input[type="button"].button-invert:focus,
input[type="submit"].button-invert,
input[type="submit"].button-invert:hover,
input[type="submit"].button-invert:focus,
.button-invert[class*="button-invert"],
.button-invert[class*="button-invert"]:link,
.button-invert[class*="button-invert"]:visited,
.button-invert[class*="button-invert"]:hover,
.button-invert[class*="button-invert"]:focus,
.button-invert[class*="button-invert"]:active {
    background-color: transparent;
    border: 1px solid #999595; /* color-medium-grey */
    border-radius: 0;
    color: #999595;
    display: inline-block;
    font-family: "Open Sans", "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"; /* $font-sans-serif: */
    font-size: 12px;
    letter-spacing: 0.8px;
    opacity: 1;
    text-transform: uppercase;
    transition: 0.2;
}
button.button-invert:hover,
button.button-invert:focus,
input[type="button"].button-invert:hover,
input[type="button"].button-invert:focus,
input[type="submit"].button-invert:hover,
input[type="submit"].button-invert:focus,
.button-invert[class*="button-invert"]:hover,
.button-invert[class*="button-invert"]:focus {
    opacity: 0.7;
}

/*  Button: Sizes --------------------------------------- */

.button-crotchet {
    margin-left: 0;
    margin-right: 0;
}
.button-l[class*="button-l"],
.button-l[class*="button-l"]:link,
.button-l[class*="button-l"]:visited,
.button-l[class*="button-l"]:hover,
.button-l[class*="button-l"]:focus,
.button-l[class*="button-l"]:active,
input.button-l {
    line-height: 50px;
    min-height: 50px;
    padding: 0 32px;
}
.button-s[class*="button-s"],
.button-s[class*="button-s"]:link,
.button-s[class*="button-s"]:visited,
.button-s[class*="button-s"]:hover,
.button-s[class*="button-s"]:focus,
.button-s[class*="button-s"]:active,
input.button-s {
    height: 30px;
    line-height: 30px;
    min-height: 10px;
    padding: 0 16px;
}

/*  Button: Groups --------------------------------------- */

.button-group[class*="button-group"]:hover,
.button-group[class*="button-group"]:focus,
.button-group[class*="button-group"]:active {
    background-color: transparent;
    cursor: default;
}

/* @end Buttons */

/* @group Blocks */

/* Looks for all classes that contains "block-" (don't use ^ to look for classes that start with "block-" here because it won't work if there are any classes before it.) */
[class*="block-"] {
    border-radius: 3px;
    padding: 18px;
}

/* Removes the bottom margin from the last element within a block. Prevents double-spacing whitespace at the bottom of a block. */
[class*="block-"] > *:first-of-type {
    margin-top: 0;
}

[class*="block-"] > *:last-of-type {
    margin-bottom: 0;
}

/* @end Blocks */

/* @group Blurb */

.blurb {
    border-bottom: 1px solid #333;
    border-color: #e5e5e5; /* $color-light-gray */
    color: #494c49; /* bespoke color */
    margin-bottom: 32px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.blurb em {
    color: #cf1b41; /* bespoke color */
}

/* @end Blurb */

/* @group Bricks */

.bricks {
    margin: 0;
    width: 100%;
}

.brick {
    margin: 0 0 16px 0;
    padding: 0;
    position: relative;
}

@media (min-width: 40em) {
    .brick {
        margin-bottom: 0;
    }
}

.brick a,
.brick a:link,
.brick a:visited,
.brick a:hover,
.brick a:focus,
.brick a:active {
    color: black;
}

.brick .brick-link {
    display: block;
    padding: 15px 4% 10px 4%;
}

.brick .brick-link:hover,
.brick .brick-link:focus,
.brick .brick-link:active {
    border-bottom: none;
}

.brick-heading {
    margin-bottom: 5px;
}

.brick-text {
    font-family: "Open Sans", "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"; /* $font-sans-serif: */
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}


.brick.badge-heading,
.brick .badge-heading {
    background-position: center top;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
}

.brick .badge-heading {
    color: #399fd3;
    margin-bottom: 0.35em;
    min-height: 0;
    padding: 65px 0 0 0;
}

.bricks-cta .badge-heading:before,
.bricks-cta .badge-heading:after {
    left: 50%;
    margin-left: -25px;
}

.bricks-cta .badge-blue .brick-heading {
    color: #399fd3; /* $color-blue */
}

.bricks-cta .badge-dark-blue .brick-heading {
    color: #004b6a; /* $color-dark-blue */
}

.bricks-cta .badge-red .brick-heading {
    color: #cf1b41;  /* $color-red */
}

@media (max-width: 40em) {

    .bricks-cta .brick.badge-heading {
        background-image: none;
    }

    .bricks-cta .badge-blue {
        background-color: #399fd3; /* $color-blue */
    }

    .bricks-cta .badge-dark-blue {
        background-color: #004b6a; /* $color-dark-blue */
    }

    .bricks-cta .badge-red {
        background-color: #cf1b41;  /* $color-red */
        background-image: url("../images/badge-rocket-red.png");
    }

    .bricks-cta .badge-blue .brick-heading,
    .bricks-cta .badge-dark-blue .brick-heading,
    .bricks-cta .badge-red .brick-heading {
        color: white;
    }

    .bricks-cta .badge-blue .brick-text,
    .bricks-cta .badge-blue .brick-heading,
    .bricks-cta .badge-red .brick-text,
    .bricks-cta .badge-red .brick-heading,
    .bricks-cta .badge-dark-blue .brick-text,
    .bricks-cta .badge-dark-blue .brick-heading {
        color: white;
        margin-bottom: 0;
        text-align: left;
    }

}

.bricks-4 .brick {
    background-size: 35px;
    clear: none;
    float: left;
    padding: 40px 4% 0 4%;
    width: 40%;
}

.bricks-4 .brick:nth-child(2n+2) {
    margin-right: 0;
}

.bricks-4 .badge-heading {
    background-image: url("../images/badge-rocket-black.png");
}

.svg .bricks-4 .badge-heading {
    background-image: url("../images/badge-rocket-black.svg");
}

.bricks-4 .badge-heading:before {
    background-color: transparent;
}

.bricks-4 .badge-heading:after,
.svg .bricks-4 .badge-heading:after {
    background-image: none;
}

.brick.badge-github {
    background-image: url("../images/badge-github-black.png");
}
    .svg .brick.badge-github {
        background-image: url("../images/badge-github-black.svg");
    }

.slab-dark-blue .bricks-4 .badge-heading {
    background-image: url("../images/badge-rocket-white.png");
}
    .svg .slab-dark-blue .bricks-4 .badge-heading {
        background-image: url("../images/badge-rocket-white.svg");
    }

.slab-dark-blue .bricks-4 .badge-github {
    background-image: url("../images/badge-github-white.png");
}
    .svg .slab-dark-blue .bricks-4 .badge-github {
        background-image: url("../images/badge-github-white.svg");
    }

/* @end Bricks */

/* @group Calendar */

.calendar {
    border-radius: 3px;
    border: 3px solid #e5e5e5; /* color-light-grey */
    display: table;
    position: relative;
    table-layout: fixed;
}

.calendar .calendar-header {
    border: 3px solid #e5e5e5; /* color-light-grey */
    text-align: center;
    width: 100%;
}

.calendar .calendar-heading {
    font-family: "Open Sans", "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"; /* $font-sans-serif: */
    font-size: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.calendar .calendar-days {
    display: table-row-group;
}

.calendar td,
.calendar th,
.calendar tr {
    border-bottom: none;
    padding-right: 0;
    text-align: center;
}

.calendar .calendar-day-names th {
    color: #cf1b41; /* custom color */
    font-size: 18px;
    font-weight: normal;
}

.calendar .calendar-week {
    display: table-row;
}

.calendar .calendar-week td {
    position: relative;
}

.calendar .calendar-day-weekend,
.calendar .calendar-week td:last-child,
.calendar .calendar-week td:first-child {
    background: #f1f1f1; /* custom color */
}

.calendar .calendar-week .calendar-has-event {
    color: #399fd3; /* custom color */
    /*font-weight: bold;*/
}

.calendar .calendar-week .calendar-has-event:hover {
    cursor: default;
    outline: 2px solid #cf1b41; /* $color-red */
}

.calendar .calendar-events {
    background-color: #6d6e71; /* $color-grey */
    border-radius: 0 3px 3px 3px;
    color: white;
    display: none;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    left: 90%;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 150px;
    z-index: 1;
}

.calendar tr .calendar-has-event:last-child .calendar-events {
    border-radius: 3px 0 3px 3px;
    left: auto;
    right: 90%;
}

.calendar .calendar-has-event:hover .calendar-events {
    display: block;
}

.calendar .calendar-events li {
    background-image: none;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.calendar .calendar-days th,
.calendar .calendar-week td {
    border-right: 1px solid #e5e5e5;  /* $color-light-grey */
    display: table-cell;
}

.calendar .calendar-nav {
    position: relative;
}

.calendar .calendar-month-next,
.calendar .calendar-month-prev {
    border-bottom: none;
    font-size: 12px;
    padding: 8px 8px 4px;
    text-align: center;
    width: 100%;
}

.calendar .calendar-month-next:link,
.calendar .calendar-month-next:visited,
.calendar .calendar-month-next:hover,
.calendar .calendar-month-next:focus,
.calendar .calendar-month-next:active,
.calendar .calendar-month-prev:link,
.calendar .calendar-month-prev:visited,
.calendar .calendar-month-prev:hover,
.calendar .calendar-month-prev:focus,
.calendar .calendar-month-prev:active {
    border-bottom: none;
}

.calendar .calendar-month-prev span,
.calendar .calendar-month-next span {
    display: block;
    text-indent: -9999px;
}

.calendar .calendar-month-prev:before {
    content: "‹ ";
    font-size: 32px;
}
.calendar .calendar-month-next:before {
    content: " ›";
    font-size: 32px;
}

.calendar .calendar-summary th {
    font-size: 16px;
    padding: 10px 0 8px 0;
    text-align: right;
}

.calendar .calendar-summary-events {
    font-size: 14px;
    line-height: 16px;
    margin: 2px 0 0 0;
    padding: 0 0 0 8px;
    text-align: left;
    text-transform: none;
}

.calendar .calendar-summary-events li {
    background-image: none;
    margin-bottom: 6px;
    padding: 0;
}

/* @end Calendar */

/* @group Chimney */

.chimney {
    z-index: 1;
}

.chimney,
.layout-chimney .chimney,
.layout-chimney-invert .chimney {
    margin-bottom: 1.5em;
    padding: 32px 4%;
    width: 92%;
}

.chimney .chimney-body {
    float: none;
    margin: 0 auto;
    max-width: 30em;
    padding: 0;
    position: relative;
}

.chimney .profile {
    margin: 28px 0 24px 155px;
    min-height: 130px;
    position: relative;
}

    @media (max-width: 60em) and (min-width: 40em) {
        .chimney .profile {
            clear: both;
            margin-left: 120px;
        }
    }

.chimney .profile .profile-name {
    margin-bottom: 0;
}

    @media (max-width: 50em) {
        .chimney .profile .profile-name {
            font-size: 20px;
        }
    }

.chimney .profile .profile-role {
    color: #fefefe; /* custom color */
    margin-bottom: 16px;
}

.chimney .profile .profile-photo {
    border: 5px solid white;
    height: 120px;
    left: -155px;
    position: absolute;
    top: 0;
    width: 120px;
}

    @media (min-width: 40em) and (max-width: 60em) {
        .chimney .profile .profile-photo {
            height: 90px;
            left: -120px;
            width: 90px;
        }
    }

    @media (min-width: 60em) {
    .chimney .profile .profile-photo {
            height: 120px;
            left: -155px;
            width: 120px;
        }
    }

.chimney .profile .profile-note {
    color: #fefefe;
}

.chimney .profile .profile-org {
    clear: both;
    display: block;
}

/* @end Chimney */

/* @group Fade */

.js .fade {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.js .fade:before {
    background: url("../images/fade-l.png") bottom repeat-x transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.js .fade-toggle:before {
    background-image: url("../images/fade.png");
    height: 30px;
}

.js .fade-activate {
    display: table;
    margin: 0 auto;
}

/* @end Fade */

/* @group Masthead */

.masthead {
    clear: both;
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

@media (min-width: 40em) {
  /* collapse margin on masthead on tablet-size up */
  .masthead {
    margin-top: 0;
  }
}

.masthead:before {
    background: url("../images/masthead-default.jpg") center center no-repeat;
    background-size: cover;
    content: "";
    display: none;
    left: 0;
    max-width: none;
    min-height: 400px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.masthead h1,
.masthead .h1 {
    color: black;
    margin: 0;
    text-align: center;
    width: auto;
}

.masthead p {
    clear: both;
    float: left;
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-size: 24px;
    line-height: 35px;
}

.masthead-header {
    clear: both;
    float: left;
    margin: 1em auto;
    overflow: hidden;
    padding: 0 4%;
    position: inherit;
    width: auto;
    z-index: 1;
}

.masthead-header p a {
    color: #399fd3;
}

.masthead-header p a:hover,
.masthead-header p a:focus,
.masthead-header p a:active {
    border-bottom: 2px solid #399fd3;
}

.masthead-l .masthead-header,
.masthead-s .masthead-header {
    margin: 1em auto 0;
}

@media print {
    .masthead-s .masthead-header {
        margin: 10px auto 10px;
    }
}

.masthead-s .masthead-image {
    min-height: inherit;
}

.masthead-s .page-title {
    float: none;
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
}

@media print {
    .masthead-s .page-title {
        font-size: 30px;
        margin-top: 5px;
    }
}

.masthead-s .page-title + * {
    clear: both;
    display: block;
    margin-top: 20px;
}

.masthead-s .masthead-header .nav-breadcrumbs {
    margin-bottom: 0;
}

.masthead-xl .masthead-header {
    padding-left: 4%;
    padding-right: 4%;
    width: 92%;
}

.masthead-header .nav-breadcrumbs {
    color: #6D6E71; /* $color-gray */
    display: block;
    float: none;
    margin-bottom: 0;
    text-align: center;
    top: 0;
    z-index: 10;
}

.masthead-header .nav-breadcrumbs a:link,
.masthead-header .nav-breadcrumbs a:visited,
.masthead-header .nav-breadcrumbs a:hover,
.masthead-header .nav-breadcrumbs a:focus,
.masthead-header .nav-breadcrumbs a:active {
    color: #444444; /* $color-dark-gray */
    padding-bottom: 0;
    padding-top: 0;
}

.masthead-header .nav-breadcrumbs a:hover,
.masthead-header .nav-breadcrumbs a:focus,
.masthead-header .nav-breadcrumbs a:active {
    color: black;
}

.masthead-header .nav-breadcrumbs li:first-child a {
    background-image: url("../images/flag-blue.png");
}

/* @end Masthead */

/* @group Highlight */

.highlight {
    color: white;
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-style: normal;
    font-weight: normal;
    padding: 26px 2%;
    position: relative;
    text-align: center;
}

    @media (min-width: 40em) {
        .highlight {
            text-align: left;
        }
    }

.highlight > p,
.highlight blockquote {
    background-color: transparent;
    border: none;
    clear: both;
    color: white;
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-size: 30px;
    line-height: 37px;
    margin: 0;
    padding: 0;
}

.highlight > p:first-child,
.highlight blockquote p:first-child {
    margin-top: 0;
}

.highlight blockquote:before {
    color: white; /* Fallback */
    color: rgba(255, 255, 255, 0.5);
    content: "“";
    display: block;
    font-size: 90px;
    line-height: 0;
    margin: 37px 0 11px -3px;
}

.highlight .highlight-avatar + blockquote {
    margin-top: 54px;
}

    @media (min-width: 40em) {
        .highlight .highlight-avatar + blockquote {
            margin-top: -54px;
        }
    }

.highlight .attribute {
    font-family: "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial"; /* $font-sans-serif: */
    font-size: 19px;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 25px;
}

/* @end Highlight */

/* @group Highlight With Avatar */
@media (min-width: 40em) {
    .highlight-with-avatar {
        margin-top: 20px;
        min-height: 150px;
        padding-bottom: 0;
        padding-left: 220px;
        padding-top: 1px;
    }
}
.highlight-avatar {
    background-color: white;
    border: 8px solid #cf1b41;
    border-radius: 100px;
    display: block;
    margin: 0 auto 20px auto;
    padding: 10px;
    width: 100px;
}
    @media (min-width: 40em) {
        .highlight-avatar {
            float: left;
            left: 36px;
            margin: 0 40px 30px 0;
            position: absolute;
            top: 0;
        }
    }

/* @end Highlight With Avatar */

/* @group Lists */

.list-no-bullets, .bricks,
.list-ruled,
.nav-footer ul,
.nav-footer ul ul,
.nav-global-secondary ul,
.nav-tabs,
.post-categories {
    float: left;
    margin-left: 0;
    padding: 0;
    width: 100%;
}

.list-no-bullets li,
.bricks li,
.list-ruled li,
.nav-footer ul li,
.nav-global-secondary ul li,
.nav-tabs li,
.post-categories li {
    background-image: none;
    line-height: 28px;
    list-style-type: none;
    padding-left: 0;
}

.list-form {
    float: left;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

.list-form li {
    background-image: none;
    list-style-type: none;
    margin-bottom: 9px;
    padding-left: 0;
}

.list-form [class*="button"],
.list-form input[type="button"],
.list-form input[type="submit"],
.list-form button {
    margin-bottom: 0;
    margin-top: 17px;
}

.list-form .form-field {
    margin-bottom: 9px;
}

.list-form .form-field input,
.list-form .form-field textarea,
.list-form .form-field select {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}

.list-form .form-field input[type="radio"],
.list-form .form-field input[type="checkbox"] {
    width: auto;
}

.list-form .form-field select {
    margin: 0;
    width: 100%;
}

.list-form .form-field textarea {
    min-height: 100px;
}

.list-form .form-field-group {
    float: left;
    margin-bottom: 9px;
    width: 100%;
}

    @media (min-width: 40em) {
        .list-form .form-field-group .form-field {
            float: left;
            width: 48%;
        }
    }

.list-form .form-field-group input,
.list-form .form-field-group select {
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
}

.list-form .form-field-group select {
    width: 100%;
}

.list-form .form-field-group input {
    width: auto;
    width: calc(100% - 24px);
}

    @media (min-width: 40em) {
        .list-form .form-field-group .form-field:last-child {
            float: right;
            margin-right: 0;
        }
    }

.list-inline,
.list-credits ul,
.nav-breadcrumbs ul {
    margin-left: 0;
    padding-left: 0;
}

.list-inline li,
.list-credits ul li,
.nav-breadcrumbs ul li {
    background-image: none;
    display: inline;
    margin: 0 7px 0 0;
    padding: 0;
}

.list-inline li:last-child,
.list-credits ul li:last-child,
.nav-breadcrumbs ul li:last-child {
    border-right: none;
}

.list-inline li a,
.list-credits ul li a,
.nav-breadcrumbs ul li a {
    padding: 0 7px 0 0;
}

.list-gappy li {
    margin-bottom: 17px;
}

.list-horizontal li {
    float: left;
}

@media (min-width: 60em) {
    .list-buttons {
        display: flex;
    }

    .list-buttons li {
        flex: 1;
        margin: 0 6px;
        text-align: center;
    }

    .list-buttons button,
    .list-buttons [class*="button"],
    .list-buttons input[type="button"],
    .list-buttons input[type="submit"] {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .list-buttons li:first-child {
        margin-left: 0;
    }

    .list-buttons li:last-child {
        margin-right: 0;
    }
}

.list-ruled {
    margin-bottom: 32px;
}

.list-ruled li {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
}

.list-ruled li:last-child {
    border-bottom: none;
}

/* @end Lists */

/* @group List Credits */

.list-credits {
    font-weight: bold;
    margin: 0 auto;
    max-width: 50em;
    position: relative;
    text-align: center;
}

.list-credits a {
    color: #399fd3; /* $color-blue */
    text-align: center;
}

.list-credits li:after {
    content: "– ";
}

.list-credits li:last-child:after {
    content: none;
}

/* @end List Credits */

/* @group List Icons */

.list-icons li {
    clear: both;
    line-height: 20px;
    margin-bottom: 16px;
    padding-left: 60px;
    position: relative;
}

.list-icons li:before {
    font-size: 30px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
}

.list-icon-calendar:before {
    content: "\e62c";
}

.list-icons li a {
    clear: both;
    display: block;
    border-bottom: none;
}

/* @end List Icons */

/* @group List Logos */

[class*="list-logos"] {
    margin: 0;
    text-align: center;
}

[class*="list-logos"] a {
    border: none;
}

[class*="list-logos"] li {
    background-image: none;
    display: inline-block;
    margin: 9px 3.5%;
    padding: 0;
    vertical-align: middle;
    width: 41%;
}

[class*="list-logos"] li a {
    display: inline-block;
}

[class*="list-logos"] li a img {
    width: 100%;
}

.list-logos-primary li {
    margin: 9px 3.5%;
    width: 225px;
}

.list-logos-secondary li {
    margin: 17px 2%;
    width: 125px;
}

.list-logos-tertiary li {
    margin: 17px 1.5%;
    width: 75px;
}

/* @end List Logos */

/* @group List Social */

/* v1 */
.list-social,
.profiles > li > ul,
.profiles > li > ul {
    background-repeat: no-repeat;
    border-bottom: none;
    color: #cf1b41; /* $color-red */
    min-height: 30px;
    width: 100%;
}

/* v1 */
.list-social a,
.list-social a:link,
.list-social a:visited,
.list-social a:hover,
.list-social a:focus,
.list-social a:active,
.profiles > li > ul li a,
.profiles > li > ul li a:link,
.profiles > li > ul li a:visited,
.profiles > li > ul li a:hover,
.profiles > li > ul li a:focus,
.profiles > li > ul li a:active {
    background-repeat: no-repeat;
    border-bottom: none;
    display: block;
    height: 25px;
    width: 35px;
}

/* v2 */
.profiles > li > ul li {
    background-image: none;
    display: inline-block;
    padding: 0;
    text-align: center;
}

/* v1 */
.list-social li,
.profiles > li > ul li a {
    background-image: url("../images/sprite-20x20-social.png");
    background-position: 7px -38px;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: -9999px;
    vertical-align: text-bottom;
}

/* v1 */
.svg .list-social li,
.svg .profiles > li > ul li a {
    background-image: url("../images/sprite-social.svg");
    background-position: 5px -23px;
    background-size: 350px;
}

/* Icon: Website */
/* v1 */
.list-social .social-website,
.profiles > li > ul a:hover {
    background-position: 7px -38px;
}

/* v1 */
.list-social .social-website:hover,
.list-social .social-website:focus,
.list-social .social-website:active,
.profiles > li > ul a:hover,
.profiles > li > ul a:focus,
.profiles > li > ul a:active {
    background-position: 7px 2px;
}

/* v1 */
.svg .list-social .social-website,
.svg .profiles > li > ul a {
    background-position: 5px -23px;
}

/* v1 */
.svg .list-social .social-website:hover,
.svg .list-social .social-website:focus,
.svg .list-social .social-website:active,
.svg .profiles > li > ul a:hover,
.svg .profiles > li > ul a:focus,
.svg .profiles > li > ul a:active {
    background-position: 5px 2px;
}

/* Icon: Twitter */
/* v1 */
.list-social .social-twitter,
.profiles > li > ul a[href*="twitter."] {
    background-position: -174px -38px;
}

/* v1 */
.list-social .social-twitter:hover,
.list-social .social-twitter:focus,
.list-social .social-twitter:active,
.profiles > li > ul a[href*="twitter."]:hover,
.profiles > li > ul a[href*="twitter."]:focus,
.profiles > li > ul a[href*="twitter."]:active {
    background-position: -174px 2px;
}

/* v1 */
.svg .list-social .social-twitter,
.svg .profiles > li > ul a[href*="twitter."] {
    background-position: -206px -23px;
}

/* v1 */
.svg .list-social .social-twitter:hover,
.svg .list-social .social-twitter:focus,
.svg .list-social .social-twitter:active,
.svg .profiles > li > ul a[href*="twitter."]:hover,
.svg .profiles > li > ul a[href*="twitter."]:focus,
.svg .profiles > li > ul a[href*="twitter."]:active {
    background-position: -206px 2px;
}

/* Icon: LinkedIn */
/* v1 */
.list-social .social-linkedin,
.profiles > li > ul a[href*="linkedin."] {
    background-position: -204px -38px;
}

/* v1 */
.list-social .social-linkedin:hover,
.list-social .social-linkedin:focus,
.list-social .social-linkedin:active,
.profiles > li > ul a[href*="linkedin."]:hover,
.profiles > li > ul a[href*="linkedin."]:focus,
.profiles > li > ul a[href*="linkedin."]:active {
    background-position: -204px 2px;
}

/* v1 */
.svg .list-social .social-linkedin,
.svg .profiles > li > ul a[href*="linkedin."] {
    background-position: -244px -23px;
}

/* v1 */
.svg .list-social .social-linkedin:hover,
.svg .list-social .social-linkedin:focus,
.svg .list-social .social-linkedin:active,
.svg .profiles > li > ul a[href*="linkedin."]:hover,
.svg .profiles > li > ul a[href*="linkedin."]:focus,
.svg .profiles > li > ul a[href*="linkedin."]:active {
    background-position: -244px 2px;
}

/* Icon: Github */
/* v1 */
.list-social .social-github,
.profiles > li > ul a[href*="github."] {
    background-position: -234px -38px;
}

/* v1 */
.list-social .social-github:hover,
.list-social .social-github:focus,
.list-social .social-github:active,
.profiles > li > ul a[href*="github."]:hover,
.profiles > li > ul a[href*="github."]:focus,
.profiles > li > ul a[href*="github."]:active {
    background-position: -234px 2px;
}

/* v1 */
.svg .list-social .social-github,
.svg .profiles > li > ul a[href*="github."] {
    background-position: -134px -23px;
}

/* v1 */
.svg .list-social .social-github:hover,
.svg .list-social .social-github:focus,
.svg .list-social .social-github:active,
.svg .profiles > li > ul a[href*="github."]:hover,
.svg .profiles > li > ul a[href*="github."]:focus,
.svg .profiles > li > ul a[href*="github."]:active {
    background-position: -134px 2px;
}

/* Icon: Flickr */
/* v1 */
.list-social .social-flickr,
.profiles > li > ul a[href*="flickr."] {
    background-position: -54px -38px;
}

/* v1 */
.list-social .social-flickr:hover,
.list-social .social-flickr:focus,
.list-social .social-flickr:active,
.profiles > li > ul a[href*="flickr."]:hover,
.profiles > li > ul a[href*="flickr."]:focus,
.profiles > li > ul a[href*="flickr."]:active {
    background-position: -54px 2px;
}

/* v1 */
.svg .list-social .social-flickr,
.svg .profiles > li > ul a[href*="flickr."] {
    background-position: -65px -23px;
}

/* v1 */
.svg .list-social .social-flickr:hover,
.svg .list-social .social-flickr:focus,
.svg .list-social .social-flickr:active,
.svg .profiles > li > ul a[href*="flickr."]:hover,
.svg .profiles > li > ul a[href*="flickr."]:focus,
.svg .profiles > li > ul a[href*="flickr."]:active {
    background-position: -65px 2px;
}

/* Icon: Facebook */
/* v1 */
.list-social .social-facebook,
.profiles > li > ul a[href*="facebook."] {
    background-position: -264px -38px;
}

/* v1 */
.list-social .social-facebook:hover,
.list-social .social-facebook:focus,
.list-social .social-facebook:active,
.profiles > li > ul a[href*="facebook."]:hover,
.profiles > li > ul a[href*="facebook."]:focus,
.profiles > li > ul a[href*="facebook."]:active {
    background-position: -264px 2px;
}

/* v1 */
.svg .list-social .social-facebook,
.svg .profiles > li > ul a[href*="facebook."] {
    background-position: -321px -23px;
}

/* v1 */
.svg .list-social .social-facebook:hover,
.svg .list-social .social-facebook:focus,
.svg .list-social .social-facebook:active,
.svg .profiles > li > ul a[href*="facebook."]:hover,
.svg .profiles > li > ul a[href*="facebook."]:focus,
.svg .profiles > li > ul a[href*="facebook."]:active {
    background-position: -321px 2px;
}

/* @end List Social */

/* @group Map */

.map-xl {
    clear: both;
}

/* @end Map */

/* @group Nav */

nav a:hover,
nav a:focus,
nav a:active {
    border-bottom: none;
}

nav ul li {
    background-image: none;
    padding-left: 0;
}

/* @end Nav */

/* @group Nav: Articles */
.nav-articles {
    background-color: #e5e5e5; /* $color-light-grey */
}
    @media print {
        .nav-articles {
            display: none;
        }
    }
.nav-articles ul {
    display: table;
    font-size: 13px;
    margin: 0 auto;
    padding: 0 1%;
}
.nav-articles li {
    display: table-cell;
    margin: 0 16px;
}
.nav-articles li a {
    color: #6d6e71; /* $color-gray */
    display: block;
    padding: 13px 26px;
}
.nav-articles li [rel="prev"] {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 0;
}
    .nav-articles li [rel="prev"]:before {
        content: "← ";
        vertical-align: top;
    }
.nav-articles li [rel="next"] {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 0;
}
    .nav-articles li [rel="next"]:after {
        content: " →";
        vertical-align: top;
    }
/* @end Nav: Articles */

/* @group Nav: Breadcrumbs */

.nav-breadcrumbs {
    color: #97989a;
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
}
    @media print {
        .nav-breadcrumbs {
            display: none;
        }
    }
.nav-breadcrumbs ul {
    font-size: 15px;
    line-height: 22.5px;
    margin: 0;
}

.nav-breadcrumbs ul li:before {
    content: "→ ";
}

.nav-breadcrumbs ul li {
    background-position: right center;
    background-repeat: no-repeat;
    border-right: none;
    margin-right: 0;
    text-transform: capitalize;
}

.nav-breadcrumbs ul li:first-child {
    padding-left: 4px;
}

.nav-breadcrumbs li:last-child {
    background-image: none;
}

.nav-breadcrumbs ul li:first-child:before {
    content: none;
}

.nav-breadcrumbs li:first-child a {
    background-image: url("../images/flag-blue.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 43px;
    display: inline-block;
}

.nav-breadcrumbs li:first-child:hover,
.nav-breadcrumbs li:first-child:focus,
.nav-breadcrumbs li:first-child:active {
    opacity: 0.7;
}

.nav-breadcrumbs a,
.nav-breadcrumbs a:link,
.nav-breadcrumbs a:visited,
.nav-breadcrumbs a:hover,
.nav-breadcrumbs a:focus,
.nav-breadcrumbs a:active {
    color: #6d6e71;
    display: inline-block;
    font-weight: normal;
    padding: 8px 8px 8px 4px;
    z-index: 3;
}

.nav-breadcrumbs a:hover,
.nav-breadcrumbs a:focus,
.nav-breadcrumbs a:active {
    color: #97989a;
}

.nav-breadcrumbs li:first-child a {
    display: inline-block;
    padding-right: 0;
    text-indent: -9999px;
    width: 43px;
}

/* @end Nav: Breadcrumbs */

/* @group Nav: Footer */

.nav-footer {
    clear: both;
}

.nav-footer ul,
.nav-footer ul ul {
    margin: 0;
}

.nav-footer > ul {
    padding: 0;
}

.nav-footer .nav-tier1 {
    float: left;
    margin-bottom: 18px;
    margin-right: 2%;
    width: 96%;
}

.nav-footer .nav-tier1:first-child {
    display: none;
}

@media (min-width: 20em) {
    .nav-footer .nav-tier1 {
        margin-right: 2%;
        width: 49%;
    }

    .nav-footer .nav-tier1:nth-child(2n+1) {
        margin-right: 0;
    }
}
@media (min-width: 40em) {
    .nav-footer .nav-tier1,
    .nav-footer .nav-tier1:nth-child(2n+1) {
        margin-right: 2%;
        width: 30%;
    }

    .nav-footer .nav-tier1:nth-child(3n+3) {
        margin-right: 0;
    }
}
@media (min-width: 60em) {
    .nav-footer > ul {
        align-content: flex-start;
        display: flex;
        flex-wrap: nowrap;
    }
    .nav-footer .nav-tier1,
    .nav-footer .nav-tier1:nth-child(2n+1),
    .nav-footer .nav-tier1:nth-child(3n+3) {
        flex-grow: 1;
        margin-right: 18px;
        width: auto;
    }
    .nav-footer .nav-tier1:nth-child(3) {
        flex-grow: 1.5;
    }
}

/* @end Nav: Footer */

/* @group Nav: Global Primary */

.nav-global-primary {
    background: black;
    color: white;
    float: left;
    margin: 0;
    padding: 0 2%;
    width: 96%;
}

@media print {
    .nav-global-primary {
        display: none;
    }
}
.nav-global-primary ul {
    margin: 0;
    width: 92%;
}

.nav-global-primary li {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 6px 0 2px;
}

.nav-global-primary li:last-child {
    margin-right: 0;
}

.nav-global-primary li a {
    color: white;
    display: block;
    padding: 4px 8px 5px;
}

.nav-global-primary li a:hover,
.nav-global-primary li a:focus,
.nav-global-primary li a:active {
    background: #cf1b41;
    border-radius: 2px;
    border: none;
}

.nav-global-primary .search-global input {
    background-color: white;
    border-radius: 0;
    border: none;
    margin: 2px 0 6px 0;
    min-height: 0;
    padding: 0 2px;
    width: 150px;
}

.nav-global-primary .nav-tier2 {
    display: none;
}

/* @end Nav: Global Primary */

/* @group Nav: Global Secondary */

.nav-global-secondary {
    text-transform: uppercase;
}

@media print {
    .nav-global-secondary {
        display: none;
    }
}

@media (min-width: 40em) and (max-width: 1160px) {
    .nav-global-secondary {
        width: 100%;
    }

.nav-global-secondary .nav-tier1 {
    font-size: 13px;
}

.nav-global-secondary .nav-tier1 a {
        margin: 0 8px;
    }
}

.nav-global-secondary ul {
    margin: 0;
    text-align: right;
}

.nav-global-secondary li {
    font-weight: 700;
}

@media (max-width: 40em) {
    .nav-global-secondary li {
        text-align: left;
    }
}

.nav-global-secondary li a {
    color: black;
    display: block;
    margin: 0 21px;
    padding: 24px 2px;
    -webkit-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
}

    @media (min-width: 40em) {
        .global-header .nav-global-secondary li a {
            padding: 30px 0;
        }

        .global-header .nav-global-secondary li a.button {
            margin: 24px 14px;
        }

        .global-header .nav-global-secondary ul.nav-tier2 li a {
            padding: 10px 14px;
        }
    }

    @media (max-width: 40em) {
        .nav-global-secondary li a {
            margin: 0;
            padding: 14px;
            text-align: left;
        }
    }

.nav-global-secondary .nav-tier1 a:hover,
.nav-global-secondary .nav-tier1 a:focus,
.nav-global-secondary .nav-tier1 a:active,
.nav-global-secondary .nav-tier1:hover > a,
.nav-global-secondary .nav-tier1:focus > a,
.nav-global-secondary .nav-tier1:active > a {
    color: #cf1b41; /* $color-red */
}

.nav-global-secondary li button,
.nav-global-secondary li [class*="button"],
.nav-global-secondary li input[type="button"],
.nav-global-secondary li input[type="submit"] {
    font-size: 16px;
    margin: 24px 16px;
    padding: 0 12px;
}

@media (max-width: 60em) {
    .nav-global-secondary li button,
    .nav-global-secondary li [class*="button"],
    .nav-global-secondary li input[type="button"],
    .nav-global-secondary li input[type="submit"] {
        font-size: 13px;
        margin-top: 24px;
    }
}
.nav-global-secondary li:last-child a {
    margin-right: 0;
}

.nav-global-secondary .nav-tier1 {
    position: inherit;
}

.nav-global-secondary .nav-tier1 > a.state-active,
.nav-global-secondary .nav-tier1 > a.state-active:hover,
.nav-global-secondary .nav-tier1 > a.state-active:focus,
.nav-global-secondary .nav-tier1 > a.state-active:active {
    background-color: #cf1b41;
    color: white;
    padding-left: 14px;
    padding-right: 14px;
}

.nav-global-secondary .nav-tier2 {
    background-color: white;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    left: auto;
    margin-left: -9999px;
    overflow: hidden;
    padding: 0 2% 0 9999px;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
}

@media (max-width: 40em) {
.nav-global-secondary .nav-tier2 {
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
margin: 0.5em 0 1em 0;
    padding: 0;
    position: relative;
    width: 100%;
}
}
.nav-global-secondary .nav-tier2 li {
    float: left;
}

    @media (max-width: 40em) {
        .nav-global-secondary .nav-tier2 li {
            clear: both;
            float: left;
        }
    }
.nav-global-secondary .nav-tier2 a {
    color: #494c49;
    font-weight: normal;
    margin: 0;
    padding: 10px 14px;
    text-transform: none;
}

.nav-global-secondary .nav-tier2 .state-active a {
    /*font-weight: bold;*/
}

.nav-global-secondary .nav-tier2 li:last-of-type a {
    padding-right: 0;
}

/* @end Global Secondary */

/* @group Nav: Page */

.nav-page {
    background: #004b6a;
    clear: both;
margin-bottom: 2em;
    text-align: center;
}

.nav-page ul {
    display: table;
}

.nav-page ul li {
    border-right: none;
    display: table-cell;
margin: 0 1em;
}

.nav-page a:link,
.nav-page a:visited,
.nav-page a:hover,
.nav-page a:focus,
.nav-page a:active {
    color: white;
    display: block;
    padding: 1em;
}

/* @end Nav: Page */

/* @group Nav: Tabs */

.nav-tabs {
    background-color: #e5e5e5;
    border-bottom: 8px solid #00a175;
    float: left;
    font-size: 14px;
    margin: 0 0 43px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 52em) {
    .nav-tabs {
        padding-bottom: 20px;
    }
}
.nav-tab {
    display: inline-block;
    float: left;
}

@media (max-width: 52em) {
    .nav-tab {
        clear: both;
        display: block;
        float: none;
    }
}
.nav-tab-link {
    display: block;
    margin: 0 0 0 20px;
    padding: 16px 20px 13px 20px;
    position: relative;
}

    @media (max-width: 52em) {
        .nav-tab-link {
            margin: 0;
        }
    }

.nav-tab-link:link,
.nav-tab-link:visited,
.nav-tab-link:hover,
.nav-tab-link:focus,
.nav-tab-link:active {
    color: black;
}

.state-active .nav-tab-link,
.nav-tab-link:hover,
.nav-tab-link:focus,
.nav-tab-link:active {
    background-color: #00a175;
}

.state-active .nav-tab-link:link,
.state-active .nav-tab-link:visited,
.state-active .nav-tab-link:hover,
.state-active .nav-tab-link:focus,
.state-active .nav-tab-link:active,
.nav-tab-link:hover,
.nav-tab-link:focus,
.nav-tab-link:active {
    border-bottom: none;
    color: white;
}

.state-active .nav-tab-link:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #00a175;
    border-width: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -16px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

@media (max-width: 52em) {
    .state-active .nav-tab-link:after {
        border: none;
    }
}

/* @end Nav: Tabs */

/* @group Nav: Tags */

.nav-tags li {
    display: inline-block;
}

.nav-tags li a {
background: #6d6e71;
background: rgba(109, 110, 113, 0.4);
    border-radius: 3px;
    color: white;
    display: block;
    font-weight: normal;
    margin: 0 5px 8px 0;
    padding: 3px 13px;
}

.nav-tags li a:hover,
.nav-tags li a:focus,
.nav-tags li a:active,
.nav-tags .state-active a {
background: #399fd3;
background: rgba(57, 159, 211, 0.6);
}

/* @end Nav: Tags */

/* @group Post */

.post .post-header {
margin: 0 0 2em;
    padding-left: 2%;
}

.post .post-date {
    color: #999595;
    display: block;
font-size: 0.8em;
margin-top: 2em;
    text-transform: uppercase;
}

.post .post-body {
    clear: both;
    float: left;
margin-left: 2%;
margin-right: 2%;
width: 98%;
}

@media (min-width: 60em) {
    .post .post-body {
        float: left;
        margin: 0;
        width: 100%;
    }
}
.post .post-content > p:first-child {
    margin-top: 0;
min-height: 3em;
}

/*
.post .post-content > p:first-child:first-letter {
    float: left;
font-family: Georgia, Times, "Times New Roman", serif; *//* $font-serif: *//*
font-size: 3.4em;
font-style: normal;
font-weight: 600;
line-height: 1em;
    margin: 0;
padding: 0 0.15em 0 0;
}
*/

/*
@media (min-width: 60em) {
.post-content blockquote {
    margin-left: -43%;
}
}
*/
.post-body .post-author {
    color: #666;
    font-size: 13px;
    line-height: 20px;
}

.post-author .profile-photo {
    float: left;
    height: 60px;
margin: 0.5em 0.8em 0 0;
    width: 60px;
}

.post-author .profile-note p {
line-height: 1.7em;
    margin-top: 0;
}

.post-categories {
    margin-top: 0;
    text-transform: uppercase;
}

.post-categories a:link,
.post-categories a:visited,
.post-categories a:hover,
.post-categories a:focus,
.post-categories a:active {
    color: #399fd3;
}

@media print {
    .post-categories {
        display: none;
    }
}
.post-preview {
    margin-bottom: 80px;
}

.post-preview .post-link {
    clear: both;
    display: inline-block;
    margin-top: 40px;
}

/*
.post-preview .post-content > p:first-child:first-letter {
    float: left;
font-family: Georgia, Times, "Times New Roman", serif; *//* $font-serif: *//*
font-size: 3.4em;
font-style: normal;
font-weight: 600;
    letter-spacing: -0.5px;
line-height: 1em;
    margin: 0;
padding: 0 0.15em 0 0;
}
*/

.post-preview .post-body {
    clear: both;
}

.post-preview .post-author {
    min-height: 55px;
    padding-left: 65px;
    position: relative;
}

.post-preview .profile-photo {
    height: 50px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 50px;
}

.post-preview .profile-name {
    color: white;
    font-size: 18px;
    margin-top: 5px;
}

/* @end Post */

/* @group Profile */

.profile-photo {
    border-radius: 100%;
    height: 140px;
    width: 140px;
}

/* Profile */
/* v2 */
.profiles > li {
    clear: both;
    margin: 0;
    width: 100%;
}

@media (min-width: 40em) {
    /* Profile */
    /* v2 */
    .profiles > li {
        clear: none;
        float: left;
        margin: 0;
        width: 32.0%;
    }

    /* v2 */
    .profile-small > li {
        margin-top: 48px;
    }

    /* Profiles next to each other */
    /* v2 */
    .profiles > li + li {
        margin-left: 1%;
        margin-left: calc(2% - 4px);
    }

    /* The last profile on each row (in a 3 column grid) */
    /* v2 */
    .profiles > li:nth-of-type(3n+4) {
        clear: both;
        margin-left: 0;
    }
}
/* v1 */
.profile-small,
/* v2 */
ul.profiles > li,
ul.profiles > li {
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #e0dede;
    color: #000;
    margin: 60px 0 16px 0;
    padding: 60px 0 0 0;
    position: relative;
    text-align: center;
}

/* v1 */
.profile-small .profile-photo,
/* v2 */
.profiles > li > img {
    border: 6px solid white; /* Adds a gap round the gray border */
    border-radius: 100px;
    height: 80px;
    left: 50%;
    margin-left: -46px; /* Half the width of the image and border */
    position: absolute;
    top: -45px;
    width: 80px;
}

/* v1 */
.profile-small .profile-note,
.profile-small .profile-note p,
/* v2 */
.profiles > li > p {
    font-size: 14px;
    line-height: 21px;
}

/* v1 */
.profile-small .profile-name,
.profile-small .profile-note p,
/* v2 */
.profiles > li > h3,
.profiles > li > p {
    padding: 0 8px;
}

/* v1 */
.profile-small .profile-name,
/* v2 */
.profiles > li > h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 4px;
}

/* v1 */
.profile-small .link-more,
/* v2 */
.profiles > li > a {
    border-bottom: 1px solid transparent;
    color: #cf1b41;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

/* v1 */
.profile-small .link-more:hover,
.profile-small .link-more:focus,
.profile-small .link-more:active,
/* v2 */
.profiles > li > a:hover,
.profiles > li > a:focus,
.profiles > li > a:active {
    border-bottom: 1px solid #cf1b41;
}

/* v2 */
.profiles > li > a {
    margin-bottom: 14px;
}

/* v1 */
.profile-small .list-social,
/* v2 */
.profiles > li > ul {
background: #e5e5e5;
background: rgba(229, 229, 229, 0.6);
    margin: 0;
    padding: 10px 0 3px 0;
}

/* v1 */
.profile-small .list-social li,
/* v2 */
.profiles > li > ul > li {
    list-style-type: none;
}

.profile-medium {
    clear: both;
margin-bottom: 2em;
    min-height: 150px;
    position: relative;
}

.profile-medium .profile-photo {
margin-top: 0.4em;
}

@media (min-width: 40em) {
    .profile-medium .profile-photo {
        left: 0;
        position: absolute;
        top: 0;
    }
}
.profile-medium .profile-name {
font-size: 1.4em;
    /*font-weight: bold;*/
margin: 0 0 0.5em;
padding-top: 1em;
}

@media (min-width: 40em) {
    .profile-medium .profile-name,
    .profile-medium .profile-note {
        margin-left: 165px;
    }
}
.profile-medium .profile-name p:first-child {
    margin-top: 0;
}

/* @end Profile */

/* @group Billboard */

.billboard {
    background-image: none;
    padding-left: 0;
}

/* v1 */ a.billboard,
/* v2 */ .billboard a {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    clear: none;
    display: block;
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-size: 18px;
    margin: 0 0 18px;
    padding: 16px;
    text-align: center;
}

/* v1 */
a.billboard:link,
a.billboard:visited,
a.billboard:hover,
a.billboard:focus,
a.billboard:active,
/* v2 */
.billboard a {
    border-bottom: none;
    border: 1px solid #e5e5e5;
    color: #399fd3;
}

/* v1 */
a.billboard:hover,
a.billboard:focus,
a.billboard:active,
/* v2 */
.billboard a:hover,
.billboard a:focus,
.billboard a:active {
    color: black;
}

/* v1 */
.billboard .billboard-label {
    clear: both;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* v1 */
.billboard .billboard-image,
/* v2 */
.billboard img {
    border: none;
    display: table-cell;
    margin: 0 auto 16px;
    max-width: 250px;
}

/* @end Billboard */

/* @group Search: Global */

.search-global {
    margin-bottom: 0;
    position: relative;
}

.search-global input {
    text-transform: uppercase;
}

.search-global .search-global-submit {
    background-color: transparent;
    border-radius: 0;
    height: 19px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 2px;
    width: 22px;
}

.search-global-input:focus + .search-global-submit {
    background-image: url("../images/icon-search-black.png");
    background-position: center center;
    background-repeat: no-repeat;
}

/* @end Search: Global */

/* @group Skip to Nav */

.skip-to-nav {
    color: black;
    display: block;
    float: right;
font-size: 1.2em;
font-style: normal;
font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.skip-to-nav {
    display: none;
}

.skip-to-nav.persist {
    display: block;
}

.skip-to-nav a {
    border-bottom: none;
    color: black;
    display: block;
    padding: 11px 0;
}

.skip-to-nav a:after {
    content: " ≡";
font-size: 1.35em;
    vertical-align: text-bottom;
}

/* @end Skip to Nav */



/* @group Spotlight */

.spotlight {
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0 0 8px 0;
padding: 1em 1em;
    width: auto;
width: calc(100% - 2px - 2em);
}

    .spotlight table { background-color: transparent }

/* @end Spotlight */

/* @group Stats */

.stats {
/* 100% - left and right padding - border */
/* 100% - left and right padding - border */
    margin-bottom: 16px;
    max-width: 92%;
    max-width: calc(100% - 8% - 2px);
    padding: 1em 4% 0;
    width: 92%;
    width: calc(100% - 8% - 2px);
}

.stat {
    border-right: 1px solid #e5e5e5;
    float: left;
margin: 0 1em 1em 0;
min-height: 4.5em;
padding-right: 1em;
    position: relative;
}

@media (max-width: 65em) {
    .stat {
        border-right: none;
        margin-right: 0;
        min-height: inherit;
        padding-right: 0;
        width: 100%;
    }
}
@media (min-width: 65em) {
    .stats {
        display: flex;
    }

    .stat {
        display: flex-box;
        flex-grow: 1;
    }
}
.stat:last-child {
    border-right: none;
}

.stat-result {
    display: table-cell;
padding: 0 2em 0 0;
    width: auto;
}

.stat .stat-heading {
    font-size: 11px;
    line-height: 12px;
    margin: 8px 0 3px 0;
}

.stat .stat-figure {
    color: black;
    display: block;
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-size: 30px;
    font-style: normal;
    /*font-weight: bold;*/
    font-weight: normal;
    margin: 0;
}

.stat .stat-caption {
    color: #494c49;
    font-size: 14px;
    text-transform: none;
    white-space: nowrap;
}

/* @end Stats */

/* @group Teasers */

.teasers {
    clear: both;
}

.teasers li {
    background-image: none;
    padding-left: 0;
    color: #000;
}

ul.teasers > li,
ol.teasers > li,
.teasers .teaser {
    background: white;
    border: 1px solid #e0dede;
    margin-bottom: 1.8em;
    padding: 1%;
    position: relative;
}

.teasers > .layout-crotchet {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

li.teaser a:link,
li.teaser a:visited,
.teasers li a:link,
.teasers li a:visited {
    color: #cf1b41;
    margin: 0;
}

li.teaser a:hover,
li.teaser a:focus,
li.teaser a:active,
.teasers li a:hover,
.teasers li a:focus,
.teasers li a:active {
    color: #cf1b41;
    margin: 0;
    border-bottom: 1px solid #cf1b41;
}


.teaser .teaser-title,
.teasers h3 {
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-size: 18px;
    font-weight: normal;
    letter-spacing: inherit;
    line-height: 22px;
    margin: 0;
    text-transform: none;
}

.teaser .text-whisper {
   color: #6d6e71;
}

.teaser-header,
.teasers h3 {
    margin-top: 180px;
}

.teasers > li > a > h1,
.teasers > li > a > h2,
.teasers > li > a > h3,
.teasers > li > a > h4,
.teasers > li > a > h5,
.teasers > li > a > h6 {
    margin-top: 162px;
    font-size: 18px;
    font-weight: normal;
}

.teasers .teaser-video > a > h1,
.teasers .teaser-video > a > h2,
.teasers .teaser-video > a > h3,
.teasers .teaser-video > a > h4,
.teasers .teaser-video > a > h5,
.teasers .teaser-video > a > h6 {
    margin-top: 250px;
}

.teaser .teaser-masthead,
.teasers li > a > div {
    background-color: black;
    border-bottom: none;
    display: block;
    height: 162px;
    margin: 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: auto;
    content: "";
    overflow: hidden;
}

.teasers .teaser-video > a > div {
    height: 250px;
}

.teaser-footer,
.teasers li > a > div {
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.teaser-type,
.teasers a span {
    background-color: #cf1b41;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    color: white;
    font-size: 9px;
    font-weight: normal;
    left: 9px;
    line-height: 16px;
    padding: 3px 9px 2px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.teasers .teaser-type-article {
    background-color: #00a175;
}

.teasers .teaser-type-video {
    background-color: #399fd3;
}

.teasers .teaser-type-data {
    background-color: #69579c;
}

.teaser .teaser-masthead .teaser-image,
.teaser li > a > img {
    width: 100%;
}

.teasers a > img {
    position: absolute;
    top: 0;
}

.teaser .teaser-source:link,
.teaser .teaser-source:visited,
.teaser .teaser-source:hover,
.teaser .teaser-source:focus,
.teaser .teaser-source:active,
.teasers li > span {
    border-bottom: none;
    color: black;
    display: block;
    font-size: 11px;
    margin: 5px 15px;
    text-transform: uppercase;
}

.teasers li > span {
    margin: 0;
}

.teaser .teaser-source:before,
.teasers li > span:before {
    color: #6d6e71;
    content: "From: ";
    font-style: italic;
    font-weight: lighter;
    text-transform: none;
}

.teaser-body,
.teaser-body p,
.teasers li > p {
    font-size: 14px;
    line-height: 19px;
}

.teaser-body p:last-child,
.teasers li > p:last-child {
    margin-bottom: 0;
}

.teasers li > span + p {
    margin-top: 0;
}

.teasers .teaser-app {
    padding: 3%;
}

.teaser-app .teaser-masthead {
    background-color: white;
    display: table;
    float: none;
    height: 123px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.teaser-pdf .teaser-footer,
.teaser-app .teaser-footer,
.teasers li > a[href$=".pdf"] > div {
    border-bottom: 1px solid #e5e5e5;
    left: 0;
    right: 0;
}

.teaser-app .teaser-header {
    margin-top: 130px;
    width: 100%;
}

.teaser-app .teaser-masthead .teaser-image {
    display: table-cell;
    margin: 17px auto;
    max-height: 89px;
    max-width: 85%;
    text-align: center;
    vertical-align: middle;
    width: auto;
    position: relative;
}
.no-logo .teaser-header {
    margin-top: 0;
}

.teaser-pdf .teaser-masthead,
.teasers li > a[href$=".pdf"] > div {
    background-color: white;
    background-image: url("../images/download-pdf.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.teaser-video .teaser-masthead {
    position: relative;
}

.teaser .teaser-action-play {
    background-color: transparent;
    background-image: url("../images/play-video.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 1;
}

/* @end Teasers */

/* @group Text styles */

.text-whisper, .heading-contrast, .button-invert,
input.button-invert,
.button-invert:link,
.button-invert:visited,
.button-invert:hover,
.button-invert:focus,
.button-invert:active,
.brick-heading,
.brick .badge-heading,
.chimney .profile .profile-role,
.chimney .profile .profile-note,
.global-header-tagline {
    color: #6d6e71;
}

.text-prominent {
    color: #cf1b41;
    font-size: 24px;
    margin: 0 0 0.3em 0;
}

.heading,
.post .post-header {
    border-bottom: 1px solid;
border-color: #e5e5e5;
border-color: rgba(229, 229, 229, 0.8);
    margin: 2em 0;
padding: 1.3em 0 0.5em 0;
    position: relative;
}

[class*="slab-"] .heading, [class*="slab-"] .post .post-header, .post [class*="slab-"] .post-header {
    border-bottom: none;
}

.note {
    color: #999595;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    vertical-align: top;
}

.text-invalid {
    color: #cf1b41;
}

.text-feature {
    color: #399fd3;
    font-family: Georgia, Times, "Times New Roman", serif; /* $font-serif: */
    font-size: 50px;
    font-style: normal;
    font-weight: normal;
    margin: 5px 0 21px 0;
}

.muted {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

/* @end Text Styles */

/* @group Wodge */

.wodge {
    /* border-bottom: 1px solid #c7c8c7; */
    margin: 24px 0 30px 0;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
}

    @media (min-width: 60em) {
        .wodge {
            margin: 48px 0 32px 0;
            padding: 0 0 32px 0;
        }
    }

.wodge:first-child {
    margin-top: 24px;
}

    @media (min-width: 40em) {
        .wodge:first-child {
            margin-top: 0;
        }
    }

.wodge:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

[class*="wodge"] button:last-of-type,
[class*="wodge"] [class*="button"]:last-of-type,
[class*="wodge"] input[type="button"]:last-of-type,
[class*="wodge"] input[type="submit"]:last-of-type {
    margin-right: 0;
}

.wodge-s .wodge-button {
    clear: both;
    margin-bottom: 10px;
    margin-top: 24px;
}

.wodge-s .wodge-button button,
.wodge-s .wodge-button [class*="button"],
.wodge-s .wodge-button input[type="button"],
.wodge-s .wodge-button input[type="submit"] {
    min-width: 7em;
}

    @media (min-width: 40em) {
        .wodge-s > * {
            float: left;
            margin-right: 0;
        }
        .wodge-s .wodge-button {
            clear: none;
            float: left;
            margin-left: 150px;
            margin-top: 0;
        }
    }

    @media (min-width: 60em) {
        .wodge-s .wodge-button {
            float: right;
            margin-left: 0;
        }

        .wodge-l .wodge-button {
            margin-left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }

        .wodge-header {
            max-width: 48%;
        }
    }

/* v1 */.wodge-image,
/* v2*/ .wodge-s > img {
    background-color: white;
    border-radius: 2px;
    border: 3px solid #a3a5a3;
    margin-bottom: 16px;
}

/* v2.1
 * FIX FOR WODGE-BUTTON
 * Note: wodge-button inherits from the [*='button'] class. On hover, the background of this container div turns blue.
 * This overrides these styels.
 */

.wodge-button:hover,
.wodge-button:active,
.wodge-button:focus {
    background-color: transparent !important; /* requires important! because button class has high specificity */
}

/* @end Wodge */

/* @group Global Header */

.global-header {
    background-color: white;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
    float: left;
    margin: 0;
    padding: 0 2%;
    position: absolute;
    top: 0;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
    width: 96%;
    z-index: 2;
}

.global-header.global-header-tight {
    margin-bottom: 0;
}

.global-header-logo {
    display: block;
    float: left;
    margin: 8px auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 6em;
}

@media print {
    .global-header-logo {
        float: none;
        margin: 32px auto 24px auto;
        text-align: center;
    }
}

.global-header-logo:link,
.global-header-logo:visited,
.global-header-logo:hover,
.global-header-logo:focus,
.global-header-logo:active {
    border: none;
}

.global-header-tagline {
    display: none;
    float: left;
    margin: 28px 30px;
}

.global-header-tagline sup {
    font-size: 8px;
}

.global-header-compact {
    position: relative;
}

/* @end Global Header */

/* @group Global Footer */

.global-footer {
    background: #494c49;
    border-top: 10px solid #399fd3;
    clear: both;
    color: white;
    float: left;
    padding: 30px 0 20px;
    width: 100%;
}

    @media print {
        .global-footer {
            display: none;
        }
    }

.global-footer a:link,
.global-footer a:visited,
.global-footer a:hover,
.global-footer a:focus,
.global-footer a:active {
    color: white;
}

.global-footer .search-global {
    margin: 0 0 32px;
}

.global-footer .search-global input {
    background-color: transparent;
    color: white;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    min-height: 33px;
    padding: 2px 5px;
    text-transform: none;
    width: 100%;
}

.global-footer .search-global input:focus {
    border-color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

/* These webkit selectors have to be separate or they won't work */
.global-footer .search-global ::-webkit-input-placeholder {
    color: white;
    text-transform: uppercase;
}
.global-footer .search-global :-ms-input-placeholder {
    color: white;
    text-transform: uppercase;
}
.global-footer .search-global :-moz-placeholder {
    color: white;
    text-transform: uppercase;
}
.global-footer .search-global ::-moz-placeholder {
    color: white;
    text-transform: uppercase;
}

.global-footer .search-global .search-global-submit {
    right: 10px;
    top: 7px;
}

.global-footer .search-global-input:focus + .search-global-submit,
.global-footer .search-global .search-global-submit:focus,
.global-footer .search-global .search-global-submit:active {
    background-image: url("../images/icon-search-white.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.global-footer .nav-footer .nav-tier2 {
    font-size: 13px;
}

.global-footer .nav-footer .nav-tier2,
.global-footer .nav-footer .nav-tier2 a:link,
.global-footer .nav-footer .nav-tier2 a:visited {
    color: #c5c6c5;
}

.global-footer .nav-footer .nav-tier2 a:hover,
.global-footer .nav-footer .nav-tier2 a:focus,
.global-footer .nav-footer .nav-tier2 a:active {
    color: white;
}

.global-footer .nav-footer .nav-tier2 li {
    margin-bottom: 8px;
}

.global-footer .nav-footer .nav-tier1:first-child {
    margin-left: 0;
}

.global-footer .nav-footer .nav-heading {
    display: block;
    font-family: "Interstate", "Gotham A", "Gotham B", "Open Sans Regular", "Verdana", "Helvetica", "Arial";
    font-size: 18px;
    margin-bottom: 5px;
}

.global-foot {
    background: black;
    clear: both;
    color: #afafaf;
    font-size: 14px;
    line-height: 22px;
    min-height: 45px;
    overflow: hidden;
    padding: 0 0 24px;
}

    @media print {
        .global-foot {
            color: black;
        }
    }

.global-foot-content {
    position: relative;
}

.global-foot-logo {
    left: 0;
    margin: 16px 16px 16px 0;
    position: absolute;
    width: 100px;
}

    @media (min-width: 80em) {
        .global-foot-logo {
            margin-left: 0;
        }
    }

    @media print {
        .global-foot-logo {
            display: none;
        }
    }

.global-foot small {
    float: left;
    margin: 10px 0 0 120px;
}

    @media print {
        .global-foot small {
            color: black;
            margin-left: 0;
        }
    }

/* @end Global Footer */

/* @group Layout */

.layout-centered {
    text-align: center;
}

.layout-crotchet,
.layout-crotchet-staccato,
.layout-minim,
.layout-minim-staccato {
    background-image: none;
    clear: both;
    float: none;
    padding: 0;
    width: 100%;
}

.layout-chimney .layout-minim,
.layout-chimney-invert .layout-minim,
.layout-chimney .layout-minim-staccato,
.layout-chimney-invert .layout-minim-staccato {
    margin: 0 auto;
    max-width: 30em;
    padding: 32px 4%;
    width: 92%;
}

.layout-chimney .layout-minim.chimney,
.layout-chimney-invert .layout-minim.chimney,
.layout-chimney .layout-minim-staccato.chimney,
.layout-chimney-invert .layout-minim-staccato.chimney {
    float: left;
    margin-bottom: 16px;
    max-width: 92%;
}

.layout-solo {
    padding-left: 4%;
    padding-right: 4%;
    width: 92%;
}

.layout-col {
    background-image: none;
    margin-left: 0;
}

.layout-semibreve,
.layout-breve {
    clear: both;
    margin: 0 auto;
    max-width: 60em;
    padding: 16px 4%;
    width: 92%;
}

.isolate {
    clear: both;
    margin-bottom: 24px;
}

.isolate-invert {
    clear: both;
    margin-top: 24px;
}

.insulate {
    margin: 15px auto;
}

.insulate + .insulate {
    margin-top: 0;
}

.insulate-sides,
.button-prominent.insulate-sides {
    margin-left: 15px;
    margin-right: 15px;
}

.insulate-inner {
    padding-bottom: 30px;
    padding-top: 30px;
}

/* Backwards compatibility with sections */
.layout-breve > .badge-heading:first-child {
    padding-top: 0;
}

.layout-breve > .badge-heading:first-child:before,
.layout-breve > .badge-heading:first-child:after {
    top: 0;
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* @end Layout */

/* @group Slab */

section,
[class*="slab-"] {
    clear: both;
    float: left;
    width: 100%;
}

.slab-dark-gray,
.bg-dark-gray,
.block-dark-gray,
.slab-red,
.bg-red,
.block-red,
.slab-medium-red,
.bg-medium-red,
.block-medium-red,
.slab-dark-blue,
.bg-dark-blue,
.block-dark-blue,
.slab-teal,
.bg-teal,
.block-teal {
    color: white;
}

.slab-teal,
.bg-teal,
.block-teal {
    background: #00a175; /* $color-teal */
}

.slab-teal a,
.bg-teal a,
.block-teal a {
    color: #99d9c8;
}

.slab-teal a:hover,
.slab-teal a:focus,
.slab-teal a:active,
.bg-teal a:hover,
.bg-teal a:focus,
.bg-teal a:active,
.block-teal a:hover,
.block-teal a:focus,
.block-teal a:active {
    border-bottom: 1px solid;
    border-color: #99d9c8;
}

/*.slab-teal .text-whisper,
.slab-teal .heading-contrast,
.slab-teal .button-invert,
.slab-teal .brick-heading, .slab-teal .brick .badge-heading, .brick .slab-teal .badge-heading, .slab-teal .chimney .profile .profile-role, .chimney .profile .slab-teal .profile-role, .slab-teal .chimney .profile .profile-note, .chimney .profile .slab-teal .profile-note, .slab-teal .global-header-tagline,
.bg-teal .text-whisper,
.bg-teal .heading-contrast,
.bg-teal .button-invert,
.bg-teal .brick-heading,
.bg-teal .brick .badge-heading,
.brick .bg-teal .badge-heading,
.bg-teal .chimney .profile .profile-role,
.chimney .profile .bg-teal .profile-role,
.bg-teal .chimney .profile .profile-note,
.chimney .profile .bg-teal .profile-note,
.bg-teal .global-header-tagline,
.block-teal .text-whisper,
.block-teal .heading-contrast,
.block-teal .button-invert,
.block-teal .brick-heading,
.block-teal .brick .badge-heading,
.brick .block-teal .badge-heading,
.block-teal .chimney .profile .profile-role,
.chimney .profile .block-teal .profile-role,
.block-teal .chimney .profile .profile-note,
.chimney .profile .block-teal .profile-note,
.block-teal .global-header-tagline {
color: white;
color: rgba(255, 255, 255, 0.7);
}*/

.slab-blue,
.bg-blue,
.block-blue {
    background: #399fd3;
}

.slab-blue a:link,
.slab-blue a:visited,
.bg-blue a:link,
.bg-blue a:visited,
.block-blue a:link {
color: white;
color: rgba(255, 255, 255, 0.6);
}

.slab-blue a:hover,
.slab-blue a:focus,
.slab-blue a:active,
.bg-blue a:hover,
.bg-blue a:focus,
.bg-blue a:active,
.block-blue a:hover,
.block-blue a:focus,
.block-blue a:active {
    border-bottom: 1px solid;
border-color: rgba(255, 255, 255, 0.6);
border-color: white;
}

.slab-blue .text-whisper,
.slab-blue .heading-contrast,
.slab-blue .button-invert,
.slab-blue .brick-heading,
.slab-blue .brick .badge-heading,
.brick .slab-blue .badge-heading,
.slab-blue .chimney .profile .profile-role,
.chimney .profile .slab-blue .profile-role,
.slab-blue .chimney .profile .profile-note,
.chimney .profile .slab-blue .profile-note,
.slab-blue .global-header-tagline,
.bg-blue .text-whisper,
.bg-blue .heading-contrast,
.bg-blue .button-invert,
.bg-blue .brick-heading,
.bg-blue .brick .badge-heading,
.brick .bg-blue .badge-heading,
.bg-blue .chimney .profile .profile-role,
.chimney .profile .bg-blue .profile-role,
.bg-blue .chimney .profile .profile-note,
.chimney .profile .bg-blue .profile-note,
.bg-blue .global-header-tagline,
.block-blue .text-whisper,
.block-blue .heading-contrast,
.block-blue .button-invert,
.block-blue .brick-heading,
.block-blue .brick .badge-heading,
.brick .block-blue .badge-heading,
.block-blue .chimney .profile .profile-role,
.chimney .profile .block-blue .profile-role,
.block-blue .chimney .profile .profile-note,
.chimney .profile .block-blue .profile-note,
.block-blue .global-header-tagline {
color: white;
color: rgba(255, 255, 255, 0.7);
}

.slab-dark-blue,
.bg-dark-blue,
.block-dark-blue {
    background: #004b6a;
    color: white;
}

.slab-dark-blue a:link,
.slab-dark-blue a:visited,
.bg-dark-blue a:link,
.bg-dark-blue a:visited,
.block-dark-blue a:link,
.block-dark-blue a:visited {
    color: #b3c9d2;
}

.slab-dark-blue a:hover,
.slab-dark-blue a:focus,
.slab-dark-blue a:active,
.bg-dark-blue a:hover,
.bg-dark-blue a:focus,
.bg-dark-blue a:active,
.block-dark-blue a:hover,
.block-dark-blue a:focus,
.block-dark-blue a:active {
    color: #b3c9d2;
    border-bottom: 1px solid #b3c9d2;
}

.slab-dark-blue .button-unstyled[class*="button-unstyled"],
.slab-dark-blue input.button-unstyled,
.bg-dark-blue .button-unstyled[class*="button-unstyled"],
.bg-dark-blue input.button-unstyled,
.block-dark-blue .button-unstyled[class*="button-unstyled"],
.block-dark-blue input.button-unstyled {
    color: white;
}

.slab-dark-blue .button-invert[class*="button-invert"],
.slab-dark-blue input.button-invert[class*="button-invert"],
.bg-dark-blue .button-invert[class*="button-invert"],
.bg-dark-blue input.button-invert[class*="button-invert"],
.block-dark-blue .button-invert[class*="button-invert"],
.block-dark-blue input.button-invert[class*="button-invert"] {
    color: white;
    border-color: white;
}

.slab-dark-blue textarea:focus,
.slab-dark-blue input:focus,
.bg-dark-blue textarea:focus,
.bg-dark-blue input:focus,
.block-dark-blue textarea:focus,
.block-dark-blue input:focus {
    border-color: #cf1b41; /* $color-red */
}

@media print {
    .slab-dark-blue,
    .bg-dark-blue,
    .block-dark-blue {
        background-color: transparent;
        color: inherit;
    }
}
.slab-red,
.bg-red,
.block-red {
    background: #cf1b41;
    color: white;
}

@media print {
    .slab-red,
    .bg-red,
    .block-red {
        background-color: transparent;
        color: inherit;
    }
}
.slab-red a:link,
.slab-red a:visited,
.bg-red a:link,
.bg-red a:visited,
.block-red a:link,
.block-red a:visited, {
    border-bottom: none;
color: rgba(255, 255, 255, 0.7);
color: white;
}

.slab-red a:link,
.slab-red a:visited,
.slab-red a:hover,
.slab-red a:focus,
.slab-red a:active,
.slab-red label,
.bg-red a:link,
.bg-red a:visited,
.bg-red a:hover,
.bg-red a:focus,
.bg-red a:active,
.bg-red label,
.block-red a:link,
.block-red a:visited,
.block-red a:hover,
.block-red a:focus,
.block-red a:active,
.block-red label,
.slab-red .list-icons a:link,
.slab-red .list-icons a:visited,
.slab-red .list-icons a:hover,
.slab-red .list-icons a:focus,
.slab-red .list-icons a:active,
.bg-red .list-icons a:link,
.bg-red .list-icons a:visited,
.bg-red .list-icons a:hover,
.bg-red .list-icons a:focus,
.bg-red .list-icons a:active,
.block-red .list-icons a:link,
.block-red .list-icons a:visited,
.block-red .list-icons a:hover,
.block-red .list-icons a:focus,
.block-red .list-icons a:active {
    color: white;
}

.slab-red a.text-whisper:link,
.slab-red a.heading-contrast:link,
.slab-red a.button-invert:link,
.slab-red a.brick-heading:link,
.slab-red .brick a.badge-heading:link,
.slab-red .chimney .profile a.profile-role:link,
.slab-red .chimney .profile a.profile-note:link,
.slab-red a.global-header-tagline:link,
.slab-red a.text-whisper:visited,
.slab-red a.heading-contrast:visited,
.slab-red a.button-invert:visited,
.slab-red a.brick-heading:visited,
.slab-red a.text-whisper:hover,
.slab-red a.heading-contrast:hover,
.slab-red a.button-invert:hover,
.slab-red a.brick-heading:hover,
.slab-red .brick a.badge-heading:hover,
.slab-red .brick a.badge-heading:visited,

.brick .slab-red a.badge-heading:link,
.brick .slab-red a.badge-heading:visited,

.slab-red .chimney .profile a.profile-role:visited,
.slab-red .chimney .profile a.profile-note:visited,

.chimney .profile .slab-red a.profile-role:link,
.chimney .profile .slab-red a.profile-role:visited,
.chimney .profile .slab-red a.profile-note:link,
.chimney .profile .slab-red a.profile-note:visited,

.slab-red a.global-header-tagline:visited,

.brick .slab-red a.badge-heading:hover,
.slab-red .chimney .profile a.profile-role:hover,
.chimney .profile .slab-red a.profile-role:hover,
.slab-red .chimney .profile a.profile-note:hover,
.chimney .profile .slab-red a.profile-note:hover,
.slab-red a.global-header-tagline:hover,
.slab-red a.text-whisper:focus,
.slab-red a.heading-contrast:focus,
.slab-red a.button-invert:focus,
.slab-red a.brick-heading:focus,
.slab-red .brick a.badge-heading:focus,
.brick .slab-red a.badge-heading:focus,
.slab-red .chimney .profile a.profile-role:focus,
.chimney .profile .slab-red a.profile-role:focus,
.slab-red .chimney .profile a.profile-note:focus,
.chimney .profile .slab-red a.profile-note:focus,
.slab-red a.global-header-tagline:focus,
.slab-red a.text-whisper:active,
.slab-red a.heading-contrast:active,
.slab-red a.button-invert:active,
.slab-red a.brick-heading:active,
.slab-red .brick a.badge-heading:active,
.brick .slab-red a.badge-heading:active,
.slab-red .chimney .profile a.profile-role:active,
.chimney .profile .slab-red a.profile-role:active,
.slab-red .chimney .profile a.profile-note:active,
.chimney .profile .slab-red a.profile-note:active,
.slab-red a.global-header-tagline:active,
.bg-red a.text-whisper:link,
.bg-red a.heading-contrast:link,
.bg-red a.button-invert:link,
.bg-red a.brick-heading:link,
.bg-red .brick a.badge-heading:link,
.brick .bg-red a.badge-heading:link,
.bg-red .chimney .profile a.profile-role:link,
.chimney .profile .bg-red a.profile-role:link,
.bg-red .chimney .profile a.profile-note:link,
.chimney .profile .bg-red a.profile-note:link,
.bg-red a.global-header-tagline:link,
.bg-red a.text-whisper:visited,
.bg-red a.heading-contrast:visited,
.bg-red a.button-invert:visited,
.bg-red a.brick-heading:visited,
.bg-red .brick a.badge-heading:visited,
.brick .bg-red a.badge-heading:visited,
.bg-red .chimney .profile a.profile-role:visited,
.chimney .profile .bg-red a.profile-role:visited,
.bg-red .chimney .profile a.profile-note:visited,
.chimney .profile .bg-red a.profile-note:visited,
.bg-red a.global-header-tagline:visited,
.bg-red a.text-whisper:hover,
.bg-red a.heading-contrast:hover,
.bg-red a.button-invert:hover,
.bg-red a.brick-heading:hover,
.bg-red .brick a.badge-heading:hover,
.brick .bg-red a.badge-heading:hover,
.bg-red .chimney .profile a.profile-role:hover,
.chimney .profile .bg-red a.profile-role:hover,
.bg-red .chimney .profile a.profile-note:hover,
.chimney .profile .bg-red a.profile-note:hover,
.bg-red a.global-header-tagline:hover,
.bg-red a.text-whisper:focus,
.bg-red a.heading-contrast:focus,
.bg-red a.button-invert:focus,
.bg-red a.brick-heading:focus,
.bg-red .brick a.badge-heading:focus,
.brick .bg-red a.badge-heading:focus,
.bg-red .chimney .profile a.profile-role:focus,
.chimney .profile .bg-red a.profile-role:focus,
.bg-red .chimney .profile a.profile-note:focus,
.chimney .profile .bg-red a.profile-note:focus,
.bg-red a.global-header-tagline:focus,
.bg-red a.text-whisper:active,
.bg-red a.heading-contrast:active,
.bg-red a.button-invert:active,
.bg-red a.brick-heading:active,
.bg-red .brick a.badge-heading:active,
.brick .bg-red a.badge-heading:active,
.bg-red .chimney .profile a.profile-role:active,
.chimney .profile .bg-red a.profile-role:active,
.bg-red .chimney .profile a.profile-note:active,
.chimney .profile .bg-red a.profile-note:active,
.bg-red a.global-header-tagline:active,
.block-red a.text-whisper:link,
.block-red a.heading-contrast:link,
.block-red a.button-invert:link,
.block-red a.brick-heading:link,
.block-red .brick a.badge-heading:link,
.brick .block-red a.badge-heading:link,
.block-red .chimney .profile a.profile-role:link,
.chimney .profile .block-red a.profile-role:link,
.block-red .chimney .profile a.profile-note:link,
.chimney .profile .block-red a.profile-note:link,
.block-red a.global-header-tagline:link,
.block-red a.text-whisper:visited,
.block-red a.heading-contrast:visited,
.block-red a.button-invert:visited,
.block-red a.brick-heading:visited,
.block-red .brick a.badge-heading:visited,
.brick .block-red a.badge-heading:visited,
.block-red .chimney .profile a.profile-role:visited,
.chimney .profile .block-red a.profile-role:visited,
.block-red .chimney .profile a.profile-note:visited,
.chimney .profile .block-red a.profile-note:visited,
.block-red a.global-header-tagline:visited,
.block-red a.text-whisper:hover,
.block-red a.heading-contrast:hover,
.block-red a.button-invert:hover,
.block-red a.brick-heading:hover,
.block-red .brick a.badge-heading:hover,
.brick .block-red a.badge-heading:hover,
.block-red .chimney .profile a.profile-role:hover,
.chimney .profile .block-red a.profile-role:hover,
.block-red .chimney .profile a.profile-note:hover,
.chimney .profile .block-red a.profile-note:hover,
.block-red a.global-header-tagline:hover,
.block-red a.text-whisper:focus,
.block-red a.heading-contrast:focus,
.block-red a.button-invert:focus,
.block-red a.brick-heading:focus,
.block-red .brick a.badge-heading:focus,
.brick .block-red a.badge-heading:focus,
.block-red .chimney .profile a.profile-role:focus,
.chimney .profile .block-red a.profile-role:focus,
.block-red .chimney .profile a.profile-note:focus,
.chimney .profile .block-red a.profile-note:focus,
.block-red a.global-header-tagline:focus,
.block-red a.text-whisper:active,
.block-red a.heading-contrast:active,
.block-red a.button-invert:active,
.block-red a.brick-heading:active,
.block-red .brick a.badge-heading:active,
.brick .block-red a.badge-heading:active,
.block-red .chimney .profile a.profile-role:active,
.chimney .profile .block-red a.profile-role:active,
.block-red .chimney .profile a.profile-note:active,
.chimney .profile .block-red a.profile-note:active,
.block-red a.global-header-tagline:active {
    border-bottom: none;
color: rgba(255, 255, 255, 0.7);
color: white;
font-weight: 500;
}

.slab-red a.text-whisper:hover, .slab-red a.heading-contrast:hover, .slab-red a.button-invert:hover, .slab-red a.brick-heading:hover, .slab-red .brick a.badge-heading:hover, .brick .slab-red a.badge-heading:hover, .slab-red .chimney .profile a.profile-role:hover, .chimney .profile .slab-red a.profile-role:hover, .slab-red .chimney .profile a.profile-note:hover, .chimney .profile .slab-red a.profile-note:hover, .slab-red a.global-header-tagline:hover,
.slab-red a.text-whisper:focus,
.slab-red a.heading-contrast:focus,
.slab-red a.button-invert:focus,
.slab-red a.brick-heading:focus,
.slab-red .brick a.badge-heading:focus,
.brick .slab-red a.badge-heading:focus,
.slab-red .chimney .profile a.profile-role:focus,
.chimney .profile .slab-red a.profile-role:focus,
.slab-red .chimney .profile a.profile-note:focus,
.chimney .profile .slab-red a.profile-note:focus,
.slab-red a.global-header-tagline:focus,
.slab-red a.text-whisper:active,
.slab-red a.heading-contrast:active,
.slab-red a.button-invert:active,
.slab-red a.brick-heading:active,
.slab-red .brick a.badge-heading:active,
.brick .slab-red a.badge-heading:active,
.slab-red .chimney .profile a.profile-role:active,
.chimney .profile .slab-red a.profile-role:active,
.slab-red .chimney .profile a.profile-note:active,
.chimney .profile .slab-red a.profile-note:active,
.slab-red a.global-header-tagline:active,
.bg-red a.text-whisper:hover,
.bg-red a.heading-contrast:hover,
.bg-red a.button-invert:hover,
.bg-red a.brick-heading:hover,
.bg-red .brick a.badge-heading:hover,
.brick .bg-red a.badge-heading:hover,
.bg-red .chimney .profile a.profile-role:hover,
.chimney .profile .bg-red a.profile-role:hover,
.bg-red .chimney .profile a.profile-note:hover,
.chimney .profile .bg-red a.profile-note:hover,
.bg-red a.global-header-tagline:hover,
.bg-red a.text-whisper:focus,
.bg-red a.heading-contrast:focus,
.bg-red a.button-invert:focus,
.bg-red a.brick-heading:focus,
.bg-red .brick a.badge-heading:focus,
.brick .bg-red a.badge-heading:focus,
.bg-red .chimney .profile a.profile-role:focus,
.chimney .profile .bg-red a.profile-role:focus,
.bg-red .chimney .profile a.profile-note:focus,
.chimney .profile .bg-red a.profile-note:focus,
.bg-red a.global-header-tagline:focus,
.bg-red a.text-whisper:active,
.bg-red a.heading-contrast:active,
.bg-red a.button-invert:active,
.bg-red a.brick-heading:active,
.bg-red .brick a.badge-heading:active,
.brick .bg-red a.badge-heading:active,
.bg-red .chimney .profile a.profile-role:active,
.chimney .profile .bg-red a.profile-role:active,
.bg-red .chimney .profile a.profile-note:active,
.chimney .profile .bg-red a.profile-note:active,
.bg-red a.global-header-tagline:active,
.block-red a.text-whisper:hover,
.block-red a.heading-contrast:hover,
.block-red a.button-invert:hover,
.block-red a.brick-heading:hover,
.block-red .brick a.badge-heading:hover,
.brick .block-red a.badge-heading:hover,
.block-red .chimney .profile a.profile-role:hover,
.chimney .profile .block-red a.profile-role:hover,
.block-red .chimney .profile a.profile-note:hover,
.chimney .profile .block-red a.profile-note:hover,
.block-red a.global-header-tagline:hover,
.block-red a.text-whisper:focus,
.block-red a.heading-contrast:focus,
.block-red a.button-invert:focus,
.block-red a.brick-heading:focus,
.block-red .brick a.badge-heading:focus,
.brick .block-red a.badge-heading:focus,
.block-red .chimney .profile a.profile-role:focus,
.chimney .profile .block-red a.profile-role:focus,
.block-red .chimney .profile a.profile-note:focus,
.chimney .profile .block-red a.profile-note:focus,
.block-red a.global-header-tagline:focus,
.block-red a.text-whisper:active,
.block-red a.heading-contrast:active,
.block-red a.button-invert:active,
.block-red a.brick-heading:active,
.block-red .brick a.badge-heading:active,
.brick .block-red a.badge-heading:active,
.block-red .chimney .profile a.profile-role:active,
.chimney .profile .block-red a.profile-role:active,
.block-red .chimney .profile a.profile-note:active,
.chimney .profile .block-red a.profile-note:active,
.block-red a.global-header-tagline:active {
    color: white;
}

.slab-red .text-whisper, .slab-red .heading-contrast, .slab-red .button-invert, .slab-red .brick-heading, .slab-red .brick .badge-heading, .brick .slab-red .badge-heading, .slab-red .chimney .profile .profile-role, .chimney .profile .slab-red .profile-role, .slab-red .chimney .profile .profile-note, .chimney .profile .slab-red .profile-note, .slab-red .global-header-tagline,
.bg-red .text-whisper,
.bg-red .heading-contrast,
.bg-red .button-invert,
.bg-red .brick-heading,
.bg-red .brick .badge-heading,
.brick .bg-red .badge-heading,
.bg-red .chimney .profile .profile-role,
.chimney .profile .bg-red .profile-role,
.bg-red .chimney .profile .profile-note,
.chimney .profile .bg-red .profile-note,
.bg-red .global-header-tagline,
.block-red .text-whisper,
.block-red .heading-contrast,
.block-red .button-invert,
.block-red .brick-heading,
.block-red .brick .badge-heading,
.brick .block-red .badge-heading,
.block-red .chimney .profile .profile-role,
.chimney .profile .block-red .profile-role,
.block-red .chimney .profile .profile-note,
.chimney .profile .block-red .profile-note,
.block-red .global-header-tagline {
color: rgba(255, 255, 255, 0.7);
color: white;
}

.slab-medium-red,
.bg-medium-red,
.block-medium-red {
    background: #aa1c3a;
    color: white;
}

.slab-medium-red a:link,
.slab-medium-red a:visited,
.bg-medium-red a:link,
.bg-medium-red a:visited,
.block-medium-red a:link,
.block-medium-red a:visited {
    border-bottom: none;
    color: white;
}

.slab-medium-red a:hover,
.slab-medium-red a:focus,
.slab-medium-red a:active,
.bg-medium-red a:hover,
.bg-medium-red a:focus,
.bg-medium-red a:active,
.block-medium-red a:hover,
.block-medium-red a:focus,
.block-medium-red a:active {
color: white;
color: rgba(255, 255, 255, 0.7);
}

.slab-medium-red form input,
.slab-medium-red form select,
.bg-medium-red form input,
.bg-medium-red form select,
.block-medium-red form input,
.block-medium-red form select {
    border: none;
}

.slab-medium-red .text-whisper, .slab-medium-red .heading-contrast, .slab-medium-red .button-invert, .slab-medium-red .brick-heading, .slab-medium-red .brick .badge-heading, .brick .slab-medium-red .badge-heading, .slab-medium-red .chimney .profile .profile-role, .chimney .profile .slab-medium-red .profile-role, .slab-medium-red .chimney .profile .profile-note, .chimney .profile .slab-medium-red .profile-note, .slab-medium-red .global-header-tagline,
.bg-medium-red .text-whisper,
.bg-medium-red .heading-contrast,
.bg-medium-red .button-invert,
.bg-medium-red .brick-heading,
.bg-medium-red .brick .badge-heading,
.brick .bg-medium-red .badge-heading,
.bg-medium-red .chimney .profile .profile-role,
.chimney .profile .bg-medium-red .profile-role,
.bg-medium-red .chimney .profile .profile-note,
.chimney .profile .bg-medium-red .profile-note,
.bg-medium-red .global-header-tagline,
.block-medium-red .text-whisper,
.block-medium-red .heading-contrast,
.block-medium-red .button-invert,
.block-medium-red .brick-heading,
.block-medium-red .brick .badge-heading,
.brick .block-medium-red .badge-heading,
.block-medium-red .chimney .profile .profile-role,
.chimney .profile .block-medium-red .profile-role,
.block-medium-red .chimney .profile .profile-note,
.chimney .profile .block-medium-red .profile-note,
.block-medium-red .global-header-tagline {
color: white;
color: rgba(255, 255, 255, 0.7);
}

.slab-gray,
.bg-gray,
.block-gray {
background: #e5e5e5;
background: rgba(229, 229, 229, 0.5);
}

.slab-black,
.bg-black,
.block-black {
    background-color: black;
    color: white;
}

.slab-dark-gray,
.bg-dark-gray,
.block-dark-gray {
    background-color: #494c49;
    color: white;
}

.slab-black a:link,
.slab-black a:visited,
.bg-black a:link,
.bg-black a:visited,
.block-black a:link,
.block-black a:visited,
.slab-dark-gray a:link,
.slab-dark-gray a:visited,
.bg-dark-gray a:link,
.bg-dark-gray a:visited,
.block-dark-gray a:link,
.block-dark-gray a:visited {
    border-bottom: none;
    color: white;
}

.slab-black a:hover,
.slab-black a:focus,
.slab-black a:active,
.bg-black a:hover,
.bg-black a:focus,
.bg-black a:active,
.block-black a:hover,
.block-black a:focus,
.block-black a:active,
.slab-dark-gray a:hover,
.slab-dark-gray a:focus,
.slab-dark-gray a:active,
.bg-dark-gray a:hover,
.bg-dark-gray a:focus,
.bg-dark-gray a:active,
.block-dark-gray a:hover,
.block-dark-gray a:focus,
.block-dark-gray a:active {
color: white;
color: rgba(255, 255, 255, 0.7);
}

.slab-black .text-whisper, .slab-black .heading-contrast, .slab-black .button-invert, .slab-black .brick-heading, .slab-black .brick .badge-heading, .brick .slab-black .badge-heading, .slab-black .chimney .profile .profile-role, .chimney .profile .slab-black .profile-role, .slab-black .chimney .profile .profile-note, .chimney .profile .slab-black .profile-note, .slab-black .global-header-tagline,
.bg-black .text-whisper,
.bg-black .heading-contrast,
.bg-black .button-invert,
.bg-black .brick-heading,
.bg-black .brick .badge-heading,
.brick .bg-black .badge-heading,
.bg-black .chimney .profile .profile-role,
.chimney .profile .bg-black .profile-role,
.bg-black .chimney .profile .profile-note,
.chimney .profile .bg-black .profile-note,
.bg-black .global-header-tagline,
.block-black .text-whisper,
.block-black .heading-contrast,
.block-black .button-invert,
.block-black .brick-heading,
.block-black .brick .badge-heading,
.brick .block-black .badge-heading,
.block-black .chimney .profile .profile-role,
.chimney .profile .block-black .profile-role,
.block-black .chimney .profile .profile-note,
.chimney .profile .block-black .profile-note,
.block-black .global-header-tagline,
.slab-dark-gray .text-whisper,
.slab-dark-gray .heading-contrast,
.slab-dark-gray .button-invert,
.slab-dark-gray .brick-heading,
.slab-dark-gray .brick .badge-heading,
.brick .slab-dark-gray .badge-heading,
.slab-dark-gray .chimney .profile .profile-role,
.chimney .profile .slab-dark-gray .profile-role,
.slab-dark-gray .chimney .profile .profile-note,
.chimney .profile .slab-dark-gray .profile-note,
.slab-dark-gray .global-header-tagline,
.bg-dark-gray .text-whisper,
.bg-dark-gray .heading-contrast,
.bg-dark-gray .button-invert,
.bg-dark-gray .brick-heading,
.bg-dark-gray .brick .badge-heading,
.brick .bg-dark-gray .badge-heading,
.bg-dark-gray .chimney .profile .profile-role,
.chimney .profile .bg-dark-gray .profile-role,
.bg-dark-gray .chimney .profile .profile-note,
.chimney .profile .bg-dark-gray .profile-note,
.bg-dark-gray .global-header-tagline,
.block-dark-gray .text-whisper,
.block-dark-gray .heading-contrast,
.block-dark-gray .button-invert,
.block-dark-gray .brick-heading,
.block-dark-gray .brick .badge-heading,
.brick .block-dark-gray .badge-heading,
.block-dark-gray .chimney .profile .profile-role,
.chimney .profile .block-dark-gray .profile-role,
.block-dark-gray .chimney .profile .profile-note,
.chimney .profile .block-dark-gray .profile-note,
.block-dark-gray .global-header-tagline {
color: white;
color: rgba(255, 255, 255, 0.7);
}

.slab-black form input,
.slab-black form select,
.bg-black form input,
.bg-black form select,
.block-black form input,
.block-black form select,
.slab-dark-gray form input,
.slab-dark-gray form select,
.bg-dark-gray form input,
.bg-dark-gray form select,
.block-dark-gray form input,
.block-dark-gray form select {
    border: none;
}

.slab-red .button-prominent,
.slab-red input.button-prominent,
.slab-red .button-prominent:link,
.slab-red .button-prominent:visited,
.slab-red .button-prominent:active,
.bg-red .button-prominent,
.bg-red input.button-prominent,
.bg-red .button-prominent:link,
.bg-red .button-prominent:visited,
.bg-red .button-prominent:active,
.block-red .button-prominent,
.block-red input.button-prominent,
.block-red .button-prominent:link,
.block-red .button-prominent:visited,
.block-red .button-prominent:active {
    background: #82172d;
}

.slab-red input.button-prominent:hover,
.slab-red input.button-prominent:focus,
.slab-red .button-prominent:hover,
.slab-red .button-prominent:focus,
.bg-red input.button-prominent:hover,
.bg-red input.button-prominent:focus,
.bg-red .button-prominent:hover,
.bg-red .button-prominent:focus,
.block-red input.button-prominent:hover,
.block-red input.button-prominent:focus,
.block-red .button-prominent:hover,
.block-red .button-prominent:focus {
background: #aa1c3a;
background: rgba(170, 28, 58, 0.8);
}

.slab-medium-red .button-prominent,
.slab-medium-red input.button-prominent,
.slab-medium-red .button-prominent:link,
.slab-medium-red .button-prominent:visited,
.slab-medium-red .button-prominent:active,
.bg-medium-red .button-prominent,
.bg-medium-red input.button-prominent,
.bg-medium-red .button-prominent:link,
.bg-medium-red .button-prominent:visited,
.bg-medium-red .button-prominent:active,
.block-medium-red .button-prominent,
.block-medium-red input.button-prominent,
.block-medium-red .button-prominent:link,
.block-medium-red .button-prominent:visited,
.block-medium-red .button-prominent:active {
    background: #82172d;
}

.slab-medium-red input.button-prominent:hover,
.slab-medium-red input.button-prominent:focus,
.slab-medium-red .button-prominent:hover,
.slab-medium-red .button-prominent:focus,
.bg-medium-red input.button-prominent:hover,
.bg-medium-red input.button-prominent:focus,
.bg-medium-red .button-prominent:hover,
.bg-medium-red .button-prominent:focus,
.block-medium-red input.button-prominent:hover,
.block-medium-red input.button-prominent:focus,
.block-medium-red .button-prominent:hover,
.block-medium-red .button-prominent:focus {
background: black;
background: rgba(0, 0, 0, 0.4);
}

.slab-medium-red .text-whisper, .slab-medium-red .heading-contrast, .slab-medium-red .button-invert, .slab-medium-red .brick-heading, .slab-medium-red .brick .badge-heading, .brick .slab-medium-red .badge-heading, .slab-medium-red .chimney .profile .profile-role, .chimney .profile .slab-medium-red .profile-role, .slab-medium-red .chimney .profile .profile-note, .chimney .profile .slab-medium-red .profile-note, .slab-medium-red .global-header-tagline,
.bg-medium-red .text-whisper,
.bg-medium-red .heading-contrast,
.bg-medium-red .button-invert,
.bg-medium-red .brick-heading,
.bg-medium-red .brick .badge-heading,
.brick .bg-medium-red .badge-heading,
.bg-medium-red .chimney .profile .profile-role,
.chimney .profile .bg-medium-red .profile-role,
.bg-medium-red .chimney .profile .profile-note,
.chimney .profile .bg-medium-red .profile-note,
.bg-medium-red .global-header-tagline,
.block-medium-red .text-whisper,
.block-medium-red .heading-contrast,
.block-medium-red .button-invert,
.block-medium-red .brick-heading,
.block-medium-red .brick .badge-heading,
.brick .block-medium-red .badge-heading,
.block-medium-red .chimney .profile .profile-role,
.chimney .profile .block-medium-red .profile-role,
.block-medium-red .chimney .profile .profile-note,
.chimney .profile .block-medium-red .profile-note,
.block-medium-red .global-header-tagline {
color: white;
color: rgba(255, 255, 255, 0.7);
}

[class*="slab-"].slab-bg1 {
    background-color: transparent;
    background-image: url("../images/fade-black.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    position: relative;
}

.slab-bg1:before {
    background-image: url("../images/photo-bg1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* @end Slab */

/* @group JS dependant */

.slid .skip-to-nav a:link,
.slid .skip-to-nav a:visited,
.slid .skip-to-nav a:hover,
.slid .skip-to-nav a:focus,
.slid .skip-to-nav a:active {
    color: black;
}

.slid .skip-to-nav a:after {
    color: #cf1b41; /* $color-red */
    content: " ×";
}

.js body {
    background-color: #494c49; /* custom color */
}

.js-container {
    background-color: white;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.5);
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    z-index: 2;
}

.js-container.slid {
    right: 75%;
}

.js-offcanvas {
    border-top: 5px solid #399fd3; /* $color-blue */
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    z-index: 1;
}

.js-offcanvas .nav-global-secondary {
    padding: 0;
    width: 100%;
}

.js-offcanvas li {
    clear: both;
    font-size: 14px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.js-offcanvas li a,
.js-offcanvas li button,
.js-offcanvas li [class*="button"],
.js-offcanvas li input[type="button"],
.js-offcanvas li input[type="submit"] {
    background-color: transparent;
    border-bottom: 1px solid #5a5d5a;
    color: white;
    display: block;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 10px 16px;
    text-align: left;
}

.js-offcanvas li a:hover,
.js-offcanvas li a:focus,
.js-offcanvas li a:active,
.js-offcanvas li button:hover,
.js-offcanvas li button:focus,
.js-offcanvas li button:active,
.js-offcanvas li [class*="button"]:hover,
.js-offcanvas li [class*="button"]:focus,
.js-offcanvas li [class*="button"]:active,
.js-offcanvas li input[type="button"]:hover,
.js-offcanvas li input[type="button"]:focus,
.js-offcanvas li input[type="button"]:active,
.js-offcanvas li input[type="submit"]:hover,
.js-offcanvas li input[type="submit"]:focus,
.js-offcanvas li input[type="submit"]:active {
    background-color: black;
}

.js-offcanvas li.nav-has-children > a {
    background-image: url("../images/arrow-chevron-down-gray-dark.png");
    background-position: right 16px top 13px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    text-transform: uppercase;
}

.js-offcanvas .nav-global-primary {
    background-color: #494c49; /* custom color */
    clear: both;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.js-offcanvas .nav-global-primary .nav-tier2 {
    display: block;
}

.js-offcanvas .nav-global-secondary .nav-tier2 {
    border-top: 1px solid #555; /* custom color */
}

.js-offcanvas .nav-global-primary ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.js-offcanvas .nav-tier2,
.js-offcanvas .nav-global-primary .nav-tier2,
.js-offcanvas .nav-global-secondary .nav-tier2 {
    background: #3a3c3a;
    box-shadow: none;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none;
    width: 100%;
}

.js-offcanvas .nav-tier1 a:link,
.js-offcanvas .nav-tier1 a:visited,
.js-offcanvas .nav-tier1 a:hover,
.js-offcanvas .nav-tier1 a:focus,
.js-offcanvas .nav-tier1 a:active {
    color: white;
}

.js-offcanvas .nav-tier2 a:link,
.js-offcanvas .nav-tier2 a:visited,
.js-offcanvas .nav-tier2 a:hover,
.js-offcanvas .nav-tier2 a:focus,
.js-offcanvas .nav-tier2 a:active {
    color: white;
    padding: 10px 16px;
}

.js-offcanvas .nav-tier1 > a.state-active,
.js-offcanvas .nav-tier1 > a.state-active:hover,
.js-offcanvas .nav-tier1 > a.state-active:focus,
.js-offcanvas .nav-tier1 > a.state-active:active {
    background-color: black;
}

.js-offcanvas .search-global input {
    background-color: transparent;
    border: 1px solid #6d6e71;
    color: white;
    margin-left: 7px;
    margin-top: 0.25em;
    padding: 8px 2% 8px 2px;
    width: 95%;
    width: calc(99% - 9px);
}

.js-offcanvas .search-global input:focus {
    background-color: white;
    color: black;
}

.js-offcanvas .search-global .search-global-submit {
    right: 35px;
    top: 13px;
}

.js-offcanvas .search-global-input:focus + .search-global-submit,
.js-offcanvas .search-global .search-global-submit:focus,
.js-offcanvas .search-global .search-global-submit:active {
    background-image: url("../images/icon-search-black.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: none;
}

/* @end JS dependant */
