@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Voces);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@font-face {
  font-family: "Gotham-Medium";
  src: url(../fonts/gotham_medium.woff) format('woff'), url(../fonts/gotham_medium.eot) format('embedded-opentype'), url(../fonts/gotham_medium.eot?#iefix) format('embedded-opentype'), url(../fonts/gotham_medium.ttf) format('truetype'); }

@font-face {
  font-family: "Gotham-Light";
  src: url(../fonts/gotham_light.woff) format('woff'), url(../fonts/gotham_light.eot) format('embedded-opentype'), url(../fonts/gotham_light.eot?#iefix) format('embedded-opentype'), url(../fonts/gotham_light.ttf) format('truetype'); }

@font-face {
  font-family: "Gotham-Bold";
  src: url(../fonts/gotham_bold.woff) format('woff'), url(../fonts/gotham_bold.eot) format('embedded-opentype'), url(../fonts/gotham_bold.eot?#iefix) format('embedded-opentype'), url(../fonts/gotham_bold.ttf) format('truetype'); }

body {
  font-family: "Gotham-Light";
  text-rendering: geometricPrecision; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham-Bold";
  font-weight: normal;
  text-rendering: geometricPrecision; }

.lead {
  font-size: 4rem; }

.title-med {
  font-size: 1.25rem;
  max-width: 320px;
  text-align: center;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .title-med {
      font-size: 1.75rem;
      max-width: 560px; } }

.title-big {
  font-size: 4rem;
  letter-spacing: 1px; }

.title-page {
  font-family: Gotham-Bold;
  font-size: 3rem;
  text-align: center; }

.title-margin-shim {
  margin: 0; }
  @media (min-width: 768px) {
    .title-margin-shim {
      margin: 0.67em 0; } }

.text-white {
  color: #FFFFFF; }

.phonetic {
  font-family: 'Voces', cursive;
  display: none; }
  @media (min-width: 768px) {
    .phonetic {
      display: inline-block;
      margin: 0;
      margin-bottom: 1rem; } }

.persona-title {
  font-family: Gotham-Bold;
  color: #FFFFFF;
  font-size: 2.8em;
  margin: .5rem 0; }
  @media (min-width: 768px) {
    .persona-title {
      font-size: 5em;
      line-height: .9; }
      .persona-title span {
        display: block; } }

.marg-top-2 {
  margin-top: 2em; }

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

.show-small {
  display: block; }
  @media (min-width: 768px) {
    .show-small {
      display: none; } }

.intro-block {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2a2a2a;
  background-position: center center;
  height: 100vh;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  z-index: 100; }
  .intro-block.hide {
    z-index: 0; }

.intro-q {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2em;
  margin-left: 0em;
  padding-left: 0;
  width: 254px; }
  .intro-q li {
    margin-bottom: 1em;
    text-align: center; }
    .intro-q li:last-child {
      margin-left: 2em;
      position: absolute; }
    .intro-q li a {
      color: #FFFFFF;
      display: inline-block;
      transition: background-color .2s;
      border: 1px solid #FFFFFF;
      border-radius: 50%;
      height: 100px;
      width: 100px;
      line-height: 100px;
      text-decoration: none;
      transition: border .2s ease, background-color .2s ease; }
      .intro-q li a:hover {
        border: 1px solid #4a9ea8;
        color: #FFFFFF;
        background-color: #4a9ea8; }

body {
  width: 100%;
  height: 100%; }

@media (min-width: 992px) {
  body.no-overflow {
    overflow: none; } }

.row {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 72.5rem;
  margin: auto;
  position: relative; }

.col-50 {
  width: 100%; }
  @media (min-width: 992px) {
    .col-50 {
      width: 30%; } }

.content {
  margin-top: 4em; }
  @media (min-width: 992px) {
    .content {
      display: table;
      height: calc(100vh - 90px);
      width: 100%;
      margin-top: 3em; } }

.question-block {
  position: relative;
  left: 0;
  top: 0;
  padding-top: 5em;
  background-color: #4a9ea8;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .question-block .get-app {
    margin-top: 3em;
    margin-bottom: .5rem; }
  @media (min-width: 768px) {
    .question-block {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0; } }

.text-column {
  max-width: 90%;
  margin: auto; }
  .text-column p {
    line-height: 1.5; }
  @media (min-width: 768px) {
    .text-column {
      max-width: 70%; } }
  @media (min-width: 992px) {
    .text-column {
      max-width: 60%; } }
  .text-column ul > li {
    margin-bottom: .5rem; }

.get-app {
  text-align: center;
  margin: auto; }
  @media (min-width: 768px) {
    .get-app {
      display: block;
      margin-top: 2rem;
      margin-bottom: .5rem; } }
  .get-app.stagger {
    text-align: center;
    margin-top: .1rem; }
  .get-app.in-slide {
    margin-bottom: 1.75em;
    height: 5%;
    clear: both; }
    .get-app.in-slide img {
      margin-right: .18rem; }
      .get-app.in-slide img:first-child {
        float: left; }

.form-two input[type=radio] {
  display: none;
  display: block; }

.screen {
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: -1; }

.big-image {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000; }

.bio-card {
  display: none;
  position: fixed;
  top: 100px;
  left: 100px;
  height: 400px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #FFFFFF; }

.persona-wrapper {
  display: none;
  position: relative;
  min-height: 700px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #2a2a2a; }
  .persona-wrapper .row {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 768px) {
    .persona-wrapper .row {
      padding-left: 1em;
      padding-right: 1em; } }

.persona-screen {
  display: none;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
  overflow: auto; }
  @media (min-width: 768px) {
    .persona-screen {
      background-position: top center;
      background-size: cover; } }

.persona-desc {
  color: #FFFFFF;
  position: relative;
  padding: 1em;
  min-height: 550px;
  background-color: transparent;
  margin-top: -220px; }
  .persona-desc p {
    font-size: .93rem;
    line-height: 1.4; }
  .persona-desc h3 {
    font-size: 1.2rem;
    margin-bottom: .1rem; }
  @media (min-width: 768px) {
    .persona-desc {
      max-width: 600px;
      position: absolute;
      top: 97px;
      left: 0px;
      min-height: 0;
      background-color: transparent;
      margin-top: 0; }
      .persona-desc p {
        font-size: .95rem; }
      .persona-desc h3 {
        font-size: 1.2rem;
        text-align: center; }
      .persona-desc .cta-line {
        margin-top: 4rem;
        margin-bottom: .25rem; } }

.persona-img-small {
  display: inline-block;
  max-width: 100%; }
  @media (min-width: 768px) {
    .persona-img-small {
      display: none; } }

.get-app img {
  max-width: 120px;
  text-align: center; }
@media (min-width: 768px) {
  .get-app img {
    max-width: 140px;
    display: inline-block;
    padding: 0;
    margin: 0; } }

.landshark-screen {
  background-image: none;
  background-color: #0f0e0f; }
  @media (min-width: 768px) {
    .landshark-screen {
      background-image: url(/images/landshark.jpg); } }

.hipster-screen {
  background-image: none;
  background-color: #211c22; }
  @media (min-width: 768px) {
    .hipster-screen {
      background-image: url(/images/hipster.jpg); } }

.pionerd-screen {
  background-image: none;
  background-color: #242424; }
  @media (min-width: 768px) {
    .pionerd-screen {
      background-image: url(/images/pionerd.jpg); } }

.socialite-screen {
  background-image: none;
  background-color: #02191e; }
  @media (min-width: 768px) {
    .socialite-screen {
      background-image: url(/images/socialite.jpg); } }

header {
  height: 60px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  display: table; }
  header .logo {
    float: left;
    color: #FFFFFF;
    text-decoration: none; }
  header nav {
    float: right;
    margin-top: 1em;
    display: none;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header nav a {
      color: #FFFFFF;
      font-size: .9em;
      margin-left: 1.25em;
      text-decoration: none; }
      header nav a i {
        font-size: 1.3em;
        position: relative;
        top: 0px; }
    @media (min-width: 768px) {
      header nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.logo > img {
  max-width: 168px;
  margin-top: 22px; }
  @media (min-width: 768px) {
    .logo > img {
      max-width: 200px;
      margin-top: 17px; } }

header.is-sticky {
  color: #2a2a2a; }
  header.is-sticky .logo {
    color: #2a2a2a; }
  header.is-sticky nav > a {
    color: #2a2a2a; }

header.is-light {
  color: #2a2a2a;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF; }
  header.is-light .logo {
    color: #2a2a2a; }
  header.is-light nav > a {
    color: #2a2a2a; }

header.is-blue {
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #151f2d; }
  header.is-blue .logo {
    color: #FFFFFF; }
  header.is-blue nav > a {
    color: #FFFFFF; }

header.is-white {
  color: #FFFFFF;
  top: 0;
  left: 0; }
  header.is-white .logo {
    color: #FFFFFF; }
  header.is-white nav > a {
    color: #FFFFFF; }
@media (min-width: 768px) {
  header.is-white {
    position: fixed; } }

footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .75em 0em;
  z-index: 200;
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.8); }
  footer .copyright {
    float: left; }
  footer .footer-links {
    float: right; }
    footer .footer-links a {
      color: rgba(255, 255, 255, 0.8);
      padding-left: .5em;
      text-decoration: none;
      transition: color .2s ease-in-out; }
      footer .footer-links a:hover {
        color: #FFFFFF; }
  @media (min-width: 768px) {
    footer {
      background-color: transparent;
      display: block; } }

footer.footer-home {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .75em 0em;
  z-index: 200;
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.5); }
  footer.footer-home .copyright {
    float: left; }
  footer.footer-home .footer-links {
    float: right; }
    footer.footer-home .footer-links a {
      color: rgba(255, 255, 255, 0.5);
      padding-left: .5em;
      text-decoration: none;
      transition: color .2s ease-in-out; }
      footer.footer-home .footer-links a:hover {
        color: #FFFFFF; }
  @media (min-width: 768px) {
    footer.footer-home {
      background-color: transparent;
      display: block; } }

.footer-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  .footer-inner .footer-links {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .footer-inner {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: left; }
      .footer-inner .footer-links {
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        margin-bottom: 0; } }

footer.is-dark {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  color: rgba(42, 42, 42, 0.7); }
  footer.is-dark .footer-links a {
    color: rgba(42, 42, 42, 0.7);
    transition: color .2s ease-in-out; }
    footer.is-dark .footer-links a:hover {
      color: #2a2a2a; }

footer.is-light {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7); }
  footer.is-light.bg-blue {
    background-color: #161f2e; }
  footer.is-light .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: color .2s ease-in-out; }
    footer.is-light .footer-links a:hover {
      color: #FFFFFF; }

.mobile-nav-footer {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  .mobile-nav-footer .footer-links {
    margin-bottom: 1.5rem;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mobile-nav-footer .footer-links a {
      display: inline-block;
      font-size: .7rem;
      text-align: center;
      float: left;
      width: 50%; }
  .mobile-nav-footer .copyright {
    color: #FFFFFF; }

.flex-row {
  max-width: 72.5rem;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  @media (min-width: 768px) {
    .flex-row {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.address-block, .mapbox, .half-col {
  width: 98%;
  box-sizing: border-box;
  text-align: center; }
  @media (min-width: 768px) {
    .address-block, .mapbox, .half-col {
      width: 49%; } }

.address-block {
  padding: 3em; }
  .address-block p {
    font-size: 1.3rem; }

#googlemap {
  min-height: 400px; }

.mapbox {
  min-height: 400px;
  border-radius: 3px; }

.contact-list {
  list-style-type: none;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
  padding-top: 2em; }
  .contact-list li {
    margin-bottom: 1rem; }
    .contact-list li a {
      text-decoration: none;
      color: #4a9ea8;
      font-size: .9rem; }
      .contact-list li a:hover {
        color: #4a9ea8; }

.videobg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.skrim {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(42, 42, 42, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: -1; }
  .skrim p {
    color: #FFFFFF;
    max-width: 600px;
    line-height: 1.3;
    padding: 1rem; }
  .skrim .tight {
    max-width: 100%;
    padding: 1em;
    margin: 0;
    text-align: center; }
  @media (min-width: 768px) {
    .skrim p {
      padding: 2rem; } }

.diemform #mc_embed_signup {
  background: transparent;
  clear: both;
  margin: auto; }
  @media (min-width: 768px) {
    .diemform #mc_embed_signup {
      width: 350px; } }
.diemform #mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px; }
.diemform #mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
  color: #FFFFFF;
  font-family: Gotham-Medium;
  font-size: .9rem; }
.diemform #mc_embed_signup input[type=text], .diemform #mc_embed_signup input[type=email] {
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-family: Gotham-Medium;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all .2s ease-in-out; }
  .diemform #mc_embed_signup input[type=text]:focus, .diemform #mc_embed_signup input[type=email]:focus {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #4a9ea8; }
.diemform #mc_embed_signup input[type=submit] {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #2a2a2a;
  background-color: #FFFFFF;
  border: none; }
.diemform .response {
  color: #FFFFFF;
  margin: 1rem auto; }

.gradient {
  background-color: #161f2e; }

@-webkit-keyframes colorWave {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

@keyframes colorWave {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

ul.share-buttons {
  position: relative;
  display: inline-block;
  margin-top: -9px;
  list-style: none;
  -webkit-padding-start: 0px; }

ul.share-buttons li {
  display: inline-block;
  text-align: center;
  margin: 1;
  z-index: 100; }

.question-1 .replace-svg {
  max-width: 80px; }

.icon-choice-wrap {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .icon-choice-wrap li {
    margin: 1em; }

.glyph-choice {
  opacity: 0;
  position: relative;
  height: 140px;
  width: 140px;
  display: inline-block;
  border: 3px solid #FFFFFF;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 4.5em;
  transition: all .2s ease;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .glyph-choice:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: ease-out; }
  .glyph-choice:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.glyph-choice.selected:before {
  -webkit-transform: scale(2);
          transform: scale(2); }

.dot-nav {
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0px;
  position: relative;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .dot-nav li {
    height: 10px;
    width: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block; }
    .dot-nav li.active {
      background-color: #FFFFFF; }

#hump, #kill, #marry {
  max-width: 90px;
  height: auto;
  position: relative;
  top: 20%; }

#svg-spank {
  max-height: 100px;
  display: none; }
  @media (min-width: 768px) {
    #svg-spank {
      display: inline-block;
      max-height: 200px; } }

.fill-teal.is-filled {
  fill: #4a9ea8; }

.fill-eggplant.is-filled {
  fill: #633b56; }

.glyph_check {
  stroke: green;
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625; }

.slider-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF; }
  @media (min-width: 768px) {
    .slider-panel {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.slide-title > img {
  margin: auto; }

.slide-phone {
  width: 100%;
  text-align: center; }
  .slide-phone img {
    display: inline-block !important;
    max-width: 70%; }
  @media (min-width: 768px) {
    .slide-phone {
      width: 40%;
      max-width: 300px; }
      .slide-phone img {
        max-width: 100%; } }

.slide-text {
  width: 97%;
  padding: 0 1em;
  font-size: 1.3rem;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .slide-text {
      position: relative;
      width: 60%;
      max-width: 500px;
      min-height: 348px;
      font-size: 2rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.cta-unit {
  display: none;
  position: absolute;
  bottom: 1px;
  height: 110px; }
  @media (min-width: 768px) {
    .cta-unit {
      display: block; } }

@media (min-width: 768px) {
  .mobile-toggle {
    display: none; } }

.dark-bg {
  background-color: rgba(42, 42, 42, 0.9);
  padding-left: 8px;
  padding-right: 1px;
  padding-bottom: 2px; }

.btn1 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 10px;
  transition-duration: 0.4s;
  z-index: 600;
  z-index: 450; }
  .btn1 .icon-left {
    transition-duration: 0.4s;
    position: absolute;
    height: 2px;
    width: 20px;
    top: 20px;
    background-color: #FFFFFF; }
    .btn1 .icon-left:before {
      transition-duration: 0.4s;
      position: absolute;
      width: 20px;
      height: 2px;
      content: "";
      top: -10px;
      background-color: #FFFFFF; }
    .btn1 .icon-left:after {
      transition-duration: 0.4s;
      position: absolute;
      width: 20px;
      height: 2px;
      content: "";
      top: 10px;
      background-color: #FFFFFF; }
    .btn1 .icon-left:hover {
      cursor: pointer; }
  .btn1 .icon-right {
    transition-duration: 0.4s;
    position: absolute;
    height: 2px;
    width: 20px;
    top: 20px;
    left: 20px;
    background-color: #FFFFFF; }
    .btn1 .icon-right:before {
      transition-duration: 0.4s;
      position: absolute;
      width: 20px;
      height: 2px;
      content: "";
      top: -10px;
      background-color: #FFFFFF; }
    .btn1 .icon-right:after {
      transition-duration: 0.4s;
      position: absolute;
      width: 20px;
      height: 2px;
      content: "";
      top: 10px;
      background-color: #FFFFFF; }
    .btn1 .icon-right:hover {
      cursor: pointer; }
  .btn1.open .icon-left {
    transition-duration: 0.4s;
    background: transparent; }
    .btn1.open .icon-left:before {
      -webkit-transform: rotateZ(45deg) scaleX(1.1) translate(4px, 0px);
              transform: rotateZ(45deg) scaleX(1.1) translate(4px, 0px); }
    .btn1.open .icon-left:after {
      -webkit-transform: rotateZ(-45deg) scaleX(1.1) translate(4px, 0px);
              transform: rotateZ(-45deg) scaleX(1.1) translate(4px, 0px); }
  .btn1.open .icon-right {
    transition-duration: 0.4s;
    background: transparent; }
    .btn1.open .icon-right:before {
      -webkit-transform: rotateZ(-45deg) scaleX(1.1) translate(-4px, 0px);
              transform: rotateZ(-45deg) scaleX(1.1) translate(-4px, 0px); }
    .btn1.open .icon-right:after {
      -webkit-transform: rotateZ(45deg) scaleX(1.1) translate(-4px, 0px);
              transform: rotateZ(45deg) scaleX(1.1) translate(-4px, 0px); }

.btn-dk {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 10px;
  transition-duration: 0.4s;
  z-index: 600; }
  .btn-dk .icon-left {
    transition-duration: 0.4s;
    position: absolute;
    height: 2px;
    width: 20px;
    top: 20px;
    background-color: #2a2a2a; }
    .btn-dk .icon-left:before {
      transition-duration: 0.4s;
      position: absolute;
      width: 20px;
      height: 2px;
      content: "";
      top: -10px;
      background-color: #2a2a2a; }
    .btn-dk .icon-left:after {
      transition-duration: 0.4s;
      position: absolute;
      width: 20px;
      height: 2px;
      content: "";
      top: 10px;
      background-color: #2a2a2a; }
    .btn-dk .icon-left:hover {
      cursor: pointer; }
  .btn-dk .icon-right {
    transition-duration: 0.4s;
    position: absolute;
    height: 2px;
    width: 20px;
    top: 20px;
    left: 20px;
    background-color: #2a2a2a; }
    .btn-dk .icon-right:before {
      transition-duration: 0.4s;
      position: absolute;
      width: 20px;
      height: 2px;
      content: "";
      top: -10px;
      background-color: #2a2a2a; }
    .btn-dk .icon-right:after {
      transition-duration: 0.4s;
      position: absolute;
      width: 20px;
      height: 2px;
      content: "";
      top: 10px;
      background-color: #2a2a2a; }
    .btn-dk .icon-right:hover {
      cursor: pointer; }
  .btn-dk.open .icon-left {
    transition-duration: 0.4s;
    background: transparent; }
    .btn-dk.open .icon-left:before {
      -webkit-transform: rotateZ(45deg) scaleX(1.1) translate(4px, 0px);
              transform: rotateZ(45deg) scaleX(1.1) translate(4px, 0px);
      background-color: #2a2a2a; }
    .btn-dk.open .icon-left:after {
      -webkit-transform: rotateZ(-45deg) scaleX(1.1) translate(4px, 0px);
              transform: rotateZ(-45deg) scaleX(1.1) translate(4px, 0px);
      background-color: #2a2a2a; }
  .btn-dk.open .icon-right {
    transition-duration: 0.4s;
    background: transparent; }
    .btn-dk.open .icon-right:before {
      -webkit-transform: rotateZ(-45deg) scaleX(1.1) translate(-4px, 0px);
              transform: rotateZ(-45deg) scaleX(1.1) translate(-4px, 0px);
      background-color: #2a2a2a; }
    .btn-dk.open .icon-right:after {
      -webkit-transform: rotateZ(45deg) scaleX(1.1) translate(-4px, 0px);
              transform: rotateZ(45deg) scaleX(1.1) translate(-4px, 0px);
      background-color: #2a2a2a; }

.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  padding-top: 8em;
  background-color: #2a2a2a;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: -1; }
  .nav-mobile a {
    display: block;
    width: 100%;
    padding: 1em 0em;
    color: #FFFFFF;
    font-size: 1.4em;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    transition: all .3s ease;
    opacity: 0; }
    .nav-mobile a:last-child {
      transition-delay: .1s; }
    .nav-mobile a:hover {
      background-color: #1d1d1d;
      color: #FFFFFF; }
  .nav-mobile.open {
    height: 100%;
    opacity: 1;
    z-index: 200;
    transition: opacity .2s ease; }
    .nav-mobile.open a {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1; }
    .nav-mobile.open header .logo {
      color: #FFFFFF; }

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  z-index: 999; }
  .loading h1 {
    width: 90%;
    color: #FFFFFF;
    font-size: 2em;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    z-index: 100; }
    .loading h1 span {
      display: block;
      font-family: Gotham-Light;
      font-size: 1rem;
      line-height: 1.5;
      margin-top: 2rem; }
  .loading .svg-loader {
    max-width: 12em;
    position: absolute;
    left: 50%;
    top: 20%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }

#scene {
  position: absolute;
  left: 0;
  top: -30px;
  height: 100vh;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  margin-left: 0; }

.scene, .layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

.layer-back {
  background: url(../images/layer-1.png) no-repeat;
  bottom: 0px;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.layer-mid {
  background: url(../images/layer-2.png) no-repeat;
  bottom: 0px;
  background-size: cover;
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%; }

.layer-front {
  background: url(../images/layer-3.png) no-repeat 90% 50%;
  bottom: 0px;
  background-size: cover;
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%; }

.touch .layer-front {
  background: url(../images/layer-3.png) no-repeat 90% 50%;
  bottom: 0px;
  background-size: cover;
  position: absolute;
  width: 150%;
  height: 110%;
  left: -10%;
  top: -5%; }

.layer-top {
  background: url(../images/layer-4.png) no-repeat 90% 50%;
  bottom: 0px;
  background-size: cover;
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%; }

.touch .layer-top {
  background: url(../images/layer-4.png) no-repeat 90% 50%;
  bottom: 0px;
  background-size: cover;
  position: absolute;
  width: 200%;
  height: 110%;
  left: -10%;
  top: -5%; }

.answers {
  list-style-type: none; }
  .answers li {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    border-radius: 20px;
    padding: .25em;
    margin-bottom: 1em; }

.mult-choice {
  list-style-type: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
  padding: 0;
  max-width: 300px; }
  .mult-choice li {
    position: relative;
    width: 280px;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    color: #FFFFFF;
    background-color: transparent;
    padding: 13px .55em;
    margin: .5em auto;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .2s easeInOutExpo;
    cursor: pointer;
    padding-left: 3em;
    text-align: left; }
    .mult-choice li:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      background: #FFFFFF;
      width: 0px;
      opacity: 0;
      transition-property: width , opacity;
      transition-duration: .25s;
      transition-timing-function: easeInOutExpo; }
    .mult-choice li span {
      position: absolute;
      top: 5px;
      left: 5px;
      height: 32px;
      width: 32px;
      background-color: #FFFFFF;
      color: #2a2a2a;
      text-align: center;
      font-weight: bold;
      line-height: 32px;
      border: 1px solid transparent;
      border-radius: 50%; }
    .mult-choice li svg {
      position: absolute;
      top: 5px;
      left: 7px;
      max-width: 31px; }
    .mult-choice li:hover {
      background-color: rgba(255, 255, 255, 0.2); }
    .mult-choice li.text-teal span {
      color: #4a9ea8; }
    .mult-choice li.text-blue span {
      color: #161f2e; }
    .mult-choice li.text-eggplant span {
      color: #633b56; }
  @media (min-width: 992px) {
    .mult-choice {
      max-width: 500px; } }

.mult-choice li.selected {
  color: #03a73e; }
  .mult-choice li.selected:before {
    width: 100%;
    opacity: 1; }

.modal {
  display: none;
  width: 300px;
  margin: auto;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
  z-index: 800; }
  @media (min-width: 768px) {
    .modal {
      width: 400px; } }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(/images/close.png) no-repeat 0 0; }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(/images/loading.gif) #111 no-repeat center center;
  border-radius: 8px; }

#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-family: Gotham-Light;
  line-height: 1.2;
  font-weight: normal; }

#mc_embed_signup input.email {
  display: block;
  padding: 5px 0;
  margin: 0 4% 10px 0;
  text-indent: 5px;
  /* width: 58%; */
  min-width: 130px;
  border-color: #2a2a2a; }

#mc_embed_signup input[type=submit] {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #4a9ea8;
  border: none; }

/* Effect 3: bottom line slides/fades in */
.cl-effect-3 .hover {
  padding: 8px 0;
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.cl-effect-3 .hover::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0); }

.cl-effect-3 .hover:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.cl-effect-3 .hover.active::after {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

header.is-light .cl-effect-3 .hover {
  color: #2a2a2a; }
header.is-light .cl-effect-3 .hover.active::after {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1; }
header.is-light .cl-effect-3 .hover::after {
  background: rgba(0, 0, 0, 0.5); }

.ranking-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .ranking-wrap {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.ranking-grid {
  margin: 0;
  -webkit-padding-start: 0px;
  list-style-type: none; }

.ranking-row {
  position: relative;
  height: 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.35); }
  .ranking-row p {
    padding: .5rem 2rem;
    z-index: 2;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    font-family: Gotham-Medium; }

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4a9ea8;
  height: 100%;
  z-index: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: carpe;
  font-size: 50px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -2px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "j"; }
    [dir="rtl"] .slick-prev:before {
      content: "k"; }
  @media (min-width: 992px) {
    .slick-prev {
      left: 25px; } }
  @media (min-width: 1200px) {
    .slick-prev {
      left: 50px; } }

.slick-next {
  right: -2px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "k"; }
    [dir="rtl"] .slick-next:before {
      content: "j"; }
  @media (min-width: 992px) {
    .slick-next {
      right: 25px; } }
  @media (min-width: 1200px) {
    .slick-next {
      right: 50px; } }

/* Dots */
@media (min-width: 768px) {
  .slick-slider {
    margin-top: 2%;
    margin-bottom: 30px; } }

.slick-dots {
  bottom: 110px; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: -16px; } }

@media only screen and (max-device-width: 372px) {
  .slick-dots {
    bottom: 168px; } }

.slick-dots {
  position: absolute;
  display: block;
  list-style: none;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.linkTexting_oq3j39q0 {
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (min-width: 768px) {
    .linkTexting_oq3j39q0 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px auto;
      max-width: 285px;
      margin: 10px auto; } }

.linkTextingInner_oq3j39q0 {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 44px;
  margin-left: 0;
  background-color: transparent;
  color: #FFFFFF; }

.linkTextingInput_oq3j39q0 {
  width: 174px; }

.linkTextingButton_oq3j39q0 {
  font-family: Gotham-Light;
  background-color: #FFFFFF;
  color: #2a2a2a;
  border: none;
  height: 36px;
  line-height: 36px;
  z-index: 2; }
  .linkTextingButton_oq3j39q0:hover {
    background-color: #f2f2f2; }

.linkTexting_oq3j39q0.is-dark .intl-tel-input input {
  border-color: #2a2a2a;
  color: #2a2a2a; }
.linkTexting_oq3j39q0.is-dark .linkTextingButton_oq3j39q0 {
  background-color: #2a2a2a;
  color: #FFFFFF; }

.semi-transparent-button {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 8px;
  width: 80%;
  max-width: 200px;
  background: #fff; /* fallback color for old browsers */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}
.semi-transparent-button:hover,
.semi-transparent-button:focus,
.semi-transparent-button:active {
  background: #fff;
  color: #000;
  transition: all 0.5s ease-in;
}
.semi-transparent:focus {
  outline: none;
}

.is-blueish {
  background: #1e348e; /* fallback color for old browsers */
  background: rgba(30, 52, 142, 0.5);
}
.is-blueish:hover,
.is-blueish:focus,
.is-blueish:active {
  background: #1e348e; /* fallback color for old browsers */
  background: rgb(30, 52, 142);
  color: #fff;
}

.with-border {
  border: 1px solid #fff;
}


form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 300px;
  color: #828282;
}
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #828282;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
form button:hover {
  background-color: #f5f7f9;
}

 /** Donna Galletta | LIGHTBOX MARKUP **/

.lightbox {
  /** Default lightbox to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}
.lightbox:target {
  /** Remove default browser outline */
  outline: none;

  /** Unhide lightbox **/
  display: inline-block;
}

/** videoModal **/
#videoModal {
  background: transparent;
  width: 854px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) }
  #videoModal .close {
    background: #000;
    border: 0;
    color: #fff;
    font-size: 0px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 0px; }
