/*
 * SMACSS SCSS
 * Inspired by SMACSS http://smacss.com
 * Author: 530MEDIALAB
 *
 * https://530medialab.com
 *
 */
/* Utilities */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

img {
  align-self: center; }

/* ==========================================================================
   Functions
   ========================================================================== */
/* Base */
@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-regular-oblique.woff2") format("woff2");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-medium-oblique.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-demi-bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-demi-bold-oblique.woff2") format("woff2");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-bold-oblique.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-extra-bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-extra-bold-oblique.woff2") format("woff2");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'integral';
  src: url("/content/themes/fivethirty2020/assets/fonts/integral-cf-heavy-oblique") format("woff2");
  font-weight: 900;
  font-style: italic; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #8d8d8d;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "integral", sans-serif;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .05rem;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.white-button {
  background-color: white;
  padding: .25rem 1.7rem;
  margin-left: .8rem;
  color: black; }
  .white-button a {
    color: black; }
  .white-button:hover {
    background-color: black;
    font-family: "integral", sans-serif;
    color: white; }
    .white-button:hover a {
      color: white; }

.black-button {
  background-color: black;
  font-family: "integral", sans-serif;
  color: white; }
  .black-button a {
    color: white; }
  .black-button:hover {
    background-color: white;
    color: black; }
    .black-button:hover a {
      color: black; }

.main-connect-button {
  font-family: "Titillium Web", sans-serif !important; }

.slick-arrow {
  opacity: .6; }
  .slick-arrow:hover {
    opacity: 1; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #8d8d8d;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(128, 128, 128, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  select::-ms-expand {
    display: none; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  color: black;
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "integral", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

p {
  margin: 0 0 0.75em; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus {
    outline: none; }

:focus {
  outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.current-menu-item {
  text-decoration: line-through; }

main a:hover, .home-marker a:hover {
  color: #737373; }

/* ==========================================================================
   Mixins
   ========================================================================== */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #8d8d8d;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "integral", sans-serif;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .05rem;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.white-button {
  background-color: white;
  padding: .25rem 1.7rem;
  margin-left: .8rem;
  color: black; }
  .white-button a {
    color: black; }
  .white-button:hover {
    background-color: black;
    font-family: "integral", sans-serif;
    color: white; }
    .white-button:hover a {
      color: white; }

.black-button {
  background-color: black;
  font-family: "integral", sans-serif;
  color: white; }
  .black-button a {
    color: white; }
  .black-button:hover {
    background-color: white;
    color: black; }
    .black-button:hover a {
      color: black; }

.main-connect-button {
  font-family: "Titillium Web", sans-serif !important; }

.slick-arrow {
  opacity: .6; }
  .slick-arrow:hover {
    opacity: 1; }

/* Layout */
/* ==========================================================================
   Grid
   ========================================================================== */
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 48.125em) {
    .container-fluid {
      padding-right: 25px;
      padding-left: 25px; } }

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 48.125em) {
    .container {
      padding-left: 25px;
      padding-right: 25px; } }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  @media screen and (min-width: 48.125em) {
    .row {
      margin-right: -25px;
      margin-left: -25px; } }

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

.clearfix:after,
.container:after,
.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 48.125em) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding-left: 25px;
      padding-right: 25px; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media screen and (min-width: 30em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media screen and (min-width: 48.125em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media screen and (min-width: 62em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

/* ==========================================================================
   Header
   ========================================================================== */
.show {
  right: 0 !important; }

#primary-menu li:not(:last-child):hover {
  text-decoration: line-through; }

.site-header {
  width: 100%;
  background-color: black;
  display: flex; }
  .site-header .fa-bars {
    display: none; }
  @media screen and (max-width: 48.125em) {
    .site-header {
      position: fixed;
      top: 0; }
      .site-header .fa-bars {
        display: block;
        color: white;
        font-size: 2.5rem; }
      .site-header nav {
        margin: auto 1rem auto auto; }
      .site-header #main-nav {
        position: fixed;
        display: flex;
        flex-direction: column;
        z-index: 100;
        justify-content: space-between;
        top: 5.2rem;
        right: -110%;
        background-color: black;
        width: 100%;
        height: calc(100% - 82px);
        text-align: center;
        font-size: 3rem;
        transition: .5s;
        margin-right: 0; }
      .site-header .menu {
        display: block;
        text-transform: uppercase; } }
  @media screen and (min-width: 48.125em) {
    .site-header #primary-menu {
      display: flex; }
    .site-header .fa-bars {
      display: none; } }

