/**
*
* Main Stylesheet For HMDA
*
**/
/**
*
* Utils
*
**/
/*==========  VARIABLES  ==========*/
/*==========  FUNCTIONS  ==========*/
/*==========  MIXINS  ==========*/
/*! normalize.css v3.0.1 | 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,
main,
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: 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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/**
*
* Global
*
**/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
button {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  font-weight: 300;
  color: #404040;
  position: relative;
}
body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  display: none;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-size: 100% 26px;
}
body.debug::after {
  display: block;
  pointer-events: none;
}

pre {
  background: #f0f0f0;
  padding: 13px;
}

.main-container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  .main-container {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .main-container {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

.container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  .container {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .container {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

@media only screen and (min-width: 620px) {
  .container-medium {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 620px) and (min-width: 620px) {
  .container-medium {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 620px) and (min-width: 800px) {
  .container-medium {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

@media only screen and (max-width: 619px) {
  .container-small {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 619px) and (min-width: 620px) {
  .container-small {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (max-width: 619px) and (min-width: 800px) {
  .container-small {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

@media only screen and (min-width: 800px) {
  .content {
    margin-right: 25.9%;
  }
  .content pre {
    margin-right: -25.9%;
  }
}

@font-face {
  font-family: icons;
  src: url(../images/icons/icons.eot);
  src: url(../images/icons/icons.eot?#iefix) format("embedded-opentype"), url(../images/icons/icons.woff2) format("woff2"), url(../images/icons/icons.woff) format("woff"), url(../images/icons/icons.ttf) format("truetype"), url(../images/icons/icons.svg?#icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: 'icons';
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.svgIcon {
  display: inline-block;
  height: 30px;
  width: 30px;
}

.svgIcon-freeParking {
  background: url("../images/icons/svg-icons/icons-02.svg");
  background-size: cover;
}

.svgIcon-streetParking {
  background: url("../images/icons/svg-icons/icons-03.svg");
  background-size: cover;
}

.svgIcon-paidParking {
  background: url("../images/icons/svg-icons/icons-04.svg");
  background-size: cover;
}

.svgIcon-shopping {
  background: url("../images/icons/svg-icons/icons-05.svg");
  background-size: cover;
}

.svgIcon-restaurant {
  background: url("../images/icons/svg-icons/icons-06.svg");
  background-size: cover;
}

.svgIcon-free {
  background: url("../images/icons/svg-icons/icons-07.svg");
  background-size: cover;
}

.fa {
  font-size: 30px;
  margin-left: 4px;
}

.icon-bullet::before, ul li::before, ul.list-links a::before, .list-anchor a::before {
  content: "\e001";
}

.icon-chevron-down::before {
  content: '\e002';
}

.icon-chevron-large::before {
  content: '\e003';
}

.icon-chevron-left::before {
  content: '\e004';
}

.icon-chevron-right::before, ul.list-links.list-links--primary a::before {
  content: '\e005';
}

.icon-chevron-up::before {
  content: '\e006';
}

.icon-close::before {
  content: '\e007';
}

.icon-cog::before {
  content: '\e008';
}

.icon-diamond::before {
  content: '\e009';
}

.icon-exclamation::before {
  content: '\e00a';
}

.icon-google-dev::before {
  content: '\e00b';
}

.icon-hash::before {
  content: '\e00c';
}

.icon-introduction-to-media::before {
  content: '\e00d';
}

.icon-lessons::before {
  content: '\e00e';
}

.icon-menu::before {
  content: '\e00f';
}

.icon-minus::before {
  content: '\e010';
}

.icon-multi-device-layouts::before {
  content: '\e011';
}

.icon-performance::before {
  content: '\e012';
}

.icon-plus::before {
  content: '\e013';
}

.icon-question::before {
  content: '\e014';
}

.icon-slash::before {
  content: '\e015';
}

.icon-star::before {
  content: '\e016';
}

.icon-tick::before {
  content: '\e017';
}

.icon-user-input::before {
  content: '\e018';
}

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/* ==========  Blacks  ========== */
/* ==========  Color Palettes  ========== */
/* ==========  Color definitions  ========== */
/**
*
* Grid
*
**/
@media only screen and (min-width: 620px) and (max-width: 799px) {
  .g-medium--1 {
    float: left;
    margin-right: 4.5%;
    width: 30.3%;
  }

  .g-medium--push-1 {
    margin-left: 34.8%;
  }

  .g-medium--pull-1 {
    margin-right: 34.8%;
  }

  .g-medium--2 {
    float: left;
    margin-right: 4.5%;
    width: 65.1%;
  }

  .g-medium--push-2 {
    margin-left: 69.6%;
  }

  .g-medium--pull-2 {
    margin-right: 69.6%;
  }

  .g-medium--3 {
    float: left;
    margin-right: 4.5%;
    width: 99.9%;
    margin-right: 0;
  }

  .g-medium--full {
    float: left;
    margin-right: 4.5%;
    margin-right: 0;
    width: 100%;
  }

  .g--third {
    float: left;
    margin-right: 4.5%;
    width: 30.3%;
  }

  .g--half,
  .g-medium--half {
    float: left;
    margin-right: 4.5%;
    width: 47.75%;
  }

  .g-medium--last {
    margin-right: 0;
  }

  .g-medium--last + .g-medium--half {
    clear: left;
  }

  .g--pull-half {
    margin-right: 52.25%;
  }
}
@media only screen and (min-width: 800px) {
  .g-wide--1 {
    float: left;
    margin-right: 3.7%;
    width: 22.2%;
  }

  .g-wide--push-1 {
    margin-left: 25.9%;
  }

  .g-wide--pull-1 {
    margin-right: 25.9%;
  }

  .g-wide--2 {
    float: left;
    margin-right: 3.7%;
    width: 48.1%;
  }

  .g-wide--push-2 {
    margin-left: 51.8%;
  }

  .g-wide--pull-2 {
    margin-right: 51.8%;
  }

  .g-wide--3 {
    float: left;
    margin-right: 3.7%;
    width: 74%;
  }

  .g-wide--push-3 {
    margin-left: 77.7%;
  }

  .g-wide--pull-3 {
    margin-right: 77.7%;
  }

  .g-wide--4 {
    float: left;
    margin-right: 3.7%;
    width: 99.9%;
    margin-right: 0;
  }

  .g-wide--last {
    margin-right: 0;
  }

  .g-wide--full {
    float: left;
    margin-right: 3.7%;
    margin-right: 0;
    width: 100%;
  }

  .g--third {
    float: left;
    margin-right: 3.7%;
    width: 30.8%;
  }

  .g--half,
  .g-wide--half {
    float: left;
    margin-right: 3.7%;
    width: 48.15%;
  }

  .g--pull-half {
    margin-right: 51.85%;
  }
}
.g--last {
  margin-right: 0;
}

.g--centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.grid-overlay {
  display: none;
  pointer-events: none;
}
.debug .grid-overlay {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 620px) {
  .debug .grid-overlay {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .debug .grid-overlay {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}
.debug .grid-overlay [class*="g-"] {
  height: 100%;
  background-color: rgba(89, 89, 89, 0.2);
}
@media only screen and (min-width: 620px) and (max-width: 799px) {
  .debug .grid-overlay .g-wide--last {
    display: none;
  }
}
@media only screen and (max-width: 619px) {
  .debug .grid-overlay {
    display: none;
  }
}

/**
*
* Typography
*
**/
h1, h2, h3, h4, h5, p {
  margin: 0;
}

.small,
small {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
}

.base,
p,
ul,
ol {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
}

.medium,
h4 {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .medium,
  h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}

.large,
h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .large,
  h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
  }
}

.xlarge,
h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  padding-top: 1.0000em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .xlarge,
  h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
  }
}

.xxlarge,
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .xxlarge,
  h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
  }
}

.huge {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .huge {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 110px;
    font-weight: 300;
    line-height: 1.19em;
    /* 130px */
    padding-top: 0.2364em;
    padding-bottom: 0;
  }
}

li > p {
  padding-top: 0;
}

/**
*
* Button
*
**/
.button, .button--primary, .button--secondary, .button--secondary-variation, .button--third-variation {
  display: inline-block;
  padding: 12px 32px;
  margin-bottom: 13px;
  margin-top: 13px;
  min-height: 26px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  -webkit-transition: none;
          transition: none;
}
.button:hover, .button--primary:hover, .button--secondary:hover, .button--secondary-variation:hover, .button--third-variation:hover {
  background: #4d4d4d;
  color: #ffffff;
  border: 1px solid #4d4d4d;
  text-decoration: none;
}

.button--primary {
  background: #4285f4;
  color: white;
  border: 1px solid #1266f1;
}

.button--secondary {
  background: white;
  color: #3372df;
  border: 1px solid #e6e6e6;
}

.button--secondary-variation {
  background: white;
  color: #3372df;
  border: 1px solid #e6e6e6;
  border-color: transparent;
}

.button--third-variation {
  background: white;
  color: #3372df;
  border: 1px solid #e6e6e6;
  border-color: transparent;
}

/**
*
* List
*
**/
ul,
ol {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 619px) {
  ul,
  ol {
    padding-left: 0;
  }
}

ul li {
  position: relative;
  padding-left: 16px;
}
ul li::before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}
ul li::before {
  font-size: 4px;
}

ol {
  counter-reset: list;
}
ol > li {
  position: relative;
  padding-left: 32px;
}
ol > li::before {
  counter-increment: list;
  content: "0" counter(list);
  color: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}
ol > li:nth-child(10n) ~ li::before, ol > li:nth-child(10n)::before {
  content: counter(list);
}

ul ol,
ol ul {
  padding-top: 0;
}

/*==========  LIST LINKS  ==========*/
ul.list-links li::before {
  display: none;
}
ul.list-links a {
  font-weight: 400;
}
ul.list-links a::before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}
ul.list-links a::before {
  font-size: 4px;
}
ul.list-links.list-links--primary a {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  text-decoration: none;
}
ul.list-links.list-links--primary a::before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}

ol.list-links {
  padding-bottom: 26px;
}
ol.list-links li::before {
  display: none;
}
ol.list-links li a {
  display: inline-block;
  font-weight: 300;
}
ol.list-links li a::before {
  counter-increment: list;
  content: "0" counter(list);
  color: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}
ol.list-links li:nth-child(10n) ~ li a::before, ol.list-links li:nth-child(10n) a::before {
  content: counter(list);
}
ol.list-links.list-links--secondary a::before {
  display: none;
}

.list-links--secondary {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-left: 0;
}
.list-links--secondary li {
  padding-left: 0;
}

/*==========  ANCHOR LIST  ==========*/
.list-anchor {
  padding-left: 0;
}
.list-anchor li {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.list-anchor li::before {
  display: none;
}
.list-anchor a {
  line-height: 1;
  display: inline-block;
  padding-left: 16px;
}
.list-anchor a::before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}
.list-anchor a::before {
  font-size: 4px;
}

/*==========  SMALL LIST  ==========*/
@media only screen and (min-width: 620px) {
  .list-small li {
    font-size: 13px;
    line-height: 2.0000em;
    /* 26px */
    padding-top: 2.0000em;
    padding-bottom: 0;
    padding-top: 0;
  }
}

/*==========  CENTERED LIST  ==========*/
.list-centered {
  text-align: center;
  padding-left: 0;
}

/*==========  FEATURED LIST  ==========*/
.featured-list {
  padding-top: 78px;
  padding-bottom: 78px;
}

.featured-list__item {
  background: #ffffff;
  padding-left: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-top: 26px;
}
@media only screen and (min-width: 620px) {
  .featured-list__item {
    min-height: 338px;
    padding: 52px 32px;
  }
}
.featured-list__item:first-child {
  margin-top: 0;
}
.featured-list__item p {
  margin-bottom: 26px;
}

.featured-list__img-wrapper {
  display: none;
  position: relative;
  padding-top: 26px;
  margin: 0 -5%;
}
@media only screen and (min-width: 620px) {
  .featured-list__img-wrapper {
    display: block;
    padding-top: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 620px) {
  .featured-list__img {
    padding-top: 60.8%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }
}
.featured-list__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 620px) {
  .featured-list__img img {
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
}

/*==========  RELATED GUIDES LIST  ==========*/
.related-guides-list {
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 0;
  padding-left: 0;
}
@media only screen and (min-width: 620px) {
  .related-guides-list {
    padding-top: 26px;
  }
}
@media only screen and (min-width: 800px) {
  .related-guides-list {
    padding-top: 0;
  }
}
.related-guides-list p {
  padding-top: 0;
}
.related-guides-list .tag {
  padding-top: 0;
}
.related-guides-list li {
  padding-top: 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}
.related-guides-list li:last-child {
  border-color: transparent;
}
@media only screen and (min-width: 620px) {
  .related-guides-list li {
    padding-top: 0;
    padding-bottom: 0;
    border-color: transparent;
  }
}

/*==========  LIST RESET  ==========*/
.list--reset {
  padding-left: 0;
}
.list--reset li {
  padding-left: 0;
}
.list--reset.list-links a::before, .list--reset li::before {
  display: none !important;
}

/*==========  LESSONS  ==========*/
.list-lessons {
  padding-left: 0;
}
.list-lessons a {
  color: #ffffff;
}
.list-lessons .current,
.list-lessons .current a {
  text-decoration: none;
  cursor: default;
}
.list-lessons .current .icon {
  font-size: 13px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  width: 26px;
  line-height: 26px;
  text-align: center;
  margin-left: 7px;
}

/*==========  GUIDES INTO - used on homepage  ==========*/
.list-guides-intro {
  margin-bottom: 52px;
}
@media only screen and (max-width: 619px) {
  .list-guides-intro {
    padding-top: 52px;
  }
}
.list-guides-intro li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 51px;
  margin-bottom: 52px;
}
@media only screen and (min-width: 620px) {
  .list-guides-intro li {
    border-color: transparent;
    padding-bottom: 0;
  }
}
.list-guides-intro li:last-child {
  border-bottom: transparent;
  margin-bottom: 0;
}

/**
*
* Link
*
**/
a {
  color: #3372df;
}

a:hover {
  text-decoration: none;
}

.cta--primary {
  font-family: "Source Sans Pro", sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.cta--primary:hover {
  color: rgba(0, 0, 0, 0.87);
}
.cta--primary::before {
  display: inline-block;
  padding-right: 10px;
  font-family: "icons";
  line-height: 25px;
  font-size: 13px;
  content: "\e005";
}

.cta--secondary {
  font-family: "Source Sans Pro", sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}
.cta--secondary:hover {
  color: rgba(0, 0, 0, 0.87);
}

/**
*
* Table
*
**/
table {
  margin-top: 26px;
  width: 100%;
}
table thead {
  background: #3372df;
  color: #ffffff;
}
table th {
  text-align: center;
  display: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  table th {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  table tr {
    border-bottom: 1px solid #ffffff;
  }
}
table tbody {
  background: #f0f0f0;
}
table td {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
}
table td::before {
  content: attr(data-th) " :";
  display: inline-block;
  color: #ffffff;
  background: #3372df;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  max-height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 13px;
  padding-top: 13px;
}
@media only screen and (min-width: 620px) {
  table td::before {
    display: none;
  }
}
table th,
table td {
  position: relative;
  padding-left: 140px;
}
@media only screen and (min-width: 620px) {
  table th,
  table td {
    display: table-cell;
  }
}
@media only screen and (min-width: 620px) {
  table th {
    padding: 26px;
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 620px) {
  table td {
    padding: 26px;
    padding-bottom: 25px;
  }
}

td:last-child::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 620px) {
  td:last-child::after {
    display: none;
  }
}

.table-2 col {
  width: 344px;
}
@media only screen and (min-width: 800px) {
  .table-2 col {
    width: 432px;
  }
}
@media only screen and (min-width: 620px) {
  .table-2 th:first-child,
  .table-2 td:first-child {
    border-right: 2px solid #ffffff;
  }
}

.table-3 col {
  width: 229.3333333333px;
}
@media only screen and (min-width: 800px) {
  .table-3 col {
    width: 288px;
  }
}
@media only screen and (min-width: 620px) {
  .table-3 th:nth-child(2),
  .table-3 td:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

.table-4 col {
  width: 172px;
}
@media only screen and (min-width: 800px) {
  .table-4 col {
    width: 216px;
  }
}
@media only screen and (min-width: 620px) {
  .table-4 th:nth-child(2), .table-4 th:nth-child(3),
  .table-4 td:nth-child(2),
  .table-4 td:nth-child(3) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

/**
*
* Media - imgs/videos
*
**/
img,
video,
object {
  max-width: 100%;
}

.content img {
  margin-top: 26px;
  margin-bottom: 26px;
}

/**
*
* Breadcrumb
*
**/
.breadcrumbs {
  display: none;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 620px) {
  .breadcrumbs {
    display: block;
  }
}

.breadcrumbs p {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  padding-top: 26px;
}

.breadcrumbs__link {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  color: black;
  font-weight: 400;
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  .breadcrumbs__link {
    padding-top: 0;
  }
}

/**
*
* subsection__title
*
**/
.subsection-title {
  color: rgba(0, 0, 0, 0.87);
  margin-top: 52px;
}

.subsection-number {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-top: 0;
  display: block;
}

/**
*
* Articles list
*
**/
.articles-list {
  padding-left: 0;
}

.articles-list__item {
  padding-bottom: 52px;
  padding-left: 0;
}
.articles-list__item:last-child {
  padding-bottom: 53px;
}
.articles-list__item::before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  box-shadow: inset 0 1px 0 0 #e0e0e0;
  margin-right: 0;
  margin-left: 30%;
}
.articles-list__item h3 a:hover {
  text-decoration: none;
}
.articles-list__item p {
  margin-top: 26px;
  margin-bottom: 26px;
}
.articles-list__item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  .articles-list__item:first-child {
    padding-top: 24px;
  }
}
.articles-list__item:first-child::before {
  display: none;
}

/**
*
* Guides List
*
**/
.guides-list {
  overflow: hidden;
}
@media only screen and (min-width: 620px) {
  .guides-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 52px;
  }
}

.guides-list__item {
  padding: 0;
  background: #ffffff;
  margin-top: 26px;
  margin-bottom: 0;
}
@media only screen and (min-width: 620px) {
  .guides-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.guides-list__item h3 {
  margin: 0 32px;
}
.guides-list__item p {
  margin: 26px 32px 0;
}
@media only screen and (min-width: 620px) {
  .guides-list__item .primary-content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.guides-list__item .secondary-content {
  position: relative;
  margin-top: 51px;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (min-width: 620px) {
  .guides-list__item .secondary-content {
    width: 100%;
  }
}
.guides-list__item .secondary-content .icon-circle {
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -21px;
  border: 2px solid #ffffff;
}
.guides-list__item .secondary-content .icon-circle i {
  font-size: 23px;
}
.guides-list__item ol {
  margin: 26px 0 0;
  padding: 52px 0 52px;
  margin-top: 0;
}
.guides-list__item::before {
  display: none;
}

/**
*
* Icon Circle
*
**/
.icon-circle,
.icon-circle--large {
  height: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.54);
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 22px;
  margin: 4px auto;
}
.icon-circle i,
.icon-circle span,
.icon-circle--large i,
.icon-circle--large span {
  position: absolute;
  line-height: 0px;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
}
.icon-circle span,
.icon-circle--large span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (min-width: 620px) {
  .icon-circle span,
  .icon-circle--large span {
    font-size: 42px;
  }
}

.icon-circle--large {
  margin-top: 0;
  margin-bottom: 0;
  padding: 26px;
  position: relative;
}
.icon-circle--large i {
  font-size: 26px;
}
@media only screen and (min-width: 620px) {
  .icon-circle--large i {
    font-size: 42px;
  }
}
@media only screen and (min-width: 620px) {
  .icon-circle--large {
    padding: 37px;
    border: 2px solid #ffffff;
  }
  a .icon-circle--large {
    padding: 38px;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.42);
    border: 1px solid;
    -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .no-touch a:hover .icon-circle--large {
    box-shadow: inset 0px 0px 0px 1px #ffffff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.icon-circle--nav {
  height: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.54);
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 13px;
  margin: 0 auto;
}
@media only screen and (min-width: 620px) {
  .icon-circle--nav {
    padding: 22px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.icon-circle--nav i {
  position: absolute;
  line-height: 1px;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 620px) {
  .icon-circle--nav i {
    font-size: 26px;
  }
}

/* HMDA Colors */
.bg--zone-1 {
  background: #f8a67e;
}

.bg--zone-2 {
  background: #95d7e1;
}

.bg--zone-3 {
  background: #8fcfae;
}

.bg--zone-4 {
  background: #fff34a;
}

.color--visit {
  color: #f8a67e;
}

.color--explore {
  color: #95d7e1;
}

.color--connect {
  color: #8fcfae;
}

.color--share {
  color: #fff34a;
}

.color--visit-secondary {
  color: #f8a67e;
  opacity: 0.5;
}

.color--explore-secondary {
  color: #95d7e1;
  opacity: 0.5;
}

.color--connect-secondary {
  color: #8fcfae;
  opacity: 0.5;
}

.color--share-secondary {
  color: #fff34a;
  opacity: 0.5;
}

body {
  background: #f5f5f6;
}

.summary-header {
  background: black;
  color: #f5f5f6;
}

.summary-header__anchors-item a {
  color: #f5f5f6;
}

.button, .button--primary, .button--secondary, .button--secondary-variation, .button--third-variation {
  text-transform: uppercase;
  border-width: 4px;
  margin-right: 5px;
}

.button:hover, .button--primary:hover, .button--secondary:hover, .button--secondary-variation:hover, .button--third-variation:hover {
  border-width: 4px;
}

.button:visited, .button--primary:visited, .button--secondary:visited, .button--secondary-variation:visited, .button--third-variation:visited {
  color: rgba(0, 0, 0, 0.54);
}

.button--primary {
  background: #f7ceba;
  border-color: #f8a67e;
  color: rgba(0, 0, 0, 0.54);
}

.button--primary:hover {
  background: #f8a67e;
  border-color: #f7ceba;
}

.button--secondary {
  background: #c5e6eb;
  border-color: #95d7e1;
  color: rgba(0, 0, 0, 0.54);
}

.button--secondary:hover {
  background: #95d7e1;
  border-color: #c5e6eb;
}

.button--secondary-variation {
  background: #c2e2d2;
  border-color: #8fcfae;
  color: rgba(0, 0, 0, 0.54);
}

.button--secondary-variation:hover {
  background: #8fcfae;
  border-color: #c2e2d2;
}

.button--third-variation {
  background: #faf4a0;
  border-color: #fff34a;
  color: rgba(0, 0, 0, 0.54);
}

.button--third-variation:hover {
  background: #fff34a;
  border-color: #faf4a0;
}

.foa {
  height: 80px;
  width: 80px;
  border-radius: 200px;
  position: relative;
  margin: 1em;
  cursor: pointer;
  border-style: solid;
  border-width: 4px;
}
.foa .icon {
  color: white;
  position: absolute;
  top: 21px;
  left: 21px;
  font-size: 30px;
}
.foa .icon-chevron-down {
  top: 28px;
}

.foa--explore {
  background: #c5e6eb;
  border-color: rgba(148, 214, 225, 0.7);
}

.foa--explore:hover {
  background: #95d7e1;
  border-color: #c5e6eb;
}

.foa--explore-alpha {
  background: rgba(148, 214, 225, 0.5);
  border-color: rgba(148, 214, 225, 0.7);
}

.foa--explore-alpha:hover {
  background: #95d7e1;
  border-color: #c5e6eb;
}

.foa--visit {
  background: #f7ceba;
  border-color: rgba(248, 165, 124, 0.7);
}

.foa--visit:hover {
  background: #f8a67e;
  border-color: #f7ceba;
}

.foa--connect {
  background: rgba(144, 208, 175, 0.7);
  border-color: #8fcfae;
}

.foa--connect:hover {
  background: #8fcfae;
  border-color: #c2e2d2;
}

.foa--share {
  display: none;
  background: rgba(255, 243, 77, 0.7);
  border-color: black;
}
.foa--share i {
  color: black;
  font-size: 3em;
}

.foa--share:hover {
  background: #fff34a;
  border-color: #faf4a0;
}

.foa--left {
  float: left;
}

.foa--right {
  float: right;
}

.foa--left i.icon.icon-chevron-left {
  font-size: 2em;
  left: 26px;
  position: absolute;
  top: 20px;
  color: white;
}

.foa--right i.icon.icon-chevron-right {
  font-size: 2em;
  left: 28px;
  position: absolute;
  top: 20px;
  color: white;
}

.button--neutral {
  background: black;
  border: 4px solid #f7ceba;
  color: #f5f5f6;
}

.button--neutral:hover {
  background: rgba(0, 0, 0, 0.54);
  border: 4px solid #f7ceba;
  color: #f5f5f6;
}

.button--neutral:visited {
  color: #f4f4f5;
}

.button--neutral-variation {
  background: black;
  border: 4px solid #c5e6eb;
  color: #f5f5f6;
}

.button--neutral-variation:hover {
  background: rgba(0, 0, 0, 0.54);
  border: 4px solid #c5e6eb;
  color: #f5f5f6;
}

.button--neutral-variation-secondary {
  background: black;
  border: 4px solid #c2e2d2;
  color: #f5f5f6;
}

.button--neutral-variation-secondary:hover {
  background: rgba(0, 0, 0, 0.54);
  border: 4px solid #c2e2d2;
  color: #f5f5f6;
}

.styleguide__color-list li {
  border-bottom: 52px solid;
  margin-bottom: 26px;
  position: relative;
}

ol > li:before {
  background: #231f20;
  color: white;
  content: counter(list);
  width: 20px;
  height: 20px;
  padding-left: 6px;
  font-weight: 600;
  border-radius: 2em;
  line-height: 1.25;
  margin-top: 4px;
  margin-left: 5px;
}

.list-zone-1 li:before {
  color: black;
  background: #f8a67e;
}

.list-zone-2 li:before {
  color: black;
  background: #95d7e1;
}

.list-zone-3 li:before {
  color: black;
  background: #8fcfae;
}

.list-zone-4 li:before {
  color: black;
  background: #fff34a;
}

a {
  color: #44b8ca;
}

a:hover {
  color: #95d7e1;
}

.cta--primary {
  color: #44b8ca;
}

.cta--secondary {
  color: #44b8ca;
}

li {
  font-size: medium;
}

.icon {
  color: black;
}

.fa {
  color: black;
}

ul.icons li {
  float: left;
  margin-right: 20px;
  padding-left: 0;
}
ul.icons li:before {
  display: none;
}
ul.icons li i {
  margin-bottom: -8px;
}
ul.icons .fa {
  font-size: 18px;
  margin-right: 5px;
}

hr {
  border: 0;
  border-top: 3px solid #e0e0e0;
}

h3.section-header {
  display: inline-block;
  background: #8fcfae;
  color: white;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}

.museum-container p {
  margin-top: 0.5em;
  padding-top: 0.5em;
  padding-right: 2em;
}

.museum-header img {
  width: 100%;
}

.museum-header__flags {
  color: white;
  margin-top: -100px;
  position: relative;
}
.museum-header__flags h3 {
  display: inline-block;
  background: #f8a67e;
  margin-bottom: 10px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.museum-header__flags h2 {
  display: block;
  background: #95d7e1;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.museum-featured-event {
  margin-bottom: 1em;
}
.museum-featured-event h4 {
  display: inline-block;
  background: #f8a67e;
  margin-bottom: 10px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.museum-featured-event .event-featured-image {
  overflow: hidden;
  border-width: 4px;
  border-style: solid;
  border-color: #A1A1A1;
}
.museum-featured-event img {
  width: 100%;
}
.museum-featured-event .button-container {
  text-align: left;
}

.event-content-info h2 {
  padding: 0px;
  margin: 5px 0 5px 0;
  line-height: 1em;
  font-size: 2em;
  margin-bottom: 1em;
  text-transform:uppercase;
}
.event-content-info h3 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
}
.event-content-info h5 {
  display: inline-block;
  background: black;
  color: white;
  padding: 5px 40px 5px 40px;
  margin: 0;
  margin-top: 1em;
  margin-bottom: -0.5em;
}
.event-content-info p {
  margin: 1em 0 1em 0;
  padding-top: 0;
}

.infoBlock {
  margin: 0.5em 0 1em 0;
}
.infoBlock h3 {
  background: #8fcfae;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  margin: 0 0 0 0;
  display: inline-block;
  font-weight: 600;
  color: white;
}
.infoBlock ul {
  margin: 1em 0 1em 0;
  padding: 0;
}

.museum-secondary-events {
  position: relative;
  padding-bottom: 5.5em;
}
.museum-secondary-events .foa.foa--left.foa--visit {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  margin-left: -40px;
}

.museum-secondary-event {
  position: relative;
  height: 340px;
  background: black;
  margin-bottom: 1em;
  border-width: 4px;
  border-style: solid;
  border-color: #A1A1A1;
  overflow: hidden;
}
.museum-secondary-event img {
  width: 100%;
  opacity: 0.5;
}
.museum-secondary-event .event-featured-image {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.museum-secondary-event .event-featured-content {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
}
.museum-secondary-event .event-content-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
.museum-secondary-event .event-content-info p {
  margin: 0;
}
.museum-secondary-event .museum-flag {
  position: absolute;
  top: 10px;
  right: 0px;
  height: 45px;
}
.museum-secondary-event .museum-flag p {
  padding: 0.3125em 0.625em;
}
.museum-secondary-event .museum-flag a {
  color: black;
  font-weight: 300;
  text-decoration: none;
}
.museum-secondary-event .museum-flag a:hover {
  text-decoration: underline;
}

#eventSortingContainer .museum-secondary-event {
  width: 100%;
}

.museum-experience-gallery {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  border: 4px solid #A1A1A1;
}
.museum-experience-gallery img {
  width: 100%;
}
.museum-experience-gallery .foa {
  position: absolute;
  top: 40%;
  z-index: 110;
}
.museum-experience-gallery .foa.cycle-prev {
  left: 0px;
}
.museum-experience-gallery .foa.cycle-next {
  right: 0px;
}
.museum-experience-gallery .slide {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  z-index: 90;
}
.museum-experience-gallery .slide .caption {
  position: absolute;
  margin: 0px;
  padding: 0px;
  bottom: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.25em 1em 0.25em 1em;
}
.museum-experience-gallery .slide .caption p {
  padding: 0;
  margin: 0;
}
.museum-experience-gallery .slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.gallery-ui {
  position: absolute;
  top: 0;
  height: 99%;
  width: 100%;
  display: block;
  border-width: 4px;
  border-style: solid;
  border-color: #A1A1A1;
}
.gallery-ui .caption {
  position: absolute;
  bottom: 1em;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.25em 1em 0.25em 1em;
}
.gallery-ui .caption p {
  padding: 0;
  margin: 0;
}
.gallery-ui .foa {
  top: 40%;
}

.museum-card {
  line-height: 0;
  margin-bottom: 0.5em;
  border: 5px solid #c5e6eb;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 200px;
  background: black;
}
.museum-card .museum-img {
  overflow: hidden;
}
.museum-card .museum-titler {
  line-height: 1em;
  font-size: 1em;
  display: block;
  background: #95d7e1;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.museum-card:hover {
  border: 5px solid #95d7e1;
}

.contact-form {
  overflow: auto;
  padding: 1em;
}
.contact-form p {
  margin-bottom: 1em;
}
.contact-form form {
  width: 95%;
}
.contact-form input[type="text"] {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em;
  border: 3px solid #c5e6eb;
}
.contact-form span {
  margin-right: 0.25em;
}
.contact-form .button, .contact-form .button--primary, .contact-form .button--secondary, .contact-form .button--secondary-variation, .contact-form .button--third-variation {
  float: right;
}

.event-header img {
  width: 100%;
}
.event-header .event-header__flags {
  color: white;
  margin-top: -180px;
  position: relative;
}
.event-header .event-header__flags.no-image {
  margin-top: 0px;
}
.event-header .event-header__flags h4 {
  display: inline-block;
  background: black;
  margin-bottom: 10px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.event-header .event-header__flags h3 {
  display: inline-block;
  background: #f8a67e;
  margin-bottom: 10px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.event-header .event-header__flags h3 a {
  text-decoration: none;
  color: white;
}
.event-header .event-header__flags h3 a:hover {
  text-decoration: none;
  color: white;
}
.event-header .event-header__flags h2 {
  display: block;
  background: #95d7e1;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.event-description .event-intro {
  margin-bottom: 2em;
  margin-bottom: 2em;
}
.event-description .infoBlock p {
  padding-right: 2em;
}

.home-museum-card {
  position: relative;
}
.home-museum-card .museum-img {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.home-museum-card .museum-img.full {
  width: 100%;
}
.home-museum-card .event-list {
  width: 40%;
  height: 98%;
  display: block;
  top: 0;
  position: absolute;
  right: 0;
}
.home-museum-card .event {
  background: rgba(0, 0, 0, 0.5);
  float: right;
  height: 45%;
  width: 100%;
  border-left: 3px solid black;
  border-bottom: 3px solid black;
  padding: 1em;
  color: white;
  overflow: hidden;
  position: relative;
}
.home-museum-card .event h4 {
  padding-top: 0;
  position: relative;
  z-index: 1;
  font-size: 1em;
  font-weight: 100;
}
.home-museum-card .event .small {
  line-height: 1em;
  font-weight: 600;
}
.home-museum-card .event img {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
}

.museum-card-single .event {
  height: 100%;
  min-width: 175px;
}

.museum-card-empty .museum-img {
  width: 100%;
}

/**
*
* Themed styles
*
**/
.theme--multi-device-layouts .themed {
  color: #297ea9;
}
.theme--introduction-to-media .themed {
  color: #cf423a;
}
.theme--user-input .themed {
  color: #2c8566;
}
.theme--performance .themed {
  color: #7b5294;
}

.theme--multi-device-layouts .themed--background, .theme--multi-device-layouts .themed--background.next-lessons::before {
  background-color: #297ea9;
}
.theme--introduction-to-media .themed--background, .theme--introduction-to-media .themed--background.next-lessons::before {
  background-color: #cf423a;
}
.theme--user-input .themed--background, .theme--user-input .themed--background.next-lessons::before {
  background-color: #2c8566;
}
.theme--performance .themed--background, .theme--performance .themed--background.next-lessons::before {
  background-color: #7b5294;
}

.theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9;
}
.theme--introduction-to-media .themed--hover:hover {
  color: #cf423a;
}
.theme--user-input .themed--hover:hover {
  color: #2c8566;
}
.theme--performance .themed--hover:hover {
  color: #7b5294;
}

.theme--multi-device-layouts .themed--hover-secondary:hover {
  color: #89c4e2;
}
.theme--introduction-to-media .themed--hover-secondary:hover {
  color: #edb8b5;
}
.theme--user-input .themed--hover-secondary:hover {
  color: #78d2b3;
}
.theme--performance .themed--hover-secondary:hover {
  color: #c4add2;
}

.article--multi-device-layouts .article-container h1, .article--multi-device-layouts
.article-container h2 {
  color: #297ea9;
}
.article--introduction-to-media .article-container h1, .article--introduction-to-media
.article-container h2 {
  color: #cf423a;
}
.article--user-input .article-container h1, .article--user-input
.article-container h2 {
  color: #2c8566;
}
.article--performance .article-container h1, .article--performance
.article-container h2 {
  color: #7b5294;
}

.nav-theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9;
}
.nav-theme--introduction-to-media .themed--hover:hover {
  color: #cf423a;
}
.nav-theme--user-input .themed--hover:hover {
  color: #2c8566;
}
.nav-theme--performance .themed--hover:hover {
  color: #7b5294;
}

.nav-theme--multi-device-layouts .themed {
  color: #297ea9;
}
.nav-theme--introduction-to-media .themed {
  color: #cf423a;
}
.nav-theme--user-input .themed {
  color: #2c8566;
}
.nav-theme--performance .themed {
  color: #7b5294;
}

.nav-theme--multi-device-layouts .themed--background {
  background-color: #297ea9;
}
.nav-theme--introduction-to-media .themed--background {
  background-color: #cf423a;
}
.nav-theme--user-input .themed--background {
  background-color: #2c8566;
}
.nav-theme--performance .themed--background {
  background-color: #7b5294;
}

/**
*
* Helper
*
**/
.clear::before, .clear::after {
  content: '';
  display: table;
}
.clear::after {
  clear: both;
}

/*==========  COLORS  ==========*/
.color--blue {
  color: #3372df;
}

.color--red {
  color: #cb4437;
}

.color--green {
  color: #0f9d58;
}

.color--yellow {
  color: #f4b400;
}

.color--blue-secondary {
  color: #b7cdf4;
}

.color--red-secondary {
  color: #ebb6b0;
}

.color--green-secondary {
  color: #56efa5;
}

.color--yellow-secondary {
  color: #ffd45b;
}

.color--gray-background {
  color: #f0f0f0;
}

.color--gray-keyline {
  color: #e0e0e0;
}

.color--gray {
  color: rgba(0, 0, 0, 0.54);
}

.color--gray-dark {
  color: rgba(0, 0, 0, 0.87);
}

.color--text {
  color: #404040;
}

.color--highlight {
  color: #3372df;
}

.color--warning {
  color: #ffd45b;
}

.color--danger {
  color: #cb4437;
}

.color--muted {
  color: #737373;
}

.color--remember {
  color: #09829a;
}

.color--learning {
  color: #da2e75;
}

.color--layouts {
  color: #297ea9;
}

.color--user {
  color: #2c8566;
}

.color--media {
  color: #cf423a;
}

.color--performance {
  color: #7b5294;
}

.color--layouts-secondary {
  color: #89c4e2;
}

.color--user-secondary {
  color: #78d2b3;
}

.color--media-secondary {
  color: #edb8b5;
}

.color--performance-secondary {
  color: #c4add2;
}

/*==========  TEXT DIVIDER  ==========*/
.text-divider {
  position: relative;
  margin-bottom: 26px;
}
.text-divider::after {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 1px;
  box-shadow: 0 1px 0 0 #e0e0e0;
  left: 30%;
  bottom: -13px;
}
.text-divider.xlarge {
  margin-bottom: 52px;
}
.text-divider.xlarge::after {
  bottom: -26px;
}
.text-divider.xxlarge {
  margin-bottom: 78px;
}
.text-divider.xxlarge::after {
  bottom: -39px;
}
.text-divider.huge {
  margin-bottom: 78px;
}
.text-divider.huge::after {
  bottom: -39px;
}

/*==========  GENERIC  ==========*/
.centered {
  text-align: center;
}

/*==========  TAG  ==========*/
.tag {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.tag:hover {
  color: rgba(0, 0, 0, 0.87);
}
.tag::before {
  content: '# ';
  display: inline-block;
}
