/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
body {
  font-family: 'HelveticaNeueW01-57Cn', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.05em;
}

img {
  max-width: 100%;
}

nav ul {
  margin: 0;
  padding: 0;
}

li a.is-active,
li a.active-trail {
  color: #000;
}

.layout-container nav ul li {
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.5em 0 0;
}

label {
  display: block;
}

label.option {
  display: inline;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-item .description {
  font-size: 0.85em;
}

.js-form-required:after {
  display: inline;
  content: '*';
  color: #f00;
  margin-left: 4px;
}

.js-form-type-checkbox .description {
  margin-left: 1.75em;
}

.video-embed-field-launch-modal img {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}
th {
  text-align: left;
}