.logo-text {
  color: white;
  width: 10rem;
  margin: 0.2rem 0; }
  .logo-text h1 {
    line-height: 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 0; }

.five-thirty-logo {
  display: flex; }
  .five-thirty-logo img {
    height: 4.25rem;
    margin: 0.5rem 1rem 0.5rem 1.9rem; }
    @media screen and (max-width: 768px) {
      .five-thirty-logo img {
        margin: 0.5rem 1rem 0.5rem 15px; } }

.menu {
  align-items: center;
  display: flex;
  text-transform: uppercase; }
  @media screen and (max-width: 600px) {
    .menu .menu-item {
      line-height: 2.5rem; } }
  .menu a {
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .menu a {
        font-size: 1.5rem; } }

.menu-item {
  color: white; }

nav {
  margin: auto 0.5rem 0.5rem auto; }
  nav li {
    margin-right: 0.8rem; }

#slogan {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  bottom: 10%;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #slogan {
      display: none; } }
  @media screen and (max-width: 600px) {
    #slogan {
      font-size: 1.25rem; } }

#hamburger {
  margin: auto 1rem auto auto; }
  #hamburger:hover {
    cursor: pointer; }

@media screen and (max-width: 768px) {
  .menu .white-button {
    background-color: black;
    margin-top: 50px; } }

@media screen and (max-width: 768px) {
  .menu .white-button {
    background-color: black;
    margin-top: 50px; } }

@media screen and (max-width: 768px) {
  .menu .white-button a {
    color: white; } }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  display: flex;
  background-color: black;
  height: 16rem;
  padding: 2rem 1rem;
  text-align: left; }
  .site-footer a:hover {
    color: #737373; }
  @media screen and (max-width: 1000px) {
    .site-footer {
      flex-direction: column;
      height: auto; } }

.social-icons {
  color: white;
  width: 12rem;
  display: flex;
  justify-content: space-evenly;
  margin-right: 2.5rem; }
  .social-icons a {
    color: white; }
  @media screen and (max-width: 1000px) {
    .social-icons {
      margin: 0;
      width: 100%; } }

.subscribe {
  margin: 0 1rem 0 auto;
  width: 40%; }
  .subscribe img {
    width: 16rem;
    margin-top: 1.5rem; }
  .subscribe form {
    color: black;
    margin-top: 1.25rem; }
    .subscribe form input {
      border-radius: 0;
      padding: 5px;
      color: #545454;
      font-weight: 500; }
  @media screen and (max-width: 1000px) {
    .subscribe {
      margin: 0;
      width: 100%;
      margin-top: 2rem; }
      .subscribe img {
        margin: 2rem 30%;
        width: auto; } }

.subscribe-text {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25rem; }
  @media screen and (max-width: 1000px) {
    .subscribe-text {
      text-align: center; } }

#menu-footer {
  flex-direction: column;
  flex-flow: column wrap;
  height: 7rem;
  align-items: normal;
  font-size: 1.2rem; }
  #menu-footer li {
    margin-right: 4rem; }
  @media screen and (max-width: 1000px) {
    #menu-footer {
      text-align: center;
      margin-top: 2rem;
      display: contents; }
      #menu-footer li {
        margin-right: 0;
        margin-bottom: .5rem; } }

@media screen and (max-width: 1000px) {
  .site-info {
    margin-top: 2rem; } }

.mc-field-group {
  display: flex; }
  @media screen and (max-width: 1000px) {
    .mc-field-group {
      width: 50%;
      margin: auto; } }
  @media screen and (max-width: 48.125em) {
    .mc-field-group {
      width: 90%;
      margin: auto; } }

#mc-embedded-subscribe {
  background-color: white;
  color: black;
  font-style: normal;
  font-weight: 600;
  height: 100%;
  padding: .5rem 1rem; }
  #mc-embedded-subscribe:hover {
    background-color: black;
    color: white; }

#mce-EMAIL {
  margin-bottom: 0;
  color: black; }

/* ==========================================================================
   Sidebar
   ========================================================================== */
