/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* html {
  font-size: 112.5%; }

html {
  font-size: 18px;
  line-height: 1.55555em;
  direction: ltr;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1, "lnum"; }

html.prevent-scroll {
  height: 100%; }
  html.prevent-scroll body {
    height: 100%;
    overflow: hidden; }

body {
  font-family: Garamond, serif;
  color: #444;
  position: relative; }
  .font--freight body {
    font-family: "Freight Text W03", "Freight Text W01", Garamond, serif; }

html[lang="he"] * {
  font-family: Arial, sans-serif !important; }

div,
section,
header,
footer,
aside,
figure,
figcaption,
article,
nav {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .font--meta h1, .font--meta
  h2, .font--meta
  h3, .font--meta
  h4, .font--meta
  h5, .font--meta
  h6 {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.16667em; }
  @media (min-width: 37.5em) {
    h1 {
      font-size: 2.66667em;
      line-height: 1.125em; } }

h2 {
  font-weight: 500;
  font-size: 1.66667em;
  line-height: 1.2em; }
  @media (min-width: 37.5em) {
    h2 {
      font-size: 1.77778em;
      line-height: 1.125em; } }

h3 {
  font-weight: 500;
  font-size: 1.33333em;
  line-height: 1.25em; }
  @media (min-width: 37.5em) {
    h3 {
      font-size: 1.66667em;
      line-height: 1.2em; } }

h4 {
  font-size: 1.22222em;
  line-height: 1.36364em;
  font-weight: 500; }

h5 {
  font-size: 1em;
  line-height: 1.33333em;
  font-weight: 700; }

h6 {
  font-size: 0.88889em;
  line-height: 1.5em;
  font-weight: 700; }

a {
  color: #0b81c3;
  text-decoration: none; }
  a:hover {
    color: #086193; }
  a:hover, a:focus {
    text-decoration: underline; }

a,
button {
  transition-property: color, background-color;
  transition-duration: .4s; }

p {
  margin: 0 0 28px;
  margin: 0 0 1.55556rem; }
  p + p,
  table + p,
  h1 + p,
  h2 + p,
  h3 + p,
  h4 + p,
  h5 + p,
  h6 + p,
  blockquote + p,
  ul + p,
  ol + p {
    margin-top: 28px;
    margin-top: 1.55556rem; }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none;
    margin: 0 !important; }

span {
  unicode-bidi: embed; }

blockquote {
  margin: 1.55556em 6.66667% 1.55556em 6.66667%;
  color: #666666;
  position: relative;
  padding-left: 36px; }
  blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .25em;
    bottom: .125em;
    width: 12px;
    background-color: #f5f5f5;
    margin: 0; }

address {
  font-style: normal; }

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

picture {
  display: block; }

figure {
  margin: 0; }
  figure img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

dl {
  margin-bottom: 1em; }

dt {
  font-weight: bold; }

dd {
  margin-left: 30px; }

