a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: 0;
  padding: 0;
  background: 0 0;
  cursor: pointer;
}
html {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
img {
  max-width: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::after {
  content: "mobile";
  display: none;
}
@media only screen and (min-width: 48rem) {
  body::after {
    content: "tablet";
  }
}
@media only screen and (min-width: 75rem) {
  body::after {
    content: "desktop";
  }
}
body.card-overlay-open,
body.overlay-open {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: underline;
}
::-ms-clear {
  display: none;
}
@font-face {
  font-family: nasdaq-icons;
  src: url(../fonts/nasdaq-icons.ttf) format("truetype"),
    url(../fonts/nasdaq-icons.woff) format("woff"),
    url(../fonts/nasdaq-icons.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src:
      url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
      url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
      url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
      url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src:
      url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
      url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
      url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
      url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src:
      url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
      url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
      url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
      url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
  }

.primary-nav {
  min-height: 4.375rem;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 75rem) {
  .primary-nav {
    min-height: 5rem;
  }
}
.primary-nav--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.primary-nav__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.375rem;
  padding: 1.125rem 1.5625rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 75rem) {
  .primary-nav__content {
    height: 5rem;
    padding: 0.9375rem 0 0.9375rem 1.875rem;
  }
}
.primary-nav__logo {
  flex-shrink: 0;
}
.primary-nav__logo img {
  max-width: 100%;
  max-height: 100%;
  width: 7.8125rem;
  height: 2.1875rem;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@media only screen and (min-width: 75rem) {
  .primary-nav__logo img {
    width: 10.9375rem;
    height: 2.75rem;
  }
}
.primary-nav__links {
  position: fixed;
  top: 4.375rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 4.375rem);
  background: #fff;
  padding: 0 1.5625rem;
  overflow: auto;
  transition: opacity 0.2s ease-out, -webkit-transform 0s;
  transition: transform 0s, opacity 0.2s ease-out;
  transition: transform 0s, opacity 0.2s ease-out, -webkit-transform 0s;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 75rem) {
  .primary-nav__links {
    position: static;
    height: auto;
    width: auto;
    background: 0 0;
    padding: 0;
    transition: none;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}
.primary-nav__links[aria-hidden="true"] {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.primary-nav__links::before {
  content: "";
  width: 100%;
  height: 0.8125rem;
  box-shadow: 0 0.25rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -0.8125rem;
  left: 0;
}
.primary-nav__link,
.primary-nav__login {
  font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #0090ba;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 1.75rem 0;
  border-bottom: 0.125rem solid #e1e1e6;
  transition: opacity 0.1s 0.2s, -webkit-transform 0.3s 0.2s ease-out;
  transition: transform 0.3s 0.2s ease-out, opacity 0.1s 0.2s;
  transition: transform 0.3s 0.2s ease-out, opacity 0.1s 0.2s,
    -webkit-transform 0.3s 0.2s ease-out;
}
@media only screen and (min-width: 75rem) {
  .primary-nav__link,
  .primary-nav__login {
    flex-shrink: 0;
    padding: 0;
    border: 0;
    transition: none;
    margin: 0 2.1875rem;
  }
}
.primary-nav__link--active {
  text-decoration: underline;
}
.primary-nav__link[aria-hidden="true"],
.primary-nav__login[aria-hidden="true"] {
  display: none;
}
.primary-nav__links[aria-hidden="true"] .primary-nav__link,
.primary-nav__links[aria-hidden="true"] .primary-nav__login {
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
  opacity: 0;
}
.primary-nav__mobile-account,
.primary-nav__mobile-login {
  font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #0090ba;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 75rem) {
  .primary-nav__mobile-account,
  .primary-nav__mobile-login {
    display: none;
  }
}
.primary-nav__right {
  display: flex;
  align-items: center;
  margin: 0.3125rem 0;
}
@media only screen and (min-width: 75rem) {
  .primary-nav__right {
    flex-shrink: 0;
  }
}
.primary-nav__login {
  margin: 0;
  padding: 0 1.875rem;
  display: none;
}
@media only screen and (min-width: 75rem) {
  .primary-nav__login {
    display: block;
  }
}
.primary-nav__solution-contact {
  font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #fff;
  height: 1.875rem;
  padding: 0 0.9375rem;
  background: #0090ba;
  display: none;
}
@media only screen and (min-width: 75rem) {
  .primary-nav__solution-contact {
    margin-right: 1.875rem;
  }
}
.primary-nav--transparent {
  position: absolute;
  width: 100%;
}
.primary-nav--transparent .primary-nav__content {
  background: 0 0;
  box-shadow: none;
}
.primary-nav--transparent .primary-nav__account,
.primary-nav--transparent .primary-nav__hamburger,
.primary-nav--transparent .primary-nav__link,
.primary-nav--transparent .primary-nav__login,
.primary-nav--transparent .primary-nav__search {
  color: #fff;
}
.primary-nav--transparent .primary-nav__search {
  border-left-color: rgba(255, 255, 255, 0.35);
}
.primary-nav--transparent
  .primary-nav__links[aria-hidden="false"]
  .primary-nav__link,
.primary-nav--transparent
  .primary-nav__links[aria-hidden="false"]
  .primary-nav__login {
  color: #0090ba;
}
@media only screen and (min-width: 75rem) {
  .primary-nav--transparent
    .primary-nav__links[aria-hidden="false"]
    .primary-nav__link,
  .primary-nav--transparent
    .primary-nav__links[aria-hidden="false"]
    .primary-nav__login {
    color: #fff;
  }
}
.primary-nav--transparent + .page__admin {
  padding-top: 0 !important;
}
.primary-nav--transparent ~ .page__main #block-tabs {
  position: absolute;
  top: 5rem;
  z-index: 10;
  margin-top: 1.25rem;
  margin-left: 1.5625rem;
}
@media only screen and (min-width: 75rem) {
  .primary-nav--transparent ~ .page__main #block-tabs {
    top: 6.25rem;
    margin-left: 5.625rem;
  }
}
.primary-nav--transparent ~ .page__main #block-tabs .tabs {
  padding: 0;
  margin: 0;
}
.primary-nav--transparent ~ .page__main #block-tabs a {
  color: #fff;
}
.toolbar-horizontal.toolbar-tray-open
  .primary-nav--transparent
  ~ .page__main
  #block-tabs {
  margin-top: 2.5rem;
}
.primary-nav--solution.primary-nav--secondary {
  min-height: 3.125rem;
}
.primary-nav--solution.primary-nav--secondary .primary-nav__content {
  height: 3.125rem;
}
.primary-nav--solution.primary-nav--secondary .primary-nav__logo {
  display: flex;
  align-items: center;
}
.primary-nav--solution.primary-nav--secondary .primary-nav__logo img {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.primary-nav--solution.primary-nav--secondary .primary-nav__hamburger,
.primary-nav--solution.primary-nav--secondary .primary-nav__links,
.primary-nav--solution.primary-nav--secondary .primary-nav__right {
  display: none;
}
.primary-nav--solution.primary-nav--secondary .primary-nav__solution-contact {
  display: block;
}
.footer__form-submit,
.footer__link-primary,
.footer__link-secondary {
  font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  height: 2.5rem;
  display: flex;
  align-items: center;
}
.footer {
  background: #000;
  padding: 2.5rem 0 4.375rem;
}
@media only screen and (min-width: 48rem) {
  .footer {
    padding-bottom: 5.625rem;
  }
}
@media only screen and (min-width: 75rem) {
  .footer {
    padding-top: 3.75rem;
    padding-bottom: 6.875rem;
  }
}
.footer__content::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 48rem) {
  .footer__content {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__content {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
}
@media (min-width: 108.75rem) {
  .footer__content {
    width: 100rem;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 48rem) {
  .footer__content {
    position: relative;
  }
}
.footer__form {
  width: calc(100% - 3.125rem);
  float: left;
  margin-left: 1.5625rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .footer__form {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
    margin-bottom: 2.5rem;
    position: relative;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__form {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.footer__form::after {
  content: "";
  display: block;
  width: calc(100% + 3.125rem);
  height: 0.125rem;
  background: #2b2b2b;
  margin: 0 -1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .footer__form::after {
    content: none;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__form::after {
    content: "";
    width: 100%;
    margin: 0;
  }
}
.footer__form-header {
  font-family: nudista-web, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .footer__form-header {
    font-size: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__form-header {
    position: absolute;
    top: 2.1875rem;
    left: 0;
  }
}
.footer__form-header::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 0.125rem;
  background: #fdb913;
  margin-left: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .footer__form-header::after {
    width: 5rem;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__fieldset {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.footer__form-container {
  font-family: 'source_sans_prolight', Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.78;
  letter-spacing: 0.04em;
  display: block;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 75rem) {
  .footer__form-container {
    width: calc(45.83333% - 1.82292rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(54.16667% - 1.92708rem + 2.5rem);
  }
}
.footer__form-input,
.footer__form-success {
  font-family: 'source_sans_prolight', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  width: 100%;
  margin-bottom: 1.25rem;
  border: 0;
  border-bottom: 0.125rem solid #2b2b2b;
  background: #000;
  color: #a7a9ac;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .footer__form-input,
  .footer__form-success {
    font-size: 1.125rem;
    padding-right: 9.375rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__form-input,
  .footer__form-success {
    width: calc(45.83333% - 1.82292rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(54.16667% - 1.92708rem + 2.5rem);
    margin-bottom: 3.75rem;
  }
}
.footer__form-submit {
  color: #0090ba;
  background: 0 0;
  height: auto;
  border: none;
  padding: 0;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .footer__form-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 1.375rem;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__form-submit {
    margin-right: 1.25rem;
    margin-bottom: 5.125rem;
  }
}
.footer__form-success {
  text-align: center;
  padding-right: 0;
  display: none;
  border-bottom: 0;
}
.footer__form-success-check {
  color: #0090ba;
}
.footer__form-success-check::before {
  font-family: nasdaq-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "î¤";
}
.footer__links {
  width: calc(100% - 3.125rem);
  float: left;
  margin-left: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .footer__links {
    width: calc(100% - 2.5rem);
    float: left;
    margin-left: 1.25rem;
    display: flex;
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__links {
    width: calc(66.66667% - 2.08333rem);
    float: left;
    margin-left: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.footer__links-primary {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .footer__links-primary {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.footer__link-primary {
  color: #0090ba;
}
@media only screen and (min-width: 48rem) {
  .footer__link-primary {
    flex-basis: 50%;
  }
}
.footer__links-secondary {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .footer__links-secondary {
    width: 25%;
    margin-bottom: 0;
  }
}
.footer__link-secondary {
  color: #a7a9ac;
}
.footer__links-social {
  width: calc(100% - 3.125rem);
  float: left;
  margin-left: 1.5625rem;
  display: flex;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .footer__links-social {
    width: calc(41.66667% - 1.77083rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(58.33333% - 1.97917rem + 2.5rem);
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__links-social {
    width: calc(50% - 1.875rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(0% - 1.25rem + 2.5rem);
    justify-content: flex-start;
  }
}
.footer__link-social {
  font-size: 1.125rem;
  color: #fff;
  margin-right: 2.5rem;
}
.footer__link-social:last-child {
  margin-right: 0;
}
.footer__link-social a {
  transition: opacity 0.2s;
}
.footer__link-social a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.footer__link-social a[title*="Facebook"]::before {
  font-family: nasdaq-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.footer__link-social a[title*="Twitter"]::before {
  font-family: nasdaq-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.footer__link-social a[title*="LinkedIn"]::before {
  font-family: nasdaq-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.footer__link-social a[title*="Instagram"]::before {
  font-family: nasdaq-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.footer__link-social a[title*="Pinterest"]::before {
  font-family: nasdaq-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.footer__logo {
  width: calc(100% - 3.125rem);
  float: left;
  margin-left: 1.5625rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .footer__logo {
    position: absolute;
    left: 0;
    bottom: 0.625rem;
    width: 17.8125rem;
    margin: 0 0 0 1.25rem;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__logo {
    left: auto;
    right: 1.25rem;
    bottom: 6.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .footer__logo img {
    width: 100%;
  }
}
.footer__legal {
  width: calc(100% - 3.125rem);
  float: left;
  margin-left: 1.5625rem;
  font-family: 'source_sans_prolight', Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  color: #a7a9ac;
}
@media only screen and (min-width: 48rem) {
  .footer__legal {
    width: calc(41.66667% - 1.77083rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(58.33333% - 1.97917rem + 2.5rem);
    text-align: right;
  }
}
@media only screen and (min-width: 75rem) {
  .footer__legal {
    width: calc(50% - 1.875rem);
    float: left;
    margin-left: 1.25rem;
    margin-left: calc(0% - 1.25rem + 2.5rem);
    font-size: 0.875rem;
  }
}
.footer .submit-button {
  color: #fff;
  background: 0 0;
}
.footer__form input[type="checkbox"],
.footer__form input[type="radio"] {
  opacity: 0;
}
.footer__form .submit-button {
  border: 0.125rem solid #fff;
  margin: 0.625rem 0 0 !important;
  font-size: 0.875rem !important;
  width: 18.75rem !important;
  height: 3.75rem !important;
}
.footer__form .checkbox {
  cursor: pointer;
}
.footer__form .checkbox span {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.footer__form .checkbox span::before {
  content: "";
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  border: 0.0625rem solid;
  position: absolute;
  top: 0;
  left: -1.25rem;
}
.footer__form .checkbox span::after {
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.6875rem;
  border-left: 0.125rem solid;
  border-bottom: 0.125rem solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -1.125rem;
}
.footer__form .checkbox input[type="checkbox"] + span::after {
  content: none;
}
.footer__form .checkbox input[type="checkbox"]:checked + span::after {
  content: "";
}
.footer__form .checkbox-span {
  cursor: pointer;
}
.footer__form .checkbox-span span {
  position: relative;
  display: inline-block;
}
.footer__form .checkbox-span span input {
  display: block;
  margin-top: -0.4375rem;
}
.footer__form .checkbox-span span label {
  cursor: pointer;
  float: left;
  margin-left: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
.footer__form .checkbox-span span label::before {
  content: "";
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  border: 0.0625rem solid;
  position: absolute;
  top: 0.625rem;
  left: -0.125rem;
  cursor: pointer;
}
.footer__form .checkbox-span span label::after {
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.6875rem;
  border-left: 0.125rem solid;
  border-bottom: 0.125rem solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.footer__form .checkbox-span input[type="checkbox"] + label::after {
  content: none;
}
.footer__form .checkbox-span input[type="checkbox"]:checked + label::after {
  content: "";
}
.footer__form.form .eloqua-form label {
  line-height: 1.4;
}
.form .eloqua-form {
  width: 100%;
}
.form .eloqua-form .field-p {
  position: relative;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .form .eloqua-form .field-p {
    margin-top: 2.5rem;
  }
}
.form .eloqua-form label {
  font-family: 'source_sans_prolight', Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
}
.form .eloqua-form input[type="text"] {
  color: #fff;
  font-size: 0.875rem;
  width: 100%;
  height: 2.5rem;
  margin-top: 0.5rem;
  background-color: transparent;
  border: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.25);
}
.form .eloqua-form input[type="submit"] {
  font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0.14em;
  border: 0.125rem solid #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s linear, background 0.15s linear;
  cursor: pointer;
}
.form .eloqua-form input[type="submit"]:focus,
.form .eloqua-form input[type="submit"]:hover {
  color: #0090ba;
  background-color: #fff;
}
@media only screen and (min-width: 48rem) {
  .form .eloqua-form input[type="submit"] {
    width: 18.75rem;
    margin: 1.0625rem auto 0;
  }
}
@media only screen and (min-width: 75rem) {
  .form .eloqua-form input[type="submit"] {
    margin: 2.5rem 0 0;
  }
}
.form .eloqua-form textarea {
  font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  width: 100%;
  height: 5rem;
  margin-top: 0.5rem;
  background-color: transparent;
  border: 0.125rem solid rgba(255, 255, 255, 0.25);
}
.form .eloqua-form select {
  background: 0 0;
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  color: #fff;
  height: 2.5rem;
  width: 100%;
  margin-top: 0.5rem;
  -webkit-appearance: none;
}
.form .eloqua-form select option {
  color: #000 !important;
}
.form .eloqua-form select[name="multipleSelectMenu"] option {
  color: #fff !important;
}
.form .eloqua-form input[type="text"].LV_invalid_field,
.form .eloqua-form select.LV_invalid_field,
.form .eloqua-form textarea.LV_invalid_field {
  border-color: #fd6e70;
}
.form .eloqua-form input[type="text"].LV_valid_field,
.form .eloqua-form select.LV_valid_field,
.form .eloqua-form textarea.LV_valid_field {
  outline: 0;
}
.form .LV_validation_message {
  font-family: 'source_sans_prolight', Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin: 0.5rem 0 0;
  position: absolute;
}
.form .LV_validation_message.LV_invalid {
  color: #fd6e70;
}
.form .LV_validation_message.LV_valid {
  display: none;
}
.form__success-msg {
  position: relative;
  text-align: center;
  padding: 3.125rem 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .form__success-msg {
    padding: 3.75rem 1.75rem;
  }
}
@media only screen and (min-width: 75rem) {
  .form__success-msg {
    padding: 3.125rem 2.1875rem;
  }
}
.form__success-msg__icon {
  margin-bottom: 1.25rem;
}
.form__success-msg__icon::before {
  font-family: nasdaq-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "î¤";
}
.form__success-msg__icon::before {
  color: #0090ba;
  font-size: 1.75rem;
}
.form__success-msg__title {
  font-family: nudista-web, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  line-height: 1.33;
}
@media only screen and (min-width: 48rem) {
  .form__success-msg__title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 75rem) {
  .form__success-msg__title {
    font-size: 3.125rem;
  }
}
.form__success-msg__description {
  font-family: nudista-web, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  opacity: 0.8;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .form__success-msg__description {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 75rem) {
  .form__success-msg__description {
    font-size: 1.5rem;
  }
}
.grey-head {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9999;
}
.grey-head__scroll {
  display: flex;
  justify-content: center;
  background: #e2e2e2;
  min-height: 50px;
  padding: 0.5rem 1.875rem;
  position: relative;
}
.primary-nav__content {
  padding: 0.9375rem 1.875rem;
}
.primary-nav__hamburger {
  display: none;
}
.primary-nav__login {
  display: block;
  padding: 0;
  border: none;
}
.primary-nav__login:hover {
  color: #0090ba;
}
.footer__link-social a,
.footer__link-social a:hover {
  color: #fff;
}
.footer__link-primary a:hover {
  color: #0090ba;
}
.footer__link-secondary a:hover {
  color: #a7a9ac;
}