.build-together {
  background-color: white;
  text-align: center;
  padding-bottom: 4rem; }
  .build-together button {
    padding: 0.5rem 1.5rem; }
  .build-together h3 {
    font-family: "Permanent Marker", sans-serif;
    font-weight: normal;
    font-size: 3rem; }
    @media screen and (max-width: 768px) {
      .build-together h3 {
        font-size: 1.85rem; } }

.carousel-description {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .carousel-description {
      line-height: 30px;
      margin-bottom: 1rem;
      padding: 0 34px; } }
  @media screen and (max-width: 600px) {
    .carousel-description {
      line-height: 20px;
      margin-bottom: 6px;
      font-size: 18px;
      padding: 0 10px; } }

.carousel-header {
  font-size: 3rem; }
  @media screen and (max-width: 600px) {
    .carousel-header {
      font-size: 2.5rem;
      margin-bottom: 10px; } }

.carousel-text {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 10rem;
  z-index: 1;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.66); }

.chevron {
  font-family: "integral", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 3rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2.4rem; }
  .chevron:hover {
    cursor: pointer; }

.explore {
  padding: 0.5rem 2rem;
  margin: 2rem; }

.home {
  background-color: black; }
  .home .slick-slide {
    position: relative; }
    .home .slick-slide img {
      width: 100%; }
    .home .slick-slide button {
      padding: 0.5rem 3rem; }

.home-clients {
  text-align: center;
  background-color: white;
  padding: 40px 0; }
  @media screen and (max-width: 600px) {
    .home-clients {
      padding: 20px 0; } }
  .home-clients h3 {
    margin-bottom: 20px;
    font-size: 3rem; }
    @media screen and (max-width: 600px) {
      .home-clients h3 {
        font-size: 2rem;
        line-height: 24px; } }

.home-copy {
  padding: 4rem 0;
  max-width: 960px;
  margin: auto; }

.home-paragraph {
  line-height: 28px; }

.home-culture {
  position: relative;
  background: black; }
  .home-culture button {
    padding: 0.5rem 3rem; }
  .home-culture img {
    opacity: 0.5;
    width: 100%;
    display: block; }

.home-heading {
  font-family: "integral", sans-serif;
  font-size: 1.75rem; }
  @media screen and (max-width: 600px) {
    .home-heading {
      font-size: 1.50rem; } }

.home-hero {
  width: 100%; }

.home-info {
  background-color: black;
  color: white;
  text-align: center;
  padding-bottom: 3rem; }
  @media screen and (max-width: 992px) {
    .home-info {
      padding: 0 20px 3rem 20px; } }

.home-marker {
  font-family: "Permanent Marker", sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  letter-spacing: 0.15rem; }
  @media screen and (max-width: 600px) {
    .home-marker {
      font-size: 2rem; } }

.chevron-left {
  margin: auto auto auto 0;
  z-index: 1; }

.chevron-right {
  margin: auto 0 auto auto;
  z-index: 1; }

hr {
  border-bottom: 2px solid white;
  width: 1.75rem;
  margin: 0.5rem auto; }

.built-together-button {
  font-weight: bold;
  padding: .5rem 2rem; }

.grid-entry {
  display: flex; }
  @media screen and (max-width: 768px) {
    .grid-entry {
      flex-direction: column-reverse; } }
  .grid-entry img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }
  .grid-entry h2 {
    font-size: 2.5rem; }
    @media screen and (max-width: 768px) {
      .grid-entry h2 {
        font-size: 2rem; } }
  .grid-entry button {
    font-size: 1.25rem;
    padding: .5rem 1.5rem .75rem 1.5rem;
    margin-top: 2rem; }
  .grid-entry p {
    line-height: 1.75rem; }

.grid-entry:nth-child(odd) {
  flex-direction: row-reverse; }
  @media screen and (max-width: 768px) {
    .grid-entry:nth-child(odd) {
      flex-direction: column-reverse; } }

.grid-entry-text {
  padding: 2rem 4rem; }
  @media screen and (max-width: 768px) {
    .grid-entry-text {
      padding: 2rem 1rem;
      text-align: center; } }
  .grid-entry-text p {
    max-width: 900px; }

.grid-entry > * {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .grid-entry > * {
      width: 100%; } }

.grid-intro {
  background-color: black;
  color: white;
  text-align: center;
  padding: 4rem 0; }

.grid-description {
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 992px) {
    .grid-description {
      padding: 0 20px; } }