form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }
  .font--meta form {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input {
  font-weight: 300;
  border-radius: 0; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  font-size: 0.77778em;
  line-height: 1.28571em;
  font-weight: 300;
  padding: 0.64286em 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box; }

select {
  width: 100%;
  border-radius: 0;
  background: white;
  height: 36px;
  height: 2rem;
  border: #e5e5e5;
  font-weight: 300;
  font-size: 0.88889em;
  line-height: 1.5em; }

table {
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 28px;
  margin-bottom: 1.55556rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3b3b3b;
  font-size: 0.77778em;
  line-height: 1.28571em; }
  .font--meta table {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  table th,
  table td {
    border-left: 1px solid #e5e5e5; }
  table caption + thead tr:first-child th,
  table caption + tbody tr:first-child th,
  table caption + tbody tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + tbody tr:first-child th,
  table colgroup + tbody tr:first-child td,
  table thead:first-child tr:first-child th,
  table tbody:first-child tr:first-child th,
  table tbody:first-child tr:first-child td {
    border-top: 0; }
  p + table,
  table + table,
  h1 + table,
  h2 + table,
  h3 + table,
  h4 + table,
  h5 + table,
  h6 + table,
  blockquote + table,
  ul + table,
  ol + table {
    margin-top: 41.999px;
    margin-top: 2.33333rem; }
  table p,
  table ul,
  table ol {
    margin-bottom: 18px;
    margin-bottom: 1rem; }
    table p:last-child,
    table ul:last-child,
    table ol:last-child {
      margin-bottom: 0; }
  table ol,
  table ul {
    padding-left: 1.5em; }
  table p + p {
    margin-top: 18px;
    margin-top: 1rem; }

thead {
  border-top: 12px #e5e5e5 solid;
  border-top: 0.66667rem #e5e5e5 solid;
  text-align: left; }
  thead th,
  thead td {
    vertical-align: bottom;
    padding: 30px 12px;
    padding: 1.66667rem 0.66667rem; }
    @media (min-width: 77.5em) {
      thead th,
      thead td {
        padding: 30px 23.999px;
        padding: 1.66667rem 1.33333rem; } }

th {
  font-weight: 700;
  text-align: left; }

th,
td {
  padding: 18px 12px;
  padding: 1rem 0.66667rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5; }
  @media (min-width: 77.5em) {
    th,
    td {
      padding: 18px 23.999px;
      padding: 1rem 1.33333rem; } }

caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0; }

tbody + tbody {
  border-top: 2px solid #e5e5e5; }

tbody th, tbody td {
  border-top: 1px solid #e5e5e5; }

tr.odd {
  background-color: #f5f5f5; }

tr.even {
  background-color: #ffffff; }

.is-inverse {
  color: #ffffff; }
  .is-inverse a {
    color: #3bb6fc; }
    .is-inverse a:hover {
      color: #5fcdfb; }

:focus {
  outline: 1px dashed #e5e5e5;
  outline: 1px dashed rgba(229, 229, 229, 0.4); }

pre {
  color: #666666;
  font-family: Menlo, Consolas, Monaco, monospace;
  font-size: 14px;
  line-height: 1.5em;
  -moz-tab-size: 2;
       tab-size: 2;
  white-space: pre;
  word-break: normal;
  background: #f5f5f5;
  margin-bottom: 59.999px;
  margin-bottom: 3.33333rem;
  position: relative; }
  pre[rel] {
    padding-top: 30px; }
  pre[rel]:before {
    background: #1186c7;
    content: attr(rel);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    text-indent: 15px; }
    .font--meta pre[rel]:before {
      font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  pre code {
    display: block;
    overflow: auto;
    max-height: 400px;
    padding: 25px; }
  pre[aria-expanded="false"] {
    display: none;
    visibility: hidden; }

code {
  color: #666666;
  font-family: Menlo, Consolas, Monaco, monospace;
  white-space: pre; }

hr {
  box-sizing: content-box;
  height: 0;
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
  margin: 1.66667rem 0; }
  @media (min-width: 48em) {
    hr {
      margin: 59.999px 0;
      margin: 3.33333rem 0; } }

.element-invisible {
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .element-invisible:focus {
    height: auto;
    width: auto; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.basic-content,
.basic-below-content {
  margin-bottom: 95.999px;
  margin-bottom: 5.33333rem; }
  .basic-content .pane + .pane,
  .basic-below-content .pane + .pane {
    margin-top: 59.999px;
    margin-top: 3.33333rem; }

body.admin-menu {
  margin-top: 28px !important; }

.page {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.l--constrained {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.l--constrained--wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 77.77778em; }

.l--padded {
  padding-left: 25px;
  padding-right: 25px; }
  @media (min-width: 37.5em) {
    .l--padded {
      padding-left: 35px;
      padding-right: 35px; } }

.l--constrained--padded {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px; }
  @media (min-width: 37.5em) {
    .l--constrained--padded {
      padding-left: 35px;
      padding-right: 35px; } }
  @media (min-width: 77.5em) {
    .l--constrained--padded {
      padding-left: 0;
      padding-right: 0; } }

.l--wide--padded {
  margin-left: auto;
  margin-right: auto;
  max-width: 77.77778em;
  padding-left: 25px;
  padding-right: 25px; }
  @media (min-width: 37.5em) {
    .l--wide--padded {
      padding-left: 35px;
      padding-right: 35px; } }
  @media (min-width: 48em) {
    .l--wide--padded {
      padding-left: 108px;
      padding-right: 60px; } }
  @media (min-width: 77.5em) {
    .l--wide--padded {
      padding-left: 120px;
      padding-right: 120px; } }
  @media (min-width: 98.125em) {
    .l--wide--padded {
      padding-left: 0;
      padding-right: 0; } }

.l--text-constrained {
  max-width: 37.55556em;
  margin-left: auto;
  margin-right: auto; }

.page-video-photos:not(.page-video-photos-search) .header {
  min-height: 0;
  height: 100px; }

.page-video-photos:not(.page-video-photos-search) #main {
  padding-top: 0; }

.page-video-photos:not(.page-video-photos-search) .is-mobile + #main {
  margin-top: 48px;
  margin-top: 2.66667rem; }

@media (max-width: 47.9375em) {
  .for-desktop {
    display: none; } }

.for-mobile:first-child + .for-desktop {
  margin-top: 0 !important; }

@media (min-width: 48em) {
  .for-mobile {
    display: none; } }

.for-desktop:first-child + .for-mobile {
  margin-top: 0 !important; }

.l-primary > .panel-pane + .panel-pane,
.l-primary > .pane + .pane {
  margin-top: 66px;
  margin-top: 3.66667rem; }

.l-secondary > .panel-pane + .panel-pane,
.l-secondary > .pane + .pane {
  margin-top: 66px;
  margin-top: 3.66667rem; }

#footer {
  padding: 23.999px 0;
  padding: 1.33333rem 0; }

#main {
  z-index: 1;
  background-color: #ffffff;
  padding-top: 66px;
  padding-top: 3.66667rem;
  position: relative; }
  .is-mobile + #main {
    padding-top: 95.999px;
    padding-top: 5.33333rem; }
  .node-type-homepage .is-mobile + #main {
    padding-top: 48px;
    padding-top: 2.66667rem; }
  @media (max-width: 71.6875em) {
    .is-default + #main {
      padding-top: 95.999px;
      padding-top: 5.33333rem; }
    .node-type-homepage .is-default + #main {
      padding-top: 0; } }

#above-content {
  padding-top: 12px;
  padding-top: 0.66667rem; }

#messages {
  margin-bottom: 18px;
  margin-bottom: 1rem;
  padding: 23.999px 15px 5.999px;
  padding: 1.33333rem 15px 0.33333rem;
  padding: 0; }

.section--featured {
  padding-top: 36px;
  padding-top: 2rem;
  padding-bottom: 36px;
  padding-bottom: 2rem;
  background-color: #202020; }

.section--hero {
  background-color: #007dc3; }

.section--summary {
  background-color: #007dc3; }

.section--supplement {
  background-color: #f5f5f5;
  padding-top: 48px;
  padding-top: 2.66667rem;
  padding-bottom: 120px;
  padding-bottom: 6.66667rem; }

.section--footer {
  padding-top: 36px;
  padding-top: 2rem;
  padding-bottom: 120px;
  padding-bottom: 6.66667rem; }

.search-content {
  margin-bottom: 120px;
  margin-bottom: 6.66667rem; }
  @media (min-width: 64em) {
    .search-content {
      margin-bottom: 180px;
      margin-bottom: 10rem; } }
  .search-hero + .search-content,
  .search-featured + .search-content {
    margin-top: 48px;
    margin-top: 2.66667rem; }

.l--sidebar-after--even > .l-primary,
.l--sidebar-after--even > .l-secondary,
.l--sidebar-after > .l-primary,
.l--sidebar-after > .l-secondary,
.l--sidebar-after-padded > .l-primary,
.l--sidebar-after-padded > .l-secondary {
  margin-bottom: 59.999px;
  margin-bottom: 3.33333rem; }
  .l--sidebar-after--even > .l-primary:last-child,
  .l--sidebar-after--even > .l-secondary:last-child,
  .l--sidebar-after > .l-primary:last-child,
  .l--sidebar-after > .l-secondary:last-child,
  .l--sidebar-after-padded > .l-primary:last-child,
  .l--sidebar-after-padded > .l-secondary:last-child {
    margin-bottom: 0; }

@media (min-width: 51.25em) {
  .l--sidebar-after--even > .l-primary {
    width: 47.82609%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    margin-bottom: 0; }
  .l--sidebar-after--even > .l-secondary {
    width: 47.82609%;
    float: left;
    margin-left: 52.17391%;
    margin-right: -100%;
    margin-bottom: 0; }
  .l--sidebar-after--even > .l-primary:only-child,
  .l--sidebar-after--even > .l-secondary:only-child {
    width: 100%;
    float: none;
    margin: 0; } }

@media (min-width: 64em) {
  .l--sidebar-after--even > .l-primary,
  .l--sidebar-after > .l-primary {
    width: 60.86957%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    margin-bottom: 0; }
  .l--sidebar-after--even > .l-secondary,
  .l--sidebar-after > .l-secondary {
    width: 30.43478%;
    float: left;
    margin-left: 69.56522%;
    margin-right: -100%;
    margin-bottom: 0; }
  .l--sidebar-after--even > .l-primary:only-child,
  .l--sidebar-after--even > .l-secondary:only-child,
  .l--sidebar-after > .l-primary:only-child,
  .l--sidebar-after > .l-secondary:only-child {
    width: 100%;
    float: none;
    margin: 0; } }

.l--sidebar-after-centered {
  padding: 30px 0;
  padding: 1.66667rem 0; }
  @media (min-width: 71.75em) {
    .l--sidebar-after-centered {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media (min-width: 71.75em) {
  .l--sidebar-after-centered--even > .l-primary,
  .l--sidebar-after-centered-padded--even > .l-primary {
    width: 60.86957%;
    float: left;
    margin-bottom: 0; }
  .l--sidebar-after-centered--even > .l-secondary,
  .l--sidebar-after-centered-padded--even > .l-secondary {
    width: 30.43478%;
    float: right;
    margin-bottom: 0; }
  .l--sidebar-after-centered--even > .l-primary:only-child,
  .l--sidebar-after-centered--even > .l-secondary:only-child,
  .l--sidebar-after-centered-padded--even > .l-primary:only-child,
  .l--sidebar-after-centered-padded--even > .l-secondary:only-child {
    width: 100%;
    float: none;
    margin-bottom: 0; } }

@media (min-width: 77.5em) {
  .l--sidebar-after-centered-padded--even > .l-primary {
    padding-left: 4.34783%; }
  .l--sidebar-after-centered-padded--even > .l-secondary {
    padding-right: 4.34783%; } }

@media (min-width: 48em) {
  .l--split > .l-primary {
    width: 47.82609%;
    float: left;
    margin-left: 0;
    margin-right: -100%; }
  .l--split > .l-secondary {
    width: 50%;
    float: left;
    margin-left: 50%;
    margin-right: -100%; } }

[hidden] {
  display: none; }

.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

div.awesomplete {
  display: inline-block;
  position: relative; }

div.awesomplete > input {
  display: block; }

div.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: .2em 0 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none; }

div.awesomplete > ul[hidden],
div.awesomplete > ul:empty {
  display: none; }

@supports (transform: scale(0)) {
  div.awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -webkit-transform-origin: 1.43em -.43em;
        -ms-transform-origin: 1.43em -.43em;
            transform-origin: 1.43em -.43em; }
  div.awesomplete > ul[hidden],
  div.awesomplete > ul:empty {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    display: block;
    transition-timing-function: ease; } }

/* Pointer */
div.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

div.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
  font-size: .825em;
  line-height: 1.5em;
  color: #444; }

div.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black; }

div.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white; }

div.awesomplete mark {
  background: #3bb6fc; }

div.awesomplete li:hover mark {
  background: #3bb6fc; }

div.awesomplete li[aria-selected="true"] mark {
  background: #0b81c3;
  color: inherit; }

.footer {
  color: #ffffff;
  background-color: #202020;
  font-weight: 300; }

.footer-inner {
  position: relative;
  padding-top: 72px;
  padding-top: 4rem;
  padding-bottom: 144px;
  padding-bottom: 8rem;
  padding-left: 25px;
  padding-right: 25px; }
  .footer-inner > .footer-logo {
    width: 100px; }
  @media (min-width: 44em) {
    .footer-inner {
      padding-right: 230px; }
      .footer-inner > .footer-logo {
        position: absolute;
        left: auto;
        right: 20px;
        width: 180px; }
      .footer-inner > .footer-logo + .l--footer-split {
        padding-top: 18px;
        padding-top: 1rem; } }
  @media (min-width: 77.5em) {
    .footer-inner {
      padding-left: 0;
      padding-right: 210px; }
      .footer-inner > .footer-logo {
        right: 0;
        left: auto; } }

.footer-logo {
  margin-bottom: 48px;
  margin-bottom: 2.66667rem;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto; }
  .footer-logo img {
    display: block;
    margin: auto;
    width: 100%; }

.footer-heading {
  font-size: 1.33333em;
  line-height: 1.25em;
  margin-bottom: 5.999px;
  margin-bottom: 0.33333rem;
  font-weight: 300;
  letter-spacing: .03em; }

.l--footer-split > .l-primary,
.l--footer-split > .l-secondary {
  margin-bottom: 12px;
  margin-bottom: 0.66667rem;
  padding-bottom: 12px;
  padding-bottom: 0.66667rem;
  border-bottom: 1px solid #4b4b4b; }

@media (min-width: 60em) {
  .l--footer-split {
    border-bottom: 1px solid #4b4b4b;
    margin-bottom: 3px;
    margin-bottom: 0.16667rem; }
    .l--footer-split > .l-primary,
    .l--footer-split > .l-secondary {
      margin-bottom: 0;
      padding-bottom: 9px;
      padding-bottom: 0.5rem;
      border-bottom: 0; }
    .l--footer-split > .l-primary {
      width: 66.66667%;
      float: left;
      margin-left: 0;
      margin-right: -100%; }
    .l--footer-split > .l-secondary {
      width: 33.33333%;
      float: left;
      margin-left: 66.66667%;
      margin-right: -100%;
      text-align: right; } }

.copyright,
.footer-address {
  font-size: 0.77778em;
  line-height: 1.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666; }
  .font--meta .copyright, .font--meta
  .footer-address {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .is-inverse .copyright, .is-inverse
  .footer-address {
    color: #ffffff; }

.footer .copyright {
  padding-top: 5.999px;
  padding-top: 0.33333rem; }

.footer-address {
  padding-top: 12px;
  padding-top: 0.66667rem; }
  .footer-address abbr {
    border: 0; }

#block-social-links-social-links {
  *zoom: 1;
  line-height: 1.33333em; }
  #block-social-links-social-links:before, #block-social-links-social-links:after {
    content: " ";
    display: table; }
  #block-social-links-social-links:after {
    clear: both; }
  #block-social-links-social-links .footer-heading,
  #block-social-links-social-links .block-content {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  #block-social-links-social-links .footer-heading {
    margin-right: 1em;
    margin-left: 0; }
  #block-social-links-social-links .nav--social {
    margin-top: 3px;
    margin-top: 0.16667rem; }
  @media (min-width: 30em) {
    #block-social-links-social-links .footer-heading {
      float: left; }
    #block-social-links-social-links .block-content {
      float: right; } }
  @media (min-width: 60em) {
    #block-social-links-social-links .footer-heading {
      margin-right: 0;
      margin-left: 0; }
    #block-social-links-social-links .footer-heading,
    #block-social-links-social-links .block-content {
      display: block;
      float: none; }
    #block-social-links-social-links .nav--social {
      margin-top: 5.999px;
      margin-top: 0.33333rem; } }

