/*
Q4 Overrides, after Nike's instructions:
Replaced all "Trade Gothic for Nike 365 BdCn" with "Trade Gothic for Nike 365 BdCn"
/*

/* -------------------------------- */
/* Imports
/* -------------------------------- */
/* -------------------------------- */
/* Imports
/* -------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* -------------------------------- */
/* Constants
/* -------------------------------- */
/**
 *
 * Common media query mixin for responsive layouts
 *
 * var MyController = function () {};
 * MyController.prototype = new Controller();
 *
 * @media-query
 *
 *
 */
/*!
 *
 * Global Grid Settings
 *
 */
.wrap {
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    width: 100%;
}

.grid {
    position: relative;
}

.col {
    float: left;
    position: relative;
    width: 100%;
}

.col--1of4 {
    width: 25%;
}

.col--2of4 {
    width: 50%;
}

.col--3of4 {
    width: 75%;
}

.col--1of5 {
    width: 20%;
}

.col--2of5 {
    width: 40%;
}

.col--3of5 {
    width: 60%;
}

.col--4of5 {
    width: 80%;
}

.col--12of12 {
    width: 100%;
}

.col--11of12 {
    width: 91.66667%;
}

.col--10of12 {
    width: 83.33333%;
}

.col--9of12 {
    width: 75%;
}

.col--8of12 {
    width: 66.66667%;
}

.col--7of12 {
    width: 58.33333%;
}

.col--6of12 {
    width: 50%;
}

.col--5of12 {
    width: 41.66667%;
}

.col--4of12 {
    width: 33.33333%;
}

.col--3of12 {
    width: 25%;
}

.col--2of12 {
    width: 16.66667%;
}

.col--1of12 {
    width: 8.33333%;
}

.-push--12 {
    margin-left: 100%;
}

.-push--11 {
    margin-left: 91.66667%;
}

.-push--10 {
    margin-left: 83.33333%;
}

.-push--9 {
    margin-left: 75%;
}

.-push--8 {
    margin-left: 66.66667%;
}

.-push--7 {
    margin-left: 58.33333%;
}

.-push--6 {
    margin-left: 50%;
}

.-push--5 {
    margin-left: 41.66667%;
}

.-push--4 {
    margin-left: 33.33333%;
}

.-push--3 {
    margin-left: 25%;
}

.-push--2 {
    margin-left: 16.66667%;
}

.-push--1 {
    margin-left: 8.33333%;
}

.-pull--12 {
    margin-left: -100%;
}

.-pull--11 {
    margin-left: -91.66667%;
}

.-pull--10 {
    margin-left: -83.33333%;
}

.-pull--9 {
    margin-left: -75%;
}

.-pull--8 {
    margin-left: -66.66667%;
}

.-pull--7 {
    margin-left: -58.33333%;
}

.-pull--6 {
    margin-left: -50%;
}

.-pull--5 {
    margin-left: -41.66667%;
}

.-pull--4 {
    margin-left: -33.33333%;
}

.-pull--3 {
    margin-left: -25%;
}

.-pull--2 {
    margin-left: -16.66667%;
}

.-pull--1 {
    margin-left: -8.33333%;
}