.build-together-capabilities {
  background-color: black;
  color: white;
  text-align: center; }
  .build-together-capabilities .build-together-capabilities-wrapper {
    padding: 4rem 0; }
  .build-together-capabilities h3 {
    font-family: "Permanent Marker", sans-serif;
    text-transform: uppercase;
    margin: 3rem 0;
    font-size: 2.5rem;
    font-weight: 200; }
  .build-together-capabilities button {
    padding: .5rem 2rem; }

.building-brands {
  text-align: center;
  font-size: 2rem; }
  .building-brands h3 {
    margin-top: 4rem; }

.case-header {
  text-align: center;
  margin: 3rem 0 4rem 0; }
  @media screen and (max-width: 768px) {
    .case-header {
      margin: 3rem 0 2rem 0; } }
  .case-header h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem; }
  .case-header img {
    width: 100%;
    height: auto; }
  .case-header p {
    margin: auto;
    max-width: 650px;
    line-height: 1.75rem;
    margin-bottom: 3rem; }
    @media screen and (max-width: 768px) {
      .case-header p {
        padding: 0 15px; } }
  .case-header .case-text p {
    font-weight: 600; }
  .case-header h3 {
    margin: 2rem auto 0 auto;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase; }
  .case-header .hero-container {
    max-width: 1300px;
    margin: 0 auto; }

.case-modules > section {
  display: flex;
  width: 100%;
  margin: 1.5rem auto; }
  @media screen and (max-width: 768px) {
    .case-modules > section {
      flex-direction: column; } }

.image-left img, .image-right img {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .image-left img, .image-right img {
      width: 90%;
      margin: auto; } }

@media screen and (max-width: 768px) {
  .image-right {
    flex-direction: column-reverse !important; } }

.image-right img {
  padding-left: .75rem; }
  @media screen and (max-width: 768px) {
    .image-right img {
      padding: 0; } }

@media screen and (max-width: 768px) {
  .full-width-image {
    margin-top: 0; } }

.image-left img {
  padding-right: .75rem; }

.case-module-text {
  width: 50%;
  padding-right: .75rem; }
  @media screen and (max-width: 768px) {
    .case-module-text {
      width: 90%;
      margin: 20px auto 0 auto !important;
      text-align: center; } }
  .case-module-text h2 {
    font-size: 1.75rem; }
  .case-module-text p {
    font-size: .9rem; }

.image-left .case-module-text {
  margin: auto auto auto 4rem; }

.image-right .case-module-text {
  margin: auto 0 auto 1rem; }

#side-by-side {
  display: flex; }
  #side-by-side img {
    width: 50%; }
    @media screen and (max-width: 768px) {
      #side-by-side img {
        width: 90%;
        text-align: center; } }
    #side-by-side img:first-child {
      padding-right: .75rem; }
      @media screen and (max-width: 768px) {
        #side-by-side img:first-child {
          padding: 0;
          margin: 0 auto !important; } }
    #side-by-side img:last-child {
      padding-left: .75rem; }
      @media screen and (max-width: 768px) {
        #side-by-side img:last-child {
          padding: 0;
          margin: 20px auto !important; } }

.work-call-to-action {
  text-align: center;
  margin: 3rem 0 8rem 0; }
  .work-call-to-action p {
    font-weight: 600;
    line-height: 1.75rem; }
  .work-call-to-action p:last-of-type {
    margin: 2rem 0; }
  .work-call-to-action button {
    margin: 1.5rem auto;
    display: block;
    padding: .6rem 2rem; }

.department-header {
  margin: 5rem auto 0 auto;
  max-width: 1200px; }
  .department-header h1 {
    text-align: center; }
  .department-header p:first-of-type {
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto 4rem auto;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .department-header p:first-of-type {
        padding: 0 15px; } }
  .department-header .image-container {
    margin-bottom: 5rem; }
    .department-header .image-container img {
      width: 100%;
      height: auto; }
  .department-header p:nth-child(n+3) {
    font-size: .85rem;
    width: 85%;
    margin: 0 auto 1.5rem auto; }
  .department-header hr {
    width: 85%;
    margin-top: 2.5rem; }

