@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #ff0015;
  border-color: #cc0011;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #cc0011;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #FFFFFF;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #ff0015;
  border-color: #cc0011;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #cc0011;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #ff0015;
}

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

@media only screen and (min-width: 40.063em) {
  button,
  .button {
    display: inline-block;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */

a {
  color: #ff0015;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #db0012;
}

a img {
  border: none;
}

/* Default paragraph styles */

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21em;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #2f2f2f;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #787878;
  line-height: 0;
}

h1 {
  font-size: 1.625rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.4375rem;
}

h4 {
  font-size: 1.0625rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #787878;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */

ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #2f2f2f;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.6667em;
  color: #5f5f5f;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #5f5f5f;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #787878;
}

/* Microformats */

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
  position: relative;
}

.ms-choice {
  display: block;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
}

.ms-choice.disabled {
  cursor: default;
}

.ms-choice > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.ms-choice > span:after {
  content: "\0000a0";
}

.ms-choice > span.placeholder {
  color: #999;
}

.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
}

.ms-drop {
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  box-shadow: none;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}

.ms-drop ul > li .disabled {
  opacity: .35;
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li.group {
  clear: both;
}

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-drop ul > li label.optgroup {
  font-weight: bold;
}

.ms-drop input[type="checkbox"] {
  vertical-align: middle;
}

.ms-drop .ms-no-results {
  display: none;
}

.fixedsticky-dummy {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  .fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  .fixedsticky-on {
    position: fixed;
  }

  .fixedsticky-on + .fixedsticky-dummy {
    display: block;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

::-moz-selection,
:before ::-moz-selection,
:after ::-moz-selection {
  background: rgba(204, 204, 204, 0.5);
}

::selection,
:before ::selection,
:after ::selection {
  background: rgba(204, 204, 204, 0.5);
}

option {
  color: black;
}

body {
  text-rendering: optimizeLegibility;
}

.lead p {
  margin-bottom: 1.8rem;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-weight: 900;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.h13,
.galleria-theme-hendrick .galleria-counter,
.media-title,
.media-age,
.next-race-standings,
.next-race--sidebar .next-race-broadcast,
.filter-teams,
.sidebar-filters,
.bofa-filters,
.tabs,
.footer-nav .secondary-nav li,
.footer-nav .copy-credit li,
.site-topbar,
.article-author-wrapper,
.article-squib-text,
.snippet-age,
.news-squib-banner small,
.team-nav a {
  font-size: .9rem;
}

.h14,
.content-category,
.banner-close,
.site-navigation a,
.gallery-social a,
.schedule-section-hide,
.detail-subtitle,
.team-car-race {
  font-size: .95rem;
}

.h16 {
  font-size: 1rem;
}

.lead,
.h18,
.galleria-theme-hendrick .galleria-info-title,
.next-race-date,
.next-race-time,
.next-race-standings th,
.about-copy,
.about-copy > .lead,
.about-wins-tabs > a,
.article-section-text,
.article-squib-text strong,
.newsletter-form,
.listing-main-cell,
.detail-stat,
.team-stats-item,
.team-stats-cta {
  font-size: 1.05rem;
}

.h20,
.next-race-track,
.header-search {
  font-size: 1.1rem;
}

.h22,
.galleria-theme-hendrick .galleria-current,
.next-race-title {
  font-size: 1.15rem;
}

.h24,
.content-title,
.article-section-quote {
  font-size: 1.2rem;
}

.h26,
.team-list--header {
  font-size: 1.25rem;
}

.h28,
.standings-table-team,
.next-race--featured .next-race-title,
.next-race .schedule-section-header {
  font-size: 1.3rem;
}

.h32,
.team-stats-stat {
  font-size: 1.35rem;
}

.h36 {
  font-size: 1.4rem;
}

.h45 {
  font-size: 1.45rem;
}

@media only screen and (min-width: 40.0625em) {
  .h13,
  .galleria-theme-hendrick .galleria-counter,
  .media-title,
  .media-age,
  .next-race-standings,
  .next-race--sidebar .next-race-broadcast,
  .filter-teams,
  .sidebar-filters,
  .bofa-filters,
  .tabs,
  .footer-nav .secondary-nav li,
  .footer-nav .copy-credit li,
  .site-topbar,
  .article-author-wrapper,
  .article-squib-text,
  .snippet-age,
  .news-squib-banner small,
  .team-nav a {
    font-size: .8rem;
  }

  .h14,
  .content-category,
  .banner-close,
  .site-navigation a,
  .gallery-social a,
  .schedule-section-hide,
  .detail-subtitle,
  .team-car-race {
    font-size: .9rem;
  }

  .h16 {
    font-size: 1rem;
  }

  .lead,
  .h18,
  .galleria-theme-hendrick .galleria-info-title,
  .next-race-date,
  .next-race-time,
  .next-race-standings th,
  .about-copy,
  .about-copy > .lead,
  .about-wins-tabs > a,
  .article-section-text,
  .article-squib-text strong,
  .newsletter-form,
  .listing-main-cell,
  .detail-stat,
  .team-stats-item,
  .team-stats-cta {
    font-size: 1.1rem;
  }

  .h20,
  .next-race-track,
  .header-search {
    font-size: 1.175rem;
  }

  .h22,
  .galleria-theme-hendrick .galleria-current,
  .next-race-title {
    font-size: 1.26rem;
  }

  .h24,
  .content-title,
  .article-section-quote {
    font-size: 1.35rem;
  }

  .h26,
  .team-list--header {
    font-size: 1.45rem;
  }

  .h28,
  .standings-table-team,
  .next-race--featured .next-race-title,
  .next-race .schedule-section-header {
    font-size: 1.525rem;
  }

  .h32,
  .team-stats-stat {
    font-size: 1.675rem;
  }

  .h36 {
    font-size: 1.825rem;
  }

  .h45 {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 72.0625em) {
  .h13,
  .galleria-theme-hendrick .galleria-counter,
  .media-title,
  .media-age,
  .next-race-standings,
  .next-race--sidebar .next-race-broadcast,
  .filter-teams,
  .sidebar-filters,
  .bofa-filters,
  .tabs,
  .footer-nav .secondary-nav li,
  .footer-nav .copy-credit li,
  .site-topbar,
  .article-author-wrapper,
  .article-squib-text,
  .snippet-age,
  .news-squib-banner small,
  .team-nav a {
    font-size: 0.8125rem;
  }

  .h14,
  .content-category,
  .banner-close,
  .site-navigation a,
  .gallery-social a,
  .schedule-section-hide,
  .detail-subtitle,
  .team-car-race {
    font-size: 0.875rem;
  }

  .h16 {
    font-size: 1rem;
  }

  .lead,
  .h18,
  .galleria-theme-hendrick .galleria-info-title,
  .next-race-date,
  .next-race-time,
  .next-race-standings th,
  .about-copy,
  .about-copy > .lead,
  .about-wins-tabs > a,
  .article-section-text,
  .article-squib-text strong,
  .newsletter-form,
  .listing-main-cell,
  .detail-stat,
  .team-stats-item,
  .team-stats-cta {
    font-size: 1.125rem;
  }

  .h20,
  .next-race-track,
  .header-search {
    font-size: 1.25rem;
  }

  .h22,
  .galleria-theme-hendrick .galleria-current,
  .next-race-title {
    font-size: 1.375rem;
  }

  .h24,
  .content-title,
  .article-section-quote {
    font-size: 1.5rem;
  }

  .h26,
  .team-list--header {
    font-size: 1.625rem;
  }

  .h28,
  .standings-table-team,
  .next-race--featured .next-race-title,
  .next-race .schedule-section-header {
    font-size: 1.75rem;
  }

  .h32,
  .team-stats-stat {
    font-size: 2rem;
  }

  .h36 {
    font-size: 2.25rem;
  }

  .h45 {
    font-size: 2.8125rem;
  }
}

.ul-reset {
  margin: 0;
  list-style-type: none;
}

.inline-list {
  margin: 0;
  list-style-type: none;
}

.inline-list > li {
  display: inline-block;
  vertical-align: middle;
}

.trending-list {
  padding: 35px 0 0;
  list-style-type: none;
  margin: 0 0 0 2rem;
}

.trending-list > li {
  padding: .75rem 0;
  position: relative;
}

.trending-list > li:before {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  color: #ff0015;
  font-size: 8px;
  position: absolute;
  top: 1.1rem;
  left: -2rem;
}

.link--print .ico {
  font-size: 1.4em;
  vertical-align: middle;
  margin-right: .3em;
}

.cta,
.about-cta,
.related-content-cta,
.team-stats-cta {
  font-weight: 800;
}

.cta:after,
.about-cta:after,
.related-content-cta:after,
.team-stats-cta:after {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  font-size: .8em;
  vertical-align: .1em;
  margin-left: 0.7em;
}

.theme--dark .theme--light {
  color: #2f2f2f;
  background: #eee;
}

.theme--dark .theme--light .h,
.theme--dark .theme--light h2,
.theme--dark .theme--light h3,
.theme--dark .theme--light h4,
.theme--dark .theme--light h5,
.theme--dark .theme--light h6,
.theme--dark .theme--light strong,
.theme--dark .theme--light th,
.theme--dark .theme--light .ico {
  color: #2f2f2f;
}

.theme--dark .theme--light .primary {
  color: #ff0015;
}

.theme--dark .theme--light hr {
  border-color: #c8c8c8;
}

.theme--dark {
  color: #888;
  background: #2f2f2f;
}

.theme--dark .h,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark h6,
.theme--dark strong,
.theme--dark th,
.theme--dark .ico {
  color: #fff;
}

.theme--dark .primary {
  color: #ff0015;
}

.theme--dark hr {
  border-color: #555555;
}

.theme--panasonic {
  background: linear-gradient(#000b19, #203a4d);
}

.theme--panasonic .page-sidebar {
  background: #fff;
}

.full-width {
  width: 100%;
  display: block;
}

hr.large {
  margin: 3rem 0;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

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

.ico {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-arrow-right:before {
  content: "";
}

.ico-chevron-down:before {
  content: "";
}

.ico-chevron-left:before {
  content: "";
}

.ico-chevron-right:before {
  content: "";
}

.ico-angle-left:before {
  content: "";
}

.ico-angle-right:before {
  content: "";
}

.ico-play:before {
  content: "";
}

.ico-play-circle:before {
  content: "";
  line-height: 1em;
  text-align: center;
  width: 3.5em;
  height: 3.5em;
  padding: 1em .2em 1em .4em;
  display: inline-block;
  vertical-align: middle;
  border: .25em solid;
  border-radius: 99em;
}

.ico-fullscreen:before {
  content: "";
}

.ico-facebook:before {
  content: "";
}

.ico-instagram:before {
  content: "";
}

.ico-pinterest:before {
  content: "";
}

.ico-twitter:before {
  content: "";
}

.ico-youtube:before {
  content: "";
}

.ico-share-square-o:before {
  content: "";
}

.ico-facebook-square:before {
  content: "";
}

.ico-twitter-square:before {
  content: "";
}

.ico-instagram-square:before {
  content: "";
}

.ico-hendrick:before {
  content: "";
}

.ico-team-5:before {
  content: "";
}

.ico-team-24:before {
  content: "";
}

.ico-team-25:before {
  content: "";
}

.ico-team-48:before {
  content: "";
}

.ico-team-88:before {
  content: "";
}

.ico-bars:before {
  content: "";
}

.ico-calendar:before {
  content: "";
}

.ico-chart-h:before {
  content: "";
}

.ico-envelope:before {
  content: "";
}

.ico-external:before {
  content: "";
}

.ico-eye:before {
  content: "";
}

.ico-racetrack:before {
  content: "";
}

.ico-plus-circle:before {
  content: "";
}

.ico-print:before {
  content: "";
}

.ico-search:before {
  content: "";
}

.ico-times:before {
  content: "";
}

.ico-times-circle:before {
  content: "";
}

.ico-times-circle-o:before {
  content: "";
}

.bg--facebook {
  color: #fff;
  background: #005d8f;
}

.bg--facebook:hover,
.bg--facebook:focus {
  outline: none;
  color: #fff;
  background: #006ea9;
}

.bg--twitter {
  color: #fff;
  background: #00b0d1;
}

.bg--twitter:hover,
.bg--twitter:focus {
  outline: none;
  color: #fff;
  background: #00c5eb;
}

.bg--social-email {
  color: #fff;
  background: #5e8c8d;
}

.bg--social-email:hover,
.bg--social-email:focus {
  outline: none;
  color: #fff;
  background: #699a9b;
}

.bg--social-more {
  color: #fff;
  background: #ff464c;
}

.bg--social-more:hover,
.bg--social-more:focus {
  outline: none;
  color: #fff;
  background: #ff6065;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

@font-face {
  font-family: 'empty';
  src: url("../fonts/space-empty.eot");
}

@font-face {
  font-family: 'empty';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggiBtYAAAC8AAAAYGNtYXAAMgBpAAABHAAAAERnYXNwAAAAEAAAAWAAAAAIZ2x5ZgMDpbEAAAFoAAAAPGhlYWT9mzB5AAABpAAAADZoaGVhAeIB5QAAAdwAAAAkaG10eAAAAAAAAAIAAAAAEGxvY2EAKAAUAAACEAAAAAptYXhwAAYABQAAAhwAAAAgbmFtZVqZXRkAAAI8AAABXXBvc3QAAwAAAAADnAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAABAABy96luXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAKABQAHgAAAAEAAAAEAAMAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff");
}

.col-33,
.col-50,
.col-66,
.col-100 {
  float: left;
  display: block;
}

.col-33 {
  width: 33.333%;
}

.col-50 {
  width: 50%;
}

.col-66 {
  width: 66.666%;
}

.col-100 {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .col-md-33,
  .col-md-50,
  .col-md-66,
  .col-md-100 {
    float: left;
    display: block;
  }

  .col-md-33 {
    width: 33.333%;
  }

  .col-md-50 {
    width: 50%;
  }

  .col-md-66 {
    width: 66.666%;
  }

  .col-md-100 {
    width: 100%;
  }
}

@media only screen and (min-width: 55.0625em) {
  .col-lg-33,
  .col-lg-50,
  .col-lg-66,
  .col-lg-100 {
    float: left;
    display: block;
  }

  .col-lg-33 {
    width: 33.333%;
  }

  .col-lg-50 {
    width: 50%;
  }

  .col-lg-66 {
    width: 66.666%;
  }

  .col-lg-100 {
    width: 100%;
  }
}

.ib-row {
  margin: 0;
  list-style-type: none;
  font-family: 'empty', sans-serif;
  vertical-align: top;
  text-align: left;
}

.ib-col {
  font-family: "proxima-nova", sans-serif;
  text-align: left;
  display: inline-block;
  vertical-align: inherit;
}

.ib-33 {
  width: 33.333%;
}

.ib-50 {
  width: 50%;
}

.ib-66 {
  width: 66.666%;
}

.ib--top {
  vertical-align: top;
}

.ib--middle {
  vertical-align: middle;
}

.ib--bottom {
  vertical-align: bottom;
}

.ib--left {
  text-align: left;
}

.ib--center {
  text-align: center;
}

.ib--right {
  text-align: right;
}

@media only screen and (min-width: 40.0625em) {
  .ib-md-row {
    margin: 0;
    list-style-type: none;
    font-family: 'empty', sans-serif;
    vertical-align: top;
    text-align: left;
  }

  .ib-md-col {
    font-family: "proxima-nova", sans-serif;
    text-align: left;
    display: inline-block;
    vertical-align: inherit;
  }

  .ib-md-33 {
    width: 33.333%;
  }

  .ib-md-50 {
    width: 50%;
  }

  .ib-md-66 {
    width: 66.666%;
  }

  .ib-md--top {
    vertical-align: top;
  }

  .ib-md--middle {
    vertical-align: middle;
  }

  .ib-md--bottom {
    vertical-align: bottom;
  }

  .ib-md--left {
    text-align: left;
  }

  .ib-md--center {
    text-align: center;
  }

  .ib-md--right {
    text-align: right;
  }
}

@media only screen and (min-width: 55.0625em) {
  .ib-lg-row {
    margin: 0;
    list-style-type: none;
    font-family: 'empty', sans-serif;
    vertical-align: top;
    text-align: left;
  }

  .ib-lg-col {
    font-family: "proxima-nova", sans-serif;
    text-align: left;
    display: inline-block;
    vertical-align: inherit;
  }

  .ib-lg-33 {
    width: 33.333%;
  }

  .ib-lg-50 {
    width: 50%;
  }

  .ib-lg-66 {
    width: 66.666%;
  }

  .ib-lg--top {
    vertical-align: top;
  }

  .ib-lg--middle {
    vertical-align: middle;
  }

  .ib-lg--bottom {
    vertical-align: bottom;
  }

  .ib-lg--left {
    text-align: left;
  }

  .ib-lg--center {
    text-align: center;
  }

  .ib-lg--right {
    text-align: right;
  }
}

.table {
  display: table;
}

.table-cell,
.table-cell--fill {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.table-cell--fill {
  width: 100%;
}

.table--padded .table-cell {
  padding: 0 1rem;
}

.table--padded .table-cell:first-child {
  padding-left: 0;
}

.table--padded .table-cell:last-child {
  padding-right: 0;
  text-align: right;
}

@media only screen and (min-width: 40.0625em) {
  .table-md {
    display: table;
  }

  .table-md-cell,
  .table-md-cell--fill {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }

  .table-md-cell--fill {
    width: 100%;
  }

  .table-md--padded .table-md-cell {
    padding: 0 1rem;
  }

  .table-md--padded .table-md-cell:first-child {
    padding-left: 0;
  }

  .table-md--padded .table-md-cell:last-child {
    padding-right: 0;
    text-align: right;
  }
}

@media only screen and (min-width: 55.0625em) {
  .table-lg {
    display: table;
  }

  .table-lg-cell,
  .table-lg-cell--fill {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }

  .table-lg-cell--fill {
    width: 100%;
  }

  .table-lg--padded .table-lg-cell {
    padding: 0 1rem;
  }

  .table-lg--padded .table-lg-cell:first-child {
    padding-left: 0;
  }

  .table-lg--padded .table-lg-cell:last-child {
    padding-right: 0;
    text-align: right;
  }
}

.table--header {
  margin-bottom: 2rem;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.site-width {
  max-width: 1310px;
  margin: auto;
  padding: 0 20px;
}

.page-wrapper {
  max-width: 1414.8px;
  margin: auto;
  padding: 4%;
  position: relative;
}

@media only screen and (min-width: 88em) {
  .page-wrapper {
    padding-top: 3.5rem;
  }
}

.page-main,
.page-sidebar {
  width: 100%;
  position: relative;
}

.is-webview .page-main,
.is-webview .page-sidebar {
  width: 100% !important;
}

.csspositionsticky .page-sidebar--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
}

.csspositionsticky .page-sidebar--sticky--fill {
  height: calc(100vh - 95px);
}

@media only screen and (max-width: 55em) {
  .csspositionsticky .page-sidebar--sticky--fill {
    height: auto;
  }
}

.page-wrapper--has-sticky {
  display: block;
  padding-bottom: 0;
  margin-bottom: 4%;
}

.page-wrapper--has-sticky:before,
.page-wrapper--has-sticky:after {
  content: " ";
  display: table;
}

.page-wrapper--has-sticky:after {
  clear: both;
}

.ajax-nav-target {
  transition: opacity .5s;
}

@media only screen and (min-width: 55.0625em) {
  .page-main {
    width: 66.666%;
  }

  .page-sidebar {
    width: 33.333%;
  }

  .page-wrapper--has-sticky .page-main,
  .page-wrapper--has-sticky .page-sidebar {
    float: left;
    min-height: 1px;
  }
}

@media only screen and (min-width: 72.0625em) {
  .page-sidebar {
    width: 25%;
  }

  .page-main {
    width: 75%;
  }
}

@media only screen and (max-width: 55em) {
  .page-sidebar.page-sidebar--sticky {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .page-sidebar.page-sidebar--clone {
    display: none;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.app-store,
.google-play {
  display: inline-block;
  width: 107px;
  height: 31px;
  background: url(../img/app/store-icons.png) no-repeat;
  background-size: 107px 62px;
  position: relative;
  overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .app-store,
  .google-play {
    background-image: url(../img/app/store-icons@2x.png);
  }
}

.app-store:after,
.google-play:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100px 30px;
  transform-origin: 100px 30px;
}

.app-store:hover:after,
.google-play:hover:after {
  transition: width .45s ease,opacity 1.5s ease;
  opacity: 0;
  width: 100%;
}

.app-store {
  background-position: 0 0;
}

.google-play {
  background-position: 0 -32px;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

::-moz-selection,
:before ::-moz-selection,
:after ::-moz-selection {
  background: rgba(204, 204, 204, 0.5);
}

::selection,
:before ::selection,
:after ::selection {
  background: rgba(204, 204, 204, 0.5);
}

option {
  color: black;
}

body {
  text-rendering: optimizeLegibility;
}

.lead p {
  margin-bottom: 1.8rem;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-weight: 900;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.h13,
.galleria-theme-hendrick .galleria-counter,
.media-title,
.media-age,
.next-race-standings,
.next-race--sidebar .next-race-broadcast,
.filter-teams,
.sidebar-filters,
.bofa-filters,
.tabs,
.footer-nav .secondary-nav li,
.footer-nav .copy-credit li,
.site-topbar,
.article-author-wrapper,
.article-squib-text,
.snippet-age,
.news-squib-banner small,
.team-nav a {
  font-size: .9rem;
}

.h14,
.content-category,
.banner-close,
.site-navigation a,
.gallery-social a,
.schedule-section-hide,
.detail-subtitle,
.team-car-race {
  font-size: .95rem;
}

.h16 {
  font-size: 1rem;
}

.lead,
.h18,
.galleria-theme-hendrick .galleria-info-title,
.next-race-date,
.next-race-time,
.next-race-standings th,
.about-copy,
.about-copy > .lead,
.about-wins-tabs > a,
.article-section-text,
.article-squib-text strong,
.newsletter-form,
.listing-main-cell,
.detail-stat,
.team-stats-item,
.team-stats-cta {
  font-size: 1.05rem;
}

.h20,
.next-race-track,
.header-search {
  font-size: 1.1rem;
}

.h22,
.galleria-theme-hendrick .galleria-current,
.next-race-title {
  font-size: 1.15rem;
}

.h24,
.content-title,
.article-section-quote {
  font-size: 1.2rem;
}

.h26,
.team-list--header {
  font-size: 1.25rem;
}

.h28,
.standings-table-team,
.next-race--featured .next-race-title,
.next-race .schedule-section-header {
  font-size: 1.3rem;
}

.h32,
.team-stats-stat {
  font-size: 1.35rem;
}

.h36 {
  font-size: 1.4rem;
}

.h45 {
  font-size: 1.45rem;
}

@media only screen and (min-width: 40.0625em) {
  .h13,
  .galleria-theme-hendrick .galleria-counter,
  .media-title,
  .media-age,
  .next-race-standings,
  .next-race--sidebar .next-race-broadcast,
  .filter-teams,
  .sidebar-filters,
  .bofa-filters,
  .tabs,
  .footer-nav .secondary-nav li,
  .footer-nav .copy-credit li,
  .site-topbar,
  .article-author-wrapper,
  .article-squib-text,
  .snippet-age,
  .news-squib-banner small,
  .team-nav a {
    font-size: .8rem;
  }

  .h14,
  .content-category,
  .banner-close,
  .site-navigation a,
  .gallery-social a,
  .schedule-section-hide,
  .detail-subtitle,
  .team-car-race {
    font-size: .9rem;
  }

  .h16 {
    font-size: 1rem;
  }

  .lead,
  .h18,
  .galleria-theme-hendrick .galleria-info-title,
  .next-race-date,
  .next-race-time,
  .next-race-standings th,
  .about-copy,
  .about-copy > .lead,
  .about-wins-tabs > a,
  .article-section-text,
  .article-squib-text strong,
  .newsletter-form,
  .listing-main-cell,
  .detail-stat,
  .team-stats-item,
  .team-stats-cta {
    font-size: 1.1rem;
  }

  .h20,
  .next-race-track,
  .header-search {
    font-size: 1.175rem;
  }

  .h22,
  .galleria-theme-hendrick .galleria-current,
  .next-race-title {
    font-size: 1.26rem;
  }

  .h24,
  .content-title,
  .article-section-quote {
    font-size: 1.35rem;
  }

  .h26,
  .team-list--header {
    font-size: 1.45rem;
  }

  .h28,
  .standings-table-team,
  .next-race--featured .next-race-title,
  .next-race .schedule-section-header {
    font-size: 1.525rem;
  }

  .h32,
  .team-stats-stat {
    font-size: 1.675rem;
  }

  .h36 {
    font-size: 1.825rem;
  }

  .h45 {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 72.0625em) {
  .h13,
  .galleria-theme-hendrick .galleria-counter,
  .media-title,
  .media-age,
  .next-race-standings,
  .next-race--sidebar .next-race-broadcast,
  .filter-teams,
  .sidebar-filters,
  .bofa-filters,
  .tabs,
  .footer-nav .secondary-nav li,
  .footer-nav .copy-credit li,
  .site-topbar,
  .article-author-wrapper,
  .article-squib-text,
  .snippet-age,
  .news-squib-banner small,
  .team-nav a {
    font-size: 0.8125rem;
  }

  .h14,
  .content-category,
  .banner-close,
  .site-navigation a,
  .gallery-social a,
  .schedule-section-hide,
  .detail-subtitle,
  .team-car-race {
    font-size: 0.875rem;
  }

  .h16 {
    font-size: 1rem;
  }

  .lead,
  .h18,
  .galleria-theme-hendrick .galleria-info-title,
  .next-race-date,
  .next-race-time,
  .next-race-standings th,
  .about-copy,
  .about-copy > .lead,
  .about-wins-tabs > a,
  .article-section-text,
  .article-squib-text strong,
  .newsletter-form,
  .listing-main-cell,
  .detail-stat,
  .team-stats-item,
  .team-stats-cta {
    font-size: 1.125rem;
  }

  .h20,
  .next-race-track,
  .header-search {
    font-size: 1.25rem;
  }

  .h22,
  .galleria-theme-hendrick .galleria-current,
  .next-race-title {
    font-size: 1.375rem;
  }

  .h24,
  .content-title,
  .article-section-quote {
    font-size: 1.5rem;
  }

  .h26,
  .team-list--header {
    font-size: 1.625rem;
  }

  .h28,
  .standings-table-team,
  .next-race--featured .next-race-title,
  .next-race .schedule-section-header {
    font-size: 1.75rem;
  }

  .h32,
  .team-stats-stat {
    font-size: 2rem;
  }

  .h36 {
    font-size: 2.25rem;
  }

  .h45 {
    font-size: 2.8125rem;
  }
}

.ul-reset {
  margin: 0;
  list-style-type: none;
}

.inline-list {
  margin: 0;
  list-style-type: none;
}

.inline-list > li {
  display: inline-block;
  vertical-align: middle;
}

.trending-list {
  padding: 35px 0 0;
  list-style-type: none;
  margin: 0 0 0 2rem;
}

.trending-list > li {
  padding: .75rem 0;
  position: relative;
}

.trending-list > li:before {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  color: #ff0015;
  font-size: 8px;
  position: absolute;
  top: 1.1rem;
  left: -2rem;
}

.link--print .ico {
  font-size: 1.4em;
  vertical-align: middle;
  margin-right: .3em;
}

.cta,
.about-cta,
.related-content-cta,
.team-stats-cta {
  font-weight: 800;
}

.cta:after,
.about-cta:after,
.related-content-cta:after,
.team-stats-cta:after {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  font-size: .8em;
  vertical-align: .1em;
  margin-left: 0.7em;
}

.theme--dark .theme--light {
  color: #2f2f2f;
  background: #eee;
}

.theme--dark .theme--light .h,
.theme--dark .theme--light h2,
.theme--dark .theme--light h3,
.theme--dark .theme--light h4,
.theme--dark .theme--light h5,
.theme--dark .theme--light h6,
.theme--dark .theme--light strong,
.theme--dark .theme--light th,
.theme--dark .theme--light .ico {
  color: #2f2f2f;
}

.theme--dark .theme--light .primary {
  color: #ff0015;
}

.theme--dark .theme--light hr {
  border-color: #c8c8c8;
}

.theme--dark {
  color: #888;
  background: #2f2f2f;
}

.theme--dark .h,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark h6,
.theme--dark strong,
.theme--dark th,
.theme--dark .ico {
  color: #fff;
}

.theme--dark .primary {
  color: #ff0015;
}

.theme--dark hr {
  border-color: #555555;
}

.theme--panasonic {
  background: linear-gradient(#000b19, #203a4d);
}

.theme--panasonic .page-sidebar {
  background: #fff;
}

.full-width {
  width: 100%;
  display: block;
}

hr.large {
  margin: 3rem 0;
}

.content-wrapper {
  position: relative;
  width: 100%;
}

.content-block {
  width: 100%;
  max-height: 550px;
  background: #fff;
  position: relative;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.content-block--linked {
  cursor: pointer;
}

.content-block--large {
  min-height: 450px;
}

.content-block--advertisement {
  display: block !important;
  position: relative;
}

.content-block--advertisement .squib-wrap {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-image {
  position: relative;
  transition: color .3s;
  overflow: hidden;
  background: #2f2f2f;
}

.content-image,
.content-image > img {
  width: 100%;
  display: block;
}

.content-image > img {
  opacity: .85;
  -webkit-backface-visibility: hidden;
  transition: opacity .3s;
}

.content-image .ico-play-circle {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-image .ico-play-circle:after {
  text-shadow: 0 0 15px #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.content-block:hover .content-image > img,
.content-image:focus > img {
  opacity: 1;
}

.content-inner {
  padding: 6%;
  position: relative;
}

.content-category {
  color: #ff0015;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
}

.content-category:after {
  content: "\00a0/";
  font-weight: 900;
}

.content-title {
  font-weight: bold;
  line-height: 1.2;
}

.content-title > a {
  color: inherit;
}

.content-team-title {
  float: right;
  position: relative;
  top: -1.875rem;
}

.content-related-teams {
  color: #ddd;
  margin: 0;
  list-style-type: none;
}

.content-related-teams > li {
  display: inline-block;
  margin-right: .4em;
}

.content-related-teams a {
  color: inherit;
}

.content-related-teams a:hover,
.content-related-teams a:focus {
  outline: none;
  color: #b7b7b7;
}

.content-age {
  color: #aaa;
  font-style: italic;
}

@media only screen and (max-width: 40em) {
  .content-inner:before,
  .content-inner:after {
    content: " ";
    display: table;
  }

  .content-inner:after {
    clear: both;
  }

  .content-inner .content-title {
    margin-bottom: 6%;
  }

  .content-inner .content-related-teams {
    float: left;
  }

  .content-inner .content-age {
    float: right;
  }
}

@media only screen and (min-width: 40.0625em) {
  .content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-block {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #fff;
  }

  .content-block--large {
    width: 100%;
  }

  .content-block--first {
    border-left: none;
  }

  .content-inner {
    padding: 7% 7% 3.5rem;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .content-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    height: 45px;
    border-left: 1px solid #ebebeb;
  }

  .content-block:first-child > .content-inner:before {
    border: none;
  }

  .content-inner .content-related-teams,
  .content-inner .content-age,
  .content-inner .cta {
    position: absolute;
    padding-bottom: 7%;
    bottom: 0;
  }

  .content-inner .content-related-teams,
  .content-inner .cta {
    left: 7%;
  }

  .content-inner .content-age {
    right: 7%;
  }
}

@media only screen and (min-width: 55.0625em) {
  .content-block {
    width: 33.333%;
  }

  .content-block--large {
    width: 66.666%;
  }

  .page-main .content-block {
    width: 50%;
  }

  .page-main .content-block--large {
    width: 100%;
  }

  .content-inner {
    padding: 9% 9% 4rem;
  }

  .content-inner .content-related-teams,
  .content-inner .content-age,
  .content-inner .cta {
    padding-bottom: 9%;
  }

  .content-inner .content-related-teams,
  .content-inner .cta {
    left: 9%;
  }

  .content-inner .content-age {
    right: 9%;
  }
}

@media only screen and (min-width: 72.0625em) {
  .content-block {
    width: 25%;
  }

  .content-block--large {
    width: 50%;
  }

  .page-main .content-block {
    width: 33.333%;
  }

  .page-main .content-block--large {
    width: 66.666%;
  }

  .content-inner {
    padding: 10% 10% 5rem;
  }

  .content-inner .content-related-teams,
  .content-inner .content-age,
  .content-inner .cta {
    padding-bottom: 10%;
  }

  .content-inner .content-related-teams,
  .content-inner .cta {
    left: 10%;
  }

  .content-inner .content-age {
    right: 10%;
  }
}

.content-block.theme--dark {
  color: #888;
  background: #2f2f2f;
  border-left: none;
}

.content-block.theme--dark a {
  color: #fff;
}

.content-block.theme--dark a:hover,
.content-block.theme--dark a:focus {
  outline: none;
  color: #ff0015;
}

@media only screen and (min-width: 40.0625em) {
  .content-block.theme--dark .content-inner:before {
    border-left-color: #494949;
    height: 33%;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 55em) {
  .content-block.theme--dark:nth-child(2n+1) .content-inner:before {
    content: none;
  }
}

@media only screen and (max-width: 55em) {
  .content-block.theme--dark {
    border-bottom: 1px solid #494949;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.date-picker-popup {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 250px;
  background: #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.date-picker-popup.show {
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: auto;
}

.date-picker-popup header,
.date-picker-popup footer {
  padding: 0.5rem;
}

.date-picker-popup header {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.date-picker-popup footer {
  border-top: 1px solid #ddd;
  text-align: right;
}

.date-picker .year {
  width: 4rem;
  text-align: center;
  background: none;
  border: 0;
  color: #000;
}

.date-picker .nav {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  padding: 0.25rem 0.5rem;
}

.date-picker .nav:hover,
.date-picker .nav:focus {
  outline: none;
  color: #ff0015;
}

.date-picker .months {
  padding: 0.5rem;
}

.date-picker .months .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  overflow: hidden;
}

.date-picker .month {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0.25rem;
}

.date-picker .month a {
  display: block;
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  color: #000;
}

.date-picker .month a:hover,
.date-picker .month a:focus {
  outline: none;
  background: #eee;
}

.date-picker .month a.active {
  background: #ff0015;
  color: #fff;
}

.date-picker button {
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 3px;
  margin: 0;
}

.date-picker-cancel {
  color: #555;
  background: #ddd;
}

.date-picker-cancel:hover,
.date-picker-cancel:focus {
  outline: none;
  color: #555;
  background: #eee;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.feature-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
}

.feature-wrapper .content-image {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  margin: 0 -50%;
  display: inline-block;
}

.feature-wrapper .content-inner {
  color: #fff;
  text-align: left;
  padding: 7%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.feature-wrapper .content-inner .ico {
  color: #ff0015;
  float: left;
  margin-right: 2rem;
}

.feature-wrapper .content-title {
  color: #fff;
  margin-bottom: 0;
}

.feature-wrapper .content-related-teams,
.feature-wrapper .content-age {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  .feature-wrapper {
    left: -1rem;
    right: -1rem;
  }
}

@media only screen and (min-width: 55.0625em) {
  .feature-wrapper {
    left: 0;
    right: 0;
  }

  .feature-wrapper--right {
    right: -2rem;
  }

  .feature-wrapper--left {
    left: -2rem;
  }

  .feature-wrapper--left .content-inner {
    padding-left: 5rem;
  }
}

@media only screen and (min-width: 72.0625em) {
  .feature-wrapper--right {
    right: -3rem;
  }

  .feature-wrapper--left {
    left: -3rem;
  }
}

.feature-wrapper a.content-image:before,
.feature-wrapper a.content-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.feature-wrapper a.content-image:before {
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 90%);
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.content-block:hover .feature-wrapper a.content-image:before {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.feature-wrapper a.content-image:after {
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0) 100%);
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.content-block:hover .feature-wrapper a.content-image:after {
  opacity: 0;
  -webkit-transform: translate3d(0px, -50px, 0);
  transform: translate3d(0px, -50px, 0);
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

/* Galleria Hendrick Theme */

#galleria-loader {
  height: 1px !important;
}

.gallery {
  height: 740px;
  max-height: 800px;
  height: calc(100vh - 95px);
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .gallery {
    height: 470px;
  }
}

.galleria-theme-hendrick {
  position: relative;
  overflow: hidden;
  background: #000;
}

.galleria-theme-hendrick img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.galleria-theme-hendrick .galleria-stage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 145px;
  overflow: hidden;
}

.galleria-theme-hendrick .galleria-thumbnails-container {
  background: #2f2f2f;
  padding: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.galleria-theme-hendrick .galleria-carousel .galleria-thumbnails-list {
  margin-left: 0;
  margin-right: 0;
}

.galleria-theme-hendrick .galleria-thumbnails .galleria-image {
  width: 160px;
  height: 95px;
  background: #000;
  margin-right: 25px;
  float: left;
  cursor: pointer;
}

.galleria-theme-hendrick .galleria-thumbnails .galleria-image.active:after {
  content: "";
  display: block;
  border: 2px solid #ff0015;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.galleria-theme-hendrick .galleria-loader {
  background: #000;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
  background: url(../js/vendor/galleria/themes/classic/classic-loader.gif) no-repeat 2px 2px;
}

.galleria-theme-hendrick .galleria-info {
  color: #fff;
  background: linear-gradient(rgba(47, 47, 47, 0.7), #2f2f2f);
  padding: 30px 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galleria-theme-hendrick .galleria-info-text {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 10px;
}

.galleria-theme-hendrick .galleria-info-title {
  font-weight: bold;
  margin: 0;
}

.galleria-theme-hendrick .galleria-info-description {
  color: #c0c0c0;
  margin: 0;
}

@media only screen and (max-width: 55em) {
  .galleria-theme-hendrick .galleria-info {
    padding: .5rem;
  }

  .galleria-theme-hendrick .galleria-info-text {
    display: none;
  }
}

.galleria-theme-hendrick .galleria-counter {
  width: 100px;
  text-align: center;
  word-spacing: .1em;
}

.galleria-theme-hendrick .galleria-current {
  font-weight: 900;
  display: inline-block;
  vertical-align: -.3em;
}

.galleria-theme-hendrick .galleria-actions {
  white-space: nowrap;
  width: 200px;
  text-align: right;
}

.galleria-theme-hendrick .galleria-fullscreen,
.galleria-theme-hendrick .galleria-info-hide,
.galleria-theme-hendrick .galleria-share {
  display: inline-block;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
  opacity: .7;
  transition: opacity .2s;
}

.galleria-theme-hendrick .galleria-fullscreen a,
.galleria-theme-hendrick .galleria-info-hide a,
.galleria-theme-hendrick .galleria-share a {
  color: #fff;
}

.galleria-theme-hendrick .galleria-fullscreen .ico,
.galleria-theme-hendrick .galleria-info-hide .ico,
.galleria-theme-hendrick .galleria-share .ico {
  display: block;
  padding: 5px;
  margin: 0 5px;
}

.galleria-theme-hendrick .galleria-fullscreen:hover,
.galleria-theme-hendrick .galleria-fullscreen:focus,
.galleria-theme-hendrick .galleria-info-hide:hover,
.galleria-theme-hendrick .galleria-info-hide:focus,
.galleria-theme-hendrick .galleria-share:hover,
.galleria-theme-hendrick .galleria-share:focus {
  outline: none;
  opacity: 1;
}

.galleria-theme-hendrick.galleria-info-hidden .galleria-info {
  -webkit-transform: translateY(200px) !important;
  transform: translateY(200px) !important;
}

.galleria-theme-hendrick.galleria-info-hidden .galleria-info-hide {
  -webkit-transform: translateY(-200px) !important;
  transform: translateY(-200px) !important;
}

.galleria-theme-hendrick.galleria-info-hidden .galleria-info-hide .ico:before {
  content: "" !important;
}

.page-news-photo-gallery .galleria-theme-hendrick .galleria-share {
  display: none !important;
}

.galleria-theme-hendrick .galleria-image-nav {
  width: 100%;
  height: 62px;
  margin-top: -62px;
  position: absolute;
  top: 50%;
  left: 0;
}

.galleria-theme-hendrick .galleria-image-nav-left,
.galleria-theme-hendrick .galleria-image-nav-right {
  color: #fff;
  font-size: 40px;
  width: 62px;
  height: 124px;
  position: absolute;
  left: 10px;
  z-index: 2;
  opacity: .5;
  cursor: pointer;
  transition: opacity .2s;
}

.galleria-theme-hendrick .galleria-image-nav-right {
  left: auto;
  right: 10px;
}

.galleria-theme-hendrick.notouch .galleria-image-nav-left:hover,
.galleria-theme-hendrick.notouch .galleria-image-nav-right:hover {
  opacity: 1;
}

.galleria-theme-hendrick.touch .galleria-image-nav-left:active,
.galleria-theme-hendrick.touch .galleria-image-nav-right:active {
  opacity: 1;
}

.galleria-theme-hendrick .galleria-thumb-nav-left,
.galleria-theme-hendrick .galleria-thumb-nav-right {
  font-size: 20px;
  width: 25px;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: .8;
  cursor: pointer;
  transition: opacity .2s;
}

.galleria-theme-hendrick .galleria-image-nav-left .ico,
.galleria-theme-hendrick .galleria-image-nav-right .ico,
.galleria-theme-hendrick .galleria-thumb-nav-left .ico,
.galleria-theme-hendrick .galleria-thumb-nav-right .ico {
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px #000;
  width: 100%;
  margin: -.5em 0;
  display: block;
  position: absolute;
  top: 50%;
}

.galleria-theme-hendrick .galleria-thumb-nav-right {
  right: 0;
  left: auto;
}

.galleria-theme-hendrick .galleria-thumbnails-container .disabled {
  opacity: .2;
  cursor: default;
}

.galleria-theme-hendrick.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-hendrick.notouch .galleria-thumb-nav-right:hover,
.galleria-theme-hendrick.touch .galleria-thumb-nav-left:active,
.galleria-theme-hendrick.touch .galleria-thumb-nav-right:active {
  opacity: 1;
  background: linear-gradient(transparent, #111, transparent);
}

.galleria-theme-hendrick.notouch .galleria-thumbnails-container .disabled:hover {
  opacity: .2;
  background-color: transparent;
}

.galleria-theme-hendrick .galleria-carousel .galleria-thumb-nav-left,
.galleria-theme-hendrick .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}

.galleria-theme-hendrick.videoplay .galleria-info,
.galleria-theme-hendrick.videoplay .galleria-counter {
  display: none !important;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.media-block {
  display: table;
  border-collapse: separate;
  width: 100%;
}

.media-image,
.media-body {
  display: table-cell;
  vertical-align: middle;
}

.media-block--top > .media-image,
.media-block--top > .media-body {
  vertical-align: top;
}

.media-block--bottom > .media-image,
.media-block--bottom > .media-body {
  vertical-align: bottom;
}

.media-image img {
  display: block;
  max-width: none;
}

.media-body {
  width: 100%;
  padding-left: .75rem;
}

.media-block--rev > .media-body {
  padding-right: 0;
  padding-left: .75rem;
}

.media-body p:last-child {
  margin-bottom: 0;
}

.media-title {
  line-height: 1.3;
  margin: 0 0 .2em;
}

.media-age {
  color: #999;
  font-style: italic;
  display: block;
}

/* Modal */

.myImg {
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-close {
  position: absolute;
  top: 100px;
  right: 100px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal-img {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-img,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: zoom;
  animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 700px) {
  .modal-img {
    width: 100%;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.next-race-icon {
  color: #ff0015;
  display: block;
}

.next-race-track {
  display: block;
}

.next-race-track-icon {
  width: 140px;
  padding-right: 30px;
}

.next-race-title {
  line-height: 1.2;
  text-transform: uppercase;
  margin: 1em 0 0;
}

.next-race-date,
.next-race-time {
  display: block;
}

.next-race-broadcast {
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
  margin-top: 1rem;
}

.next-race-broadcast:before,
.next-race-broadcast:after {
  content: " ";
  display: table;
}

.next-race-broadcast:after {
  clear: both;
}

.next-race-broadcast img {
  height: 1em;
  margin: 0 .3rem;
}

.next-race-broadcast li {
  display: inline-block;
}

.next-race-broadcast li + li {
  border-left: 1px solid #666;
  margin-left: 1rem;
  padding-left: 1rem;
}

.next-race-broadcast a {
  line-height: 1;
}

.next-race-standings {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
}

.next-race-standings th {
  text-align: center;
  text-transform: uppercase;
}

.next-race-standings td {
  padding: 1rem .5rem;
  vertical-align: middle;
}

.standings-table {
  width: 100%;
  max-width: 350px;
  margin: auto;
}

.standings-table-team {
  text-align: center;
  width: 40%;
}

.standings-table-labels {
  text-transform: uppercase;
  width: 10%;
}

@media only screen and (min-width: 40.063em) {
  .next-race-standings {
    padding-left: 2.5rem;
  }

  .next-race-standings:before {
    top: -2.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .next-race-standings {
    padding-left: 3.75rem;
  }

  .next-race-standings:before {
    top: -3.75rem;
  }
}

.next-race-scheme {
  margin: 3rem 0;
  width: 100%;
}

.next-race-scheme-car {
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  cursor: pointer;
}

.next-race-scheme-car:hover,
.next-race-scheme-car:focus {
  outline: none;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media only screen and (min-width: 40em) {
  .next-race-scheme:before,
  .next-race-scheme:after {
    content: " ";
    display: table;
  }

  .next-race-scheme:after {
    clear: both;
  }

  .next-race-scheme-car {
    float: left;
    width: 52.5%;
    margin-right: -5%;
  }
}

@media only screen and (min-width: 64em) {
  .next-race-scheme-car {
    width: 28.75%;
  }
}

.next-race-tickets {
  font-weight: 800;
  padding: 1.5rem;
  margin: 0;
}

.next-race {
  position: relative;
}

.next-race:before,
.next-race:after {
  content: " ";
  display: table;
}

.next-race:after {
  clear: both;
}

.next-race--featured {
  padding: 1.25rem;
}

.next-race--featured .next-race-icon {
  font-size: 3.25rem;
  padding-right: 2.5rem;
  margin: .325rem 0;
  float: left;
}

.next-race--featured .next-race-title {
  font-weight: 900;
}

.next-race--featured .next-race-standings:before {
  border-left: 2px solid #ccc;
  height: 60%;
  position: absolute;
  left: 0;
}

.next-race--featured .next-race-tickets {
  position: absolute;
  right: 0;
  bottom: 0;
}

.next-race--featured .next-race-tickets .ico {
  font-size: 1.1em;
  margin-left: 0.4rem;
  vertical-align: -.2rem;
}

@media only screen and (min-width: 53em) {
  .next-race--featured .next-race-outer:before,
  .next-race--featured .next-race-outer:after {
    content: " ";
    display: table;
  }

  .next-race--featured .next-race-outer:after {
    clear: both;
  }

  .next-race--featured .next-race-inner {
    width: 55%;
    width: calc(100% - 460px);
    float: left;
  }

  .next-race--featured .next-race-scheme {
    float: left;
  }

  .next-race--featured .next-race-datetime {
    width: 45%;
    width: calc(460px);
    float: left;
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 75em) {
  .next-race--featured .next-race-outer {
    width: 75%;
    float: left;
  }

  .next-race--featured .next-race-scheme {
    margin-bottom: 0;
  }

  .next-race--featured .next-race-standings {
    width: 25%;
    float: left;
  }

  .next-race--featured .next-race-standings:before {
    content: "";
  }
}

@media only screen and (min-width: 40.063em) {
  .next-race--featured {
    padding: 2.5rem;
  }

  .next-race--featured .next-race-datetime {
    padding: 0 2.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .next-race--featured {
    padding: 3.75rem;
  }

  .next-race--featured .next-race-datetime {
    padding: 0 3.75rem;
  }
}

@media only screen and (max-width: 72em) {
  .next-race--featured {
    padding-bottom: 4rem;
  }
}

@media only screen and (max-width: 40em) {
  .next-race--featured .next-race-outer {
    text-align: center;
  }

  .next-race--featured .next-race-icon {
    float: none;
    padding: 0;
    margin: 2rem 0;
  }
}

.next-race--sidebar {
  text-align: center;
  padding: 1rem;
}

.next-race--sidebar .next-race-icon,
.next-race--sidebar .next-race-datetime,
.next-race--sidebar .next-race-sponsor,
.next-race--sidebar .cta {
  margin: 1.5rem auto;
}

.next-race--sidebar .next-race-icon {
  height: 2.4rem;
}

.next-race--sidebar .next-race-icon svg {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: auto;
}

.next-race--sidebar .next-race-tickets {
  width: 100%;
  margin-top: 1rem;
}

.next-race--sidebar .next-race-datetime {
  margin-bottom: 2.2rem;
}

.next-race--sidebar .next-race-broadcast {
  margin-top: 2.2rem;
}

.next-race--sidebar .next-race-sponsor {
  display: block;
  margin-bottom: 0;
}

.next-race--sidebar .cta {
  font-weight: 800;
  display: block;
}

.next-race--sidebar .standings-table {
  margin-top: 1.4rem;
}

.theme--dark .next-race-icon {
  color: #ff0015;
}

.theme--dark .next-race-standings:before {
  border-left-color: #494949;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.media-block {
  display: table;
  border-collapse: separate;
  width: 100%;
}

.media-image,
.media-body {
  display: table-cell;
  vertical-align: middle;
}

.media-block--top > .media-image,
.media-block--top > .media-body {
  vertical-align: top;
}

.media-block--bottom > .media-image,
.media-block--bottom > .media-body {
  vertical-align: bottom;
}

.media-image img {
  display: block;
  max-width: none;
}

.media-body {
  width: 100%;
  padding-left: .75rem;
}

.media-block--rev > .media-body {
  padding-right: 0;
  padding-left: .75rem;
}

.media-body p:last-child {
  margin-bottom: 0;
}

.media-title {
  line-height: 1.3;
  margin: 0 0 .2em;
}

.media-age {
  color: #999;
  font-style: italic;
  display: block;
}

.sidebar-nav .h {
  padding: 1.5rem 3rem;
  margin: 0;
}

.sidebar-nav > ul {
  margin: 0;
  list-style-type: none;
  padding-left: 3rem;
}

.sidebar-nav li {
  text-transform: uppercase;
  border-top: 1px solid #ddd;
}

.sidebar-nav li:first-child {
  border-top: none;
}

.sidebar-nav a {
  font-weight: 800;
  display: block;
  margin: -1px 0 -1px -3rem;
  padding: 1rem 3rem;
  position: relative;
}

.sidebar-nav a:hover,
.sidebar-nav a:focus {
  outline: none;
  color: #cc0011;
}

.sidebar-nav a.active {
  color: #fff;
  background: #ff0015;
}

@media only screen and (min-width: 55.0625em) {
  .sidebar-nav a.active:before {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 0.6rem 0 0.6rem 0.7rem;
    border-left-color: #ff0015;
    position: absolute;
    top: 0;
    right: -.6rem;
    z-index: 10;
  }
}

@media only screen and (max-width: 55em) {
  .sidebar-nav {
    position: relative;
  }

  .sidebar-nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15%;
    background: linear-gradient(to right, rgba(51, 51, 51, 0), #333);
    display: block;
    z-index: 1;
  }

  .sidebar-nav .h,
  .sidebar-nav a {
    line-height: 1.5rem;
    padding: 1rem;
  }

  .sidebar-nav .h {
    float: left;
    background: #2f2f2f;
  }

  .sidebar-nav ul {
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .sidebar-nav li {
    display: inline-block;
    border-top: 0;
  }

  .sidebar-nav a {
    margin: 0;
    min-width: 120px;
    text-align: center;
  }
}

.sidebar-nav.theme--dark ul {
  background: #333;
}

.sidebar-nav.theme--dark li {
  border-top-color: #5d5d5d;
}

.sidebar-nav.theme--dark a {
  color: #7b7a7a;
}

.sidebar-nav.theme--dark a:hover,
.sidebar-nav.theme--dark a:focus {
  outline: none;
  color: #fff;
}

.sidebar-nav.theme--dark a.active {
  color: #fff;
  background: #ff0015;
}

.sidebar-filters {
  background: #2f2f2f;
  padding: 2rem;
  color: #fff;
}

.filter-teams {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.filter-teams .clear-filter {
  float: right;
  text-transform: none;
}

.filter-teams .clear-filter .ico {
  vertical-align: -.06em;
  margin-left: .2em;
}

.filter-teams .clear-filter:hover,
.filter-teams .clear-filter:focus,
.filter-teams .clear-filter:active {
  outline: none;
  color: #fff;
  outline: none;
}

.filter-teams .team-list {
  color: #7b7a7a;
  font-size: 1.5rem;
  margin-top: .8rem;
}

.sidebar-filters,
.bofa-filters {
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-filters input::-webkit-input-placeholder,
.bofa-filters input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.sidebar-filters input:-moz-placeholder,
.bofa-filters input:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.sidebar-filters input::-moz-placeholder,
.bofa-filters input::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.sidebar-filters input:-ms-input-placeholder,
.bofa-filters input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.sidebar-filters .custom-select,
.sidebar-filters .date-picker,
.bofa-filters .custom-select,
.bofa-filters .date-picker {
  position: relative;
  margin-bottom: 1.5rem;
}

.sidebar-filters .custom-select:after,
.sidebar-filters .date-picker:after,
.bofa-filters .custom-select:after,
.bofa-filters .date-picker:after {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  line-height: 10px;
  text-align: center;
  width: 44px;
  margin-top: -5px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
}

.sidebar-filters .date-picker:after,
.bofa-filters .date-picker:after {
  content: "";
}

.sidebar-filters .custom-select,
.sidebar-filters .date-picker-trigger,
.bofa-filters .custom-select,
.bofa-filters .date-picker-trigger {
  border-radius: 3px;
  border: 2px solid #555;
}

.sidebar-filters .has-custom-select:hover + .custom-select,
.sidebar-filters .has-custom-select:focus + .custom-select,
.sidebar-filters .date-picker-trigger:hover,
.sidebar-filters .date-picker-trigger:focus,
.sidebar-filters .date-picker-trigger.active,
.bofa-filters .has-custom-select:hover + .custom-select,
.bofa-filters .has-custom-select:focus + .custom-select,
.bofa-filters .date-picker-trigger:hover,
.bofa-filters .date-picker-trigger:focus,
.bofa-filters .date-picker-trigger.active {
  outline: 0;
  border-color: #777;
}

.sidebar-filters .custom-select-inner,
.sidebar-filters .date-picker-trigger,
.bofa-filters .custom-select-inner,
.bofa-filters .date-picker-trigger {
  display: block;
  color: #fff;
  width: 100%;
  padding: 8px 44px 8px 12px;
  background: transparent;
  cursor: pointer;
}

.sidebar-filters > :last-child,
.bofa-filters > :last-child {
  margin-bottom: 0;
}

.filter-track + .custom-select:after {
  content: "";
  font-size: .9em;
}

.sidebar-squib {
  padding-top: 1.5rem;
}

.sidebar-squib .squib-wrap {
  margin: 0;
}

.sidebar-squib img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 55em) {
  .sidebar-squib {
    display: none;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.custom-select-wrapper {
  position: relative;
}

.has-custom-select {
  width: 100%;
  height: 100%;
  font-size: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: menulist-button;
}

.custom-select,
.custom-select-inner {
  width: 100%;
  display: inline-block;
}

.has-custom-select:hover,
.has-custom-select:focus {
  outline: none;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

::-moz-selection,
:before ::-moz-selection,
:after ::-moz-selection {
  background: rgba(204, 204, 204, 0.5);
}

::selection,
:before ::selection,
:after ::selection {
  background: rgba(204, 204, 204, 0.5);
}

option {
  color: black;
}

body {
  text-rendering: optimizeLegibility;
}

.lead p {
  margin-bottom: 1.8rem;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-weight: 900;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.h13,
.galleria-theme-hendrick .galleria-counter,
.media-title,
.media-age,
.next-race-standings,
.next-race--sidebar .next-race-broadcast,
.filter-teams,
.sidebar-filters,
.bofa-filters,
.tabs,
.footer-nav .secondary-nav li,
.footer-nav .copy-credit li,
.site-topbar,
.article-author-wrapper,
.article-squib-text,
.snippet-age,
.news-squib-banner small,
.team-nav a {
  font-size: .9rem;
}

.h14,
.content-category,
.banner-close,
.site-navigation a,
.gallery-social a,
.schedule-section-hide,
.detail-subtitle,
.team-car-race {
  font-size: .95rem;
}

.h16 {
  font-size: 1rem;
}

.lead,
.h18,
.galleria-theme-hendrick .galleria-info-title,
.next-race-date,
.next-race-time,
.next-race-standings th,
.about-copy,
.about-copy > .lead,
.about-wins-tabs > a,
.article-section-text,
.article-squib-text strong,
.newsletter-form,
.listing-main-cell,
.detail-stat,
.team-stats-item,
.team-stats-cta {
  font-size: 1.05rem;
}

.h20,
.next-race-track,
.header-search {
  font-size: 1.1rem;
}

.h22,
.galleria-theme-hendrick .galleria-current,
.next-race-title {
  font-size: 1.15rem;
}

.h24,
.content-title,
.article-section-quote {
  font-size: 1.2rem;
}

.h26,
.team-list--header {
  font-size: 1.25rem;
}

.h28,
.standings-table-team,
.next-race--featured .next-race-title,
.next-race .schedule-section-header {
  font-size: 1.3rem;
}

.h32,
.team-stats-stat {
  font-size: 1.35rem;
}

.h36 {
  font-size: 1.4rem;
}

.h45 {
  font-size: 1.45rem;
}

@media only screen and (min-width: 40.0625em) {
  .h13,
  .galleria-theme-hendrick .galleria-counter,
  .media-title,
  .media-age,
  .next-race-standings,
  .next-race--sidebar .next-race-broadcast,
  .filter-teams,
  .sidebar-filters,
  .bofa-filters,
  .tabs,
  .footer-nav .secondary-nav li,
  .footer-nav .copy-credit li,
  .site-topbar,
  .article-author-wrapper,
  .article-squib-text,
  .snippet-age,
  .news-squib-banner small,
  .team-nav a {
    font-size: .8rem;
  }

  .h14,
  .content-category,
  .banner-close,
  .site-navigation a,
  .gallery-social a,
  .schedule-section-hide,
  .detail-subtitle,
  .team-car-race {
    font-size: .9rem;
  }

  .h16 {
    font-size: 1rem;
  }

  .lead,
  .h18,
  .galleria-theme-hendrick .galleria-info-title,
  .next-race-date,
  .next-race-time,
  .next-race-standings th,
  .about-copy,
  .about-copy > .lead,
  .about-wins-tabs > a,
  .article-section-text,
  .article-squib-text strong,
  .newsletter-form,
  .listing-main-cell,
  .detail-stat,
  .team-stats-item,
  .team-stats-cta {
    font-size: 1.1rem;
  }

  .h20,
  .next-race-track,
  .header-search {
    font-size: 1.175rem;
  }

  .h22,
  .galleria-theme-hendrick .galleria-current,
  .next-race-title {
    font-size: 1.26rem;
  }

  .h24,
  .content-title,
  .article-section-quote {
    font-size: 1.35rem;
  }

  .h26,
  .team-list--header {
    font-size: 1.45rem;
  }

  .h28,
  .standings-table-team,
  .next-race--featured .next-race-title,
  .next-race .schedule-section-header {
    font-size: 1.525rem;
  }

  .h32,
  .team-stats-stat {
    font-size: 1.675rem;
  }

  .h36 {
    font-size: 1.825rem;
  }

  .h45 {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 72.0625em) {
  .h13,
  .galleria-theme-hendrick .galleria-counter,
  .media-title,
  .media-age,
  .next-race-standings,
  .next-race--sidebar .next-race-broadcast,
  .filter-teams,
  .sidebar-filters,
  .bofa-filters,
  .tabs,
  .footer-nav .secondary-nav li,
  .footer-nav .copy-credit li,
  .site-topbar,
  .article-author-wrapper,
  .article-squib-text,
  .snippet-age,
  .news-squib-banner small,
  .team-nav a {
    font-size: 0.8125rem;
  }

  .h14,
  .content-category,
  .banner-close,
  .site-navigation a,
  .gallery-social a,
  .schedule-section-hide,
  .detail-subtitle,
  .team-car-race {
    font-size: 0.875rem;
  }

  .h16 {
    font-size: 1rem;
  }

  .lead,
  .h18,
  .galleria-theme-hendrick .galleria-info-title,
  .next-race-date,
  .next-race-time,
  .next-race-standings th,
  .about-copy,
  .about-copy > .lead,
  .about-wins-tabs > a,
  .article-section-text,
  .article-squib-text strong,
  .newsletter-form,
  .listing-main-cell,
  .detail-stat,
  .team-stats-item,
  .team-stats-cta {
    font-size: 1.125rem;
  }

  .h20,
  .next-race-track,
  .header-search {
    font-size: 1.25rem;
  }

  .h22,
  .galleria-theme-hendrick .galleria-current,
  .next-race-title {
    font-size: 1.375rem;
  }

  .h24,
  .content-title,
  .article-section-quote {
    font-size: 1.5rem;
  }

  .h26,
  .team-list--header {
    font-size: 1.625rem;
  }

  .h28,
  .standings-table-team,
  .next-race--featured .next-race-title,
  .next-race .schedule-section-header {
    font-size: 1.75rem;
  }

  .h32,
  .team-stats-stat {
    font-size: 2rem;
  }

  .h36 {
    font-size: 2.25rem;
  }

  .h45 {
    font-size: 2.8125rem;
  }
}

.ul-reset {
  margin: 0;
  list-style-type: none;
}

.inline-list {
  margin: 0;
  list-style-type: none;
}

.inline-list > li {
  display: inline-block;
  vertical-align: middle;
}

.trending-list {
  padding: 35px 0 0;
  list-style-type: none;
  margin: 0 0 0 2rem;
}

.trending-list > li {
  padding: .75rem 0;
  position: relative;
}

.trending-list > li:before {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  color: #ff0015;
  font-size: 8px;
  position: absolute;
  top: 1.1rem;
  left: -2rem;
}

.link--print .ico {
  font-size: 1.4em;
  vertical-align: middle;
  margin-right: .3em;
}

.cta,
.about-cta,
.related-content-cta,
.team-stats-cta {
  font-weight: 800;
}

.cta:after,
.about-cta:after,
.related-content-cta:after,
.team-stats-cta:after {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  font-size: .8em;
  vertical-align: .1em;
  margin-left: 0.7em;
}

.theme--dark .theme--light {
  color: #2f2f2f;
  background: #eee;
}

.theme--dark .theme--light .h,
.theme--dark .theme--light h2,
.theme--dark .theme--light h3,
.theme--dark .theme--light h4,
.theme--dark .theme--light h5,
.theme--dark .theme--light h6,
.theme--dark .theme--light strong,
.theme--dark .theme--light th,
.theme--dark .theme--light .ico {
  color: #2f2f2f;
}

.theme--dark .theme--light .primary {
  color: #ff0015;
}

.theme--dark .theme--light hr {
  border-color: #c8c8c8;
}

.theme--dark {
  color: #888;
  background: #2f2f2f;
}

.theme--dark .h,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark h6,
.theme--dark strong,
.theme--dark th,
.theme--dark .ico {
  color: #fff;
}

.theme--dark .primary {
  color: #ff0015;
}

.theme--dark hr {
  border-color: #555555;
}

.theme--panasonic {
  background: linear-gradient(#000b19, #203a4d);
}

.theme--panasonic .page-sidebar {
  background: #fff;
}

.full-width {
  width: 100%;
  display: block;
}

hr.large {
  margin: 3rem 0;
}

.store {
  background: #fff;
  text-align: center;
}

.store .h {
  display: block;
}

.store .h:first-child {
  padding-top: 2.8rem;
}

.store .button {
  width: 100%;
  margin: 2rem 0 0;
  padding: 1.5rem;
}

.store-item a {
  color: #2f2f2f;
}

.store-item a:hover,
.store-item a:focus {
  outline: none;
  color: #ff0015;
}

@media only screen and (max-width: 55em) {
  .store-item {
    display: block;
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 55em) {
  .store-item {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 55.0625em) {
  .store {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .store .button {
    margin: 0;
  }

  .page-sidebar > .store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .store-item {
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.squib-wrap {
  position: relative;
  display: block;
  margin: auto;
}

.squib-wrap iframe {
  border: 0;
}

.squib-flash-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.squib-flash-click img {
  visibility: hidden;
  position: absolute;
}

.squib--article-banner {
  max-width: 966px;
}

.squib--leaderboard {
  max-width: 728px;
}

.squib--skyscraper {
  max-width: 300px;
}

.squib--skyscraper iframe {
  width: 100%;
}

.squib--box {
  max-width: 300px;
}

.squib--mobile {
  max-width: 640px;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.data-table {
  font-size: 1rem;
}

.data-table,
.data-table tbody {
  width: 100%;
}

@media only screen and (max-width: 64em) {
  .data-table,
  .data-table tbody {
    display: block;
  }

  .data-table tr {
    display: table;
    width: 100%;
    border-top: 1px solid #eee;
    margin: 1rem 0;
  }

  .data-table tr:first-child {
    display: none;
  }

  .data-table tr:nth-child(2) {
    border-top: none;
  }

  .data-table th {
    display: none;
  }

  .data-table td {
    display: table-row;
    padding: 0;
  }

  .data-table td:before {
    display: table-cell;
    content: attr(data-th);
    width: 1px;
    font-weight: 800;
    color: #ff0015;
    text-transform: uppercase;
    text-align: right;
    padding-top: 1rem;
    padding-right: 1rem;
  }

  .data-table .sm-cell {
    display: table-cell;
    padding-top: 1rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .data-table th {
    color: #ff0015;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    padding: 0 .5rem 1.5rem;
  }

  .data-table td {
    padding: 1rem .5rem;
    border-top: 1px solid #eee;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.tab-wrap {
  position: relative;
}

.tabs {
  text-align: center;
  font-weight: bold;
  color: #7b7a7a;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.tabs a {
  color: inherit;
  background-color: #F5F5F5;
  padding: 1.25rem 2rem;
  display: block;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  transition: background .3s;
}

.tabs a:hover,
.tabs a:focus {
  outline: none;
  background-color: #e6e6e6;
}

.tabs a.tab--active {
  background-color: #FFFFFF;
  color: #2f2f2f;
}

@media only screen and (max-width: 55em) {
  .tabs .pos--right {
    margin-bottom: 2rem;
  }
}

.tabs--center {
  margin: 0;
  list-style-type: none;
  font-family: 'empty', sans-serif;
  vertical-align: top;
  text-align: left;
  display: block;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}

.tabs--center a {
  font-family: "proxima-nova", sans-serif;
  text-align: left;
  display: inline-block;
  vertical-align: inherit;
  position: relative;
  min-width: 200px;
  text-align: center;
}

.tabs--center a + a:before {
  content: "";
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: -1px;
  border-left: 1px solid #ccc;
}

.tab-spacer {
  margin: 0 .6rem;
}

.tab-content {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  visibility: hidden;
  overflow: hidden;
}

.tab-content.tab--active {
  height: auto;
  position: relative;
  visibility: visible;
  overflow: visible;
  z-index: auto;
}

.no-js .tab-content {
  display: block;
  float: none;
}

.tabs + .custom-select-wrapper {
  display: none;
}

@media only screen and (max-width: 55em) {
  .tabs {
    display: none;
  }

  .tabs + .custom-select-wrapper {
    margin-top: 2rem;
    display: block;
  }

  .tabs + .custom-select-wrapper .custom-select {
    color: #fff;
    background: #ff0015;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    min-width: 200px;
    padding: 1.25rem 2rem;
  }

  .tabs + .custom-select-wrapper .custom-select-inner:after {
    content: "";
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    margin-left: .4rem;
  }

  .tabs--center + .custom-select-wrapper {
    margin: 0 0 3rem;
  }
}

.tabs--primary a {
  color: #999;
  background: transparent;
}

.tabs--primary a:hover,
.tabs--primary a:focus {
  outline: none;
  background-color: rgba(153, 153, 153, 0.1);
}

.tabs--primary a.tab--active {
  color: #fff;
  background: #ff0015;
}

.theme--dark .tabs > a {
  color: #959595;
  background-color: #3c3c3c;
}

.theme--dark .tabs > a:hover,
.theme--dark .tabs > a:focus {
  outline: none;
  background-color: #494949;
}

.theme--dark .tabs > a.tab--active {
  color: #ff0015;
  background-color: #2f2f2f;
}

.tab--gallery .tabs a {
  position: relative;
}

.tab--gallery .tabs a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-left: 1px solid #ccc;
  height: 60%;
}

.tab--gallery .tabs a.tab--active {
  border-bottom: 5px solid #ff0015;
}

.tab--gallery .tabs a.tab--active:before,
.tab--gallery .tabs a.tab--active + a:before {
  border-left: none;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.banner-content {
  max-width: 1310px;
  padding: 0 20px;
  margin: 0 auto;
  transition: -webkit-transform 0s;
  transition: transform 0s;
}

.banner-spacer {
  padding-top: 5rem;
  transition: padding .5s;
}

.banner-close {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  transition: color .2s;
  display: block;
}

.banner-close:after {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2.2em;
  line-height: 1rem;
  vertical-align: -.25em;
  margin-left: .4em;
}

.banner-close:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}

.banner--not-active .banner-content {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  transition-delay: .5s;
}

.banner--not-active .banner-spacer {
  padding: 0 !important;
}

.squib-takeover {
  background: #ee0029;
  padding-bottom: 40rem;
  margin-bottom: -40rem;
  position: relative;
  z-index: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  overflow: hidden;
  transition: all .5s;
}

.squib-takeover.banner--active {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.squib-takeover:before {
  content: url(../img/squib/bofa/takeover-bg.svg);
  width: 140%;
  max-width: 1440px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -3rem;
  left: 50%;
  z-index: -1;
  opacity: .6;
}

.no-csstransforms3d .squib-takeover:before {
  max-width: none;
  left: -20%;
}

.squib-takeover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 56px 4px #000;
}

.squib-takeover .banner-content {
  position: relative;
  top: 5rem;
  height: 0;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.team-list {
  margin: 0;
  list-style-type: none;
  line-height: 1;
}

.team-list > li {
  display: inline-block;
}

.team-list a {
  color: inherit;
  display: inline-block;
  margin-right: .3em;
}

.team-list a:hover,
.team-list a:focus {
  outline: none;
  color: #f1f1f1;
  outline: none;
}

.team-list a.active {
  color: #fff;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

[data-tooltip]:before {
  opacity: 0;
  pointer-events: none;
  content: attr(data-tooltip);
  color: #fff;
  background-color: rgba(51, 51, 51, 0.9);
  font: 800 14px/1.2 "proxima-nova", sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 7px;
  border-radius: 3px;
  transition: opacity .2s;
}

[data-tooltip]:hover,
[data-tooltip]:focus {
  outline: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:focus:before {
  opacity: 1;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.site-footer {
  max-width: 1330px;
  margin: auto;
  padding: 0 10px;
  position: relative;
}

.site-footer:before,
.site-footer:after {
  content: " ";
  display: table;
}

.site-footer:after {
  clear: both;
}

.site-footer ul {
  margin: 0;
  list-style-type: none;
}

.site-footer ul > li {
  display: inline-block;
}

.footer-logo,
.footer-nav {
  float: left;
}

.footer-nav .primary-nav,
.footer-nav .secondary-nav {
  text-align: justify;
  font-size: 0;
}

.footer-nav .primary-nav:after,
.footer-nav .secondary-nav:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.footer-nav {
  width: 100%;
  padding: 1rem 3rem;
}

.footer-nav .primary-nav {
  margin: 0 -.6rem;
}

.footer-nav .primary-nav a {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  padding: .6rem;
}

.footer-nav .secondary-nav {
  margin: 0 -.5rem;
}

.footer-nav .secondary-nav li {
  color: #a5a5a5;
  margin: 0 .4rem;
}

.footer-nav .secondary-nav a {
  color: #7b7a7a;
}

.footer-nav .copy-credit {
  margin: .5rem -.5rem 0;
}

.footer-nav .copy-credit li {
  color: #a5a5a5;
  margin: 0 .4rem;
}

.footer-nav .copy-credit li .site-credit {
  line-height: 1;
  margin: .25rem 0 0;
}

.footer-nav .copy-credit li .site-credit > span,
.footer-nav .copy-credit li .site-credit :last-child {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.25em;
  color: #a5a5a5;
}

.footer-nav .copy-credit li .site-credit a {
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav .copy-credit li .site-credit .bolt em {
  font-size: 0;
}

.footer-nav .copy-credit li .site-credit .bolt svg {
  display: inline-block;
  vertical-align: text-top;
  width: 1.25em;
  height: 1.25em;
  margin: 0;
}

.footer-nav .copy-credit li .site-credit .bolt svg * {
  fill: #FF0015;
}

.footer-nav a:hover,
.footer-nav a:focus {
  outline: none;
  color: #ff0015;
}

.footer-apps {
  text-align: right;
}

.footer-apps-image {
  text-align: center;
}

.footer-apps .app-store,
.footer-apps .google-play {
  margin: .2rem;
}

@media only screen and (max-width: 39.9em) {
  .footer-logo {
    width: 100%;
    text-align: center;
    clear: both;
  }
}

@media only screen and (min-width: 40em) and (max-width: 63.9em) {
  .footer-logo,
  .footer-nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .footer-nav {
    width: calc(100% - 190px);
    padding-right: 0;
  }
}

@media only screen and (max-width: 63.9em) {
  .footer-apps {
    width: 100%;
    text-align: center;
    clear: both;
  }
}

@media only screen and (min-width: 64em) {
  .footer-logo {
    min-height: 150px;
  }

  .footer-nav {
    width: calc(100% - 430px);
  }

  .footer-apps {
    width: 320px;
    position: absolute;
    right: 10px;
    bottom: 0;
  }

  .footer-apps img {
    margin-top: -1.5rem;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.fixedsticky-header {
  height: 95px;
  pointer-events: none;
}

.site-header {
  max-width: 1310px;
  margin: auto;
  padding: 0 20px;
  width: 100%;
  height: 95px;
  line-height: 95px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1000;
  transition: line-height .3s, height .3s;
  background: #ff0015;
  box-shadow: -1310px 0 #fff, 1310px 0 #ff0015;
  pointer-events: auto;
  overflow: hidden;
}

.site-header a {
  color: inherit;
}

.site-header ul {
  margin: 0;
  list-style-type: none;
  line-height: inherit;
}

.site-header ul > li {
  display: inline-block;
}

.team-list--header {
  float: left;
  margin: 0;
  list-style-type: none;
}

.team-list--header > li {
  display: inline-block;
}

.site-header .team-list--header {
  margin-right: 40px;
}

.team-list--header a {
  color: #fff;
  transition: color .2s;
}

.team-list--header:hover a,
.team-list--header.has-focus a,
.team-list--header.has-active a {
  color: rgba(255, 255, 255, 0.6);
}

.team-list--header:hover a:hover,
.team-list--header.has-focus a:focus,
.team-list--header.has-active a.active {
  outline: none;
  color: #fff;
}

.header-logo {
  background: #fff;
  width: 160px;
  padding: 0 20px 2px 20px;
  margin: 0 30px -2px -20px;
  position: relative;
  float: left;
}

.header-logo img {
  height: 52px;
}

.header-logo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transform: skewX(-14deg);
  transform: skewX(-14deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  left: 0;
  background-color: inherit;
}

.header-squib {
  float: right;
  margin-right: 60px;
  overflow: hidden;
  height: 95px;
  position: relative;
  top: 0;
  transition: height .3s, top .3s;
}

.header-squib a,
.header-squib img {
  display: block;
}

@media only screen and (max-width: 64em) {
  .header-squib {
    top: -10px;
    height: 85px;
  }
}

.fixedsticky-on .fixedsticky-header,
.fixedsticky-on .site-header {
  height: 75px;
  line-height: 75px;
}

.fixedsticky-on .header-squib {
  top: -10px;
  height: 85px;
}

@media only screen and (max-width: 77.5em) {
  .site-header .team-list {
    float: none;
    text-align: center;
    margin-right: 0;
  }

  .header-logo {
    margin-right: 30px;
  }

  .header-search.searchbar--expanded {
    left: 440px;
  }
}

@media only screen and (min-width: 64.063em) {
  .team-list--header {
    position: relative;
    z-index: 1;
  }

  .team-list--header:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transform: skewX(-14deg);
    transform: skewX(-14deg);
    height: 101%;
    position: absolute;
    background: #eb0013;
    width: 130%;
    left: -16%;
    z-index: -1;
  }
}

@media only screen and (max-width: 32em) {
  .header-squib {
    display: none;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.site-navigation {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.site-navigation .primary-nav {
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  margin: 0;
  list-style-type: none;
}

.site-navigation .primary-nav > li {
  display: inline-block;
}

.site-navigation a {
  color: inherit;
  white-space: nowrap;
  font-weight: bold;
  padding: 0 16px;
  display: block;
  transition: color .2s;
}

.site-navigation .has-sub-icon {
  width: 2rem;
  height: 2rem;
  font-size: .75em;
  line-height: 2rem;
  text-align: center;
  display: inline-block;
  vertical-align: -1em;
  margin: 0 -1rem 0 -.2rem;
  overflow: hidden;
}

.site-navigation .has-sub-icon:before,
.site-navigation .has-sub-icon:after {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  display: block;
  height: 2rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform .3s;
  transition: transform .3s;
}

.site-navigation .has-sub-icon:after {
  content: "";
}

.site-navigation .banner--active .has-sub-icon:before,
.site-navigation .banner--active .has-sub-icon:after {
  -webkit-transform: none;
  transform: none;
}

@media only screen and (min-width: 64.063em) {
  .site-navigation .primary-nav:hover a,
  .site-navigation .primary-nav.has-focus a,
  .site-navigation .primary-nav.has-active a {
    color: rgba(255, 255, 255, 0.6);
  }

  .site-navigation .primary-nav:hover a:hover,
  .site-navigation .primary-nav.has-focus a:focus,
  .site-navigation .primary-nav.has-active a.active {
    outline: none;
    color: #fff;
  }
}

.subnav {
  color: #2f2f2f;
  background: #fff;
  box-shadow: -1310px 0 #fff, 1310px 0 #fff;
  font-weight: 800;
  line-height: 1.4;
  width: 100%;
  padding: 3.5rem;
  position: absolute;
  z-index: 800;
  transition: -webkit-transform .5s, z-index 0s .5s;
  transition: transform .5s, z-index 0s .5s;
  -webkit-transform-origin: top;
  transform-origin: top;
  pointer-events: auto;
}

.subnav:before,
.subnav:after {
  content: " ";
  display: table;
}

.subnav:after {
  clear: both;
}

.subnav:before {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20%;
  -webkit-transform: translateY(500%) scale(1, 0);
  transform: translateY(500%) scale(1, 0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: -webkit-transform .5s, box-shadow .5s;
  transition: transform .5s, box-shadow .5s;
}

.subnav.banner--active:before {
  -webkit-transform: none;
  transform: none;
  box-shadow: inset 0 3rem 3rem -3rem rgba(0, 0, 0, 0.4);
}

.subnav nav,
.subnav-app-callout {
  display: block;
}

@media only screen and (min-width: 40.0625em) and (max-width: 55em) {
  .subnav nav > .col-md-50 + .col-md-50 {
    border-left: 1px solid #ebebeb;
  }
}

@media only screen and (min-width: 55.0625em) {
  .subnav nav,
  .subnav-app-callout {
    width: 50%;
    float: left;
  }

  .subnav nav > .col-md-50 {
    border-right: 1px solid #ebebeb;
  }
}

.subnav a {
  color: inherit;
  white-space: nowrap;
  padding: .75rem 10%;
  display: block;
}

.subnav a:hover,
.subnav a:focus {
  outline: none;
  color: #ff0015;
}

.subnav-app-callout {
  padding: .75rem 5%;
}

.subnav-app-callout .col-md-66 {
  padding-right: 10%;
}

.subnav-app-callout .app-store,
.subnav-app-callout .google-play {
  display: inline-block;
  padding: 0;
  margin-right: .5rem;
}

.subnav .banner-content {
  transition: -webkit-transform .6s .3s;
  transition: transform .6s .3s;
}

.subnav .banner-content .col-md-50 {
  padding: .75rem 5%;
}

.subnav.banner--not-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.subnav.banner--not-active .banner-content {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.no-csstransforms3d .subnav.banner--not-active {
  height: 0;
  overflow: hidden;
}

.subnav--tablet {
  position: relative;
  line-height: 65px;
  height: 65px;
  background: #eb0013;
  z-index: 55;
  display: none;
  overflow: hidden;
  transition: -webkit-transform .5s, z-index 0s .5s;
  transition: transform .5s, z-index 0s .5s;
  pointer-events: auto;
}

.subnav--tablet.banner--not-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.no-csstransforms3d .subnav--tablet.banner--not-active {
  height: 0;
  overflow: hidden;
}

.subnav--tablet .team-list--header {
  height: 65px;
  line-height: 65px;
}

.subnav--tablet .header-search {
  background: transparent;
  left: 240px;
  right: 0;
}

.subnav--tablet .header-search form {
  left: 20px;
  right: 20px;
}

@media only screen and (min-width: 64.0625em) and (max-width: 77.5em) {
  .subnav--tablet {
    display: block;
  }

  .mobile-nav .header-search,
  .site-header .team-list {
    display: none;
  }
}

.mobile-nav-icon,
.mobile-nav-close {
  width: 50px;
  font-size: 2rem;
  line-height: inherit;
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 77.5em) {
  .mobile-nav-icon {
    display: block;
  }

  .header-search .search-expand {
    display: none;
  }
}

@media only screen and (max-width: 64em) {
  .site-header {
    overflow: visible;
    line-height: 75px;
    height: 75px;
  }

  .page-sidebar--sticky {
    top: 75px;
  }

  .mobile-nav {
    line-height: 45px;
    background: #444;
    padding: 2rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .5s;
    transition: transform .5s;
  }

  .mobile-nav--active {
    -webkit-transform: none;
    transform: none;
  }

  .mobile-nav-close {
    display: block;
    line-height: 75px;
  }

  .mobile-nav .team-list,
  .mobile-nav .site-navigation {
    display: block;
  }

  .header-search {
    margin-top: 1rem;
    background: transparent;
    position: relative;
    width: 80%;
    left: 10%;
  }

  .search-expand {
    display: none;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.header-search label {
  display: block;
  position: relative;
}

.header-search label:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: perspective(500px) rotateX(10deg);
  transform: perspective(500px) rotateX(10deg);
}

.header-search label .ico {
  color: #ff0015;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 3.5rem;
  width: 4rem;
  text-align: center;
}

.header-search input {
  color: #2f2f2f;
  background: transparent;
  line-height: 1.5rem;
  width: 100%;
  padding: 1rem;
  padding-left: 4rem;
  border: 0;
  outline: 0;
  display: block;
}

.header-search input,
.header-search .ico {
  -webkit-transform: translateZ(100px);
  transform: translateZ(100px);
}

.header-search .search-expand {
  position: absolute;
  text-align: center;
  width: 5rem;
  right: 0;
  top: 0;
}

.header-search .search-expand-inner {
  width: 2rem;
  height: 95px;
  margin: auto;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.header-search .search-expand-inner:before {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  transition: margin-left .3s;
  margin-left: -2rem;
}

.header-search .search-expand-inner:after {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
}

.header-search .search-expand-inner:before,
.header-search .search-expand-inner:after {
  width: 2rem;
  text-align: center;
  display: inline-block;
}

.header-search .search-expand:hover,
.header-search .search-expand:focus {
  outline: none;
  color: #ddd;
}

.header-search.searchbar--expanded {
  left: 420px;
}

.header-search.searchbar--expanded .search-expand-inner:before {
  margin-left: 0;
}

@media only screen and (min-width: 64.063em) {
  .header-search {
    background: #ff0015;
    position: absolute;
    top: 0;
    left: calc(100% - 5rem);
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: left .5s;
    overflow: hidden;
  }

  .header-search form {
    margin-top: -1.8rem;
    position: absolute;
    top: 50%;
    left: 30px;
    right: 90px;
    z-index: -1;
  }
}

/**
**
*/

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.site-topbar {
  max-width: 1310px;
  margin: auto;
  padding: 0 20px;
  height: 65px;
  color: #fff;
  font-weight: bold;
  line-height: 65px;
  background: #333;
  box-shadow: -1310px 0 #2f2f2f, 1310px 0 #333;
  position: relative;
  z-index: 1100;
}

.site-topbar ul {
  margin: 0;
  list-style-type: none;
}

.site-topbar li {
  display: inline-block;
  line-height: 65px;
}

.site-topbar a {
  color: inherit;
}

.site-topbar a:hover,
.site-topbar a:focus {
  outline: none;
  color: #eee;
}

.topbar-news,
.topbar-newsletter,
.topbar-social {
  margin: 0 -20px;
  padding: 15px 20px;
}

.topbar-news {
  color: #969595;
  background: #2f2f2f;
  padding: 0 10px;
  margin: 0 20px 0 -20px;
  float: left;
  position: relative;
  z-index: 0;
}

.topbar-news:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transform: skewX(-14deg);
  transform: skewX(-14deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  left: 0;
  background-color: inherit;
}

.topbar-news ul {
  display: inline-block;
}

.topbar-news li {
  margin: 0 15px;
}

.topbar-news .h {
  color: #fff;
  margin: 0 15px;
}

.topbar-newsletter {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.topbar-newsletter .ico {
  color: #ff0015;
  font-size: 1.4em;
  margin-right: .5em;
  display: inline-block;
  vertical-align: -.1em;
}

.topbar-social {
  color: #7b7a7a;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0;
  margin: 0 0 0 10px;
  float: right;
}

.topbar-social li {
  display: inline-block;
  margin: 0 .4em;
}

@media only screen and (max-width: 78em) {
  .site-topbar {
    position: relative;
  }

  .topbar-news ul {
    white-space: nowrap;
    background: #2f2f2f;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }

  .topbar-news li {
    display: block;
    margin: 0;
  }

  .topbar-news a {
    display: block;
    padding: 0 25px;
  }

  .topbar-news:hover,
  .topbar-news:focus {
    outline: none;
  }

  .topbar-news:hover ul,
  .topbar-news:focus ul {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  .site-topbar {
    display: none;
  }
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.home-featured a {
  display: block;
}

.home-featured-main {
  position: relative;
}

.home-featured-side {
  display: none;
}

.home-featured-side .hero-slot-2,
.home-featured-side .hero-slot-3 {
  border: 0 solid #fff;
  border-bottom-width: 1px;
}

.home-featured-side img {
  width: 100%;
  display: block;
  margin: -2rem 0;
}

.home-featured-text {
  color: #2f2f2f;
  background-color: #ff0015;
  min-height: 127px;
  padding: 1.6rem;
}

.home-featured-text .content-title {
  color: #fff;
  margin-top: 0;
  line-height: 1.1;
}

.home-featured-text .content-category,
.home-featured-text .content-age {
  color: #2f2f2f;
  display: inline-block;
  margin: 0 .2em 0 0;
}

.home-featured-text-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 100;
}

@media only screen and (min-width: 40.0625em) {
  .home-featured {
    position: relative;
  }

  .home-featured:before,
  .home-featured:after {
    content: " ";
    display: table;
  }

  .home-featured:after {
    clear: both;
  }

  .home-featured-side {
    display: block;
    width: 33.333%;
    float: left;
  }

  .home-featured-side .hero-slot-2,
  .home-featured-side .hero-slot-3 {
    border-left-width: 1px;
  }

  .home-featured-main {
    width: 66.666%;
    float: left;
  }

  .home-featured-text-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .home-featured-text {
    max-width: 60%;
    position: relative;
    margin-left: auto;
  }

  .home-featured-text:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transform: skewX(-14deg);
    transform: skewX(-14deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    left: 0;
    background-color: inherit;
  }
}

.hero-slot-1,
.hero-slot-2,
.hero-slot-3 {
  position: relative;
  overflow: hidden;
}

.home-rotator-clone {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 25;
  transition: -webkit-transform .7s;
  transition: transform .7s;
}

.home-rotator-clone--active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.squib-section {
  width: 100%;
  padding: 35px;
  text-align: center;
}

.squib-section.theme--dark {
  background: #f0f0f0;
}

.squib-section > img {
  max-width: 90%;
}

.sidebar-squibs {
  padding: 2rem;
}

.sidebar-squibs.theme--light {
  background: #f0f0f0;
}

.sidebar-squibs-header {
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.sidebar-squibs-header:before,
.sidebar-squibs-header:after {
  content: " ";
  display: table;
}

.sidebar-squibs-header:after {
  clear: both;
}

.sidebar-squibs-header .h {
  float: left;
}

.sidebar-squibs-header .cta {
  float: right;
}

.sidebar-squibs .image-cycle {
  height: 120px;
}

.sidebar-squibs .image-cycle + .image-cycle {
  padding-top: 2rem;
}

.image-cycle {
  text-align: center;
  position: relative;
}

.image-cycle img {
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: opacity .5s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-cycle img.active {
  opacity: 1;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

::-moz-selection,
:before ::-moz-selection,
:after ::-moz-selection {
  background: rgba(204, 204, 204, 0.5);
}

::selection,
:before ::selection,
:after ::selection {
  background: rgba(204, 204, 204, 0.5);
}

option {
  color: black;
}

body {
  text-rendering: optimizeLegibility;
}

.lead p {
  margin-bottom: 1.8rem;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-weight: 900;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.h13,
.galleria-theme-hendrick .galleria-counter,
.media-title,
.media-age,
.next-race-standings,
.next-race--sidebar .next-race-broadcast,
.filter-teams,
.sidebar-filters,
.bofa-filters,
.tabs,
.footer-nav .secondary-nav li,
.footer-nav .copy-credit li,
.site-topbar,
.article-author-wrapper,
.article-squib-text,
.snippet-age,
.news-squib-banner small,
.team-nav a {
  font-size: .9rem;
}

.h14,
.content-category,
.banner-close,
.site-navigation a,
.gallery-social a,
.schedule-section-hide,
.detail-subtitle,
.team-car-race {
  font-size: .95rem;
}

.h16 {
  font-size: 1rem;
}

.lead,
.h18,
.galleria-theme-hendrick .galleria-info-title,
.next-race-date,
.next-race-time,
.next-race-standings th,
.about-copy,
.about-copy > .lead,
.about-wins-tabs > a,
.article-section-text,
.article-squib-text strong,
.newsletter-form,
.listing-main-cell,
.detail-stat,
.team-stats-item,
.team-stats-cta {
  font-size: 1.05rem;
}

.h20,
.next-race-track,
.header-search {
  font-size: 1.1rem;
}

.h22,
.galleria-theme-hendrick .galleria-current,
.next-race-title {
  font-size: 1.15rem;
}

.h24,
.content-title,
.article-section-quote {
  font-size: 1.2rem;
}

.h26,
.team-list--header {
  font-size: 1.25rem;
}

.h28,
.standings-table-team,
.next-race--featured .next-race-title,
.next-race .schedule-section-header {
  font-size: 1.3rem;
}

.h32,
.team-stats-stat {
  font-size: 1.35rem;
}

.h36 {
  font-size: 1.4rem;
}

.h45 {
  font-size: 1.45rem;
}

@media only screen and (min-width: 40.0625em) {
  .h13,
  .galleria-theme-hendrick .galleria-counter,
  .media-title,
  .media-age,
  .next-race-standings,
  .next-race--sidebar .next-race-broadcast,
  .filter-teams,
  .sidebar-filters,
  .bofa-filters,
  .tabs,
  .footer-nav .secondary-nav li,
  .footer-nav .copy-credit li,
  .site-topbar,
  .article-author-wrapper,
  .article-squib-text,
  .snippet-age,
  .news-squib-banner small,
  .team-nav a {
    font-size: .8rem;
  }

  .h14,
  .content-category,
  .banner-close,
  .site-navigation a,
  .gallery-social a,
  .schedule-section-hide,
  .detail-subtitle,
  .team-car-race {
    font-size: .9rem;
  }

  .h16 {
    font-size: 1rem;
  }

  .lead,
  .h18,
  .galleria-theme-hendrick .galleria-info-title,
  .next-race-date,
  .next-race-time,
  .next-race-standings th,
  .about-copy,
  .about-copy > .lead,
  .about-wins-tabs > a,
  .article-section-text,
  .article-squib-text strong,
  .newsletter-form,
  .listing-main-cell,
  .detail-stat,
  .team-stats-item,
  .team-stats-cta {
    font-size: 1.1rem;
  }

  .h20,
  .next-race-track,
  .header-search {
    font-size: 1.175rem;
  }

  .h22,
  .galleria-theme-hendrick .galleria-current,
  .next-race-title {
    font-size: 1.26rem;
  }

  .h24,
  .content-title,
  .article-section-quote {
    font-size: 1.35rem;
  }

  .h26,
  .team-list--header {
    font-size: 1.45rem;
  }

  .h28,
  .standings-table-team,
  .next-race--featured .next-race-title,
  .next-race .schedule-section-header {
    font-size: 1.525rem;
  }

  .h32,
  .team-stats-stat {
    font-size: 1.675rem;
  }

  .h36 {
    font-size: 1.825rem;
  }

  .h45 {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 72.0625em) {
  .h13,
  .galleria-theme-hendrick .galleria-counter,
  .media-title,
  .media-age,
  .next-race-standings,
  .next-race--sidebar .next-race-broadcast,
  .filter-teams,
  .sidebar-filters,
  .bofa-filters,
  .tabs,
  .footer-nav .secondary-nav li,
  .footer-nav .copy-credit li,
  .site-topbar,
  .article-author-wrapper,
  .article-squib-text,
  .snippet-age,
  .news-squib-banner small,
  .team-nav a {
    font-size: 0.8125rem;
  }

  .h14,
  .content-category,
  .banner-close,
  .site-navigation a,
  .gallery-social a,
  .schedule-section-hide,
  .detail-subtitle,
  .team-car-race {
    font-size: 0.875rem;
  }

  .h16 {
    font-size: 1rem;
  }

  .lead,
  .h18,
  .galleria-theme-hendrick .galleria-info-title,
  .next-race-date,
  .next-race-time,
  .next-race-standings th,
  .about-copy,
  .about-copy > .lead,
  .about-wins-tabs > a,
  .article-section-text,
  .article-squib-text strong,
  .newsletter-form,
  .listing-main-cell,
  .detail-stat,
  .team-stats-item,
  .team-stats-cta {
    font-size: 1.125rem;
  }

  .h20,
  .next-race-track,
  .header-search {
    font-size: 1.25rem;
  }

  .h22,
  .galleria-theme-hendrick .galleria-current,
  .next-race-title {
    font-size: 1.375rem;
  }

  .h24,
  .content-title,
  .article-section-quote {
    font-size: 1.5rem;
  }

  .h26,
  .team-list--header {
    font-size: 1.625rem;
  }

  .h28,
  .standings-table-team,
  .next-race--featured .next-race-title,
  .next-race .schedule-section-header {
    font-size: 1.75rem;
  }

  .h32,
  .team-stats-stat {
    font-size: 2rem;
  }

  .h36 {
    font-size: 2.25rem;
  }

  .h45 {
    font-size: 2.8125rem;
  }
}

.ul-reset {
  margin: 0;
  list-style-type: none;
}

.inline-list {
  margin: 0;
  list-style-type: none;
}

.inline-list > li {
  display: inline-block;
  vertical-align: middle;
}

.trending-list {
  padding: 35px 0 0;
  list-style-type: none;
  margin: 0 0 0 2rem;
}

.trending-list > li {
  padding: .75rem 0;
  position: relative;
}

.trending-list > li:before {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  color: #ff0015;
  font-size: 8px;
  position: absolute;
  top: 1.1rem;
  left: -2rem;
}

.link--print .ico {
  font-size: 1.4em;
  vertical-align: middle;
  margin-right: .3em;
}

.cta,
.about-cta,
.related-content-cta,
.team-stats-cta {
  font-weight: 800;
}

.cta:after,
.about-cta:after,
.related-content-cta:after,
.team-stats-cta:after {
  content: "";
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  font-size: .8em;
  vertical-align: .1em;
  margin-left: 0.7em;
}

.theme--dark .theme--light {
  color: #2f2f2f;
  background: #eee;
}

.theme--dark .theme--light .h,
.theme--dark .theme--light h2,
.theme--dark .theme--light h3,
.theme--dark .theme--light h4,
.theme--dark .theme--light h5,
.theme--dark .theme--light h6,
.theme--dark .theme--light strong,
.theme--dark .theme--light th,
.theme--dark .theme--light .ico {
  color: #2f2f2f;
}

.theme--dark .theme--light .primary {
  color: #ff0015;
}

.theme--dark .theme--light hr {
  border-color: #c8c8c8;
}

.theme--dark {
  color: #888;
  background: #2f2f2f;
}

.theme--dark .h,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark h6,
.theme--dark strong,
.theme--dark th,
.theme--dark .ico {
  color: #fff;
}

.theme--dark .primary {
  color: #ff0015;
}

.theme--dark hr {
  border-color: #555555;
}

.theme--panasonic {
  background: linear-gradient(#000b19, #203a4d);
}

.theme--panasonic .page-sidebar {
  background: #fff;
}

.full-width {
  width: 100%;
  display: block;
}

hr.large {
  margin: 3rem 0;
}

.about-copy {
  padding: 4%;
  background: #fff;
}

.about-copy:before,
.about-copy:after {
  content: " ";
  display: table;
}

.about-copy:after {
  clear: both;
}

.about-copy--careers .h {
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 55.0625em) {
  .about-copy {
    padding: 4rem;
  }
}

@media only screen and (min-width: 72.0625em) {
  .about-copy {
    padding: 5rem;
  }
}

.about-stats strong {
  font-weight: 900;
}

.about-stats .full-width {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 47.25em) and (max-width: 54.9em), only screen and (min-width: 64em) {
  .about-stats {
    float: right;
    padding: 0 0 4rem 4rem;
    max-width: 20rem;
  }
}

.about-copy > .lead {
  margin-bottom: 5rem;
}

.about-copy p {
  margin-bottom: 1.8rem;
}

.about-cta {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
}

.about-directory {
  margin: 0;
  list-style-type: none;
  font-size: 1rem;
}

.about-directory li {
  padding: 2rem 0;
  border-top: 1px solid #eee;
}

.about-directory li:first-child {
  padding-top: 0;
  border-top: none;
}

.about-directory .media-block {
  max-width: 720px;
}

.about-directory .media-body {
  padding-left: 7.5%;
}

.about-directory .h a {
  color: inherit;
}

@media only screen and (max-width: 55em) {
  .about-directory .media-block,
  .about-directory .media-body,
  .about-directory .media-image {
    display: block;
  }

  .about-directory .media-body {
    padding: 0;
    margin-top: 1rem;
  }
}

.about-wins-tabs > a {
  font-weight: 900;
  padding: 2rem 1%;
  position: relative;
}

.about-wins-tabs > a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-left: 1px solid #ccc;
  height: 60%;
}

.about-wins-tabs > a.tab--active:before {
  right: 0;
  height: auto;
  border-left: none;
  border-top: 0.6rem solid #ff0015;
}

.about-wins-tabs > a:first-child:before,
.about-wins-tabs > .tab--active + a:before {
  border-left: none;
}

.about-copy--wins .data-table {
  margin-top: 3rem;
}

@media only screen and (min-width: 40.063em) {
  .about-wins-tabs > a {
    padding: 4rem 1rem;
  }
}

.about-copy--faq .h18 {
  margin: 3.5rem 0;
}

.about-copy--faq hr {
  margin: 3rem 4%;
}

.about-copy--faq article a {
  font-weight: 800;
}

.about-copy--faq .faq-item {
  padding-left: 4%;
}

.about-copy--visit h2.h {
  margin-top: 3rem;
}

.about-copy--visit .col-md-50 {
  margin: 1rem 0 2rem;
  padding-right: 1rem;
}

.race-week-blurb {
  font-weight: 600;
}

.race-week .hours-title {
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-weight: 600;
}

.race-week .all-star,
.race-week .other-week {
  display: block;
}

.race-week .all-star span,
.race-week .other-week span {
  font-weight: 600;
}

.race-week .all-star ul,
.race-week .other-week ul {
  list-style: none;
  margin-left: 0;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.bofa h3,
.bofa h4,
.bofa p {
  color: #fff;
}

.bofa .heading {
  margin-bottom: 30px;
  pointer-events: none;
}

.bofa .heading a {
  color: #fff;
}

.bofa .heading span {
  color: #2f2f2f;
}

.bofa-about {
  width: 100%;
}

.bofa-about-ads {
  margin-bottom: 100px;
}

.bofa-gallery {
  clear: both;
}

.bofa-nav {
  margin: 30px 0 100px 0;
}

.bofa-nav ul {
  float: right;
  list-style: none;
  padding-top: 25px;
}

.bofa-nav ul li {
  display: inline;
  margin-left: 30px;
}

.bofa-nav ul li a {
  color: #fff;
}

.bofa-partnership {
  margin-top: 50px;
}

.bofa-partnership .page-main {
  width: 100%;
}

.bofa-partnership .bofa-filters {
  background: transparent;
  margin-bottom: 20px;
  padding: 0;
}

.bofa-partnership .bofa-filters .custom-select {
  border: 2px solid #fff;
  border-radius: 3px;
}

.bofa-partnership .bofa-filters .custom-select:after {
  color: #fff;
}

.bofa-partnership .bofa-filters .date-picker-trigger {
  border: 2px solid #fff;
  border-radius: 3px;
}

@media only screen and (min-width: 55.0625em) {
  .bofa-about {
    display: inline-block;
    width: 27%;
  }

  .bofa-about-ads {
    float: right;
    width: 70%;
  }

  .bofa-about-ads section {
    width: 33.3%;
  }

  .bofa-partnership h3 {
    display: inline;
  }

  .bofa-partnership .bofa-filters {
    float: right;
    width: 60%;
  }

  .bofa-partnership .bofa-filters .date-picker,
  .bofa-partnership .bofa-filters .custom-select-wrapper {
    float: right;
    margin-left: 15px;
    width: 30%;
  }

  .bofa-partnership .bofa-filters .date-picker:after {
    color: #fff;
  }

  .bofa-partnership .page-main section {
    width: 25%;
  }
}

.page-bankofamerica {
  background: #d90b2c;
}

.page-bankofamerica footer .footer-nav a {
  color: #fff;
}

.page-bankofamerica footer .footer-nav a:hover {
  color: #2f2f2f;
}

.page-bankofamerica footer .copy-credit li {
  color: #fff;
}

.page-bankofamerica footer .copy-credit li .site-credit span,
.page-bankofamerica footer .copy-credit li .site-credit a:last-child {
  color: #fff;
}

.page-bankofamerica .page-wrapper {
  background: url(../img/squib/bofa/takeover-bg.svg);
  background-repeat: no-repeat;
  background-position: top;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.gallery-detail {
  margin: 3rem;
}

.gallery-detail .h {
  margin: .5em 0 1em;
  display: block;
}

.gallery-detail .content-age {
  margin-left: .8rem;
}

.gallery-detail hr {
  margin: 3rem -3rem;
}

.gallery-social {
  margin: 0;
  list-style-type: none;
}

.gallery-social:before,
.gallery-social:after {
  content: " ";
  display: table;
}

.gallery-social:after {
  clear: both;
}

.gallery-social li {
  float: left;
  width: 50%;
  white-space: nowrap;
}

.gallery-social a {
  font-weight: bold;
  display: block;
  margin: .3rem;
  padding: .3rem;
}

.gallery-social .ico {
  font-size: 1.5em;
  line-height: .8;
  margin: -.3em .3em -.3em 0;
  vertical-align: -.15em;
  width: 22%;
  text-align: center;
  display: inline-block;
}

.gallery-social .ico-envelope {
  font-size: 1.3em;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.page-news-detail .page-wrapper {
  overflow: hidden;
}

.news-article {
  font-size: 1rem;
  background: #fff;
  padding: 5%;
}

.news-article + .news-article {
  border-top: 1px solid #ddd;
}

@media only screen and (min-width: 55.0625em) {
  .news-article {
    padding: 5% 10%;
  }
}

.is-webview .news-article {
  padding: 5% !important;
}

.article-age-wrapper {
  float: left;
}

.article-age-wrapper .content-age {
  margin-left: .5rem;
}

.article-related-team {
  color: #ddd;
  font-size: 24px;
  vertical-align: middle;
  margin-right: .25rem;
}

.article-social-wrapper {
  float: right;
}

@media only screen and (min-width: 55.0625em) {
  .article-social-wrapper {
    margin-right: -4%;
  }
}

.is-webview .article-social-wrapper {
  margin-right: 0 !important;
}

.article-social-wrapper .twitter-share-button {
  display: inline-block;
  vertical-align: middle;
}

.article-title-wrapper {
  margin-top: 2.2em;
}

.news-article h1 {
  line-height: 1.2;
}

.article-author-wrapper {
  text-transform: uppercase;
  font-weight: bold;
}

.article-author {
  color: #888;
}

.article-author strong {
  color: #2f2f2f;
}

.article-tags {
  margin: 0;
  list-style-type: none;
  display: inline-block;
  margin: 0 15px;
}

.article-tags > li {
  display: inline-block;
  margin: 0 5px;
}

.article-section-gallery {
  margin: 2.5em -6%;
}

.article-section-image {
  margin: 3em 0;
}

@media only screen and (min-width: 55.0625em) {
  .article-section-image {
    margin-right: -20%;
  }
}

.is-webview .article-section-image {
  margin-right: 0 !important;
}

.article-section-quote {
  margin: 2.5em 0;
}

@media only screen and (min-width: 55.0625em) {
  .article-section-quote {
    margin: 2.5em -6%;
  }
}

.is-webview .article-section-quote {
  margin: 2.5em 0 !important;
}

.article-section-quote blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.article-section-quote blockquote p {
  font-style: italic;
}

.article-section-quote cite {
  font-weight: bold;
  font-style: normal;
}

.article-section-quote cite:before {
  content: "";
  border-top: 3px solid #ff0015;
  display: block;
  width: 40px;
  margin: 1.25em 0;
}

.article-section-squib {
  float: right;
  padding: 1.5em 0 3em 3em;
}

.article-section-text {
  margin: 3em 0;
}

.article-section-text p {
  margin-bottom: 1.4em;
}

.article-section-tweet {
  margin: 4em 0;
}

.article-section-tweet iframe {
  width: 658px !important;
  margin: auto !important;
}

.article-caption {
  border-left: 1px solid #999;
  padding: 1rem;
  margin: 0;
}

.article-location {
  font-weight: 900;
  text-transform: uppercase;
}

.article-squib-image {
  max-width: 150px;
  margin-bottom: 1.2em;
}

.article-squib-text strong {
  font-weight: 900;
}

.sidebar-news-snippets {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  bottom: 0;
}

.sidebar-news-snippets .squib-wrap {
  margin: 2rem auto;
}

@media only screen and (max-width: 55em) {
  .sidebar-news-snippets {
    display: none;
  }
}

.news-snippet {
  display: block;
  background: #f6f6f6;
  padding: 1.25rem 1.5rem;
  border: solid #cecece;
  border-width: 0 1px 1px 0;
  transition: background .5s;
}

.news-snippet:hover,
.news-snippet:focus {
  outline: none;
  background: #fff;
}

.news-snippet.active {
  background: #ff0015;
}

.news-snippet.active .media-title {
  color: #fff;
}

.news-snippet.active .media-age {
  color: #333;
}

.news-snippet .media-image {
  padding-right: .75rem;
}

.snippet-age {
  color: #999;
  font-style: italic;
  display: block;
}

.news-squib-banner {
  color: #bbb;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.powered-by-logo {
  max-width: 180px;
  max-height: 100px;
}

.news-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.news-video-player--spacer {
  width: 100%;
  display: block;
  padding-bottom: 56%;
  height: 0;
}

#infscr-loading {
  width: 100% !important;
  text-align: center;
  padding: 1rem;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.newsletter-table {
  background: #fff;
}

.newsletter-form {
  padding: 4%;
  background: #f9f9f9;
}

.newsletter-form:before,
.newsletter-form:after {
  content: " ";
  display: table;
}

.newsletter-form:after {
  clear: both;
}

@media only screen and (min-width: 55.0625em) {
  .newsletter-form {
    padding: 4rem;
  }
}

@media only screen and (min-width: 72.0625em) {
  .newsletter-form {
    padding: 5rem;
  }
}

.newsletter-form .col {
  padding: 1rem .5rem;
}

.newsletter-form [required]::-webkit-input-placeholder:after {
  content: "*";
  color: #ff0015;
  margin-left: .2em;
}

.newsletter-form [required]:-moz-placeholder:after {
  content: "*";
  color: #ff0015;
  margin-left: .2em;
}

.newsletter-form [required]::-moz-placeholder:after {
  content: "*";
  color: #ff0015;
  margin-left: .2em;
}

.newsletter-form [required]:-ms-input-placeholder:after {
  content: "*";
  color: #ff0015;
  margin-left: .2em;
}

.newsletter-input,
.newsletter-form .custom-select,
.newsletter-form .ms-choice {
  width: 100%;
  display: block;
  padding: 1.2rem 1rem .8rem;
  line-height: 1.2;
  border: 0;
  border-bottom: 2px solid #c8c8c8;
  background: #fff;
}

.newsletter-input:focus,
.newsletter-form select:focus ~ .custom-select,
.newsletter-form select:focus + .ms-choice {
  outline: 0;
  border-bottom-color: #2f2f2f;
}

.floatlabel-wrapper {
  position: relative;
}

.label-floatlabel {
  font-size: .65rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #838780;
  display: none;
  position: absolute;
  top: 0;
  left: .5rem;
  opacity: 0;
}

input:focus + .label-floatlabel,
select:focus + .label-floatlabel {
  color: #ff0015;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.about-copy--partners hr {
  margin: 2rem -3rem 2rem 0;
}

.about-copy--partners .ib-col {
  padding: 5%;
  vertical-align: middle;
}

@media only screen and (min-width: 55.0625em) {
  .about-copy--partners hr {
    margin-right: -4rem;
  }
}

@media only screen and (min-width: 72.0625em) {
  .about-copy--partners hr {
    margin-right: -5rem;
  }
}

.partners-section-header {
  margin-top: 3rem;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.media-block {
  display: table;
  border-collapse: separate;
  width: 100%;
}

.media-image,
.media-body {
  display: table-cell;
  vertical-align: middle;
}

.media-block--top > .media-image,
.media-block--top > .media-body {
  vertical-align: top;
}

.media-block--bottom > .media-image,
.media-block--bottom > .media-body {
  vertical-align: bottom;
}

.media-image img {
  display: block;
  max-width: none;
}

.media-body {
  width: 100%;
  padding-left: .75rem;
}

.media-block--rev > .media-body {
  padding-right: 0;
  padding-left: .75rem;
}

.media-body p:last-child {
  margin-bottom: 0;
}

.media-title {
  line-height: 1.3;
  margin: 0 0 .2em;
}

.media-age {
  color: #999;
  font-style: italic;
  display: block;
}

.schedule-section-header {
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 2.8rem 0;
}

.next-race .schedule-section-header {
  margin-top: 0;
}

.schedule-section-hide {
  color: #333;
  font-weight: 900;
  line-height: 1.75rem;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: .02em;
  margin: 2em 0 1em;
}

.schedule-section-hide .ico {
  font-size: 1.4em;
  vertical-align: -.15em;
}

@media only screen and (max-width: 40em) {
  .schedule-section-hide {
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 40.063em) {
  .schedule-section-hide {
    margin: 2.8rem 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.season-schedule {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 64.063em) {
  .about-copy--events .data-table td {
    padding-right: 5rem;
  }

  .about-copy--events .data-table td:last-child {
    padding-right: 0;
  }
}

.related-content {
  padding: 1.25rem;
  background: #fff;
}

.detail-table-row .related-content {
  border-bottom: 2px solid #eaeaea;
}

.related-content-header,
.related-content-cta {
  font-weight: 900;
  display: inline;
  text-transform: uppercase;
}

.related-content-header {
  margin-right: 1em;
}

.related-content-header:after {
  content: "\00a0/";
  color: #ff0015;
  font-weight: 900;
}

.related-content .media-block {
  padding: 1.5rem .5rem;
  border-top: 1px solid #ddd;
}

.related-content .media-block-wrapper {
  position: relative;
}

.related-content .media-block-wrapper:before,
.related-content .media-block-wrapper:after {
  content: " ";
  display: table;
}

.related-content .media-block-wrapper:after {
  clear: both;
}

.related-content .media-block-wrapper:before {
  content: "";
  height: 4px;
  background: #fff;
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 40.0625em) {
  .related-content .media-block {
    width: 42%;
    margin: 0 4%;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 55em) {
  .related-content .media-block:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 55.0625em) {
  .related-content .media-block {
    width: 25.333%;
  }

  .related-content .media-block:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 40.063em) {
  .related-content {
    padding: 2.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .related-content {
    padding: 3.75rem;
  }
}

.listing-table {
  width: 100%;
  background-color: #fff;
}

.listing-row {
  cursor: pointer;
}

.listing-row td {
  border-bottom: 2px solid #eaeaea;
}

.listing-row:last-child > td {
  border: none;
}

.listing-image {
  width: 12%;
  height: 160px;
  min-width: 13.75rem;
  padding: 0;
  position: relative;
  background: #2f2f2f;
  overflow: hidden;
}

.listing-image img {
  width: 100%;
  opacity: .4;
}

.listing-track-icon {
  width: 40%;
}

.listing-track-icon,
.listing-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.listing-main-cell {
  width: 30%;
  padding: 1rem 3rem;
  position: relative;
  vertical-align: middle;
}

.listing-main-cell + .listing-main-cell:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  display: block;
  border-left: 2px solid #eaeaea;
}

.listing-broadcast {
  text-align: center;
  white-space: nowrap;
}

.listing-broadcast img {
  margin-right: 10%;
  width: 50px;
  min-width: 50px;
}

.listing-expand {
  width: 6%;
  min-width: 3rem;
  max-width: 5rem;
  color: #ff0015;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  background: #f7f7f7;
}

@media only screen and (max-width: 55em) {
  .listing-table,
  .listing-table tbody,
  .listing-row,
  .listing-image,
  .listing-image img,
  .listing-main-cell,
  .listing-broadcast,
  .listing-expand {
    display: block;
    width: 100%;
  }

  .listing-row {
    border-bottom: 2px solid #eaeaea;
  }

  .listing-row:before,
  .listing-row:after {
    content: " ";
    display: table;
  }

  .listing-row:after {
    clear: both;
  }

  .listing-row td {
    float: left;
    border-bottom: none;
  }

  .listing-image {
    min-width: 0;
  }

  .listing-main-cell {
    padding: 1rem 1.5rem;
  }

  .listing-expand {
    max-width: none;
    padding: 1rem 0;
  }
}

@media only screen and (min-width: 30.063em) and (max-width: 40em) {
  .listing-main-cell {
    width: 50%;
  }
}

@media only screen and (max-width: 30em) {
  .listing-main-cell + .listing-main-cell:after {
    content: none;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 55em) {
  .listing-image,
  .listing-main-cell,
  .listing-broadcast {
    width: 33.333%;
  }

  .listing-broadcast.listing-broadcast {
    float: right;
  }
}

.detail-table {
  width: 100%;
}

.detail-image {
  width: 12%;
  min-width: 13.75rem;
  padding: 1.5rem;
}

.detail-image.detail-image {
  border-bottom: none;
}

.detail-main-cell {
  padding: 1rem 3rem;
}

.detail-title {
  margin: 0;
}

.detail-subtitle {
  font-weight: bold;
  color: #999;
}

.detail-stat {
  width: 15%;
  color: #888;
}

.detail-stat strong {
  color: #2f2f2f;
}

@media only screen and (max-width: 55em) {
  .detail-table,
  .detail-table tbody,
  .detail-table tr,
  .detail-image,
  .detail-image img,
  .detail-main-cell,
  .detail-stat {
    display: block;
    width: 100%;
  }

  .detail-table tr:before,
  .detail-table tr:after {
    content: " ";
    display: table;
  }

  .detail-table tr:after {
    clear: both;
  }

  .detail-table td {
    float: left;
  }

  .detail-image {
    min-width: 0;
  }

  .detail-main-cell {
    padding: 1rem 1.5rem;
  }
}

@media only screen and (min-width: 30em) and (max-width: 40em) {
  .detail-main-cell {
    width: 50%;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 55em) {
  .detail-main-cell {
    width: 66.666%;
  }

  .detail-image,
  .detail-stat {
    width: 33.333%;
  }

  .detail-stat.detail-stat {
    float: right;
    padding-left: 1.5rem;
  }
}

@media only screen and (min-width: 30em) and (max-width: 40em) {
  .detail-main-cell {
    width: 50%;
  }
}

@media only screen and (max-width: 40em) {
  .detail-main-cell,
  .detail-stat {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (min-width: 55.0625em) {
  .detail-main-cell,
  .detail-stat {
    border-bottom: 2px solid #eaeaea;
  }
}

.detail-table-row {
  display: none;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.team-header {
  color: #fff;
  background: #2f2f2f;
}

.team-topbar:before,
.team-topbar:after,
.team-nav:before,
.team-nav:after {
  content: " ";
  display: table;
}

.team-topbar:after,
.team-nav:after {
  clear: both;
}

.team-topbar {
  padding-top: 1rem;
}

.team-topbar .team-icon {
  font-size: 3rem;
}

@media only screen and (max-width: 55em) {
  .team-squibs {
    text-align: center;
  }

  .team-squibs .squib {
    width: 50%;
    float: left;
    margin: 0 0 1.5rem;
  }

  .team-squibs .team-number {
    width: 100%;
    margin: 1rem 0 2rem;
  }
}

@media only screen and (min-width: 55.0625em) {
  .team-topbar {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }

  .team-squibs .squib {
    margin-right: 1.5rem;
  }

  .team-squibs .team-number {
    width: 1px;
  }

  .team-squibs .team-icon {
    margin-right: 2rem;
  }
}

.team-nav {
  margin: 0;
  list-style-type: none;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.team-nav li {
  background: #2f2f2f;
}

.team-nav .h {
  color: #fff;
}

.team-nav-image {
  padding-top: 2rem;
  transition: opacity .2s;
  display: block;
  width: 100%;
}

.team-nav a {
  display: block;
  padding-top: 4rem;
  margin-top: -1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #959595;
  background: #2f2f2f;
  white-space: nowrap;
  transition: -webkit-transform .2s;
  transition: transform .2s;
}

.team-nav:hover a,
.team-nav.has-focus a {
  outline: 0;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}

.team-nav:hover a .team-nav-image,
.team-nav.has-focus a .team-nav-image {
  opacity: .5;
}

.team-nav:hover a:hover,
.team-nav.has-focus a:focus {
  outline: none;
  -webkit-transform: none;
  transform: none;
}

.team-nav:hover a:hover .team-nav-image,
.team-nav.has-focus a:focus .team-nav-image {
  opacity: 1;
}

.team-section {
  padding: 5rem 0;
  position: relative;
}

.team-section:before,
.team-section:after {
  content: " ";
  display: table;
}

.team-section:after {
  clear: both;
}

@media only screen and (min-width: 64.063em) {
  .team-section {
    padding: 5rem 10%;
  }
}

.team-section.theme--light {
  background: #f5f5f5;
  box-shadow: 60px 0 #f5f5f5, -60px 0 #f5f5f5, 1290px 0 #f5f5f5, -1290px 0 #f5f5f5;
}

.team-section-header {
  color: #959595;
  font-weight: bold;
  text-transform: uppercase;
}

.team-section-header .h {
  font-weight: 900;
  margin: 0;
}

.team-section .lead {
  padding-right: 30%;
  margin: 4rem 0;
}

@media only screen and (min-width: 64.063em) {
  .team-section .lead {
    padding-right: 15%;
  }
}

.line-placer {
  position: absolute;
}

.line-placer > svg {
  display: block;
  width: 100%;
  height: 100%;
}

.team-section--sponsor {
  padding: 4rem 0;
}

.line-placer--car {
  top: 12rem;
  left: 120px;
  right: 50%;
  bottom: calc(100% - 25rem);
}

.team-car-image {
  margin: 5rem auto 7rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.team-car-image > img {
  margin: -10% 0 2.5% -7%;
  position: relative;
  z-index: 10;
}

.team-car-pedestal {
  background: url(../img/team/pedestal.png) bottom no-repeat;
  background-size: contain;
  width: 900px;
  max-width: 100%;
  height: 336px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.team-car-race {
  color: #959595;
  font-weight: bold;
  text-align: center;
}

.team-car-race-image {
  margin: 2rem 0;
}

.team-car-race-track {
  color: #2f2f2f;
  font-weight: 900;
  display: block;
}

.team-car-sponsor {
  margin-top: 2rem;
}

@media only screen and (min-width: 40.063em) {
  .team-car-race {
    width: 75%;
    display: table;
    text-align: left;
  }

  .team-car-race > .col {
    display: table-cell;
    vertical-align: middle;
  }

  .team-car-race-image {
    margin: 0;
  }

  .team-car-sponsor {
    width: 25%;
    max-width: 25%;
    position: absolute;
    right: 0;
    bottom: 5rem;
  }
}

.line-placer--driver {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .line-placer--driver {
    display: block;
    top: 6rem;
    left: 16rem;
    right: 35%;
    bottom: calc(100% - 20rem);
  }
}

.team-driver-image {
  max-width: 580px;
  margin-bottom: -5rem;
  position: relative;
  z-index: 10;
  width: 100%;
}

.team-bio .stretch-x {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.team-bio-links {
  margin: 0;
  list-style-type: none;
  margin: 2rem 0;
}

.team-bio-links li + li {
  margin-top: 0.5rem;
}

.team-bio-social {
  margin: 0 0 2rem;
}

.team-bio .col-md-33 {
  padding: 0 1.5rem 1.5rem;
}

.team-section--stats {
  padding-top: 0;
}

.team-stats-image {
  display: block;
  width: 90%;
  margin: 2rem auto;
}

.team-stats-item {
  margin: 3rem 0;
  color: #959595;
  font-weight: bold;
  text-transform: uppercase;
}

.team-stats-stat {
  display: block;
  color: #2f2f2f;
  font-weight: 900;
  line-height: 1;
}

.team-stats-item--has-image {
  display: table;
  width: 100%;
}

.team-stats-item--spacer {
  height: 60px;
}

.team-stats-item--spacer--has-image {
  height: 134px;
}

.team-stats-item-image {
  display: table-cell;
  min-width: 6.5rem;
  padding-right: 2rem;
}

.team-stats-item-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.team-stats-cta {
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 14rem;
  left: 4rem;
}

.line-placer--stats-1 {
  top: 7rem;
  left: 0;
  right: 70%;
  bottom: 55%;
}

@media only screen and (min-width: 64.063em) {
  .line-placer--stats-1 {
    left: 10%;
  }
}

.line-placer--stats-2 {
  top: 9rem;
  left: 30%;
  right: 40%;
  bottom: 55%;
}

.line-placer--stats-3 {
  top: 22rem;
  left: 30%;
  right: 40%;
  bottom: 55%;
}

.line-placer--stats-4 {
  top: 40%;
  left: 30%;
  right: 40%;
  bottom: 40%;
}

.line-placer--stats-5 {
  top: 55%;
  left: 30%;
  right: 40%;
  bottom: 23rem;
}

.line-placer--stats-6 {
  top: 55%;
  left: 30%;
  right: 40%;
  bottom: 13rem;
}

@media only screen and (min-width: 40.0625em) {
  .team-nav li {
    float: left;
    width: 50%;
    padding-left: 1px;
    padding-bottom: 99rem;
    margin-bottom: -99rem;
  }
}

@media only screen and (min-width: 58em) {
  .team-nav li {
    width: 25%;
  }
}

@media only screen and (max-width: 40em) {
  .team-section--stats .line-placer {
    display: none;
  }

  .team-stats-item--spacer,
  .team-stats-item--spacer--has-image {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  .team-stats-item {
    margin: 6rem 0 6rem 25%;
  }

  .team-stats-item--has-image {
    width: 75%;
  }

  .team-stats-image {
    width: auto;
    text-align: right;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }
}

.page-teams-member-detial .about-copy {
  background: #f5f5f5;
}

.page-teams-member-detial .team-member-image {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  .page-teams-member-detial .team-member-image {
    width: 50%;
    float: right;
    margin-top: -3rem;
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 55.0625em) {
  .page-teams-member-detial .team-member-image {
    width: 33.333%;
    margin-top: -5rem;
  }
}

.content-block--pitcrew {
  width: 50%;
}

@media only screen and (max-width: 40em) {
  .content-block--pitcrew {
    float: left;
  }
}

.content-block--pitcrew .content-inner {
  padding: 7%;
}

@media only screen and (min-width: 55.0625em) {
  .content-block--pitcrew {
    width: 33%;
  }

  .content-block--pitcrew .content-inner {
    padding: 9%;
  }
}

@media only screen and (min-width: 72.0625em) {
  .content-block--pitcrew .content-inner {
    padding: 10%;
  }
}

.content-block--pitcrew .member-meta--hometown {
  margin-top: 2rem;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.result-card {
  /* .card */
  width: 100%;
  background: #fff;
  color: #959595;
  margin: 0 0 2rem;
}

.card {
  /* .result-card */
}

.card-photo {
  vertical-align: bottom;
  position: relative;
  text-align: center;
  min-width: 200px;
}

@media only screen and (max-width: 40em) {
  .card-photo:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: linear-gradient(transparent, #fff);
  }
}

@media only screen and (min-width: 40.0625em) {
  .card-photo {
    width: 35%;
    max-width: 500px;
  }
}

.card-photo img {
  position: relative;
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .card-photo img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 6.25rem;
    background: #ccc;
  }
}

.card-info {
  padding: 1rem 7%;
}

@media only screen and (min-width: 40.0625em) {
  .card-info {
    padding: 1rem 7% 1rem 10%;
  }
}

.card-info .dob,
.card-info .location {
  display: inline-block;
}

.card-info .dob {
  margin-right: 1rem;
}

.card-stats {
  list-style: none;
  margin: 0 -0.9375em;
  padding: 0;
  overflow: hidden;
}

.card-stats li {
  float: left;
  display: block;
  padding: 0 0.9375em;
  font-size: 0.875rem;
}

meta.foundation-version {
  font-family: "/5.4.7/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.mq-col-1 {
  font-family: "/only screen/";
  width: 0em;
}

meta.mq-col-2 {
  font-family: "/only screen and (min-width: 40.0625em)/";
  width: 40.0625em;
}

meta.mq-col-3 {
  font-family: "/only screen and (min-width: 55.0625em)/";
  width: 55.0625em;
}

meta.mq-col-4 {
  font-family: "/only screen and (min-width: 72.0625em)/";
  width: 72.0625em;
}

meta.mq-mobile-menu {
  font-family: "/only screen and (max-width:64em)/";
}

meta.mq-tablet-menu {
  font-family: "/only screen and (min-width: 64.0625em) and (max-width:77.5em)/";
}

.inline {
  display: inline;
}

@media only screen and (min-width: 55.0625em) {
  .pos--right {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex--nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex--stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex--space-between {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 55.0625em) {
  .flex-md {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-md--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-md--nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-md--stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-md--space-between {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 72.0625em) {
  .flex-lg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-lg--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-lg--nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-lg--stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-lg--space-between {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.primary {
  color: #ff0015;
}

.gray60 {
  color: #999;
}

.jet {
  color: #2f2f2f;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.nowrap {
  white-space: nowrap;
}

.w400 {
  font-weight: 400;
}

.w600 {
  font-weight: 600;
}

.w800 {
  font-weight: 800;
}

.w900 {
  font-weight: 900;
}

.slash:after {
  content: "\00a0/";
  color: #ff0015;
  font-weight: 900;
}

.slash--inherit:after {
  content: "\00a0/";
}

.no-slash:after {
  content: none;
  color: inherit;
  font-weight: inherit;
}

.screenreader-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.wysiwyg ol,
.wysiwyg ul {
  margin-left: 5%;
}

.wysiwyg ol {
  list-style-type: none;
}

.wysiwyg ol li {
  counter-increment: ordered-list;
}

.wysiwyg ol li:before {
  content: counter(ordered-list) ". ";
  font-weight: 900;
}

.wysiwyg li {
  margin-bottom: 1.8rem;
}

@media print {
  .site-topbar,
  .site-header,
  .fixedsticky-header,
  .page-sidebar--sticky {
    display: none;
  }

  .page-wrapper,
  .page-main,
  .news-article {
    padding: 0;
  }
}