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

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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; }

html {
  box-sizing: border-box; }

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

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

[data-icon]:before {
  font-family: "csos" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "csos" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pinterest-p:before {
  content: "\61"; }

.icon-facebook:before {
  content: "\62"; }

.icon-twitter:before {
  content: "\63"; }

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*
 * Global
 **/
::-moz-selection {
  background: #231F20;
  color: white; }

::selection {
  background: #231F20;
  color: white; }

html,
body {
  background: white;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased; }

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

/*
 * Containers
 **/
.container {
  content: "";
  display: table;
  table-layout: fixed;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1400px;
  width: 100%; }

.row {
  content: "";
  display: table;
  table-layout: fixed;
  display: block; }

/*
 * Header
 **/
header[role="banner"] {
  background: url("../img/header-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 40px;
  position: relative;
  text-align: center;
  /* header links */
  /* Countdown */ }
  @media (max-width: 768px) {
    header[role="banner"] {
      padding: 20px 20px 40px;
      background: url("../img/turf-sm.jpg") no-repeat center;
      background-size: cover; } }
  @media (max-width: 480px) {
    header[role="banner"] {
      padding: 12px 10px 40px; } }
  header[role="banner"] a[class$="-logo"] {
    display: inline-block;
    position: absolute;
    text-decoration: none; }
    header[role="banner"] a[class$="-logo"] img {
      display: block; }
  header[role="banner"] .client-logo {
    top: 20px;
    left: 20px; }
    header[role="banner"] .client-logo img {
      width: 100px; }
      @media (max-width: 920px) {
        header[role="banner"] .client-logo img {
          width: 70px; } }
      @media (max-width: 640px) {
        header[role="banner"] .client-logo img {
          width: 50px; } }
  header[role="banner"] .teespring-logo {
    top: 40px;
    right: 20px; }
    @media (max-width: 640px) {
      header[role="banner"] .teespring-logo {
        top: 22px; } }
    header[role="banner"] .teespring-logo img {
      height: 45px;
      width: 183px; }
      @media (max-width: 920px) {
        header[role="banner"] .teespring-logo img {
          height: 27px;
          width: 110px; } }
      @media (max-width: 640px) {
        header[role="banner"] .teespring-logo img {
          height: 45px;
          width: 45px; } }
    header[role="banner"] .teespring-logo .logo {
      display: block; }
      @media (max-width: 640px) {
        header[role="banner"] .teespring-logo .logo {
          display: none; } }
    header[role="banner"] .teespring-logo .logo-sm {
      display: none; }
      @media (max-width: 640px) {
        header[role="banner"] .teespring-logo .logo-sm {
          display: block; } }
  header[role="banner"] h1, header[role="banner"] p {
    color: white;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase; }
  header[role="banner"] h1 {
    margin: 0 auto 16px;
    font-size: 48px;
    font-size: 3rem;
    font-size: 6vw; }
    @media (max-width: 768px) {
      header[role="banner"] h1 {
        font-size: 48px;
        font-size: 3rem; } }
    @media (max-width: 640px) {
      header[role="banner"] h1 {
        margin-top: 80px; } }
    @media (max-width: 480px) {
      header[role="banner"] h1 {
        margin-top: 100px;
        font-size: 42px;
        font-size: 2.625rem; } }
  header[role="banner"] .hero-tagline {
    margin: 0 auto 100px;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 1.6vw;
    letter-spacing: 0.2vw; }
    @media (max-width: 768px) {
      header[role="banner"] .hero-tagline {
        margin: 0 auto 60px;
        font-size: 14px;
        font-size: 0.875rem; } }
    header[role="banner"] .hero-tagline span {
      text-transform: lowercase; }
  header[role="banner"] .countdown {
    display: inline-block;
    margin: auto;
    position: relative;
    color: white;
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
    @media (max-width: 480px) {
      header[role="banner"] .countdown {
        top: 12px; } }
    header[role="banner"] .countdown .countdown__column {
      display: inline-block;
      text-align: center; }
    header[role="banner"] .countdown .countdown__number {
      display: block;
      font-size: 14vw;
      line-height: 1; }
      @media (max-width: 560px) {
        header[role="banner"] .countdown .countdown__number {
          font-size: 60px; } }
    header[role="banner"] .countdown .seperator {
      display: inline-block;
      position: relative;
      top: -40px;
      font-size: 12vw;
      vertical-align: middle; }
      @media (max-width: 768px) {
        header[role="banner"] .countdown .seperator {
          top: -12px; } }
      @media (max-width: 560px) {
        header[role="banner"] .countdown .seperator {
          font-size: 60px; } }
    header[role="banner"] .countdown .countdown__text {
      font-size: 2vw;
      letter-spacing: 0.2em;
      text-transform: uppercase; }
      @media (max-width: 560px) {
        header[role="banner"] .countdown .countdown__text {
          font-size: 16px; } }
    header[role="banner"] .countdown .ds-element-seconds {
      display: none; }

/*
 * Shirt Carousel
 **/
.main-carousel {
  background-color: white;
  padding: 60px 0;
  text-align: center; }
  @media (max-width: 640px) {
    .main-carousel {
      padding-bottom: 20px; } }
  .main-carousel .container {
    padding: 0 40px; }
    @media (max-width: 640px) {
      .main-carousel .container {
        padding: 0 20px; } }
  .main-carousel .shirt {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .main-carousel .shirt:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .main-carousel .info {
    margin-top: 20px;
    color: #2B3033;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1; }
    .main-carousel .info p {
      margin: 6px auto;
      font-weight: 700;
      text-transform: uppercase; }
    .main-carousel .info p.price {
      color: #898989;
      font-weight: 400; }
  .main-carousel .owl-theme .owl-dots .owl-dot.active span, .main-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #231F20; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }
  @media (max-width: 640px) {
    .owl-carousel .owl-nav {
      margin-top: 60px;
      position: relative;
      top: auto; } }
  .owl-carousel .owl-nav img {
    width: 20px; }
    @media (max-width: 640px) {
      .owl-carousel .owl-nav img {
        width: 25px; } }

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: none !important;
  position: absolute; }
  @media (max-width: 640px) {
    .owl-carousel.owl-theme .owl-nav [class*=owl-] {
      position: relative; } }

.owl-carousel .owl-prev {
  left: -30px; }
  @media (max-width: 640px) {
    .owl-carousel .owl-prev {
      left: -20px; } }

.owl-carousel .owl-next {
  right: -30px; }
  @media (max-width: 640px) {
    .owl-carousel .owl-next {
      right: -20px; } }

.owl-carousel .owl-dots {
  margin-top: 40px; }
  @media (max-width: 640px) {
    .owl-carousel .owl-dots {
      display: none; } }

.info a {
  color: #231F20;
  text-decoration: none;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .info a:hover {
    color: #898989; }

/*
 * Intro blurb
 **/
.campaign-intro {
  background: url("../img/intro-bg.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 60px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .campaign-intro {
      background: url("../img/turf-sm.jpg") no-repeat center;
      background-size: cover; } }
  .campaign-intro p {
    margin: auto;
    max-width: 960px;
    color: white;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8; }
    @media (max-width: 640px) {
      .campaign-intro p {
        font-size: 20px;
        font-size: 1.25rem; } }

/*
 * Artist grid
 **/
.module-grid {
  background-color: white;
  padding: 60px 0; }
  .module-grid h3 {
    color: #231F20;
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .module-grid h3 {
        font-size: 38px;
        font-size: 2.375rem; } }
    @media (max-width: 480px) {
      .module-grid h3 {
        font-size: 32px;
        font-size: 2rem; } }

.artist-module {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 17.7259315437%;
  margin-bottom: 20px;
  text-align: center; }
  .artist-module:last-child {
    margin-right: 0; }
  .artist-module:nth-child(5n) {
    margin-right: 0; }
  .artist-module:nth-child(5n+1) {
    clear: left; }
  .artist-module:nth-of-type(26) {
    margin-left: 10.284258557%; }
  .artist-module:nth-of-type(29) {
    margin-right: auto; }
  .artist-module:nth-of-type(30) {
    margin-left: 20.5685171141%;
    margin-right: 2.8425855704%; }
  .artist-module:nth-of-type(31) {
    clear: none; }
  @media (max-width: 1100px) {
    .artist-module {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .artist-module:last-child {
        margin-right: 0; }
      .artist-module:nth-child(5n) {
        margin-right: 2.3576515979%; }
      .artist-module:nth-child(5n+1) {
        clear: none; }
      .artist-module:nth-child(4n) {
        margin-right: 0; }
      .artist-module:nth-child(4n+1) {
        clear: left; }
      .artist-module:nth-of-type(26) {
        margin-left: 0; }
      .artist-module:nth-of-type(29) {
        margin-right: 2.3576515979%; }
      .artist-module:nth-of-type(30) {
        margin-left: 0; } }
  @media (max-width: 920px) {
    .artist-module {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .artist-module:last-child {
        margin-right: 0; }
      .artist-module:nth-child(4n) {
        margin-right: 2.3576515979%; }
      .artist-module:nth-child(4n+1) {
        clear: none; }
      .artist-module:nth-child(3n) {
        margin-right: 0; }
      .artist-module:nth-child(3n+1) {
        clear: left; }
      .artist-module:nth-of-type(29) {
        margin-left: 0; }
      .artist-module:nth-of-type(30) {
        margin-right: 0 !important; }
      .artist-module:nth-of-type(31) {
        margin-left: 17.0596085997%; } }
  @media (max-width: 640px) {
    .artist-module {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .artist-module:last-child {
        margin-right: 0; }
      .artist-module:nth-child(3n) {
        margin-right: 2.3576515979%; }
      .artist-module:nth-child(3n+1) {
        clear: none; }
      .artist-module:nth-child(2n) {
        margin-right: 0; }
      .artist-module:nth-child(2n+1) {
        clear: left; }
      .artist-module:nth-of-type(31) {
        margin-left: 0%; } }
  .artist-module a {
    display: block; }
    .artist-module a:hover .avatar {
      box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.3); }
  .artist-module .avatar {
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: box-shadow 260ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translateZ(0) scale(1, 1);
            transform: translateZ(0) scale(1, 1); }
  .artist-module .info {
    margin-top: 12px;
    color: #898989;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase; }
    .artist-module .info p {
      margin: 6px auto;
      font-weight: 700;
      line-height: 1; }
      .artist-module .info p.price {
        font-weight: 400; }

/*
 * Social Info
 **/
.connect {
  background: url("../img/social-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0 80px;
  color: white;
  font-weight: 100;
  text-align: center; }
  @media (max-width: 768px) {
    .connect {
      background: url("../img/turf-sm.jpg") no-repeat center;
      background-size: cover; } }
  .connect h3 {
    display: inline-block;
    margin: auto auto 20px;
    font-family: "Oswald", sans-serif;
    font-size: 100px;
    font-size: 6.25rem;
    font-weight: 400; }
    @media (max-width: 768px) {
      .connect h3 {
        font-size: 60px;
        font-size: 3.75rem; } }
    @media (max-width: 480px) {
      .connect h3 {
        font-size: 40px;
        font-size: 2.5rem; } }
    .connect h3::after {
      background-color: white;
      content: "";
      display: block;
      height: 10px;
      width: 100%; }
    .connect h3 a {
      color: white;
      text-decoration: none; }
  .connect .connect__follow {
    display: block;
    margin-bottom: 40px;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    text-decoration: none;
    text-transform: uppercase; }
    @media (max-width: 640px) {
      .connect .connect__follow {
        font-size: 24px;
        font-size: 1.5rem; } }
    .connect .connect__follow i {
      display: inline-block;
      margin: auto 20px;
      position: relative;
      top: 2px; }
      @media (max-width: 640px) {
        .connect .connect__follow i {
          margin: auto 12px; } }
  .connect a {
    -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .connect a:hover {
      opacity: 0.7; }
  .connect img {
    width: 130px; }
    @media (max-width: 640px) {
      .connect img {
        width: 100px; } }

/* Footer */
footer[role="contentinfo"] {
  background-color: #F8F8F8;
  padding: 40px 0; }
  @media (max-width: 640px) {
    footer[role="contentinfo"] {
      text-align: center; } }

.footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer__nav li {
  display: inline-block;
  margin-right: 2.6%; }
  .footer__nav li:last-of-type {
    margin-right: 0; }
  @media (max-width: 640px) {
    .footer__nav li {
      margin-bottom: 16px; } }

.footer__nav a {
  color: #6C7478;
  font-size: 13.5px;
  font-size: 0.84375rem;
  text-decoration: none;
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .footer__nav a:hover {
    color: #231F20; }

.footer__social {
  float: right;
  position: relative;
  top: -18px; }
  @media (max-width: 640px) {
    .footer__social {
      float: none;
      margin-top: 20px;
      top: auto; } }
  .footer__social a {
    display: inline-block;
    margin-right: 8px;
    color: #6C7478;
    text-decoration: none;
    -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .footer__social a:hover {
      color: #231F20; }
    .footer__social a:last-of-type {
      margin-right: 0; }

.site__legal_text {
  margin-top: 40px; }
  .site__legal_text p {
    color: #6C7478;
    font-size: 13.5px;
    font-size: 0.84375rem; }
/*# sourceMappingURL=style.css.map */