.department-grid {
  max-width: 1200px;
  margin: 0 auto !important; }
  .department-grid .grid-container {
    width: 85%;
    display: grid;
    padding: 3rem 0;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 4rem;
    margin: auto;
    border-top: 0.5px solid #cccccc;
    border-bottom: 0.5px solid #cccccc; }
    @media screen and (max-width: 600px) {
      .department-grid .grid-container {
        grid-template-columns: repeat(1, 1fr); } }
  .department-grid p {
    font-size: .85rem; }

.department-buttons {
  margin: 3.5rem auto 4rem auto; }
  .department-buttons button {
    display: block;
    margin: 2rem auto;
    width: 15rem;
    padding: .5rem; }

.culture-header p {
  margin-bottom: 2rem;
  max-width: 900px;
  margin: 0 auto 2rem auto; }

.culture-header h1 {
  font-size: 10rem;
  font-family: "integral", sans-serif;
  font-weight: 900;
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .culture-header h1 {
      font-size: 8rem; } }
  @media screen and (max-width: 600px) {
    .culture-header h1 {
      font-size: 6rem; } }

.culture-header p:nth-child(2) {
  font-family: "integral", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 2rem;
  max-width: 700px;
  margin: 0 auto 2rem auto; }
  @media screen and (max-width: 768px) {
    .culture-header p:nth-child(2) {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media screen and (max-width: 600px) {
    .culture-header p:nth-child(2) {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.culture-header p:nth-child(4) {
  text-transform: uppercase;
  font-weight: bold; }

.culture-header button {
  padding: .5rem 1.5rem;
  margin-bottom: 4rem; }

.page-template-culture section {
  text-align: center; }

.culture-leadership {
  background-color: black;
  color: white;
  padding: 3rem 0 7rem 0; }
  .culture-leadership img {
    width: 100%; }
  .culture-leadership h2 {
    font-family: "Permanent Marker", sans-serif;
    font-size: 3rem;
    font-weight: 400; }

.leadership-items {
  text-align: center;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .leadership-items {
      flex-wrap: wrap; } }

.leadership-person {
  width: 25%;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .leadership-person {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .leadership-person {
      width: 100%; } }

.leadership-name {
  font-size: 1.25rem;
  margin-top: 1rem; }

.culture-headquarters h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 5rem auto 2rem auto; }

.culture-headquarters h3 {
  font-size: 1.5rem;
  margin: 2rem 0 .5rem 0; }

.culture-headquarters p {
  font-weight: bold; }

.culture-headquarters iframe {
  width: 100%;
  border: 0; }

.our-culture h2 {
  font-family: "Permanent Marker", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 4rem; }

.our-culture img {
  width: 50%;
  height: auto;
  margin: 1rem auto; }

.culture-carousel img {
  height: 40vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.culture-grid-container {
  display: flex;
  flex-wrap: wrap; }
  .culture-grid-container h3 {
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
    line-height: 1.75rem; }
  .culture-grid-container p {
    font-weight: bold; }

.grid-item {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .grid-item {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .grid-item {
      width: 100%; } }

#map {
  height: 475px; }

.blog-grid h1 {
  font-size: 1.75rem;
  font-weight: 900; }

.blog-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 5rem;
  margin-top: 5rem; }
  @media screen and (max-width: 992px) {
    .blog-grid-container {
      grid-template-columns: repeat(2, 1fr); } }
  .blog-grid-container img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 8rem; }
  .blog-grid-container h2 {
    font-family: "Titillium Web", sans-serif;
    margin-top: 1rem; }
  @media screen and (max-width: 943px) {
    .blog-grid-container {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .blog-grid-container img {
        height: 18rem; } }

.blog-author {
  font-weight: bold; }

.blog-grid-item hr {
  width: 100%;
  border-bottom: 1px solid #ddd; }

@media screen and (max-width: 943px) {
  .blog-grid-item {
    margin-bottom: 2rem; } }

.blog-excerpt p {
  line-height: 1.75rem; }

.nav-links {
  display: flex;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 3rem; }
  .nav-links a:not(:first-child):not(:last-child), .nav-links span:not(:first-child):not(:last-child) {
    justify-content: space-between;
    margin-left: .4rem; }
  .nav-links .page-numbers {
    margin-left: .4rem; }
  .nav-links .next {
    margin-left: 1.4rem; }
  .nav-links .prev {
    margin-right: 1rem; }
  .nav-links .nav-next {
    padding-left: .3rem; }

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

.main-container {
  margin-bottom: 6rem; }
  @media screen and (max-width: 943px) {
    .main-container {
      flex-direction: column;
      margin: 1rem; } }

.single-post .main-wrapper, .page-template-page-blog .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 2rem; }
  @media screen and (max-width: 943px) {
    .single-post .main-wrapper, .page-template-page-blog .main-wrapper {
      margin: 3rem 5%; } }
  .single-post .main-wrapper .entry-content *, .page-template-page-blog .main-wrapper .entry-content * {
    width: 100%; }
    .single-post .main-wrapper .entry-content * a, .page-template-page-blog .main-wrapper .entry-content * a {
      color: #8d8d8d; }
      .single-post .main-wrapper .entry-content * a:hover, .page-template-page-blog .main-wrapper .entry-content * a:hover {
        color: inherit; }

.blog-sidebar {
  margin-top: 6.9rem;
  max-width: 18rem;
  width: 40%; }
  .blog-sidebar .clear {
    margin-bottom: 1rem; }
  .blog-sidebar .widget {
    margin-bottom: 1rem; }
  @media screen and (max-width: 942px) {
    .blog-sidebar {
      width: 100%;
      max-width: none; } }
  @media screen and (max-width: 943px) {
    .blog-sidebar {
      width: 100%;
      max-width: none;
      text-align: center;
      margin: auto; } }

.blog-main {
  width: 60%; }
  @media screen and (max-width: 943px) {
    .blog-main {
      width: 100%; } }

.search-submit {
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-color: transparent !important;
  position: relative;
  left: 82%;
  bottom: 51px;
  color: transparent !important;
  scale: .5; }
  @media screen and (max-width: 943px) {
    .search-submit {
      left: 49%; } }

.search-field {
  border: 1px solid !important;
  border-radius: 0 !important;
  font-size: 1.25rem !important;
  padding: .25rem 1rem !important;
  font-weight: lighter; }
  .search-field::-webkit-input-placeholder {
    color: #333; }
  .search-field::-moz-placeholder {
    color: #333; }
  .search-field:-ms-input-placeholder {
    color: #333; }
  .search-field::-ms-input-placeholder {
    color: #333; }
  .search-field::placeholder {
    color: #333; }

.blog-sidebar-item {
  margin-bottom: 4rem;
  text-align: center; }
  .blog-sidebar-item h4 {
    font-size: 2.25rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.75rem; }
  @media screen and (max-width: 943px) {
    .blog-sidebar-item {
      width: 80%;
      margin: 2rem auto; } }

.blog-sidebar-item-subheader {
  font-weight: bold;
  text-align: left; }

.blog-sidebar-item-copy {
  text-align: left; }

.blog-sidebar li {
  font-weight: bold; }

@media screen and (max-width: 943px) {
  .blog-sidebar {
    margin-top: 5rem; } }

.widget_archive {
  margin: 3rem 0; }

.blog-page #mc_embed_signup_scroll {
  display: flex; }
  @media screen and (max-width: 1000px) {
    .blog-page #mc_embed_signup_scroll {
      width: 80%;
      margin: auto; } }
  .blog-page #mc_embed_signup_scroll label {
    height: 2rem;
    margin: .2rem .5rem 0 0; }

.blog-page #mce-EMAIL {
  height: 2rem; }

.blog-page #mc-embedded-subscribe {
  font-size: .7rem; }

@media screen and (max-width: 1000px) {
  .blog-page .mc-field-group {
    width: inherit;
    margin: inherit; } }

@media screen and (max-width: 943px) {
  .blog-page .blog-sidebar .clear {
    margin-bottom: .6rem; } }

.site-main-single {
  width: 40rem; }
  @media screen and (max-width: 943px) {
    .site-main-single {
      width: 100%; } }

.post {
  display: flex;
  flex-direction: column; }
  .post * {
    width: 100%; }

.attachment-post-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 15rem;
  margin-top: 2rem; }

.entry-content img {
  width: 100%;
  height: auto; }

#copy-modal {
  display: none;
  position: relative;
  bottom: 5px;
  margin-right: 1rem; }

.share {
  margin-top: 2rem; }
  .share .svg-inline--fa {
    scale: 1.1;
    height: 1.75rem;
    padding: .35rem;
    width: 1.75rem;
    border: 1px solid black;
    margin-right: .75rem; }

.post-navigation {
  width: 100%; }

.break {
  flex-basis: 100%;
  height: 0; }

.entry-title {
  margin-top: 2rem;
  font-family: "Titillium Web", sans-serif; }

.entry-meta {
  margin-bottom: 1rem; }

.byline {
  font-weight: bold; }

.blog-title {
  font-size: 1.75rem;
  font-weight: 900; }

.back {
  font-weight: bold;
  text-transform: uppercase; }

.single-podcast .content-area h1 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 900;
  margin: 6rem 0 0 0; }

.single-podcast .podcast-meta-date:first-of-type {
  text-align: center;
  font-weight: bold; }

.single-podcast .row {
  margin-left: inherit; }

.single-podcast button {
  padding: .5rem 3rem; }

.single-podcast .site-main {
  margin: 0 auto 5rem auto; }

.single-podcast .entry-header {
  text-align: center;
  font-weight: bold; }
  .single-podcast .entry-header .entry-title {
    text-transform: uppercase;
    margin: 2rem 0; }

.single-podcast .entry-content .podcast_player {
  margin: 4rem; }
  @media screen and (max-width: 1200px) {
    .single-podcast .entry-content .podcast_player {
      margin: 4rem 0; } }

.single-podcast .entry-content img {
  width: 10rem; }

.single-podcast .entry-content .show-notes {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase; }

.single-podcast .entry-content .podcast_meta {
  font-weight: bold; }
  .single-podcast .entry-content .podcast_meta p:nth-child(2) {
    font-size: 1.35rem; }

.single-podcast .site-footer {
  margin-top: 2rem; }

.post-type-archive-podcast .site-main {
  width: inherit; }

.post-type-archive-podcast .last-podcast {
  background-color: black;
  color: white;
  text-align: center; }
  .post-type-archive-podcast .last-podcast h1 {
    font-size: 1.75rem;
    font-weight: 900; }
  .post-type-archive-podcast .last-podcast h3 {
    text-align: left; }
  .post-type-archive-podcast .last-podcast h2 {
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase; }
  .post-type-archive-podcast .last-podcast .podcast-meta-date {
    font-weight: bold; }
  .post-type-archive-podcast .last-podcast .podcast-archive-latest-title {
    margin-bottom: 2rem;
    font-size: 1.75rem; }
  .post-type-archive-podcast .last-podcast .podcast_player {
    margin: 0 5rem; }
    @media screen and (max-width: 48.125em) {
      .post-type-archive-podcast .last-podcast .podcast_player {
        margin: 0; } }

.post-type-archive-podcast .last-podcast-wrapper {
  margin: 0 10%;
  padding: 3rem 0; }
  .post-type-archive-podcast .last-podcast-wrapper > * {
    margin-top: 2rem; }

.post-type-archive-podcast .podcast-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  max-width: 1200px;
  margin: auto; }
  .post-type-archive-podcast .podcast-grid-container div:last-of-type {
    padding-bottom: 4rem; }
  .post-type-archive-podcast .podcast-grid-container button {
    margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .post-type-archive-podcast .podcast-grid-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 600px) {
    .post-type-archive-podcast .podcast-grid-container {
      grid-template-columns: repeat(1, 1fr); } }

.post-type-archive-podcast .podcast-grid-item {
  border-bottom: 1px solid #ddd;
  padding: 4rem 1rem 1rem 1rem;
  text-align: center; }
  .post-type-archive-podcast .podcast-grid-item button {
    padding: .5rem 2rem; }
  .post-type-archive-podcast .podcast-grid-item h2 {
    font-size: 1.75rem; }
  .post-type-archive-podcast .podcast-grid-item h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 1.5rem; }

.podcast-grid .nav-links {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  display: block; }

.podcast-page {
  margin-bottom: 4rem; }

.single-podcast div[aria-hidden="true"] {
  display: none; }

.single-podcast .indicates-required {
  display: none; }

@media screen and (max-width: 1000px) {
  .single-podcast .mc-field-group {
    width: 100%;
    margin: auto; } }

.single-podcast .asterisk {
  display: none; }

.book-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 22rem;
  grid-row-gap: 5rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 48.125em) {
    .book-wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 600px) {
    .book-wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.book {
  margin: auto;
  position: relative;
  height: 100%;
  text-align: center;
  display: none; }
  .book:nth-child(-n+9) {
    display: block; }
  .book:hover {
    cursor: pointer; }
    .book:hover img {
      opacity: 0; }
  .book img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    height: 100%; }