@media only screen and (max-width: 1024px) {
    .col--large-device-full {
        width: 100%;
    }

    .col--large-device-3of4 {
        width: 75%;
    }

    .large-device--show {
        display: block;
    }

    .large-device--hide {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .col--med-device-full {
        width: 100%;
    }

    .col--med-device-3of4 {
        width: 75%;
    }

    .med-device--show {
        display: block;
    }

    .med-device--hide {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .col--small-device-full {
        width: 100%;
    }

    .col--small-device-3of4 {
        width: 75%;
    }

    .small-device--show {
        display: block;
    }

    .small-device--hide {
        display: none;
    }
}
.icon--swoosh:before {
    content: "\e002";
}

.icon--collapsed:before {
    content: "\e617";
}

.icon--share:before {
    content: "\e61c";
}

.icon--settings:before {
    content: "\e601";
}

.icon--permalink:before {
    content: "\e602";
}

.icon--mail:before {
    content: "\e603";
}

.icon--instagram:before {
    content: "\e604";
}

.icon--heart:before {
    content: "\e605";
}

.icon--facebook:before {
    content: "\e606";
}

.icon--double-arrow:before {
    content: "\e607";
}

.icon--delete:before {
    content: "\e608";
}

.icon--comment:before {
    content: "\e609";
}

.icon--collapse:before {
    content: "\e60a";
}

.icon--checkmark:before {
    content: "\e60b";
}

.icon--person:before {
    content: "\e60c";
}

.icon--twitter:before {
    content: "\e60d";
}

.icon--arrow:before {
    content: "\e60e";
}

.icon--expand:before {
    content: "\e007";
}

.icon--list:before {
    content: "\e615";
}

.icon--blacklist:before {
    content: "\e037";
}

.icon--dots:before {
    content: "\e611";
}

.icon--star:before {
    content: "\e613";
}

.icon--pin:before {
    content: "\e612";
}

.icon--ex:before {
    content: "\e005";
}

.icon--info:before {
    content: "\e610";
}

.icon--arrow-down:before {
    content: "\e614";
}

.icon--captain:before {
    content: "\e60f";
}

.icon--arrow-up:before {
    content: "\e616";
}

.icon--double-arrow-right:before {
    content: "\e619";
}

.icon--arrow-right:before {
    content: "\e61a";
}

.icon--flag:before {
    content: "\e618";
}

.icon--collapsed-up:before {
    content: "\e008";
}

.icon--question:before {
    content: "\e021";
}

.icon--twitter:before {
    content: "\e61b";
}

.icon--grid:before {
    content: "\e61d";
}

.icon--facebook:before {
    content: "\e61e";
}

.icon--download:before {
    content: "\e61f";
}

.icon--search:before {
    content: "\e600";
}

@font-face {
    font-family: 'icons';
    src: url('../fonts/icons/icons.eot');
    src: url('../fonts/icons/icons.eot?#iefix') format("embedded-opentype"), url('../fonts/icons/icons.woff') format("woff"), url('../fonts/icons/icons.ttf') format("truetype"), url('../fonts/icons/icons.svg#icons') format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon {
    font-family: "icons";
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon--14 {
    font-size: 14;
    line-height: 1;
}

.icon--20 {
    font-size: 20;
    line-height: 1;
}

.icon--30 {
    font-size: 30;
    line-height: 1;
}

/* -------------------------------- */
/* Base media object
/* -------------------------------- */
.media-object {
    *zoom: 1;
    display: block;
    overflow: hidden;
}
.media-object:after {
    content: "";
    display: table;
    clear: both;
}

.media-object__media {
    float: left;
    display: block;
}

.media-object__content {
    overflow: hidden;
    display: block;
    padding-left: 3%;
}

/* -------------------------------- */
/* Modifiers
/* -------------------------------- */
.-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.-contain {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.-shaded-top {
    -webkit-box-shadow: 0 15px 50px -25px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 15px 50px -25px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 15px 50px -25px rgba(0, 0, 0, 0.2) inset;
}

.-is-lazy-loading {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.-is-lazy-transition {
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.-is-lazy-loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lazy-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.-is-lazy-handled .lazy-content,
.-is-lazy-handled + .lazy-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.-trans-color {
    -webkit-transition: color 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: color 200ms ease-out 0;
    -o-transition: color 200ms ease-out 0;
    transition: color 200ms ease-out 0;
}

/* -------------------------------- */
/* Margins
/* -------------------------------- */
@font-face {
    font-family: "TradeGothicW01-BoldCn20 675334";
    src: url("../fonts/trade/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix");
    src: url("../fonts/trade/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("eot"), url("../fonts/trade/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"), url("../fonts/trade/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"), url("../fonts/trade/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Trade Gothic W01 Cn 18";
    src: url("../fonts/trade/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix");
    src: url("../fonts/trade/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix") format("eot"), url("../fonts/trade/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"), url("../fonts/trade/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"), url("../fonts/trade/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg");
    font-weight: normal;
    font-style: normal;
}

.text--trade--20 {
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
}

.text--trade--18 {
    font-family: "Trade Gothic W01 Cn 18", Sans-serif;
}

.text--h1 {
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
}

.text--h2 {
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
}

.text--h3 {
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
}

.text--size--14 {
    font-size: 14px;
}

.text--size--16 {
    font-size: 16px;
}

.text--size--18 {
    font-size: 18px;
}

.text--size--20 {
    font-size: 20px;
}

.text--bold {
    font-weight: bold;
}

.text--italic {
    font-style: italic;
}

.text--uc {
    text-transform: uppercase;
}

.text--lc {
    text-transform: none;
}

/* -------------------------------- */
/* Box Sizing
/* -------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* -------------------------------- */
/* Utility Classes
/* -------------------------------- */
.valigner {
    display: table;
    height: 100%;
    width: 100%;
}

.valigner__cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.position--center--parent:before {
    content: '';
    height: 100%;
    margin-right: -6px;
    width: 1px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.position--center--child {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 100%;
}

.position--baseline--parent:before {
    content: '';
    height: 100%;
    margin-right: -6px;
    width: 1px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: text-bottom;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.position--baseline--child {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: text-bottom;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 100%;
}

.inline-icon--icon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: 5px;
}

.inline-icon--text {
    vertical-align: middle;
}

.text--left {
    text-align: left;
}

.text--right {
    text-align: right;
}

.text--center {
    text-align: center;
}

.f--left {
    float: left;
}

.f--right {
    float: right;
}

.is-hidden {
    display: none !important;
}

.img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.is-invisible {
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
}

.-clear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

/* -------------------------------- */
/* Constants
/* -------------------------------- */
@font-face {
    font-family: 'icons';
    src: url("../fonts/icons/news-icons.eot");
    src: url("../fonts/icons/news-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/news-icons.woff") format("woff"), url("../fonts/icons/news-icons.ttf") format("truetype"), url("../fonts/icons/news-icons.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon--backtotop:before {
    content: "\e620";
}

.icon--document {
    color: #cccccc;
    background-image: url(/img/fpo/doc.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: background-color 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: background-color 200ms ease-out 0;
    -o-transition: background-color 200ms ease-out 0;
    transition: background-color 200ms ease-out 0;
    position: relative;
    width: 30px;
    height: 30px;
}
.icon--document:after {
    color: white;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 10px;
    height: 16px;
    left: 0;
    margin-top: -5px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.icon--document--pdf:after {
    content: "PDF";
}

.icon--document--doc:after {
    content: "DOC";
}

/* -------------------------------- */
/* Elements
/* -------------------------------- */
html {
    background-color: #000;
    min-height: 100%;
    -ms-touch-action: none;
}

body {
    background-color: #fff;
    color: #575757;
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    font-size: 16px;
    font-smooth: antialiased;
    -ms-touch-action: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

/* -------------------------------- */
/* Typography
/* -------------------------------- */
.text--p {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

.text--p--20 {
    font-size: 20px;
}

.text--p--14 {
    font-size: 14px;
    line-height: 1.5;
}

.text--h1 {
    color: #414042;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 55px;
    line-height: 1;
    text-transform: uppercase;
}

.text--h1--45 {
    font-size: 45px;
}

.text--h2 {
    color: #414042;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}

.text--h2--size-25 {
    font-size: 25px;
}

.text--h2--size-20 {
    font-size: 20px;
}

.text--h3 {
    color: #414042;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

.text--ul {
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    padding-left: 30px;
}

.text--li {
    color: #777;
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.75;
    list-style: square;
    padding-left: 20px;
    padding-bottom: 15px;
}

.text--quote {
    color: #000;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 1.75;
}

.text--meta {
    color: #414042;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 18px;
}

.text--link {
    color: #999;
}
.text--link:hover {
    color: #333;
}

.text--meta--lc {
    text-transform: none;
}

.text--light {
    color: white;
}

.text--meta--small {
    font-size: 16px;
}

.text--meta--bold {
    color: #515151;
}

.text--dark {
    color: #000;
}

.text--bold {
    font-weight: bold;
}

.text--italic {
    font-style: italic;
}

.text--letter-spacing {
    letter-spacing: 0.25em;
}

.text--img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.text--inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.text--light--grey {
    color: #777;
}

.text--grey {
    color: #575757;
}

.text--uppercase {
    text-transform: uppercase;
}

.link--more {
    color: #000;
    display: block;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 18px;
    text-decoration: underline;
    text-transform: uppercase;
}

.link--load {
    background-color: #eee;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.link--load.is-active {
    background-image: url(/img/loadmore.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

.link--light {
    color: #9e9e9e;
}
.link--light:hover {
    color: #222;
}

.font-size__12 {
    font-size: 12px;
    line-height: 18px;
}

.font-size__13 {
    font-size: 13px;
}

.font-size__14 {
    font-size: 14px;
}

.font-size__15 {
    font-size: 15px;
}

@media only screen and (max-width: 1280px) {
    .text--p {
        font-size: 18px;
    }

    .text--p--14 {
        font-size: 14px;
    }

    .text--p--20 {
        font-size: 18px;
    }

    .text--h1 {
        font-size: 49.5px;
    }

    .text--h1--45 {
        font-size: 27px;
    }

    .text--h2 {
        font-size: 27px;
    }

    .text--h2--size-25 {
        font-size: 22.5px;
    }

    .text--h2--size-20 {
        font-size: 20px;
    }

    .text--ul {
        padding-left: 27px;
    }

    .text--li {
        font-size: 16.2px;
        padding-left: 20px;
    }

    .text--quote {
        font-size: 27px;
    }

    .text--meta {
        font-size: 16.2px;
    }
}
@media only screen and (max-width: 1024px) {
    .text--p {
        font-size: 18px;
    }

    .text--p--14 {
        font-size: 14px;
    }

    .text--p--20 {
        font-size: 18px;
    }

    .text--h1 {
        font-size: 49.5px;
    }

    .text--h1--45 {
        font-size: 27px;
    }

    .text--h2 {
        font-size: 27px;
    }

    .text--h2--size-25 {
        font-size: 22.5px;
    }

    .text--h2--size-20 {
        font-size: 20px;
    }

    .text--ul {
        padding-left: 27px;
    }

    .text--li {
        font-size: 16.2px;
        padding-left: 20px;
    }

    .text--quote {
        font-size: 27px;
    }

    .text--meta {
        font-size: 16.2px;
    }
}
@media only screen and (max-width: 768px) {
    .text--p {
        font-size: 16px;
    }

    .text--p--14 {
        font-size: 14px;
    }

    .text--p--20 {
        font-size: 16px;
    }

    .text--h1 {
        font-size: 44px;
    }

    .text--h1--45 {
        font-size: 24px;
    }

    .text--h2 {
        font-size: 24px;
    }

    .text--h2--size-25 {
        font-size: 20px;
    }

    .text--h2--size-20 {
        font-size: 20px;
    }

    .text--ul {
        padding-left: 24px;
    }

    .text--li {
        font-size: 14.4px;
        padding-left: 20px;
    }

    .text--quote {
        font-size: 24px;
    }

    .text--meta {
        font-size: 14.4px;
    }
}
@media only screen and (max-width: 640px) {
    .text--p {
        font-size: 14px;
    }

    .text--p--14 {
        font-size: 14px;
    }

    .text--p--20 {
        font-size: 14px;
    }

    .text--h1 {
        font-size: 38.5px;
    }

    .text--h1--45 {
        font-size: 21px;
    }

    .text--h2 {
        font-size: 21px;
    }

    .text--h2--size-25 {
        font-size: 17.5px;
    }

    .text--h2--size-20 {
        font-size: 20px;
    }

    .text--ul {
        padding-left: 21px;
    }

    .text--li {
        font-size: 12.6px;
        padding-left: 20px;
    }

    .text--quote {
        font-size: 21px;
    }

    .text--meta {
        font-size: 12.6px;
    }
}
@media only screen and (max-width: 1024px) {
    .text--h1--smaller-device-scale {
        font-size: 38.5px;
    }

    .text--h2--smaller-device-scale {
        font-size: 21px;
    }
}
@media only screen and (max-width: 768px) {
    .text--h1--smaller-device-scale {
        font-size: 27.5px;
    }

    .text--h2--smaller-device-scale {
        font-size: 15px;
    }

    .text--meta {
        color: #000;
        text-transform: none;
    }
}
@media only screen and (max-width: 640px) {
    .text--h1 {
        font-size: 28px;
    }
}
.tags {
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    text-transform: uppercase;
}

.tags__item--heading {
    color: #111111;
}

.tags__item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding-right: 30px;
}

.tags__link {
    color: #cccccc;
}

.tags__item--last {
    padding-right: 0;
}

.col--related {
    padding: 0 5px;
}

.col--related--first {
    padding-left: 0;
    padding-right: 10px;
}

.col--related--last {
    padding-right: 0;
    padding-left: 10px;
}

.related__heading {
    margin: 0;
    line-height: 1.1;
}

.related__link {
    text-decoration: none;
}

.related__link,
.related__img {
    display: block;
}

.read-more {
    display: none;
}

.wrap__related {
    padding-right: 0 !important;
}

.notes {
    padding: 70px;
}

@media only screen and (max-width: 1280px) {
    .post {
        margin-left: 0;
    }

    .notes {
        padding: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .post {
        margin-left: 0;
    }

    .wrap__related {
        padding: 0 40px !important;
    }

    .tags {
        padding: 0 40px;
    }

    .col--related {
        padding-right: 0;
    }
}
@media only screen and (max-width: 640px) {
    .notes {
        padding: 20px;
    }

    .wrap__related {
        padding: 0 20px !important;
    }

    .tags {
        padding: 0 20px;
    }
}
.articles {
    margin: 40px auto;
    max-width: 1720px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    width: 100%;
}
.articles.is-active {
    visibility: visible;
}

.search-empty,
.search-heading {
    margin: 0 auto;
    max-width: 1720px;
}

.articles__article--col {
    float: left;
    position: relative;
    width: 400px;
}

.articles__img {
    max-width: 100%;
    width: 100%;
}

.articles__content {
    padding: 40px 20px;
}

.articles__feature {
    font-family: monospace;
    letter-spacing: -.65em;
    margin-bottom: 40px;
    width: 100%;
}

.articles__feature__img {
    width: 1280px;
}
.articles__feature__img.is-inactive {
    opacity: 0 !important;
}
.articles__feature__img.is-transition {
    -webkit-transition: opacity 600ms ease-out;
    -moz-transition: opacity 600ms ease-out;
    -o-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
}
.articles__feature__img.is-active {
    opacity: 1 !important;
}

.articles__feature__content {
    margin-left: 40px;
    width: 400px;
}

.articles__feature__img,
.articles__feature__content {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.no-touch .articles__article.is-inactive {
    opacity: 0 !important;
}
.no-touch .articles__article.is-transition {
    -webkit-transition: opacity 600ms ease-out;
    -moz-transition: opacity 600ms ease-out;
    -o-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
}
.no-touch .articles__article.is-active {
    opacity: 1 !important;
}

@media only screen and (max-width: 1720px) {
    .search-empty,
    .search-heading,
    .articles {
        width: 1250px;
    }
}
@media only screen and (max-width: 1250px) {
    .search-empty,
    .search-heading,
    .articles {
        width: 840px;
    }
}
@media only screen and (max-width: 840px) {
    .search-empty,
    .search-heading,
    .articles {
        width: 100%;
    }
}
@media only screen and (max-width: 1720px) {
    .articles__feature__img {
        width: 820px;
    }

    .articles__feature__content {
        width: 390px;
    }
}
@media only screen and (max-width: 1250px) {
    .articles__feature__img {
        display: block;
        width: 100%;
    }

    .articles__feature__content {
        display: block;
        margin-left: 0;
        padding-top: 40px;
        width: 75%;
    }
}
@media only screen and (max-width: 840px) {
    .articles__feature__content {
        padding: 40px 20px;
        width: 100%;
    }

    .articles__feature {
        width: 100% !important;
    }

    .search-empty,
    .search-heading,
    .articles {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 640px) {
    .search-empty,
    .search-heading,
    .articles {
        margin-top: 0;
        padding: 0;
    }
    .search-empty .text--p,
    .search-heading .text--p,
    .articles .text--p {
        display: none;
    }

    .articles__listing {
        height: auto !important;
    }

    .articles__article {
        height: auto !important;
        opacity: 1 !important;
        position: static !important;
        width: 100% !important;
    }
}
.search-heading-input {
    border: none;
    outline: none;
    width: 100%;
}

.search-heading {
    position: relative;
}

.search-empty {
    display: none;
}

.search-heading-input--mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none !important;
    resize: none;
}
.search-heading-input--mobile.search-term, .search-heading-input--mobile.search-auto {
    top: 20px;
    margin-top: 0;
}

.search-heading-input::-webkit-input-placeholder {
    line-height: 60px;
}

.articles__feature--search {
    display: none;
}
.articles__feature--search.is-active {
    display: block;
}

.search-auto-nav,
.search-term-nav,
.search-term,
.search-auto {
    background: rgba(0, 0, 0, 0);
    height: 60px;
    left: 0;
    margin-top: -30px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.search-auto-nav.nav__search,
.search-term-nav.nav__search,
.search-term.nav__search,
.search-auto.nav__search {
    height: 30px;
    margin-top: -15px;
    margin-left: 40px;
    width: 90%;
}

.search-auto-nav,
.search-auto {
    background: #FFF;
    color: #CDCFC8;
    z-index: 1;
}

.search-term-nav,
.search-term {
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .search-term,
    .search-auto {
        left: 20px;
        right: 20px;
    }

    .search-auto-nav,
    .search-term-nav,
    .search-term,
    .search-auto {
        width: 90%;
    }
}
@media only screen and (max-width: 640px) {
    .search-container.pad-top--40 {
        padding-top: 0;
    }

    .search-empty {
        padding: 40px 20px 20px;
    }

    .search-heading-input::-webkit-input-placeholder {
        line-height: 35px;
    }
}
.btn {
    font-size: 14px;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.btn--primary {
    background-color: white;
    color: #111111;
}

.btn--secondary {
    background-color: #575757;
    color: white;
}

.btn--text--light {
    color: #515151;
}

.btn--border {
    border: 2px #111111 solid !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 20px;
}
.btn--border.is-hoverable {
    -webkit-transition: color 200ms ease-out, background-color 200ms ease-out;
    -moz-transition: color 200ms ease-out, background-color 200ms ease-out;
    -o-transition: color 200ms ease-out, background-color 200ms ease-out;
    transition: color 200ms ease-out, background-color 200ms ease-out;
}
.btn--border.is-hoverable:hover {
    color: white;
    background-color: #111111;
}

.carousel {
    overflow: hidden;
}

.carousel--inline {
    background-color: #f4f4f4;
    height: 900px;
    position: relative;
    width: 100%;
}

.carousel--feature {
    height: 1px;
}
.carousel--feature.is-transition {
    -webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease;
}

.carousel__pager {
    left: 0;
    margin-top: -10px;
    position: relative;
    top: 50%;
    z-index: 20;
}

.carousel__slides {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    -webkit-transition: opacity 600ms ease;
    -moz-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.carousel__slides.is-active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.carousel__slide {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 600ms ease;
    -moz-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
}
.carousel__slide.is-active {
    display: block;
    position: relative;
    z-index: 20;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.carousel__slide.is-exiting {
    display: block;
    z-index: 20;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.carousel__slide.is-entering {
    display: block;
    z-index: 19;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.carousel__prev {
    position: absolute;
    left: 0;
}

.carousel__next {
    text-align: right;
    position: absolute;
    right: 0;
}

.carousel__link {
    padding: 20px;
}

.carousel__link,
.carousel__link:hover {
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .carousel__link .icon {
        font-size: 16px;
    }
	
}
@media only screen and (max-width: 767px) {
	.wrap--text.news .btn--border.is-hoverable:hover {
		background: #ffffff;
		color: 	#111111;	
	}
}
/* -------------------------------- */
/* Gallery
/* -------------------------------- */
.gallery {
    background-color: transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: visibility 400ms, opacity 400ms ease-in-out;
    -webkit-transition-delay: 0ms, 0s;
    -moz-transition: visibility 400ms 0ms, opacity 400ms ease-in-out;
    -o-transition: visibility 400ms 0ms, opacity 400ms ease-in-out;
    transition: visibility 400ms 0ms, opacity 400ms ease-in-out;
}
.gallery.is-active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    z-index: 1000;
    visibility: visible;
}
.gallery.is-inactive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 1000;
    visibility: visible;
}

.gallery__header {
    height: 74px;
    padding: 0 20px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 999;
}

.gallery__close {
    color: #fff;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.gallery__carousel {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.gallery__carousel__slide.is-active, .gallery__carousel__slide.is-entering {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.gallery__carousel__slide.is-entering {
    -webkit-transition: opacity 600ms ease, -webkit-transform 600ms ease !important;
    -moz-transition: opacity 600ms ease, -moz-transform 600ms ease !important;
    -ms-transition: opacity 600ms ease, -ms-transform 600ms ease !important;
    -o-transition: opacity 600ms ease, -o-transform 600ms ease !important;
    transition: opacity 600ms ease, transform 600ms ease !important;
}
.gallery__carousel__slide.is-exiting {
    -webkit-transition: opacity 600ms ease 300ms, -webkit-transform 600ms ease !important;
    -moz-transition: opacity 600ms ease 300ms, -moz-transform 600ms ease !important;
    -ms-transition: opacity 600ms ease 300ms, -ms-transform 600ms ease !important;
    -o-transition: opacity 600ms ease 300ms, -o-transform 600ms ease !important;
    transition: opacity 600ms ease 300ms, transform 600ms ease !important;
}
.gallery__carousel__slide.is-transform {
    -webkit-transition: opacity 600ms ease, -webkit-transform 600ms ease !important;
    -moz-transition: opacity 600ms ease, -moz-transform 600ms ease !important;
    -ms-transition: opacity 600ms ease, -ms-transform 600ms ease !important;
    -o-transition: opacity 600ms ease, -o-transform 600ms ease !important;
    transition: opacity 600ms ease, transform 600ms ease !important;
}
.gallery__carousel__slide.is-exiting-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.gallery__carousel__slide.is-exiting-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.gallery__carousel__slide.is-entering-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.gallery__carousel__slide.is-entering-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

/*
::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important;
    }
*/
/* -------------------------------- */
/* Utility Classes
/* -------------------------------- */
.border-bottom {
    border-bottom: 1px solid #cccccc;
}

.border-top {
    border-bottom: 1px solid #cccccc;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bot {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.content {
    min-height: 800px;
    -webkit-transition: filter 400ms ease-in-out;
    -moz-transition: filter 400ms ease-in-out;
    -o-transition: filter 400ms ease-in-out;
    transition: filter 400ms ease-in-out;
}
.content a, .content a:visited, .content a:focus {
    border: 0;
    outline: none !important;
}

.page--investors-detail .content {
    min-height: 500px;
}

/* -------------------------------- */
/* Horizontal rule with icon
/* -------------------------------- */
.hr {
    background-color: #575757;
    height: 1px;
    text-align: center;
    width: 100%;
}

.hr__el {
    background-color: #fff;
    color: #575757;
    font-size: 40px;
    margin-top: -30px;
    padding: 10px 20px;
}

/* -------------------------------- */
/* Link list for toc. can be removed eventually
/* -------------------------------- */
.link-list__ul {
    text-align: center;
}

.link-list__item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 40px;
    width: 30%;
}

.link-list__link {
    color: #9e9e9e;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

/* -------------------------------- */
/* Overlay
/* -------------------------------- */
.overlay {
    background-color: #222;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: visibility 400ms, opacity 400ms ease-in-out;
    -webkit-transition-delay: 0ms, 0s;
    -moz-transition: visibility 400ms 0ms, opacity 400ms ease-in-out;
    -o-transition: visibility 400ms 0ms, opacity 400ms ease-in-out;
    transition: visibility 400ms 0ms, opacity 400ms ease-in-out;
}
.overlay.is-active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
    z-index: 999;
    visibility: visible;
}
.overlay.is-inactive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 999;
    visibility: visible;
}

/* -------------------------------- */
/* Modifiers
/* -------------------------------- */
.-blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.-bg-light-grey {
    background-color: #efefef;
}
.-bg-light-grey a {
    color: #fc6000;
}

.-bg-lightest-grey {
    background-color: #fbfbfb;
}

.video-embed {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 600ms ease-out;
    -webkit-transition-delay: 1s;
    -moz-transition: opacity 600ms ease-out 1s;
    -o-transition: opacity 600ms ease-out 1s;
    transition: opacity 600ms ease-out 1s;
}
.video-embed.is-video-loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.-cover-top {
    background-position: 50% 0;
}

.-cover-bottom {
    background-position: 50% 100%;
}

.-cover-offcenter-right {
    background-position: 60% 100%;
}

.-cover-right {
    background-position: 100% 50%;
}

.position--abs {
    position: absolute;
}

.position--center {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: center;
}

.position--top-left {
    top: 30px;
    left: 30px;
}

.position--top-right {
    top: 30px;
    right: 30px;
    text-align: right;
}

.position--bot-left {
    bottom: 30px;
    left: 30px;
}

.position--bot-right {
    bottom: 30px;
    right: 30px;
    text-align: right;
}

.position--outside-top-right {
    left: 103%;
    top: 0;
}

/* -------------------------------- */
/* Actions menu (share)
/* -------------------------------- */
.actions-menu {
    position: relative;
}
.actions-menu.hoverable:hover .actions-menu__list, .actions-menu.is-active .actions-menu__list {
    visibility: visible;
    overflow: visible;
    -webkit-transition: opacity 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 200ms ease-out 0;
    -o-transition: opacity 200ms ease-out 0;
    transition: opacity 200ms ease-out 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.actions-menu__list {
    background-color: #2b2b2b;
    left: 0;
    min-width: 200px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 100%;
    white-space: nowrap;
    z-index: 999;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 200ms ease-out 0;
    -o-transition: opacity 200ms ease-out 0;
    transition: opacity 200ms ease-out 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.actions-menu__link {
    border-top: 1px solid #222;
    color: #fff !important;
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    -webkit-transition: background-color 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: background-color 200ms ease-out 0;
    -o-transition: background-color 200ms ease-out 0;
    transition: background-color 200ms ease-out 0;
}
.actions-menu__link:hover {
    color: white;
    background-color: #232323;
}

.actions-menu__link--first {
    border-top: 0;
}

.actions-menu--permalink {
    padding: 0;
}

.actions-menu__permalink-link {
    position: relative;
}

.actions-menu__permalink-icon {
    color: white;
    font-size: 14px;
    margin-left: 6px;
}

.permalink__field {
    background-color: #232323;
    line-height: 51px;
    padding-left: 15px;
}

.permalink__input {
    border: 0;
    color: #187aff;
    cursor: text;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 6px 8px;
    width: 70%;
}

.permalink__input::-ms-clear {
    display: none;
}

@media only screen and (max-width: 768px) {
    .content {
        padding-top: 0 !important;
    }

    .position--center--no-margin {
        margin: 0;
    }
}
.margin-bot--15 {
    margin-bottom: 15px;
}

.margin-top--15 {
    margin-top: 15px;
}

.pad-bot--15 {
    padding-bottom: 15px;
}

.pad-top--15 {
    padding-top: 15px;
}

@media only screen and (max-width: 1280px) {
    .margin-bot--15 {
        margin-bottom: 13.5px;
    }

    .margin-top--15 {
        margin-top: 13.5px;
    }

    .pad-bot--15 {
        padding-bottom: 13.5px;
    }

    .pad-top--15 {
        padding-top: 13.5px;
    }
}
@media only screen and (max-width: 1024px) {
    .margin-bot--15 {
        margin-bottom: 13.5px;
    }

    .margin-top--15 {
        margin-top: 13.5px;
    }

    .pad-bot--15 {
        padding-bottom: 13.5px;
    }

    .pad-top--15 {
        padding-top: 13.5px;
    }
}
@media only screen and (max-width: 768px) {
    .margin-bot--15 {
        margin-bottom: 12px;
    }

    .margin-top--15 {
        margin-top: 12px;
    }

    .pad-bot--15 {
        padding-bottom: 12px;
    }

    .pad-top--15 {
        padding-top: 12px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-bot--15 {
        margin-bottom: 10.5px;
    }

    .margin-top--15 {
        margin-top: 10.5px;
    }

    .pad-bot--15 {
        padding-bottom: 10.5px;
    }

    .pad-top--15 {
        padding-top: 10.5px;
    }
}
.margin-bot--16 {
    margin-bottom: 16px;
}

.margin-top--16 {
    margin-top: 16px;
}

.pad-bot--16 {
    padding-bottom: 16px;
}

.pad-top--16 {
    padding-top: 16px;
}

@media only screen and (max-width: 1280px) {
    .margin-bot--16 {
        margin-bottom: 14.4px;
    }

    .margin-top--16 {
        margin-top: 14.4px;
    }

    .pad-bot--16 {
        padding-bottom: 14.4px;
    }

    .pad-top--16 {
        padding-top: 14.4px;
    }
}
@media only screen and (max-width: 1024px) {
    .margin-bot--16 {
        margin-bottom: 14.4px;
    }

    .margin-top--16 {
        margin-top: 14.4px;
    }

    .pad-bot--16 {
        padding-bottom: 14.4px;
    }

    .pad-top--16 {
        padding-top: 14.4px;
    }
}
@media only screen and (max-width: 768px) {
    .margin-bot--16 {
        margin-bottom: 12.8px;
    }

    .margin-top--16 {
        margin-top: 12.8px;
    }

    .pad-bot--16 {
        padding-bottom: 12.8px;
    }

    .pad-top--16 {
        padding-top: 12.8px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-bot--16 {
        margin-bottom: 11.2px;
    }

    .margin-top--16 {
        margin-top: 11.2px;
    }

    .pad-bot--16 {
        padding-bottom: 11.2px;
    }

    .pad-top--16 {
        padding-top: 11.2px;
    }
}
.margin-bot--25 {
    margin-bottom: 25px;
}

.margin-top--25 {
    margin-top: 25px;
}

.pad-bot--25 {
    padding-bottom: 25px;
}

.pad-top--25 {
    padding-top: 25px;
}

@media only screen and (max-width: 1280px) {
    .margin-bot--25 {
        margin-bottom: 22.5px;
    }

    .margin-top--25 {
        margin-top: 22.5px;
    }

    .pad-bot--25 {
        padding-bottom: 22.5px;
    }

    .pad-top--25 {
        padding-top: 22.5px;
    }
}
@media only screen and (max-width: 1024px) {
    .margin-bot--25 {
        margin-bottom: 22.5px;
    }

    .margin-top--25 {
        margin-top: 22.5px;
    }

    .pad-bot--25 {
        padding-bottom: 22.5px;
    }

    .pad-top--25 {
        padding-top: 22.5px;
    }
}
@media only screen and (max-width: 768px) {
    .margin-bot--25 {
        margin-bottom: 20px;
    }

    .margin-top--25 {
        margin-top: 20px;
    }

    .pad-bot--25 {
        padding-bottom: 20px;
    }

    .pad-top--25 {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-bot--25 {
        margin-bottom: 17.5px;
    }

    .margin-top--25 {
        margin-top: 17.5px;
    }

    .pad-bot--25 {
        padding-bottom: 17.5px;
    }

    .pad-top--25 {
        padding-top: 17.5px;
    }
}
.margin-bot--40 {
    margin-bottom: 40px;
}

.margin-top--40 {
    margin-top: 40px;
}

.pad-bot--40 {
    padding-bottom: 40px;
}

.pad-top--40 {
    padding-top: 40px;
}

@media only screen and (max-width: 1280px) {
    .margin-bot--40 {
        margin-bottom: 36px;
    }

    .margin-top--40 {
        margin-top: 36px;
    }

    .pad-bot--40 {
        padding-bottom: 36px;
    }

    .pad-top--40 {
        padding-top: 36px;
    }
}
@media only screen and (max-width: 1024px) {
    .margin-bot--40 {
        margin-bottom: 36px;
    }

    .margin-top--40 {
        margin-top: 36px;
    }

    .pad-bot--40 {
        padding-bottom: 36px;
    }

    .pad-top--40 {
        padding-top: 36px;
    }
}
@media only screen and (max-width: 768px) {
    .margin-bot--40 {
        margin-bottom: 32px;
    }

    .margin-top--40 {
        margin-top: 32px;
    }

    .pad-bot--40 {
        padding-bottom: 32px;
    }

    .pad-top--40 {
        padding-top: 32px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-bot--40 {
        margin-bottom: 28px;
    }

    .margin-top--40 {
        margin-top: 28px;
    }

    .pad-bot--40 {
        padding-bottom: 28px;
    }

    .pad-top--40 {
        padding-top: 28px;
    }
}
.margin-bot--50 {
    margin-bottom: 50px;
}

.margin-top--50 {
    margin-top: 50px;
}

.pad-bot--50 {
    padding-bottom: 50px;
}

.pad-top--50 {
    padding-top: 50px;
}

@media only screen and (max-width: 1280px) {
    .margin-bot--50 {
        margin-bottom: 45px;
    }

    .margin-top--50 {
        margin-top: 45px;
    }

    .pad-bot--50 {
        padding-bottom: 45px;
    }

    .pad-top--50 {
        padding-top: 45px;
    }
}
@media only screen and (max-width: 1024px) {
    .margin-bot--50 {
        margin-bottom: 45px;
    }

    .margin-top--50 {
        margin-top: 45px;
    }

    .pad-bot--50 {
        padding-bottom: 45px;
    }

    .pad-top--50 {
        padding-top: 45px;
    }
}
@media only screen and (max-width: 768px) {
    .margin-bot--50 {
        margin-bottom: 40px;
    }

    .margin-top--50 {
        margin-top: 40px;
    }

    .pad-bot--50 {
        padding-bottom: 40px;
    }

    .pad-top--50 {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-bot--50 {
        margin-bottom: 35px;
    }

    .margin-top--50 {
        margin-top: 35px;
    }

    .pad-bot--50 {
        padding-bottom: 35px;
    }

    .pad-top--50 {
        padding-top: 35px;
    }
}
.margin-bot--70 {
    margin-bottom: 70px;
}

.margin-top--70 {
    margin-top: 70px;
}

.pad-bot--70 {
    padding-bottom: 70px;
}

.pad-top--70 {
    padding-top: 70px;
}

@media only screen and (max-width: 1280px) {
    .margin-bot--70 {
        margin-bottom: 63px;
    }

    .margin-top--70 {
        margin-top: 63px;
    }

    .pad-bot--70 {
        padding-bottom: 63px;
    }

    .pad-top--70 {
        padding-top: 63px;
    }
}
@media only screen and (max-width: 1024px) {
    .margin-bot--70 {
        margin-bottom: 63px;
    }

    .margin-top--70 {
        margin-top: 63px;
    }

    .pad-bot--70 {
        padding-bottom: 63px;
    }

    .pad-top--70 {
        padding-top: 63px;
    }
}
@media only screen and (max-width: 768px) {
    .margin-bot--70 {
        margin-bottom: 56px;
    }

    .margin-top--70 {
        margin-top: 56px;
    }

    .pad-bot--70 {
        padding-bottom: 56px;
    }

    .pad-top--70 {
        padding-top: 56px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-bot--70 {
        margin-bottom: 49px;
    }

    .margin-top--70 {
        margin-top: 49px;
    }

    .pad-bot--70 {
        padding-bottom: 49px;
    }

    .pad-top--70 {
        padding-top: 49px;
    }
}
.margin-bot--90 {
    margin-bottom: 90px;
}

.margin-top--90 {
    margin-top: 90px;
}

.pad-bot--90 {
    padding-bottom: 90px;
}

.pad-top--90 {
    padding-top: 90px;
}

@media only screen and (max-width: 1280px) {
    .margin-bot--90 {
        margin-bottom: 81px;
    }

    .margin-top--90 {
        margin-top: 81px;
    }

    .pad-bot--90 {
        padding-bottom: 81px;
    }

    .pad-top--90 {
        padding-top: 81px;
    }
}
@media only screen and (max-width: 1024px) {
    .margin-bot--90 {
        margin-bottom: 81px;
    }

    .margin-top--90 {
        margin-top: 81px;
    }

    .pad-bot--90 {
        padding-bottom: 81px;
    }

    .pad-top--90 {
        padding-top: 81px;
    }
}
@media only screen and (max-width: 768px) {
    .margin-bot--90 {
        margin-bottom: 72px;
    }

    .margin-top--90 {
        margin-top: 72px;
    }

    .pad-bot--90 {
        padding-bottom: 72px;
    }

    .pad-top--90 {
        padding-top: 72px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-bot--90 {
        margin-bottom: 63.0px;
    }

    .margin-top--90 {
        margin-top: 63.0px;
    }

    .pad-bot--90 {
        padding-bottom: 63.0px;
    }

    .pad-top--90 {
        padding-top: 63.0px;
    }
}
.margin-bot--125 {
    margin-bottom: 125px;
}

.margin-top--125 {
    margin-top: 125px;
}

.pad-bot--125 {
    padding-bottom: 125px;
}

.pad-top--125 {
    padding-top: 125px;
}

@media only screen and (max-width: 1280px) {
    .margin-bot--125 {
        margin-bottom: 112.5px;
    }

    .margin-top--125 {
        margin-top: 112.5px;
    }

    .pad-bot--125 {
        padding-bottom: 112.5px;
    }

    .pad-top--125 {
        padding-top: 112.5px;
    }
}
@media only screen and (max-width: 1024px) {
    .margin-bot--125 {
        margin-bottom: 112.5px;
    }

    .margin-top--125 {
        margin-top: 112.5px;
    }

    .pad-bot--125 {
        padding-bottom: 112.5px;
    }

    .pad-top--125 {
        padding-top: 112.5px;
    }
}
@media only screen and (max-width: 768px) {
    .margin-bot--125 {
        margin-bottom: 100px;
    }

    .margin-top--125 {
        margin-top: 100px;
    }

    .pad-bot--125 {
        padding-bottom: 100px;
    }

    .pad-top--125 {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-bot--125 {
        margin-bottom: 87.5px;
    }

    .margin-top--125 {
        margin-top: 87.5px;
    }

    .pad-bot--125 {
        padding-bottom: 87.5px;
    }

    .pad-top--125 {
        padding-top: 87.5px;
    }
}
.margin-bot--195 {
    margin-bottom: 195px;
}

.margin-top--195 {
    margin-top: 195px;
}

.pad-bot--195 {
    padding-bottom: 195px;
}

.pad-top--195 {
    padding-top: 195px;
}

@media only screen and (max-width: 1280px) {
    .margin-bot--195 {
        margin-bottom: 175.5px;
    }

    .margin-top--195 {
        margin-top: 175.5px;
    }

    .pad-bot--195 {
        padding-bottom: 175.5px;
    }

    .pad-top--195 {
        padding-top: 175.5px;
    }
}
@media only screen and (max-width: 1024px) {
    .margin-bot--195 {
        margin-bottom: 175.5px;
    }

    .margin-top--195 {
        margin-top: 175.5px;
    }

    .pad-bot--195 {
        padding-bottom: 175.5px;
    }

    .pad-top--195 {
        padding-top: 175.5px;
    }
}
@media only screen and (max-width: 768px) {
    .margin-bot--195 {
        margin-bottom: 156px;
    }

    .margin-top--195 {
        margin-top: 156px;
    }

    .pad-bot--195 {
        padding-bottom: 156px;
    }

    .pad-top--195 {
        padding-top: 156px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-bot--195 {
        margin-bottom: 136.5px;
    }

    .margin-top--195 {
        margin-top: 136.5px;
    }

    .pad-bot--195 {
        padding-bottom: 136.5px;
    }

    .pad-top--195 {
        padding-top: 136.5px;
    }
}
@media only screen and (max-width: 640px) {
    .margin-top--25 {
        margin-top: 15px;
    }

    .margin-bot--25 {
        margin-bottom: 15px;
    }

    .text--meta--post {
        margin-top: 49px;
    }

    .touch .small-device--no-margin-bot {
        margin-bottom: 0;
    }

    .touch .small-device--margin-top--25 {
        margin-top: 25px;
    }

    .-cover-offcenter-right {
        background-position: 50% 50%;
    }

    .-cover-right {
        background-position: 50% 50%;
    }
}
.full-grid__col--wide {
    position: relative;
}

.full-grid-content--darkbg {
    color: white;
}

@media only screen and (max-width: 1280px) {
    .full-grid .text--p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    .full-grid .-cover {
        background-position-y: 0%;
    }

    .full-grid__wide--first {
        margin-bottom: 5px;
    }

    .full-grid-content--med-device-left {
        bottom: 30px;
        left: 30px;
        right: auto;
        top: auto;
        text-align: left;
    }
}
@media only screen and (max-width: 768px) {
    .full-grid .-cover {
        background-position-y: 0%;
    }

    .full-grid-content .text--light {
        color: #575757;
    }
    .full-grid-content .btn,
    .full-grid-content .btn--secondary {
        background-color: transparent;
        color: #9e9e9e;
        font-size: 16px;
        padding: 0;
        text-decoration: underline;
    }

    .full-grid__wide,
    .full-grid__image-container {
        height: 350px !important;
    }
}
.toggle-list-nav {
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 13px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 600ms, 200ms, ease-out, 0;
    -moz-transition: opacity 600ms, 200ms, ease-out, 0;
    -o-transition: opacity 600ms, 200ms, ease-out, 0;
    transition: opacity 600ms, 200ms, ease-out, 0;
    position: absolute;
    right: 20px;
    top: -120px;
    text-transform: uppercase;
    z-index: 3;
}

.wrap--toggle-list {
    z-index: 1;
}

.toggle-list-nav__li {
    color: #414042;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 21px 60px 41px 25px;
}
.toggle-list-nav__li:hover {
    color: #111111;
}

.toggle-list-nav__li--last {
    padding-right: 0;
}

.toggle-list__icon {
    height: 60px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    margin-right: 10px;
    width: 60px;
}

.toggle-list-nav__icon {
    font-size: 18px;
    margin-right: 10px;
}

.toggle-list-nav__icon--dropdown {
    font-size: 14px;
    margin-right: 0;
    margin-left: 10px;
    line-height: 18px;
}

.toggle-list--icon-collapsed {
    color: #414042;
    font-size: 12px;
    height: 12px;
    margin: 0 10px;
    width: 12px;
}

.toggle-list__container {
    padding: 20px 40px;
    overflow: hidden;
    cursor: pointer;
}

.toggle-list__container--no-media {
    padding: 40px;
}

.toggle-list__container--nopad {
    padding-left: 0;
    padding-right: 0;
}

.toggle-list__item {
    border-bottom: 1px #9e9e9e solid;
    position: relative;
}
.toggle-list__item .toggle-list-content--pad {
    padding-top: 0;
}
.toggle-list__item.is-active .toggle-list--icon-collapsed:before {
    content: "\e007";
}
.toggle-list__item.is-active .toggle-list-content--pad {
    padding-top: 100px;
}
.toggle-list__item.is-active .toggle-list-nav {
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.toggle-list__item.is-active .toggle-list__container {
    overflow: visible;
}
.toggle-list__item.is-active .nav__heritage--fixed {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.toggle-list__item.is-active .nav__heritage--absolute {
    background-color: white;
    bottom: 0;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 2;
}

.toggle-list__item.is-active .toggle-list__container--no-media .toggle-list-nav {
    top: -20px;
}

.related--pad {
    padding-left: 40px;
    padding-right: 40px;
}

.toggle-list__content-container {
    position: relative;
}

.toggle-list__content {
    height: 0;
    overflow: hidden;
}
.toggle-list__content.is-auto {
    height: auto;
}
.toggle-list__content.is-fast-transitioning {
    -webkit-transition: height 100ms ease;
    -moz-transition: height 100ms ease;
    -o-transition: height 100ms ease;
    transition: height 100ms ease;
}
.toggle-list__content.is-transitioning {
    -webkit-transition: height 600ms ease;
    -moz-transition: height 600ms ease;
    -o-transition: height 600ms ease;
    transition: height 600ms ease;
}

.toggle-list__new-flag {
    background-color: white;
    color: white;
    display: block;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 14px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: padding 600ms ease, max-width 600ms ease, color 600ms ease;
    -moz-transition: padding 600ms ease, max-width 600ms ease, color 600ms ease;
    -o-transition: padding 600ms ease, max-width 600ms ease, color 600ms ease;
    transition: padding 600ms ease, max-width 600ms ease, color 600ms ease;
    left: 40px;
    line-height: 20px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40px;
    max-width: 20px;
}
.toggle-list__new-flag.is-active {
    color: #414042;
    max-width: 150px;
    padding: 0 20px;
}

.col--profiles__gutter {
    padding: 0 20px;
}

.avatar {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 1600px) {
    .avatar {
        width: 160px;
        height: 160px;
    }
}
@media only screen and (max-width: 1440px) {
    .avatar {
        width: 144px;
        height: 144px;
    }
}
@media only screen and (max-width: 1360px) {
    .avatar {
        width: 136px;
        height: 136px;
    }
}
@media only screen and (max-width: 1280px) {
    .avatar {
        width: 128px;
        height: 128px;
    }
}
@media only screen and (max-width: 1024px) {
    .avatar {
        width: 102.4px;
        height: 102.4px;
    }
}
@media only screen and (min-width: 1601px) {
    .avatar {
        width: 160px;
        height: 160px;
    }
}
@media only screen and (max-width: 768px) {
    .related--pad,
    .toggle-list__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .toggle-list__container--no-media {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .col--small-device-text-overlay {
        padding: 0 40px;
    }

    .avatar {
        margin: 0 auto 15px;
    }

    .profiles__content {
        text-align: center;
    }

    .toggle-list-nav--wrapper {
        display: none !important;
    }
}
@media only screen and (max-width: 640px) {
    .toggle-list__icon {
        display: none;
    }

    .toggle-list__item.is-active .toggle-list-content--pad {
        padding-top: 60px;
    }

    .toggle-list--icon-collapsed {
        margin-left: 0;
    }

    .wrap--toggle-list {
        padding: 0 !important;
    }

    .col--small-device-text-overlay {
        padding: 0 20px;
    }

    .full-grid--first {
        height: 400px !important;
    }
}
.carousel__caption,
.full-grid__caption {
    width: 200px;
}

.carousel__caption__container.position--center {
    width: 50%;
}

.image-caption {
    position: relative;
}

.image-caption__caption {
    line-height: 1.5;
    width: 20%;
}

@media only screen and (max-width: 1280px) {
    .image-caption__caption {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
        position: static;
        width: 100%;
    }

    .caption--med-device-pad {
        padding-top: 20px;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 768px) {
    .image-caption__caption {
        padding-left: 40px;
        padding-right: 40px;
    }

    div.full-grid-content {
        position: static;
        text-align: left;
        padding: 40px;
    }
}
@media only screen and (max-width: 640px) {
    .image-caption__caption {
        padding-left: 20px;
        padding-right: 20px;
    }

    .carousel__caption__container {
        padding: 0 60px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 200ms ease-out;
        -webkit-transition-delay: 0;
        -moz-transition: opacity 200ms ease-out 0;
        -o-transition: opacity 200ms ease-out 0;
        transition: opacity 200ms ease-out 0;
        height: 100%;
        position: static !important;
        width: 100%;
        top: 100%;
    }
    .carousel__caption__container:before {
        content: '';
        height: 100%;
        margin-right: -6px;
        width: 1px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
    }
    .carousel__caption__container.is-active {
        background-color: rgba(0, 0, 0, 0.7);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }
    .carousel__caption__container.position--center {
        width: 100%;
        margin: 0;
    }
    .carousel__caption__container p {
        color: white;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        text-align: center;
        width: 100%;
    }
    .carousel__caption__container .text--p--14 {
        font-size: 13px;
        line-height: 1.5;
    }

    div.full-grid-content {
        padding: 20px;
    }
}
.wrap--padded {
    padding: 70px 0 125px;
}

.wrap--padded--70 {
    padding-left: 70px;
    padding-right: 70px;
}

.wrap--padded--post {
    padding-bottom: 0;
}

.col--last {
    float: right;
}

.full-grid__col--large {
    width: 62.5%;
}

.full-grid__col--small {
    width: 37.5%;
}

.full-grid__col--medium {
    width: 50%;
}

.col--center {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1280px) {
    .col--largest-device-3of4 {
        width: 75%;
    }

    .wrap--text--nopad {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .text--img {
        max-width: 100%;
    }

    .col--large-device-full {
        width: 100%;
        float: none;
    }

    .col--large-device-3of4 {
        width: 75%;
    }
}
@media only screen and (max-width: 768px) {
    .col--med-device-full {
        width: 100%;
        float: none;
    }

    .col--med-device-3of4 {
        width: 75%;
    }

    .small-device--hide {
        display: none;
    }

    .small-device--show {
        display: block;
    }

    .col--small-device-full {
        width: 100%;
        float: none;
    }

    .wrap--text {
        padding-left: 40px;
        padding-right: 40px;
    }

    .wrap--padded--70 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .wrap--text--nopad {
        padding-left: 0;
        padding-right: 0;
    }

    .col--small-device-margin-top--50 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 640px) {
    .col--small-device-full {
        width: 100%;
        float: none;
    }

    .col--smallest-device-full {
        width: 100%;
        float: none;
    }

    .col--smallest-device-hide {
        display: none;
    }

    .col--small-device-3of4 {
        width: 75%;
    }

    .wrap--padded {
        padding: 40px 0;
    }

    .wrap--padded--post {
        padding-top: 0;
        padding-bottom: 0;
    }

    .wrap--padded--70 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .smallest-device--hide {
        display: none;
    }

    .smallest-device--show {
        display: block;
    }

    .wrap--text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrap--text--nopad {
        padding-left: 0;
        padding-right: 0;
    }
}
.-clear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

@media only screen and (max-width: 1640px) {
    .wrap {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}
.filter-menu {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.filter-menu__list {
    margin-right: 10px;
    position: relative;
    text-align: center;
}

.filter-menu__item {
    cursor: pointer;
    min-width: 100px;
}

.filter-menu-icon {
    font-size: 10px;
}

.filter-menu__link {
    background-color: #111111;
    color: white;
    display: block;
    -webkit-transition: background-color 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: background-color 200ms ease-out 0;
    -o-transition: background-color 200ms ease-out 0;
    transition: background-color 200ms ease-out 0;
    padding: 8px 20px;
    text-decoration: none;
}
.filter-menu__link:hover {
    background-color: #2b2b2b;
}

.filter-menu__sub {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
}
.filter-menu__sub.is-active {
    display: block;
}

@media only screen and (max-width: 640px) {
    .filter-menu {
        display: block;
    }

    .filter-menu__list {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.tabular-data {
    text-transform: uppercase;
}

.tabular-data__row {
    padding: 20px;
}
.tabular-data__row:nth-child(even) {
    background-color: #f4f4f4;
}

.tabular-data__row-filtered {
    max-height: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 600ms ease-out;
    -moz-transition: opacity 600ms ease-out;
    -o-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
    overflow: hidden;
    padding: 0;
}
.tabular-data__row-filtered:nth-child(even) {
    background-color: transparent;
}
.tabular-data__row-filtered.has-bg-color {
    background-color: #f4f4f4;
}
.tabular-data__row-filtered.is-visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    max-height: 999px;
    padding: 20px;
}

.tabular-data__row--header {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background-color: white !important;
    color: #cccccc;
    max-height: 999px;
    padding: 20px 20px 10px;
}

.tabular-data__cell--has-icon {
    text-align: center;
}

.tabular-data__cell--results-has-icon {
    line-height: 30px;
}

.tabular-data__link {
    color: #111111;
}

@media only screen and (max-width: 640px) {
    .tabular-data__row--header {
        display: none;
    }

    .tabular-data__cell {
        margin-top: 10px;
    }
    .tabular-data__cell:first-child {
        margin-top: 0;
    }

    .tabular-data__cell--has-icon {
        text-align: left;
    }

    .tabular-data__cell--results-has-icon {
        line-height: 1.4;
        margin-top: 0;
    }
}
.header {
    position: relative;
}

.nav {
    background-color: #111111;
    border-bottom: 1px solid rgba(238, 238, 238, 0.8);
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 999;
}

.touch .nav__secondary {
    display: none;
}

.touch .content {
    padding-top: 0 !important;
}

.nav__secondary__ul,
.nav__subnav__col,
.nav__ul {
    *zoom: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav__secondary__ul:after,
.nav__subnav__col:after,
.nav__ul:after {
    content: "";
    display: table;
    clear: both;
}

.nav-container {
    margin: 0 auto;
    text-transform: uppercase;
    *zoom: 1;
}
.nav-container:after {
    content: "";
    display: table;
    clear: both;
}

.nav-container--offset {
    padding: 0 20px;
}

.nav__bottom__icon {
    font-size: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.icon--list--nav {
    font-size: 18px;
}

.icon--expand--nav {
    font-size: 8px;
    margin-left: 5px;
}

.nav__top {
    padding: 9px 0 8px;
}

.nav__top__a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    -webkit-transition: color 0.2s, 400ms;
    -moz-transition: color 0.2s, 400ms;
    -o-transition: color 0.2s, 400ms;
    transition: color 0.2s, 400ms;
}
.nav__top__a.active, .nav__top__a:hover {
    color: #fc6000;
}

.nav__top__a--news {
    color: #fc6000;
}

.page--investors-detail .nav__top__a--news,
.page--investors .nav__top__a--news,
.page--executives .nav__top__a--news,
.page--about .nav__top__a--news,
.page--heritage .nav__top__a--news {
    color: white;
}

.nav__bottom__a:hover {
    background-color: #EEE;
    color: #fc6000;
    -webkit-transition: background-color 200ms, 600ms;
    -moz-transition: background-color 200ms, 600ms;
    -o-transition: background-color 200ms, 600ms;
    transition: background-color 200ms, 600ms;
}

.nav__bottom__a {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    color: #111111;
    display: block;
    padding: 19px 20px 18px;
    text-decoration: none;
    -webkit-transition: background-color 200ms, 400ms;
    -moz-transition: background-color 200ms, 400ms;
    -o-transition: background-color 200ms, 400ms;
    transition: background-color 200ms, 400ms;
}
.nav__bottom__a.is-active {
    background-color: #EEE;
    background-image: url(http://store.nike.com/nikestore/html/img/OneNike/bg-noise.png?buildRev=204307);
    color: #fc6000;
    -webkit-transition: background-color 200ms, 600ms;
    -moz-transition: background-color 200ms, 600ms;
    -o-transition: background-color 200ms, 600ms;
    transition: background-color 200ms, 600ms;
}

.nav__bottom__a--first {
    border-left: 0;
}

.nav__bottom__a--icon {
    padding: 0 17px;
}

.nav__bottom {
    background-image: url(http://store.nike.com/nikestore/html/img/OneNike/bg.jpg?buildRev=204307);
    background-repeat: repeat-x;
    *zoom: 1;
    padding-right: 20px;
}
.nav__bottom:after {
    content: "";
    display: table;
    clear: both;
}

.nav__li {
    float: left;
}

.nav__subnav {
    background-color: #EEE;
    background-image: url(http://store.nike.com/nikestore/html/img/OneNike/bg-noise.png?buildRev=204307);
    background-repeat: repeat;
    position: absolute;
    z-index: 1001;
    display: none;
    left: 0;
    width: 100%;
}

.nav__subnav__containter {
    color: #111111;
    padding: 29px 0 29px 85px;
    margin: 0 auto;
    *zoom: 1;
}
.nav__subnav__containter:after {
    content: "";
    display: table;
    clear: both;
}

.nav__subnav__col--first {
    -webkit-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.2);
}

.nav__subnav--heading {
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.nav__subnav__col {
    border-left: 1px solid #FFF;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    min-height: 300px;
    padding: 5px 2% 20px;
    width: 20%;
}

.subnav-about .nav__subnav__col {
    min-height: 330px;
}

.nav__subnav__col--last {
    border-right: none;
}

.subnav__a {
    color: #666;
    display: block;
    font-size: 13px;
    -webkit-transition: color 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: color 200ms ease-out 0;
    -o-transition: color 200ms ease-out 0;
    transition: color 200ms ease-out 0;
    padding: 4px 0;
    text-decoration: none;
}
.subnav__a:hover {
    color: #111111;
}

.nav__search {
    width: 500px;
}

.nav__input__container {
    background-color: white;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
    height: 36px;
    display: block;
    margin: 5px auto 0;
    position: relative;
    padding: 1px 40px 1px 40px;
    text-align: left;
    overflow: hidden;
    -webkit-transition: background-color 200ms, box-shadow 200ms;
    -moz-transition: background-color 200ms, box-shadow 200ms;
    -o-transition: background-color 200ms, box-shadow 200ms;
    transition: background-color 200ms, box-shadow 200ms;
}

.nav__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: opacity 200ms, 400ms;
    -moz-transition: opacity 200ms, 400ms;
    -o-transition: opacity 200ms, 400ms;
    transition: opacity 200ms, 400ms;
    background-color: transparent;
    border: 0;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    height: 34px;
    outline: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 100%;
}

.nav__input__icon {
    font-size: 14px;
    height: 14px;
    left: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 14px;
}

.nav__secondary {
    background-color: #2b2b2b;
    color: white;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    *zoom: 1;
    position: fixed;
    top: -81px;
    text-transform: uppercase;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 21;
}
.nav__secondary:after {
    content: "";
    display: table;
    clear: both;
}
.nav__secondary.is-transitioning {
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
    position: fixed;
    top: -81px;
}
.nav__secondary.nav__secondary--fixed {
    position: fixed;
    top: 0;
}
.nav__secondary.nav__secondary--scrolled:hover {
    top: 0 !important;
}
.nav__secondary .btn--primary {
    display: inline;
}

.nav__secondary__container {
    position: relative;
    z-index: 1;
}

.nav__secondary__li.backtotop {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out, max-width 200ms ease-out, padding 200ms ease-out;
    -moz-transition: opacity 200ms ease-out, max-width 200ms ease-out, padding 200ms ease-out;
    -o-transition: opacity 200ms ease-out, max-width 200ms ease-out, padding 200ms ease-out;
    transition: opacity 200ms ease-out, max-width 200ms ease-out, padding 200ms ease-out;
    padding: 0;
    max-width: 0;
}
.nav__secondary__li.backtotop.is-active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 200ms ease-out, max-width 200ms ease-out, padding 200ms ease-out, color 200ms ease-out;
    -webkit-transition-delay: 1s, 1s, 1s, 0s;
    -moz-transition: opacity 200ms ease-out 1s, max-width 200ms ease-out 1s, padding 200ms ease-out 1s, color 200ms ease-out;
    -o-transition: opacity 200ms ease-out 1s, max-width 200ms ease-out 1s, padding 200ms ease-out 1s, color 200ms ease-out;
    transition: opacity 200ms ease-out 1s, max-width 200ms ease-out 1s, padding 200ms ease-out 1s, color 200ms ease-out;
    padding-left: 25px;
    padding-right: 60px;
    max-width: 140px;
}

.nav__secondary__title__container {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 200ms ease-out 0;
    -o-transition: opacity 200ms ease-out 0;
    transition: opacity 200ms ease-out 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
}
.nav__secondary__title__container:before {
    content: '';
    height: 100%;
    margin-right: -6px;
    width: 1px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}
.nav__secondary__title__container:before {
    height: 74px;
}
.nav__secondary__title__container.is-active {
    -webkit-transition: opacity 200ms ease-out;
    -webkit-transition-delay: 1s;
    -moz-transition: opacity 200ms ease-out 1s;
    -o-transition: opacity 200ms ease-out 1s;
    transition: opacity 200ms ease-out 1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.nav__secondary__title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.nav__secondary__icon {
    font-size: 18px;
    margin-right: 15px;
}

.nav__secondary__ul {
    white-space: nowrap;
}

.nav__secondary__li {
    color: #cccccc;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 28px 60px 28px 25px;
}
.nav__secondary__li:hover {
    color: white;
}

.nav__secondary__li--first {
    padding-left: 0;
}

.nav__secondary__li--last {
    padding-right: 0;
}

.nav__secondary__link {
    color: white;
}

.downloads-overlay {
    background-color: #1e1e1e;
    display: block;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 200ms ease-out;
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    position: fixed;
    top: 0;
}
.downloads-overlay.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1000;
}
.downloads-overlay.downloads-overlay--scrolled {
    position: fixed;
}

.downloads__overlay__tile--small {
    background-position: 50% 0;
}

.downloads-doc {
    color: #cccccc;
    display: block;
    background-color: white;
    background-image: url(/img/fpo/doc.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px 150px;
    -o-background-size: 150px 150px;
    background-size: 150px 150px;
    -webkit-transition: background-color 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: background-color 200ms ease-out 0;
    -o-transition: background-color 200ms ease-out 0;
    transition: background-color 200ms ease-out 0;
    position: relative;
}
.downloads-doc:after {
    color: white;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 40px;
    height: 40px;
    left: 0;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.downloads-doc:hover {
    background-color: #383838;
}

.downloads-doc__title {
    padding: 25px 25px 35px 25px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}

.downloads-doc--pdf:after {
    content: "PDF";
}

.downloads-doc--doc:after {
    content: "DOC";
}

.downloads-close {
    cursor: pointer;
}

.downloads-overlay__container {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0ms;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

.nav__secondary__light {
    color: #9e9e9e;
}

.downloads-overlay__header {
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.nav__secondary__li--downloads {
    padding-left: 20px;
}
.nav__secondary__li--downloads a:hover {
    color: #fc6000;
}

.downloads-overlay__img-container {
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    float: left;
    position: relative;
    width: 50%;
}
.downloads-overlay__img-container:hover .downloads-overlay__overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
.downloads-overlay__img-container:hover .downloads-overlay__hover-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

@media only screen and (max-width: 2560px) {
    .downloads__overlay__tile--small {
        height: 640px;
    }
}
@media only screen and (max-width: 2048px) {
    .downloads__overlay__tile--small {
        height: 512px;
    }
}
@media only screen and (max-width: 1920px) {
    .downloads__overlay__tile--small {
        height: 480px;
    }
}
@media only screen and (max-width: 1680px) {
    .downloads__overlay__tile--small {
        height: 420px;
    }
}
@media only screen and (max-width: 1600px) {
    .downloads__overlay__tile--small {
        height: 400px;
    }
}
@media only screen and (max-width: 1440px) {
    .downloads__overlay__tile--small {
        height: 360px;
    }
}
@media only screen and (max-width: 1360px) {
    .downloads__overlay__tile--small {
        height: 340px;
    }
}
@media only screen and (max-width: 1280px) {
    .downloads__overlay__tile--small {
        height: 320px;
    }
}
@media only screen and (max-width: 1024px) {
    .downloads__overlay__tile--small {
        height: 256px;
    }
}
@media only screen and (max-width: 800px) {
    .downloads__overlay__tile--small {
        height: 200px;
    }
}
@media only screen and (max-width: 640px) {
    .downloads__overlay__tile--small {
        height: 160px;
    }
}
@media only screen and (min-width: 2561px) {
    .js-download-tile-small {
        height: 640px;
    }
}
.downloads-overlay__img {
    width: 100%;
}

.downloads-overlay__icon {
    font-size: 10px;
}

.downloads-overlay__hover-content {
    color: white;
    text-transform: uppercase;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 200ms ease-out 0;
    -o-transition: opacity 200ms ease-out 0;
    transition: opacity 200ms ease-out 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.downloads-overlay__overlay {
    background-color: #111111;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 200ms ease-out 0;
    -o-transition: opacity 200ms ease-out 0;
    transition: opacity 200ms ease-out 0;
}

.downloads-overlay__li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 10px 10px 10px 0;
}

.downloads-overlay__link--last {
    padding-right: 0;
}

.downloads-overlay__link {
    color: white;
    font-size: 30px;
}
.downloads-overlay__link:hover {
    color: #fc6000;
}

.nav__secondary__icon--close {
    font-size: 16px;
}

.nav-mobile__subnav,
.nav__li--mobile-search,
.nav__li--mobile-trigger {
    display: none;
}

.nav-mobile__subnav {
    background-color: #f4f4f4;
    border-top: 1px white solid;
    display: none;
    height: 100%;
    padding-top: 51px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}

.nav-mobile__subnav__li {
    color: #111111;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 18px;
    position: relative;
}

.nav__li--mobile-trigger {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.nav__bottom__a--list.is-active {
    color: #fc6000;
}

.nav-mobile__subnav__containter--search {
    background-color: white;
}

.nav-mobile__subnav__containter {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0ms;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

.nav-mobile__a {
    color: #111111;
    display: block;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-mobile__subnav__list {
    background-color: white;
    display: none;
    -webkit-box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.5) inset;
}

.nav-mobile__subnav__item {
    border-bottom: 1px #cccccc solid;
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    position: relative;
}
.nav-mobile__subnav__item:after {
    content: "\e61a";
    font-family: "icons";
    font-size: 10px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 10px;
}

.nav-mobile__subnav__a {
    display: block;
    font-size: 12px;
    padding: 20px;
    color: #5c5c5c;
    text-decoration: none;
}

@media only screen and (max-width: 1280px) {
    .nav__secondary__li.backtotop.is-active,
    .nav__secondary__li {
        padding-right: 40px;
    }

    .nav__secondary__title__container {
        padding-left: 285px;
        padding-right: 410px;
    }

    .nav__secondary__li--first {
        padding-left: 0;
    }

    .nav__secondary__li--last {
        padding-right: 0;
    }

    .downloads-doc {
        -webkit-background-size: 100px 100px;
        -moz-background-size: 100px 100px;
        -o-background-size: 100px 100px;
        background-size: 100px 100px;
    }
    .downloads-doc:after {
        font-size: 26px;
        height: 26px;
        margin-top: -13px;
    }

    .downloads-doc__title {
        padding: 20px 20px 30px 20px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    .nav__secondary__icon-text {
        display: none;
    }

    .nav__secondary__li > .nav__secondary__icon {
        margin-right: 0;
    }

    .nav__secondary__li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav__secondary__li--first {
        padding-left: 0;
    }

    .nav__secondary__li--last {
        padding-right: 0;
    }

    .nav__secondary__li.backtotop {
        padding: 0;
        max-width: 0;
    }
    .nav__secondary__li.backtotop.is-active {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 60px;
    }

    .downloads-doc {
        -webkit-background-size: 80px 80px;
        -moz-background-size: 80px 80px;
        -o-background-size: 80px 80px;
        background-size: 80px 80px;
    }
    .downloads-doc:after {
        font-size: 26px;
        height: 26px;
        margin-top: -13px;
    }

    .downloads-doc__title {
        padding: 10px 10px 20px 10px;
    }

    .nav__secondary__title__container {
        padding-left: 120px;
        padding-right: 245px;
    }
}
@media only screen and (max-width: 768px) {
    .nav__ul {
        width: 100%;
    }

    .nav__li {
        float: right;
    }

    .nav__li--swoosh {
        float: left;
    }

    .nav__bottom {
        padding-right: 0;
    }

    .nav__top,
    .nav__search,
    .nav__secondary,
    .nav__li--dropdown,
    .downloads-overlay {
        display: none;
    }

    .nav__li--mobile-search,
    .nav__li--mobile-trigger {
        display: block;
    }

    .nav__bottom__a--icon {
        padding: 0 10px;
    }

    .nav__bottom__a.is-active {
        background-color: transparent;
        background-image: none;
    }
}
/* -------------------------------- */
/* Footer
/* -------------------------------- */
.no-touch .footer a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #000;
    color: #b1b1b1;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial, Arial black, Arial Bold, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 11px 20px 11px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    *zoom: 1;
}
.footer:after {
    content: "";
    display: table;
    clear: both;
}

.footer__item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.footer__link {
    color: #b1b1b1;
    display: block;
    margin-right: 10px;
    text-decoration: none;
}
.footer__link:hover {
    color: #b1b1b1;
}

.footer__locale__link {
    color: #b1b1b1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-decoration: none;
}
.footer__locale__link:hover {
    color: #b1b1b1;
}

.footer__link--last {
    margin-right: 0;
}

.footer__legal {
    margin-left: 10px;
}

.footer__legal,
.footer__img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.footer__img {
    margin-right: 4px;
}

@media only screen and (max-width: 1280px) {
    .footer__group {
        width: 100%;
        text-align: center;
    }

    .footer__group--left {
        float: none;
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .footer__locale__link,
    .footer__link {
        line-height: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .footer {
        background-color: #cccccc;
        font-family: "Helvetica Neue", Helvetica, Sans-serif;
    }

    .footer__group--left {
        padding: 10px 0 20px;
        border-bottom: 1px #b3b3b3 solid;
    }

    .footer__link--devicehide {
        display: none;
    }

    .footer__locale__link,
    .footer__link {
        color: #111111;
        text-decoration: underline;
    }
    .footer__locale__link:hover,
    .footer__link:hover {
        color: #111111;
    }

    .footer__localization {
        float: left;
    }

    .footer__legal {
        color: #111111;
        font-size: 11px;
        float: none;
        margin-left: 0;
        text-align: center;
    }
}