/*
==========================================================================================
Derek Mack V3 Stylesheet
==========================================================================================
*/
/* --------------------------------------------- 
CSS Reset
--------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

a {
  color: blue; }

a:focus {
  outline: thin dotted; }

li {
  list-style: none; }

abbr[title] {
  border-bottom: none; }

b,
strong {
  font-weight: 700; }

i,
em,
dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

label {
  cursor: pointer; }

input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

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

td {
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* --------------------------------------------- 
Variables
--------------------------------------------- */
/*
--------------------------------------------
Mixins
--------------------------------------------
*/
/*
--------------------------------------------
Basics
--------------------------------------------
*/
body {
  background: #ffffff; }

img {
  height: auto;
  width: 100%; }

/*
--------------------------------------------
Typography
--------------------------------------------
*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body,
input,
textarea {
  color: #111314;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4118; }
  @media screen and (min-width: 640px) {
    body,
    input,
    textarea {
      font-size: 17px; } }
  @media screen and (min-width: 1440px) {
    body,
    input,
    textarea {
      font-size: 19px; } }

a {
  color: #f53643;
  text-decoration: none; }

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1111;
  margin-bottom: 12px; }
  @media screen and (min-width: 960px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2727;
  margin: 8px 0; }
  @media screen and (min-width: 640px) {
    h2 {
      font-size: 22px;
      margin: 16px 0; } }
  @media screen and (min-width: 960px) {
    h2 {
      font-size: 28px;
      margin: 16px 0; } }

h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2727;
  margin: 2em 0 1em 0; }
  @media screen and (min-width: 640px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3333;
  margin: 10px 0;
  text-transform: uppercase; }

h5 {
  font-size: 11px;
  color: #868b8f;
  margin: 0;
  text-transform: uppercase; }
  @media screen and (min-width: 640px) {
    h5 {
      font-size: 13px; } }

p, ul, ol, dl, blockquote, figure, .group {
  margin: 0 0 1.4118em 0; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

blockquote {
  font-weight: 700;
  text-align: center; }

/* Lists */
ol, ul {
  list-style-position: outside; }

ol ol,
ol ul,
ul ul,
ul ol {
  margin: 0; }

ol li {
  list-style: decimal;
  margin-left: 16px; }

ul li {
  list-style: disc;
  margin-left: 16px; }

/*
--------------------------------------------
Page Header
--------------------------------------------
*/
header[role="banner"] {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  height: 48px;
  padding: 0 16px;
  top: 0;
  width: 100%;
  z-index: 100;
  position: fixed; }
  @media screen and (min-width: 400px) {
    header[role="banner"] {
      padding: 0 20px; } }
  @media screen and (min-width: 640px) {
    header[role="banner"] {
      padding: 0 40px; } }
  @media screen and (min-width: 960px) {
    header[role="banner"] {
      height: 64px; } }
  @media screen and (min-width: 1440px) {
    header[role="banner"] {
      background-color: #f2f4f5;
      box-shadow: none;
      height: auto;
      padding: 0;
      bottom: 0;
      right: 0;
      width: 25%; } }
  header[role="banner"] .header-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto; }
    @media screen and (min-width: 1440px) {
      header[role="banner"] .header-content {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        padding: 40px; } }
  header[role="banner"] nav[role="navigation"] ul {
    display: flex;
    font-weight: 500;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1440px) {
      header[role="banner"] nav[role="navigation"] ul {
        flex-direction: column;
        margin: 29px 0; } }
    header[role="banner"] nav[role="navigation"] ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
      header[role="banner"] nav[role="navigation"] ul li a {
        border-radius: 4px;
        color: #111314;
        padding: 4px 8px; }
        header[role="banner"] nav[role="navigation"] ul li a:hover {
          color: #f53643; }
        @media screen and (min-width: 640px) {
          header[role="banner"] nav[role="navigation"] ul li a {
            padding: 6px 12px; } }
        @media screen and (min-width: 960px) {
          header[role="banner"] nav[role="navigation"] ul li a {
            padding: 8px 16px; } }
        @media screen and (min-width: 1440px) {
          header[role="banner"] nav[role="navigation"] ul li a {
            display: block;
            margin: 0;
            padding: 8px 0; } }
      header[role="banner"] nav[role="navigation"] ul li.active a {
        color: #111314;
        background: #f2f4f5; }
        header[role="banner"] nav[role="navigation"] ul li.active a:hover {
          color: #f53643; }
        @media screen and (min-width: 1440px) {
          header[role="banner"] nav[role="navigation"] ul li.active a {
            background: none;
            color: #f53643; } }
  @media screen and (min-width: 1440px) {
    header[role="banner"] .logo {
      margin-top: 20px; } }
  header[role="banner"] .logo a {
    display: block;
    height: 32px;
    width: 32px; }
    @media screen and (min-width: 960px) {
      header[role="banner"] .logo a {
        height: 40px;
        width: 40px; } }
    header[role="banner"] .logo a .dm-logo {
      fill: #111314;
      width: 100%;
      height: 100%; }
    header[role="banner"] .logo a:hover .dm-logo {
      fill: #f53643; }

@media screen and (min-width: 1440px) {
  body {
    margin-right: 25%; } }

/*
--------------------------------------------
Page Footer
--------------------------------------------
*/
footer[role="contentinfo"] {
  border-top: 0.5px solid #c9cdd1;
  color: #868b8f;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
  padding: 16px; }
  @media screen and (min-width: 400px) {
    footer[role="contentinfo"] {
      font-size: 15px;
      padding: 20px; } }
  @media screen and (min-width: 640px) {
    footer[role="contentinfo"] {
      padding: 20px 40px; } }
  @media screen and (min-width: 1440px) {
    footer[role="contentinfo"] {
      border: none;
      padding: 0; } }
  footer[role="contentinfo"] .footer-content {
    margin: 0 auto;
    max-width: 1280px; }
    @media screen and (min-width: 1440px) {
      footer[role="contentinfo"] .footer-content {
        border-top: 0.5px solid #c9cdd1;
        padding: 20px 0; } }
  footer[role="contentinfo"] p {
    margin: 0; }

/*
--------------------------------------------
Content
--------------------------------------------
*/
main {
  margin-top: 48px; }
  @media screen and (min-width: 960px) {
    main {
      margin-top: 64px; } }
  @media screen and (min-width: 1440px) {
    main {
      margin-top: 0; } }

.content-list header {
  padding: 16px 0; }
  @media screen and (min-width: 400px) {
    .content-list header {
      padding: 20px 0; } }

.content-section {
  padding: 0 16px; }
  @media screen and (min-width: 400px) {
    .content-section {
      padding: 0 20px; } }
  @media screen and (min-width: 640px) {
    .content-section {
      padding: 0 40px; } }
  @media screen and (min-width: 960px) {
    .content-section {
      padding: 0 40px; } }
  @media screen and (min-width: 1440px) {
    .content-section {
      padding: 0 80px; } }

.content-wrapper {
  margin: 0 auto;
  max-width: 1280px; }

.content-inner {
  margin: 0 auto; }

.featured-work {
  background-color: #f2f4f5;
  border-bottom: 0.5px solid #c9cdd1; }
  @media screen and (min-width: 1440px) {
    .featured-work {
      background: none;
      border: none;
      padding-top: 40px; } }

.tile-image {
  border-radius: 4px;
  margin: 0;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .tile-image {
      border-radius: 8px; } }

@media screen and (min-width: 640px) {
  .work-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px; } }
@media screen and (min-width: 1440px) {
  .work-list {
    border-bottom: 0.5px solid #c9cdd1; } }
.work-list article {
  margin-bottom: 16px;
  position: relative; }
  @media screen and (min-width: 640px) {
    .work-list article {
      margin-bottom: 20px;
      width: calc(50% - 10px); } }
  .work-list article .tile-content {
    padding: 16px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media screen and (min-width: 400px) {
      .work-list article .tile-content {
        padding: 18px 20px; } }
    .work-list article .tile-content h3 {
      margin: 0; }
    .work-list article .tile-content a {
      text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      color: #ffffff; }

.feature-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px; }
  @media screen and (min-width: 400px) {
    .feature-list {
      padding-bottom: 20px; } }
  @media screen and (min-width: 640px) {
    .feature-list {
      display: block;
      margin: 0; } }
  .feature-list article {
    width: calc(50% - 8px); }
    @media screen and (min-width: 400px) {
      .feature-list article {
        width: calc(50% - 10px); } }
    @media screen and (min-width: 640px) {
      .feature-list article {
        display: flex;
        align-items: stretch;
        margin-bottom: 20px;
        width: 100%; } }
  @media screen and (min-width: 640px) {
    .feature-list .tile-image {
      margin-right: 20px;
      width: calc(((1/3)*100%) - (40px/3)); } }
  @media screen and (min-width: 1440px) {
    .feature-list .tile-image {
      width: calc(25% - 10px); } }
  @media screen and (min-width: 640px) {
    .feature-list .tile-content {
      flex: 1; } }
  @media screen and (min-width: 640px) {
    .feature-list .tile-content h2 {
      margin: 12px 0 5px 0; } }
  .feature-list .tile-content a {
    color: #111314; }
    .feature-list .tile-content a:hover {
      color: #f53643; }
  .feature-list .tile-content p {
    color: #5e6266;
    display: none;
    font-size: 13px;
    margin: 0; }
    @media screen and (min-width: 400px) {
      .feature-list .tile-content p {
        font-size: 15px; } }
    @media screen and (min-width: 640px) {
      .feature-list .tile-content p {
        display: block; } }
    @media screen and (min-width: 1440px) {
      .feature-list .tile-content p {
        font-size: 17px; } }

/*
--------------------------------------------
Article Content
--------------------------------------------
*/
@media screen and (min-width: 640px) {
  .article-cover {
    background: #111314;
    position: relative; } }

.article-image {
  margin: 0 0 16px 0; }
  @media screen and (min-width: 400px) {
    .article-image {
      margin-bottom: 20px; } }
  @media screen and (min-width: 640px) {
    .article-image {
      margin: 0; } }

@media screen and (min-width: 640px) {
  .article-intro {
    padding: 40px 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .article-intro .content-wrapper,
    .article-intro .content-inner {
      max-width: none;
      width: 100%; } }
@media screen and (min-width: 960px) {
  .article-intro {
    padding: 60px 0; } }
@media screen and (min-width: 640px) {
  .article-intro .article-title {
    color: #fff; } }
@media screen and (min-width: 960px) {
  .article-intro .article-title h1 {
    font-size: 44px;
    line-height: 48px; } }
.article-intro .article-description {
  color: #5e6266; }
  @media screen and (min-width: 640px) {
    .article-intro .article-description {
      color: #fff;
      font-weight: 500; } }
  .article-intro .article-description p {
    font-size: 17px;
    margin: 0; }
    @media screen and (min-width: 960px) {
      .article-intro .article-description p {
        font-size: 19px; } }

.article-meta {
  border-top: 0.5px solid #c9cdd1;
  border-bottom: 0.5px solid #c9cdd1;
  color: #5e6266;
  padding: 16px 0;
  margin-bottom: 16px; }
  @media screen and (min-width: 400px) {
    .article-meta {
      padding: 20px 0;
      margin-bottom: 20px; } }
  @media screen and (min-width: 640px) {
    .article-meta {
      border-top: none;
      margin-top: -40px;
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 16px 0; } }
  @media screen and (min-width: 960px) {
    .article-meta {
      border: none;
      display: block;
      float: left;
      padding: 0;
      width: calc(50% - 20px);
      margin: 4px 0 0 -50%; } }
  @media screen and (min-width: 640px) {
    .article-meta h5 {
      width: 25%;
      text-align: left; } }
  @media screen and (min-width: 960px) {
    .article-meta h5 {
      width: auto; } }
  .article-meta p {
    font-size: 13px;
    margin: 0 0 8px 0; }
    .article-meta p:last-of-type {
      margin: 0; }
    @media screen and (min-width: 640px) {
      .article-meta p {
        font-size: 15px;
        margin: 0 0 4px 0;
        width: 72.5%; } }
    @media screen and (min-width: 960px) {
      .article-meta p {
        margin: 0 0 12px 0;
        width: auto; } }

.article-content h3, .article-content h4 {
  text-align: center; }
.article-content .content-section {
  padding-top: 16px;
  padding-bottom: 16px; }
  @media screen and (min-width: 400px) {
    .article-content .content-section {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 640px) {
    .article-content .content-section {
      padding-top: 40px;
      padding-bottom: 40px; } }
@media screen and (min-width: 640px) {
  .article-content .content-wrapper {
    width: 75%; } }
@media screen and (min-width: 960px) {
  .article-content .content-wrapper {
    width: 50%; } }
@media screen and (min-width: 640px) {
  .article-content .opener {
    font-size: 1.12em; } }
.article-content .opener .drop {
  background-color: #111314;
  color: #fff;
  float: left;
  font-size: 3.3em;
  font-weight: 900;
  line-height: 1.1428em;
  position: relative;
  margin: 0.065em 0.13em 0 0;
  text-align: center;
  width: 1.1428em; }

.highlight {
  background-color: black;
  color: white; }

.pull {
  /*
  	&.left {
  		float: left;
  		text-align: right;
  		width: calc(50% - 0.4444rem);
  	}
  	&.right {
  		float: right;
  		text-align: left;
  		width: calc(50% - 0.4444rem);
  	}
  	&.left.sm,
  	&.left.md {
  		margin-left: calc(-50% - 0.4444rem);
  	}
  */ }
  @media screen and (min-width: 640px) {
    .pull {
      margin-left: -16.6667%;
      margin-right: -16.6667%; } }
  @media screen and (min-width: 960px) {
    .pull {
      margin-left: -50%;
      margin-right: -50%; } }

/*
--------------------------------------------
Article Images
--------------------------------------------
*/
figure {
  position: relative; }

.figure-group {
  margin: 0; }
  @media screen and (min-width: 640px) {
    .figure-group {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .figure-group figure {
    margin: 0;
    margin-bottom: 16px; }
    .figure-group figure:last-child {
      margin: 0; }
    @media screen and (min-width: 400px) {
      .figure-group figure {
        margin-bottom: 20px; } }
    @media screen and (min-width: 640px) {
      .figure-group figure {
        width: calc(50% - 10px); }
        .figure-group figure:nth-last-child(-n+2) {
          margin: 0; } }

/* Picture captions */
figcaption {
  color: #5e6266;
  font-size: 13px;
  margin-top: 0.5em;
  text-align: left; }

figcaption p {
  margin: 0; }

.overlay figcaption {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 40px 10px 5px 10px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  width: 100%; }

/*
--------------------------------------------
FEATURE - Nurburgring
--------------------------------------------
*/
@media screen and (min-width: 640px) {
  .nurburgring .article-cover .article-title h1 {
    font-size: 11.718vw;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase; }
    .nurburgring .article-cover .article-title h1 span {
      display: block;
      font-size: 0.5em;
      font-weight: 700;
      line-height: 1;
      text-transform: none; } }
@media screen and (min-width: 1440px) {
  .nurburgring .article-cover .article-title h1 {
    font-size: 7.8125vw; } }
@media screen and (min-width: 640px) {
  .nurburgring .article-cover .article-description {
    max-width: 480px; } }
@media screen and (min-width: 960px) {
  .nurburgring .article-cover .article-description {
    max-width: 640px; } }