.book-details {
  width: 70%;
  position: absolute;
  display: inherit;
  text-align: center;
  transform: translate(0, -101.7%);
  transition: opacity .25s ease-in-out;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; }

.book:hover .book-details {
  opacity: 1;
  z-index: 1; }
  .book:hover .book-details h2 {
    margin: 0 1rem; }
  .book:hover .book-details h2, .book:hover .book-details div {
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    line-height: 1.8rem; }
  .book:hover .book-details .recommender {
    text-transform: none; }
  .book:hover .book-details button {
    margin-top: 2rem;
    padding: .5rem 3rem; }

.book-club-title {
  text-align: center;
  font-size: 4rem;
  line-height: 3.5rem;
  margin: 5rem 0; }

.load-btn-container {
  text-align: center;
  margin: 80px 0; }
  .load-btn-container .load-more-btn {
    padding: 5px 20px;
    font-weight: bold;
    font-family: "integral", sans-serif; }

.error404 {
  background-color: black; }

.error404-main {
  height: 100vh; }
  .error404-main > * {
    display: block;
    margin: auto; }
  .error404-main img {
    width: 15%;
    margin: 20vh auto; }
    @media screen and (max-width: 48.125em) {
      .error404-main img {
        width: 40%; } }
  .error404-main button {
    padding: .5rem 2rem; }