.footer .nav-link--social {
  background-repeat: no-repeat; }

.footer .nav-link--facebook {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.1%209.6h2.2L15%2012h-1.9v7h-2.9v-7H8.7V9.6h1.4V8.1c0-1%20.2-1.8.7-2.3.6-.5%201.4-.8%202.5-.8h1.9v2.4H14c-.2%200-.4%200-.5.1-.1%200-.2.1-.3.2-.1.1-.1.2-.1.3v1.6z%22%2F%3E%3C%2Fsvg%3E"); }

.footer .nav-link--instagram {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.2%2015.3c-.1%201.3-.4%202.5-1.3%203.4S16.8%2020%2015.5%2020c-1.1.1-2.2.1-3.4.1s-2.2%200-3.4-.1c-1.3-.1-2.5-.4-3.4-1.3-1-1-1.3-2.1-1.3-3.4v-3.4c0-1.2%200-2.2.1-3.4.1-1.3.4-2.5%201.3-3.4%201-1%202.1-1.3%203.4-1.3%201.1-.1%202.2-.1%203.4-.1s2.2%200%203.4.1c1.3.1%202.5.4%203.4%201.3%201%201%201.3%202.1%201.3%203.4.1%201.1.1%202.2.1%203.4s-.1%202.3-.2%203.4zM7.3%205.6c-.3.1-.6.3-.9.6-.3.3-.5.6-.6.9-.4%201.1-.3%203.6-.3%204.8s-.1%203.7.3%204.8c.1.4.3.6.6.9.3.4.6.5.9.7%201.1.4%203.6.3%204.8.3s3.7.1%204.8-.3c.4-.1.6-.3.9-.6s.5-.6.6-.9c.4-1.1.3-3.6.3-4.8s.1-3.7-.3-4.8c-.1-.4-.3-.6-.6-.9-.3-.3-.6-.5-.9-.6-1.1-.4-3.6-.3-4.8-.3s-3.7-.2-4.8.2zm4.8%2010.5c-2.3%200-4.2-1.9-4.2-4.2%200-2.3%201.9-4.2%204.2-4.2%202.3%200%204.2%201.9%204.2%204.2%200%202.3-1.8%204.2-4.2%204.2zm0-6.9c-1.5%200-2.7%201.2-2.7%202.7s1.2%202.7%202.7%202.7%202.7-1.2%202.7-2.7-1.2-2.7-2.7-2.7zm4.4-.6c-.5%200-1-.4-1-1%200-.5.4-1%201-1s1%20.4%201%201c0%20.5-.5%201-1%201z%22%2F%3E%3C%2Fsvg%3E"); }

.footer .nav-link--snapchat {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M16.6%207.3c.2.5.3%201.3.3%201.8%200%20.6-.1%201.3-.1%201.9.1%200%20.2.1.3.1.4%200%20.7-.3%201-.3.3%200%20.8.2.8.6%200%201-2%20.8-2%201.6%200%20.2.1.3.1.4.5%201.1%201.4%202.1%202.5%202.5.3.1.5.2.8.2.2%200%20.3.2.3.4%200%20.7-1.7%201-2.2%201-.2.3%200%201-.6%201-.4%200-.8-.1-1.3-.1h-.6c-1.2.2-1.6%201.5-3.6%201.5-1.9%200-2.3-1.3-3.5-1.5h-.6c-.5%200-.9.2-1.2.2-.6%200-.4-.7-.6-1.1-.5-.1-2.2-.4-2.2-1%200-.2.1-.3.3-.4.3-.1.5-.1.8-.2%201.1-.4%202-1.5%202.5-2.5.1-.1.1-.3.1-.4%200-.8-2-.7-2-1.6%200-.4.5-.6.8-.6.3%200%20.6.3%201%20.3.1%200%20.2%200%20.3-.1%200-.6-.1-1.3-.1-1.9%200-.5%200-1.3.3-1.8.9-1.9%202.4-2.6%204.4-2.6%201.7%200%203.2%201%204%202.6z%22%2F%3E%3C%2Fsvg%3E"); }

.footer .nav-link--twitter {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.6%206.6c-.5.7-1.1%201.3-1.8%201.8v.5c0%201-.1%201.9-.4%202.9s-.7%201.8-1.2%202.7c-.6.9-1.2%201.6-2%202.3-.8.7-1.7%201.2-2.8%201.6-1.1.4-2.3.6-3.5.6-2%200-3.8-.6-5.5-1.6h.9c1.6%200%203.1-.5%204.4-1.5-.8%200-1.4-.3-2-.7-.6-.5-1.1-1.1-1.2-1.7.3%200%20.5.1.7.1.3%200%20.7%200%201-.1-.9-.2-1.5-.6-2-1.2-.6-.7-.8-1.4-.8-2.2.5.3%201.1.4%201.6.5-.6-.4-1-.9-1.3-1.4-.3-.5-.4-1-.4-1.7s.2-1.2.5-1.8c.9%201.1%201.9%201.9%203.3%202.6%201.2.7%202.6%201.1%204%201.1-.1-.4-.1-.7-.1-.9%200-1%20.4-1.8%201.1-2.5.6-.6%201.5-1%202.4-1%201.1%200%201.9.4%202.6%201.2.8-.2%201.5-.5%202.2-.9-.3.9-.8%201.5-1.5%201.9.5-.2%201.2-.3%201.8-.6z%22%2F%3E%3C%2Fsvg%3E"); }

.footer .nav-link--youtube {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2224%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M15.1%2016.8h-1.5V16c-.6.6-1%201-1.5%201-.4%200-.8-.2-.9-.6-.1-.2-.2-.6-.2-1.1V9.1h1.5v6.2c0%20.2.1.3.3.3.3%200%20.5-.2.8-.7V9.1h1.5v7.7zM10%2011.6c0-.8-.2-1.4-.5-1.8-.3-.6-.9-.8-1.6-.8-.6%200-1.2.2-1.6.8-.3.4-.5%201-.5%201.8v2.7c0%20.8.1%201.4.4%201.8.4.5%201%20.8%201.6.8s1.3-.3%201.6-.8c.3-.4.4-1%20.4-1.8v-2.7zm-1.4%202.9c.1.8-.2%201.1-.6%201.1-.5%200-.7-.4-.6-1.1v-3.1c-.1-.8.2-1.1.6-1.1.5%200%20.7.4.6%201.1v3.1zM4.3%2012.6v4.2H2.7v-4.2S1.1%207.4.8%206.5h1.6l1.1%204%201.1-4h1.6l-1.9%206.1zM30.1%2010.3c-.2%200-.5.1-.7.3v4.6c.2.2.5.3.7.3.4%200%20.6-.3.6-1.1v-3.3c0-.6-.2-.8-.6-.8zM35.8%2011.2c0-.7-.2-.9-.6-.9-.5%200-.7.2-.7.9v.8h1.3v-.8z%22%2F%3E%3Cpath%20d%3D%22M38.9%207.3S38.7%205.7%2038%205c-.9-.9-1.8-.9-2.3-1-3.2-.2-8-.2-8-.2s-4.8%200-8%20.2c-.4.1-1.4.1-2.3%201-.7.7-.9%202.3-.9%202.3s-.2%201.8-.2%203.7v1.7c0%201.8.2%203.7.2%203.7s.2%201.6.9%202.3c.9.9%202%20.9%202.5%201%201.8.2%207.8.2%207.8.2s4.8%200%208-.2c.4-.1%201.4-.1%202.3-1%20.7-.7.9-2.3.9-2.3s.2-1.8.2-3.7V11c.1-1.9-.2-3.7-.2-3.7zm-17.6%209.5h-1.5V8h-1.6V6.5H23V8h-1.7v8.8zm5.5%200h-1.5V16c-.6.6-1%201-1.5%201-.4%200-.8-.2-.9-.6-.1-.2-.2-.6-.2-1.1v-6h1.5v6.2c0%20.2.1.3.3.3.3%200%20.5-.2.8-.7v-6h1.5v7.7zm5.3-2.3c0%20.7-.1%201.2-.2%201.5-.2.6-.6.9-1.1.9-.5%200-1-.3-1.5-.9v.8H28V6.5h1.4v3.3c.4-.6%201-.9%201.5-.9.6%200%20.9.3%201.1.9.1.3.2.8.2%201.5v3.2zm3.1%201.1c.3%200%20.5-.2.6-.6v-1h1.5v1.1c0%20.3-.2.6-.3.8-.4.6-1%20.8-1.7.8s-1.3-.3-1.7-.8c-.3-.4-.5-1-.5-1.8v-2.7c0-.8.2-1.4.5-1.8.4-.5%201-.8%201.7-.8s1.2.3%201.6.8c.3.4.5%201%20.5%201.8V13h-2.8v1.4c-.1.9.1%201.2.6%201.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

/**
 * Satellite icon created by Pedro Ramalho from the Noun Project.
 */