body {
  height: 100vh;
  padding: 0; }

.text-page {
  padding: 5rem 10px !important; }

.search main, .search .widget-area {
  margin: 2rem 35%; }
  @media screen and (max-width: 75em) {
    .search main, .search .widget-area {
      margin: 2rem 25%; } }
  @media screen and (max-width: 62em) {
    .search main, .search .widget-area {
      margin: 2rem 20%; } }
  @media screen and (max-width: 48.125em) {
    .search main, .search .widget-area {
      margin: 2rem 10%; } }

.search .search-form {
  height: 3rem; }

.search .entry-footer {
  font-weight: bold; }
  .search .entry-footer .comments-link {
    margin-right: 1rem; }

.woocommerce .add_to_cart_button {
  display: none; }

.woocommerce ul.products li.product .button {
  display: none; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5rem; }

.woocommerce ul.products li.product .price {
  color: black;
  font-size: 1rem; }

.shop {
  margin: 6rem; }
  .shop h1 {
    display: none; }
  .shop img:first-of-type {
    margin: auto;
    display: block;
    margin-bottom: 8rem; }
    @media screen and (max-width: 600px) {
      .shop img:first-of-type {
        margin-bottom: 2rem; } }
  @media screen and (max-width: 600px) {
    .shop {
      margin: 10%; } }

.woocommerce div.product form.cart .button {
  background-color: black; }
  .woocommerce div.product form.cart .button:hover {
    background-color: white;
    color: black; }

.quantity input {
  padding: .3rem; }

.woocommerce-result-count {
  display: none; }

.woocommerce-ordering {
  display: none; }

/* Modules */
/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
/* ==========================================================================
   Helpers
   ========================================================================== */
.hide--mobile {
  display: none; }
  @media screen and (min-width: 30em) {
    .hide--mobile {
      display: block; } }

.hide--tablet {
  display: none; }
  @media screen and (min-width: 48.125em) {
    .hide--tablet {
      display: block; } }

.hide--desktop {
  display: block; }
  @media screen and (min-width: 48.125em) {
    .hide--desktop {
      display: none; } }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

.video-aspect {
  padding-bottom: 56.25%;
  position: relative; }
  .video-aspect iframe {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute; }

.slick-slider {
  overflow: hidden; }

.slick-track {
  width: 100%; }

.opacity--hover {
  opacity: 1;
  transition: opacity 0.2s linear; }
  .opacity--hover:hover {
    opacity: 0.8; }

.entry-content ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px; }

.entry-content ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px; }

.entry-content .alignright {
  float: right;
  margin-left: 15px; }

.entry-content .alignleft {
  float: left;
  margin-right: 15px; }

.max-width {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1220px) {
    .max-width {
      padding: 10px; } }

/* ==========================================================================
   Icons
   ========================================================================== */

/*# sourceMappingURL=maps/style.css.map */
