@charset "UTF-8";
/* Themes
================================================== */
/* 1. Vendors & Libraries
================================================== */
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* 2. Config
================================================== */
/* Variables
================================================== */
/* Colours
-------------------------------------------------- */
/* Image path
-------------------------------------------------- */
/* Tile patterns
-------------------------------------------------- */
/* Type
-------------------------------------------------- */
/* Borders
-------------------------------------------------- */
/* Overlays
-------------------------------------------------- */
/* Spacing
-------------------------------------------------- */
/* Proportional Spacing
-------------------------------------------------- */
/* Transitions
-------------------------------------------------- */
/* Neat Grid
-------------------------------------------------- */
/* Functions
================================================== */
/* Mixins
================================================== */
.global-newsletter:before, .prose-cta:before, .banner + .prose-splash:after, .prose-splash .prose-image:before {
  -webkit-mask: url("../media//edge-tile.svg");
  mask: url("../media//edge-tile.svg");
  position: absolute;
  content: '';
  z-index: 9;
  right: 0;
  left: 0;
}

/* Placeholders
================================================== */
.card-image, .update-image img, .gallery-grid > a > img, figure img, .banner-image img {
  max-width: 100%;
  display: block;
  height: auto;
}

.contact-avatar, .banner-avatar img {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Breakpoints
================================================== */
/* no max */
/* Breakpoint debugging
-------------------------------------------------- */
body.debug:after {
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  background-color: rgba(211, 211, 211, 0.9);
  content: 'Default';
  font-weight: bold;
  padding: 5px 10px;
  position: fixed;
  color: #111;
  left: 0;
  top: 0;
}

@media (max-width: 479px) {
  body.debug:after {
    content: 'Tiny';
  }
}

@media (min-width: 480px) and (max-width: 639px) {
  body.debug:after {
    content: 'Extra small';
  }
}

@media (min-width: 640px) and (max-width: 799px) {
  body.debug:after {
    content: 'Small';
  }
}

@media (min-width: 800px) and (max-width: 959px) {
  body.debug:after {
    content: 'Medium';
  }
}

@media (min-width: 960px) and (max-width: 1119px) {
  body.debug:after {
    content: 'Large';
  }
}

@media (min-width: 1120px) and (max-width: 1279px) {
  body.debug:after {
    content: 'Extra large';
  }
}

@media (min-width: 1280px) {
  body.debug:after {
    content: 'Giant';
  }
}

/* 3. Base
================================================== */
/* Normalize
================================================== */
/* HTML5 display definitions
-------------------------------------------------- */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
*/
[hidden] {
  display: none;
}

/* Base
-------------------------------------------------- */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* Addresses margins handled incorrectly in IE6/7 */
body {
  margin: 0;
}

/* Links
-------------------------------------------------- */
/* Addresses outline displayed oddly in Chrome */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
*/
a:hover,
a:active {
  outline: 0;
}

/* Typography
-------------------------------------------------- */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title] {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

/* Addresses styling not present in S5, Chrome */
dfn {
  font-style: italic;
}

/* Addresses styling not present in IE6/7/8/9 */
mark {
  background: #ff0;
  color: #000;
}

/* Addresses margins set differently in IE6/7 */
p,
pre {
  margin: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
*/
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists
-------------------------------------------------- */
/* Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/* Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
  padding: 0;
}

/* Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
-------------------------------------------------- */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}

/* Figures
-------------------------------------------------- */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
  margin: 0;
}

/* Forms
-------------------------------------------------- */
/* Corrects margin displayed oddly in IE6/7 */
form {
  margin: 0;
}

/* Define consistent border, margin, and padding */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/* Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* Typography Settings
================================================== */
/* Modular Scale
-------------------------------------------------- */
/* Font Face
-------------------------------------------------- */
.section-header--title h2, .card-block > h2, .banner-text .lead, .logo-text span, article .prose-block .prose-content blockquote:before, body {
  font-weight: 400;
}

.prose-list dd, .aside-grandparent, em,
i {
  font-weight: 400;
  font-style: italic;
}

.month-year, .listings--url, .filter-datepicker--button, #select-month, .filter-overflow--item, .filter--dropdown select, .card-status, .prose-list dt, .event-status, .banner-avatar p, .dropdown > li > a, .nav-primary > li > a,
.nav-secondary > li > a, .control-label, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.footer-contact-list a, .footer-quicklinks ul li a, .global-newsletter h2, .card-title, .update-item h2, .update-text h2, .highlight-card .card-text h2, .crosslink-card h2, .prose-gallery h3, .prose-cta > h2, .prose-list h3, .event-info-block h2, .banner-text .bright-button, .banner-text .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .global-newsletter #mc_embed_signup .banner-text #mc-embedded-subscribe, .banner-text .download-button, .banner-text .load-button, .banner-text h1, .aside-parent, .aside-nav > li > a:not(.aside-grandparent), .aside-nav-toggle, .modal-gallery h3, .bright-button:after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:after, .load-button:after, .download-button:after, dl dt, strong,
b, h1 {
  font-weight: 900;
}

/* Placeholders
-------------------------------------------------- */
.month-year, .footer-quicklinks ul li a, .card-status, .card-time,
.card-meta,
.card-location, .update-meta, .prose-gallery h2,
.prose-gallery h3, .prose-list dt, .prose-list h3, .event-info-block h2, .event-status, .banner-text h1 b, .nav-primary > li > a,
.nav-secondary > li > a, .nav-logo, .aside-parent, .aside-nav-toggle, .modal-gallery h3, .load-button, .no-results, .twitter-feed h2, .prose-social--links h2, .prose-list h2 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-header--title h2, .card-block > h2, .prose-block .prose-break p, .prose-content h1 {
  font-size: 1.63047361em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .section-header--title h2, .card-block > h2, .prose-block .prose-break p, .prose-content h1 {
    font-size: calc( 1.63047361em + 0.18016575 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .section-header--title h2, .card-block > h2, .prose-block .prose-break p, .prose-content h1 {
    font-size: calc( 1.81063936em + 0.19469985 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .section-header--title h2, .card-block > h2, .prose-block .prose-break p, .prose-content h1 {
    font-size: 2.00533921em;
  }
}

.global-newsletter h2, .prose-content h2 {
  font-size: 1.442897em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .global-newsletter h2, .prose-content h2 {
    font-size: calc( 1.442897em + 0.117999 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .global-newsletter h2, .prose-content h2 {
    font-size: calc( 1.560896em + 0.124263 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .global-newsletter h2, .prose-content h2 {
    font-size: 1.685159em;
  }
}

.two-cols .card-title, .highlight-card .card-text h2, .prose-cta > h2, .prose-content h3 {
  font-size: 1.2769em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .two-cols .card-title, .highlight-card .card-text h2, .prose-cta > h2, .prose-content h3 {
    font-size: calc( 1.2769em + 0.0687 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .two-cols .card-title, .highlight-card .card-text h2, .prose-cta > h2, .prose-content h3 {
    font-size: calc( 1.3456em + 0.0705 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .two-cols .card-title, .highlight-card .card-text h2, .prose-cta > h2, .prose-content h3 {
    font-size: 1.4161em;
  }
}

.listings--item h4, .three-cols .card-title, .update-text h2, .prose-content h4 {
  font-size: 1.13em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .listings--item h4, .three-cols .card-title, .update-text h2, .prose-content h4 {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .listings--item h4, .three-cols .card-title, .update-text h2, .prose-content h4 {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .listings--item h4, .three-cols .card-title, .update-text h2, .prose-content h4 {
    font-size: 1.19em;
  }
}

.update-item h2, .crosslink-card h2, .prose-list h3, .prose-content h5 {
  font-size: 1em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .update-item h2, .crosslink-card h2, .prose-list h3, .prose-content h5 {
    font-size: calc( 1em + 0 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .update-item h2, .crosslink-card h2, .prose-list h3, .prose-content h5 {
    font-size: calc( 1em + 0 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .update-item h2, .crosslink-card h2, .prose-list h3, .prose-content h5 {
    font-size: 1em;
  }
}

.prose-social--links h2, .prose-gallery h2,
.prose-gallery h3, .prose-content h6 {
  font-size: 0.8849557522em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .prose-social--links h2, .prose-gallery h2,
.prose-gallery h3, .prose-content h6 {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .prose-social--links h2, .prose-gallery h2,
.prose-gallery h3, .prose-content h6 {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .prose-social--links h2, .prose-gallery h2,
.prose-gallery h3, .prose-content h6 {
    font-size: 0.8403361345em;
  }
}

.footer-contact-list a, .footer-quicklinks ul li a, .card-title, .crosslink-card h2 {
  border-bottom: 1px solid rgba(224, 46, 34, 0.8);
  text-decoration: none;
}

.footer-contact-list a:hover, .footer-quicklinks ul li a:hover, .card-title:hover, .crosslink-card h2:hover {
  color: #111111;
  border-bottom-color: rgba(17, 17, 17, 0.8);
}

.footer-contact-list a:active, .footer-quicklinks ul li a:active, .card-title:active, .crosslink-card h2:active {
  border-bottom: rgba(17, 17, 17, 0.8);
}

.twitter-feed h2, .prose-social--links h2, .prose-gallery h2, .prose-list h2 {
  padding: 0.375rem 0.75rem;
  font-size: 0.8849557522em;
  background-color: #111111;
  display: inline-block;
  color: #FFFFFF;
  line-height: 1;
}

@media (min-width: 25em) and (max-width: 50em) {
  .twitter-feed h2, .prose-social--links h2, .prose-gallery h2, .prose-list h2 {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .twitter-feed h2, .prose-social--links h2, .prose-gallery h2, .prose-list h2 {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .twitter-feed h2, .prose-social--links h2, .prose-gallery h2, .prose-list h2 {
    font-size: 0.8403361345em;
  }
}

/* Global styles
-------------------------------------------------- */
body {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  position: relative;
  font-size: 100%;
}

::-moz-selection {
  background: #343184;
  text-shadow: none;
  color: #FFFFFF;
}

::selection {
  background: #343184;
  text-shadow: none;
  color: #FFFFFF;
}

::-moz-selection {
  background: #343184;
  text-shadow: none;
  color: #FFFFFF;
}

::-webkit-selection {
  background: #343184;
  text-shadow: none;
  color: #FFFFFF;
}

.no-results {
  display: block;
  text-align: center;
  width: 100%;
  padding: 5% 0 0;
  color: #E02E22;
}

a {
  color: #E02E22;
}

a:focus {
  outline: 1px dotted #076CB0;
}

a:hover {
  color: #111111;
}

a:visited, a:hover {
  transition: color 0.25s ease;
}

a:active {
  color: #111111;
  transition: color 0.25s ease;
}

p {
  margin: 0 0 0.75rem;
}

.lead {
  font-size: 1.13em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .lead {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .lead {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .lead {
    font-size: 1.19em;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

sub,
sup {
  padding: 0 2px;
  font-weight: bolder;
}

small {
  font-size: 0.8849557522em;
}

@media (min-width: 25em) and (max-width: 50em) {
  small {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  small {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  small {
    font-size: 0.8403361345em;
  }
}

mark {
  background-color: #EAB129;
}

s,
del {
  color: #E02E22;
}

address {
  font-style: normal;
}

pre {
  margin: 0 0 1.5rem 0;
}

code,
kbd,
samp,
var {
  font-weight: bolder;
  color: #343184;
}

ul,
ol {
  margin: 0 1.5rem 1.5rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0 1rem;
}

blockquote {
  font-size: 1.13em;
  margin: 3rem 0;
  padding: 0 1.5rem;
  position: relative;
}

@media (min-width: 25em) and (max-width: 50em) {
  blockquote {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  blockquote {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  blockquote {
    font-size: 1.19em;
  }
}

article .prose-block .prose-content blockquote:before {
  color: #E02E22;
  content: open-quote;
  position: absolute;
  font-size: 45px;
  top: -10px;
  left: 0;
}

blockquote p {
  margin: 0 0 0.75rem;
}

blockquote small {
  margin: 0.75rem 0 0;
  display: block;
}

hr {
  height: 0;
  border: none;
  margin: 3rem 0;
  background: transparent;
  border-top: 2px dotted #E6E6E6;
}

dl {
  margin: 0 0 1.5rem 0;
}

dl dd + dt {
  margin-top: 0.75rem;
}

/* Warnings
================================================== */
#oldbrowser span,
noscript span {
  background-color: rgba(139, 0, 0, 0.9);
  text-align: center;
  position: fixed;
  display: block;
  color: white;
  padding: 1em;
  width: 100%;
  top: 0;
  z-index: 999;
}

#oldbrowser span a,
noscript span a {
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
}

/* Buttons
================================================== */
.bright-button, .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .load-button, .download-button {
  font-family: "Lato", sans-serif;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  line-height: 1.2;
  padding: 0.75rem 1rem;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  margin: 3px 0 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: 0;
}

.bright-button:after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:after, .load-button:after, .download-button:after {
  transition: all 0.25s ease;
  margin-left: 0.75rem;
  opacity: 0.5;
}

.bright-button:not(.download-button):not(.load-button):after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(.download-button):not(.load-button):after, .load-button:not(.download-button):not(.load-button):after, .download-button:not(.download-button):not(.load-button):after {
  content: '→';
}

.bright-button[href*="//"]:not([href*="#"]):not([href*="demo-aberdeeninspired.hampton.associates"]):not([href*="aberdeeninspired.com"]):after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe[href*="//"]:not([href*="#"]):not([href*="demo-aberdeeninspired.hampton.associates"]):not([href*="aberdeeninspired.com"]):after, .load-button[href*="//"]:not([href*="#"]):not([href*="demo-aberdeeninspired.hampton.associates"]):not([href*="aberdeeninspired.com"]):after, .download-button[href*="//"]:not([href*="#"]):not([href*="demo-aberdeeninspired.hampton.associates"]):not([href*="aberdeeninspired.com"]):after {
  content: '⇲';
}

.bright-button:focus, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:focus, .load-button:focus, .download-button:focus {
  background-color: #cc281d;
  outline: 1px dotted #076CB0;
}

.bright-button:focus:after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:focus:after, .load-button:focus:after, .download-button:focus:after {
  opacity: 1;
}

.bright-button:disabled, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:disabled, .load-button:disabled, .download-button:disabled {
  opacity: 0.25;
  box-shadow: none;
  cursor: not-allowed;
  background-color: #535353;
}

.bright-button:not(:disabled), .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(:disabled), .load-button:not(:disabled), .download-button:not(:disabled) {
  cursor: pointer;
}

.bright-button:not(:disabled):active, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(:disabled):active, .load-button:not(:disabled):active, .download-button:not(:disabled):active {
  background-color: #cc281d;
}

.bright-button:not(:disabled):active:after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(:disabled):active:after, .load-button:not(:disabled):active:after, .download-button:not(:disabled):active:after {
  opacity: 1;
}

.bright-button:not(:disabled):active:focus, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(:disabled):active:focus, .load-button:not(:disabled):active:focus, .download-button:not(:disabled):active:focus {
  box-shadow: none !important;
  position: relative;
  top: 2px;
}

.bright-button:hover:not(:disabled):not(.disabled), .global-newsletter #mc_embed_signup #mc-embedded-subscribe:hover:not(:disabled):not(.disabled), .load-button:hover:not(:disabled):not(.disabled), .download-button:hover:not(:disabled):not(.disabled) {
  outline: 0;
  color: #FFFFFF;
  border: 1px solid transparent;
  background-color: #cc281d;
}

.bright-button:hover:not(:disabled):not(.disabled):after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:hover:not(:disabled):not(.disabled):after, .load-button:hover:not(:disabled):not(.disabled):after, .download-button:hover:not(:disabled):not(.disabled):after {
  opacity: 1;
}

.bright-button, .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .load-button, .download-button {
  background-color: #E02E22;
  color: #FFFFFF;
}

.download-button:after {
  content: '↓';
}

.load-button {
  margin-bottom: calc(0.75rem + 2.5vw);
  margin-top: calc(0.75rem + 2.5vw);
  max-width: 57rem;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 3rem);
  display: block;
}

.load-button:after {
  content: '+';
}

/* Sprites
================================================== */
[class*="-icon"] {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  content: ' ';
}

.search-icon {
  background-image: url("../media/sprite.svg");
  background-position: 0 50px;
  background-size: 500px 250px;
}

.js-close {
  background-image: url("../media/sprite.svg");
  background-position: -100px -50px;
  background-size: 500px 250px;
}

.time-icon, .card-time:before,
.ticket-icon,
.location-icon,
.card-location:before,
.contact-icon {
  display: inline-block;
  margin-right: 3px;
  height: 14px;
  width: 14px;
  content: '';
}

.time-icon, .card-time:before {
  background-image: url("../media/sprite.svg");
  background-position: -219px -16px;
  background-size: 500px 250px;
}

.ticket-icon {
  background-image: url("../media/sprite.svg");
  background-position: -369px -16px;
  background-size: 500px 250px;
}

.location-icon, .card-location:before {
  background-image: url("../media/sprite.svg");
  background-position: -269px -16px;
  background-size: 500px 250px;
}

.contact-icon {
  background-image: url("../media/sprite.svg");
  background-position: -269px -65px;
  background-size: 500px 250px;
}

.filter-icon {
  background-image: url("../media/sprite.svg");
  background-position: -318px -15px;
  background-size: 500px 250px;
  line-height: 1;
  width: 14px;
}

.social-icon, .instagram-grid a:after {
  height: 50px;
  width: 50px;
}

.social-icon--small {
  height: 25px;
  width: 25px;
}

.facebook-icon {
  background-image: url("../media/sprite.svg");
  background-position: 0 50px;
  background-size: 500px 250px;
}

.facebook-icon--white {
  background-image: url("../media/sprite.svg");
  background-position: 0 100px;
  background-size: 500px 250px;
}

.facebook-icon.social-icon--small {
  background-image: url("../media/sprite.svg");
  background-position: 0 50px;
  background-size: 250px 125px;
}

.twitter-icon {
  background-image: url("../media/sprite.svg");
  background-position: -50px 50px;
  background-size: 500px 250px;
}

.twitter-icon--white {
  background-image: url("../media/sprite.svg");
  background-position: -50px 100px;
  background-size: 500px 250px;
}

.twitter-icon.social-icon--small {
  background-image: url("../media/sprite.svg");
  background-position: -25px 50px;
  background-size: 250px 125px;
}

.instagram-icon {
  background-image: url("../media/sprite.svg");
  background-position: -200px 50px;
  background-size: 500px 250px;
}

.instagram-icon--white {
  background-image: url("../media/sprite.svg");
  background-position: -200px 100px;
  background-size: 500px 250px;
}

.instagram-icon.social-icon--small {
  background-image: url("../media/sprite.svg");
  background-position: -100px 50px;
  background-size: 250px 125px;
}

.linkedin-icon {
  background-image: url("../media/sprite.svg");
  background-position: -200px 50px;
  background-size: 500px 250px;
}

.linkedin-icon--white {
  background-image: url("../media/sprite.svg");
  background-position: -100px 100px;
  background-size: 500px 250px;
}

.linkedin-icon.social-icon--small {
  background-image: url("../media/sprite.svg");
  background-position: -50px 50px;
  background-size: 250px 125px;
}

.linkedin-icon {
  background-image: url("../media/sprite.svg");
  background-position: -100px 50px;
  background-size: 500px 250px;
}

.youtube-icon {
  background-image: url("../media/sprite.svg");
  background-position: -150px 50px;
  background-size: 500px 250px;
}

.pinterest-icon {
  background-image: url("../media/sprite.svg");
  background-position: -250px 50px;
  background-size: 500px 250px;
}

.skype-icon {
  background-image: url("../media/sprite.svg");
  background-position: -300px 50px;
  background-size: 500px 250px;
}

.googleplus-icon {
  background-image: url("../media/sprite.svg");
  background-position: -350px 50px;
  background-size: 500px 250px;
}

.vimeo-icon {
  background-image: url("../media/sprite.svg");
  background-position: -400px 50px;
  background-size: 500px 250px;
}

/* Forms
================================================== */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375rem;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

label input, label textarea {
  margin-top: 0.375rem;
}

input,
select,
textarea {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #111111;
  border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(17, 17, 17, 0.2);
  box-sizing: border-box;
  padding: 0.5rem;
  transition: border-color 0.25s 0.25s;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #0e0e0e;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #E02E22;
  box-shadow: inset 1px 1px 1px rgba(17, 17, 17, 0.2), 0 0 5px rgba(224, 46, 34, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 2px solid #111111;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}

[type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #707070;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #707070;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #707070;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375rem;
}

[type="file"] {
  margin-bottom: 0.75rem;
  width: 100%;
}

select {
  margin-bottom: 0.75rem;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 1px dotted #076CB0;
  outline-offset: 1px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.control-label {
  margin: 0 0 0.1875rem 0;
}

.help-block {
  margin-bottom: 0.75rem;
  color: #E02E22;
}

.alert {
  background-color: #f3f3f3;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin: 0.75rem 0;
  padding: 1.5rem;
  color: #111111;
}

.alert p:last-child {
  margin-bottom: 0;
}

.alert.success {
  background-color: #f2f9f2;
  border-color: #e6f2e6;
  margin: 0.75rem 0;
  padding: 1.5rem;
  color: green;
}

/* Animation
================================================== */
/* Hides lazyloaded images - shows noscript image */
.no-js img.lazyload {
  display: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* Magnific Popup - zoom animation */
mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* frames */
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.modal-gallery {
  position: relative;
  background: white;
  padding: calc(3vh + 1em);
  text-align: left;
  max-width: 540px;
  margin: 40px auto;
  border-radius: 3px;
}

.modal-gallery img {
  margin: 0 auto;
}

.modal-gallery h3 {
  display: block;
  padding-top: 1em;
  text-align: center;
}

.modal-gallery .contact-role {
  display: block;
  text-align: center;
  padding-bottom: 1em;
}

.modal-gallery .contact-avatar {
  width: 30%;
}

/* 1. Import default settings
================================================== */
/* 1. Vendors & Libraries
================================================== */
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* 2. Config
================================================== */
/* Variables
================================================== */
/* Colours
-------------------------------------------------- */
/* Image path
-------------------------------------------------- */
/* Tile patterns
-------------------------------------------------- */
/* Type
-------------------------------------------------- */
/* Borders
-------------------------------------------------- */
/* Overlays
-------------------------------------------------- */
/* Spacing
-------------------------------------------------- */
/* Proportional Spacing
-------------------------------------------------- */
/* Transitions
-------------------------------------------------- */
/* Neat Grid
-------------------------------------------------- */
/* Functions
================================================== */
/* Mixins
================================================== */
.global-newsletter:before, .prose-cta:before, .banner + .prose-splash:after, .prose-splash .prose-image:before {
  -webkit-mask: url("../../media/edge-tile.svg");
  mask: url("../../media/edge-tile.svg");
  position: absolute;
  content: '';
  z-index: 9;
  right: 0;
  left: 0;
}

/* Placeholders
================================================== */
.card-image, .update-image img, .gallery-grid > a > img, figure img, .banner-image img {
  max-width: 100%;
  display: block;
  height: auto;
}

.contact-avatar, .banner-avatar img {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Breakpoints
================================================== */
/* no max */
/* Breakpoint debugging
-------------------------------------------------- */
body.debug:after {
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  background-color: rgba(211, 211, 211, 0.9);
  content: 'Default';
  font-weight: bold;
  padding: 5px 10px;
  position: fixed;
  color: #111;
  left: 0;
  top: 0;
}

@media (max-width: 479px) {
  body.debug:after {
    content: 'Tiny';
  }
}

@media (min-width: 480px) and (max-width: 639px) {
  body.debug:after {
    content: 'Extra small';
  }
}

@media (min-width: 640px) and (max-width: 799px) {
  body.debug:after {
    content: 'Small';
  }
}

@media (min-width: 800px) and (max-width: 959px) {
  body.debug:after {
    content: 'Medium';
  }
}

@media (min-width: 960px) and (max-width: 1119px) {
  body.debug:after {
    content: 'Large';
  }
}

@media (min-width: 1120px) and (max-width: 1279px) {
  body.debug:after {
    content: 'Extra large';
  }
}

@media (min-width: 1280px) {
  body.debug:after {
    content: 'Giant';
  }
}

/* 3. Base
================================================== */
/* Normalize
================================================== */
/* HTML5 display definitions
-------------------------------------------------- */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
*/
[hidden] {
  display: none;
}

/* Base
-------------------------------------------------- */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* Addresses margins handled incorrectly in IE6/7 */
body {
  margin: 0;
}

/* Links
-------------------------------------------------- */
/* Addresses outline displayed oddly in Chrome */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
*/
a:hover,
a:active {
  outline: 0;
}

/* Typography
-------------------------------------------------- */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title] {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

/* Addresses styling not present in S5, Chrome */
dfn {
  font-style: italic;
}

/* Addresses styling not present in IE6/7/8/9 */
mark {
  background: #ff0;
  color: #000;
}

/* Addresses margins set differently in IE6/7 */
p,
pre {
  margin: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
*/
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lists
-------------------------------------------------- */
/* Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/* Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
  padding: 0;
}

/* Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
-------------------------------------------------- */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}

/* Figures
-------------------------------------------------- */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
  margin: 0;
}

/* Forms
-------------------------------------------------- */
/* Corrects margin displayed oddly in IE6/7 */
form {
  margin: 0;
}

/* Define consistent border, margin, and padding */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/* Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* Typography Settings
================================================== */
/* Modular Scale
-------------------------------------------------- */
/* Font Face
-------------------------------------------------- */
.section-header--title h2, .card-block > h2, .banner-text .lead, .logo-text span, body, article .prose-block .prose-content blockquote:before {
  font-weight: 400;
}

.prose-list dd, .aside-grandparent, em,
i {
  font-weight: 400;
  font-style: italic;
}

.month-year, .listings--url, .filter-datepicker--button, #select-month, .filter-overflow--item, .filter--dropdown select, .card-status, .prose-list dt, .event-status, .banner-avatar p, .dropdown > li > a, .nav-primary > li > a,
.nav-secondary > li > a, h2, h3, h4, h5, h6, .control-label {
  font-weight: 700;
}

.footer-contact-list a, .footer-quicklinks ul li a, .global-newsletter h2, .card-title, .update-item h2, .update-text h2, .highlight-card .card-text h2, .crosslink-card h2, .prose-gallery h3, .prose-cta > h2, .prose-list h3, .event-info-block h2, .banner-text .bright-button, .banner-text .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .global-newsletter #mc_embed_signup .banner-text #mc-embedded-subscribe, .banner-text .download-button, .banner-text .load-button, .banner-text h1, .aside-parent, .aside-nav > li > a:not(.aside-grandparent), .aside-nav-toggle, .download-button:after, .load-button:after, h1, strong,
b, dl dt, .bright-button:after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:after, .modal-gallery h3 {
  font-weight: 900;
}

/* Placeholders
-------------------------------------------------- */
.month-year, .footer-quicklinks ul li a, .card-status, .card-time,
.card-meta,
.card-location, .update-meta, .prose-gallery h2,
.prose-gallery h3, .prose-list dt, .prose-list h3, .event-info-block h2, .event-status, .banner-text h1 b, .nav-primary > li > a,
.nav-secondary > li > a, .nav-logo, .aside-parent, .aside-nav-toggle, .twitter-feed h2, .prose-social--links h2, .prose-list h2, .no-results, .load-button, .modal-gallery h3 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-header--title h2, .card-block > h2, .prose-block .prose-break p, .prose-content h1 {
  font-size: 1.63047361em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .section-header--title h2, .card-block > h2, .prose-block .prose-break p, .prose-content h1 {
    font-size: calc( 1.63047361em + 0.18016575 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .section-header--title h2, .card-block > h2, .prose-block .prose-break p, .prose-content h1 {
    font-size: calc( 1.81063936em + 0.19469985 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .section-header--title h2, .card-block > h2, .prose-block .prose-break p, .prose-content h1 {
    font-size: 2.00533921em;
  }
}

.global-newsletter h2, .prose-content h2 {
  font-size: 1.442897em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .global-newsletter h2, .prose-content h2 {
    font-size: calc( 1.442897em + 0.117999 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .global-newsletter h2, .prose-content h2 {
    font-size: calc( 1.560896em + 0.124263 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .global-newsletter h2, .prose-content h2 {
    font-size: 1.685159em;
  }
}

.two-cols .card-title, .highlight-card .card-text h2, .prose-cta > h2, .prose-content h3 {
  font-size: 1.2769em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .two-cols .card-title, .highlight-card .card-text h2, .prose-cta > h2, .prose-content h3 {
    font-size: calc( 1.2769em + 0.0687 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .two-cols .card-title, .highlight-card .card-text h2, .prose-cta > h2, .prose-content h3 {
    font-size: calc( 1.3456em + 0.0705 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .two-cols .card-title, .highlight-card .card-text h2, .prose-cta > h2, .prose-content h3 {
    font-size: 1.4161em;
  }
}

.listings--item h4, .three-cols .card-title, .update-text h2, .prose-content h4 {
  font-size: 1.13em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .listings--item h4, .three-cols .card-title, .update-text h2, .prose-content h4 {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .listings--item h4, .three-cols .card-title, .update-text h2, .prose-content h4 {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .listings--item h4, .three-cols .card-title, .update-text h2, .prose-content h4 {
    font-size: 1.19em;
  }
}

.update-item h2, .crosslink-card h2, .prose-list h3, .prose-content h5 {
  font-size: 1em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .update-item h2, .crosslink-card h2, .prose-list h3, .prose-content h5 {
    font-size: calc( 1em + 0 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .update-item h2, .crosslink-card h2, .prose-list h3, .prose-content h5 {
    font-size: calc( 1em + 0 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .update-item h2, .crosslink-card h2, .prose-list h3, .prose-content h5 {
    font-size: 1em;
  }
}

.prose-social--links h2, .prose-gallery h2,
.prose-gallery h3, .prose-content h6 {
  font-size: 0.8849557522em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .prose-social--links h2, .prose-gallery h2,
.prose-gallery h3, .prose-content h6 {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .prose-social--links h2, .prose-gallery h2,
.prose-gallery h3, .prose-content h6 {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .prose-social--links h2, .prose-gallery h2,
.prose-gallery h3, .prose-content h6 {
    font-size: 0.8403361345em;
  }
}

.footer-contact-list a, .footer-quicklinks ul li a, .card-title, .crosslink-card h2 {
  border-bottom: 1px solid rgba(210, 57, 133, 0.8);
  text-decoration: none;
}

.footer-contact-list a:hover, .footer-quicklinks ul li a:hover, .card-title:hover, .crosslink-card h2:hover {
  color: #111111;
  border-bottom-color: rgba(17, 17, 17, 0.8);
}

.footer-contact-list a:active, .footer-quicklinks ul li a:active, .card-title:active, .crosslink-card h2:active {
  border-bottom: rgba(17, 17, 17, 0.8);
}

.twitter-feed h2, .prose-social--links h2, .prose-gallery h2, .prose-list h2 {
  padding: 0.375rem 0.75rem;
  font-size: 0.8849557522em;
  background-color: #111111;
  display: inline-block;
  color: #FFFFFF;
  line-height: 1;
}

@media (min-width: 25em) and (max-width: 50em) {
  .twitter-feed h2, .prose-social--links h2, .prose-gallery h2, .prose-list h2 {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .twitter-feed h2, .prose-social--links h2, .prose-gallery h2, .prose-list h2 {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .twitter-feed h2, .prose-social--links h2, .prose-gallery h2, .prose-list h2 {
    font-size: 0.8403361345em;
  }
}

/* Global styles
-------------------------------------------------- */
body {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  position: relative;
  font-size: 100%;
}

::-moz-selection {
  background: #535353;
  text-shadow: none;
  color: #FFFFFF;
}

::selection {
  background: #535353;
  text-shadow: none;
  color: #FFFFFF;
}

::-moz-selection {
  background: #535353;
  text-shadow: none;
  color: #FFFFFF;
}

::-webkit-selection {
  background: #535353;
  text-shadow: none;
  color: #FFFFFF;
}

.no-results {
  display: block;
  text-align: center;
  width: 100%;
  padding: 5% 0 0;
  color: #D23985;
}

a {
  color: #D23985;
}

a:focus {
  outline: 1px dotted #9D9D9D;
}

a:hover {
  color: #111111;
}

a:visited, a:hover {
  transition: color 0.25s ease;
}

a:active {
  color: #111111;
  transition: color 0.25s ease;
}

p {
  margin: 0 0 0.75rem;
}

.lead {
  font-size: 1.13em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .lead {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .lead {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .lead {
    font-size: 1.19em;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

sub,
sup {
  padding: 0 2px;
  font-weight: bolder;
}

small {
  font-size: 0.8849557522em;
}

@media (min-width: 25em) and (max-width: 50em) {
  small {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  small {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  small {
    font-size: 0.8403361345em;
  }
}

mark {
  background-color: #61C8B7;
}

s,
del {
  color: #E02E22;
}

address {
  font-style: normal;
}

pre {
  margin: 0 0 1.5rem 0;
}

code,
kbd,
samp,
var {
  font-weight: bolder;
  color: #535353;
}

ul,
ol {
  margin: 0 1.5rem 1.5rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0 1rem;
}

blockquote {
  font-size: 1.13em;
  margin: 3rem 0;
  padding: 0 1.5rem;
  position: relative;
}

@media (min-width: 25em) and (max-width: 50em) {
  blockquote {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  blockquote {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  blockquote {
    font-size: 1.19em;
  }
}

article .prose-block .prose-content blockquote:before {
  color: #D23985;
  content: open-quote;
  position: absolute;
  font-size: 45px;
  top: -10px;
  left: 0;
}

blockquote p {
  margin: 0 0 0.75rem;
}

blockquote small {
  margin: 0.75rem 0 0;
  display: block;
}

hr {
  height: 0;
  border: none;
  margin: 3rem 0;
  background: transparent;
  border-top: 2px dotted #E6E6E6;
}

dl {
  margin: 0 0 1.5rem 0;
}

dl dd + dt {
  margin-top: 0.75rem;
}

/* Warnings
================================================== */
#oldbrowser span,
noscript span {
  background-color: rgba(139, 0, 0, 0.9);
  text-align: center;
  position: fixed;
  display: block;
  color: white;
  padding: 1em;
  width: 100%;
  top: 0;
  z-index: 999;
}

#oldbrowser span a,
noscript span a {
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
}

/* Buttons
================================================== */
.bright-button, .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .download-button, .load-button {
  font-family: "Lato", sans-serif;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  line-height: 1.2;
  padding: 0.75rem 1rem;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  margin: 3px 0 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: 0;
}

.bright-button:after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:after, .download-button:after, .load-button:after {
  transition: all 0.25s ease;
  margin-left: 0.75rem;
  opacity: 0.5;
}

.bright-button:not(.download-button):not(.load-button):after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(.download-button):not(.load-button):after, .download-button:not(.download-button):not(.load-button):after, .load-button:not(.download-button):not(.load-button):after {
  content: '→';
}

.bright-button[href*="//"]:not([href*="#"]):not([href*="demo-aberdeeninspired.hampton.associates"]):not([href*="aberdeeninspired.com"]):after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe[href*="//"]:not([href*="#"]):not([href*="demo-aberdeeninspired.hampton.associates"]):not([href*="aberdeeninspired.com"]):after, .download-button[href*="//"]:not([href*="#"]):not([href*="demo-aberdeeninspired.hampton.associates"]):not([href*="aberdeeninspired.com"]):after, .load-button[href*="//"]:not([href*="#"]):not([href*="demo-aberdeeninspired.hampton.associates"]):not([href*="aberdeeninspired.com"]):after {
  content: '⇲';
}

.bright-button:focus, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:focus, .download-button:focus, .load-button:focus {
  background-color: #c52d78;
  outline: 1px dotted #9D9D9D;
}

.bright-button:focus:after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:focus:after, .download-button:focus:after, .load-button:focus:after {
  opacity: 1;
}

.bright-button:disabled, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:disabled, .download-button:disabled, .load-button:disabled {
  opacity: 0.25;
  box-shadow: none;
  cursor: not-allowed;
  background-color: #535353;
}

.bright-button:not(:disabled), .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(:disabled), .download-button:not(:disabled), .load-button:not(:disabled) {
  cursor: pointer;
}

.bright-button:not(:disabled):active, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(:disabled):active, .download-button:not(:disabled):active, .load-button:not(:disabled):active {
  background-color: #c52d78;
}

.bright-button:not(:disabled):active:after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(:disabled):active:after, .download-button:not(:disabled):active:after, .load-button:not(:disabled):active:after {
  opacity: 1;
}

.bright-button:not(:disabled):active:focus, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:not(:disabled):active:focus, .download-button:not(:disabled):active:focus, .load-button:not(:disabled):active:focus {
  box-shadow: none !important;
  position: relative;
  top: 2px;
}

.bright-button:hover:not(:disabled):not(.disabled), .global-newsletter #mc_embed_signup #mc-embedded-subscribe:hover:not(:disabled):not(.disabled), .download-button:hover:not(:disabled):not(.disabled), .load-button:hover:not(:disabled):not(.disabled) {
  outline: 0;
  color: #FFFFFF;
  border: 1px solid transparent;
  background-color: #c52d78;
}

.bright-button:hover:not(:disabled):not(.disabled):after, .global-newsletter #mc_embed_signup #mc-embedded-subscribe:hover:not(:disabled):not(.disabled):after, .download-button:hover:not(:disabled):not(.disabled):after, .load-button:hover:not(:disabled):not(.disabled):after {
  opacity: 1;
}

.bright-button, .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .download-button, .load-button {
  background-color: #D23985;
  color: #FFFFFF;
}

.download-button:after {
  content: '↓';
}

.load-button {
  margin-bottom: calc(0.75rem + 2.5vw);
  margin-top: calc(0.75rem + 2.5vw);
  max-width: 57rem;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 3rem);
  display: block;
}

.load-button:after {
  content: '+';
}

/* Sprites
================================================== */
[class*="-icon"] {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  content: ' ';
}

.search-icon {
  background-image: url("../../mediasprite.svg");
  background-position: 0 50px;
  background-size: 500px 250px;
}

.js-close {
  background-image: url("../../mediasprite.svg");
  background-position: -100px -50px;
  background-size: 500px 250px;
}

.time-icon, .card-time:before,
.ticket-icon,
.location-icon,
.card-location:before,
.contact-icon {
  display: inline-block;
  margin-right: 3px;
  height: 14px;
  width: 14px;
  content: '';
}

.time-icon, .card-time:before {
  background-image: url("../../mediasprite.svg");
  background-position: -219px -16px;
  background-size: 500px 250px;
}

.ticket-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -369px -16px;
  background-size: 500px 250px;
}

.location-icon, .card-location:before {
  background-image: url("../../mediasprite.svg");
  background-position: -269px -16px;
  background-size: 500px 250px;
}

.contact-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -269px -65px;
  background-size: 500px 250px;
}

.filter-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -318px -15px;
  background-size: 500px 250px;
  line-height: 1;
  width: 14px;
}

.social-icon, .instagram-grid a:after {
  height: 50px;
  width: 50px;
}

.social-icon--small {
  height: 25px;
  width: 25px;
}

.facebook-icon {
  background-image: url("../../mediasprite.svg");
  background-position: 0 50px;
  background-size: 500px 250px;
}

.facebook-icon--white {
  background-image: url("../../mediasprite.svg");
  background-position: 0 100px;
  background-size: 500px 250px;
}

.facebook-icon.social-icon--small {
  background-image: url("../../mediasprite.svg");
  background-position: 0 50px;
  background-size: 250px 125px;
}

.twitter-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -50px 50px;
  background-size: 500px 250px;
}

.twitter-icon--white {
  background-image: url("../../mediasprite.svg");
  background-position: -50px 100px;
  background-size: 500px 250px;
}

.twitter-icon.social-icon--small {
  background-image: url("../../mediasprite.svg");
  background-position: -25px 50px;
  background-size: 250px 125px;
}

.instagram-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -200px 50px;
  background-size: 500px 250px;
}

.instagram-icon--white {
  background-image: url("../../mediasprite.svg");
  background-position: -200px 100px;
  background-size: 500px 250px;
}

.instagram-icon.social-icon--small {
  background-image: url("../../mediasprite.svg");
  background-position: -100px 50px;
  background-size: 250px 125px;
}

.linkedin-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -200px 50px;
  background-size: 500px 250px;
}

.linkedin-icon--white {
  background-image: url("../../mediasprite.svg");
  background-position: -100px 100px;
  background-size: 500px 250px;
}

.linkedin-icon.social-icon--small {
  background-image: url("../../mediasprite.svg");
  background-position: -50px 50px;
  background-size: 250px 125px;
}

.linkedin-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -100px 50px;
  background-size: 500px 250px;
}

.youtube-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -150px 50px;
  background-size: 500px 250px;
}

.pinterest-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -250px 50px;
  background-size: 500px 250px;
}

.skype-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -300px 50px;
  background-size: 500px 250px;
}

.googleplus-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -350px 50px;
  background-size: 500px 250px;
}

.vimeo-icon {
  background-image: url("../../mediasprite.svg");
  background-position: -400px 50px;
  background-size: 500px 250px;
}

/* Forms
================================================== */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375rem;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

label input, label textarea {
  margin-top: 0.375rem;
}

input,
select,
textarea {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #111111;
  border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(17, 17, 17, 0.2);
  box-sizing: border-box;
  padding: 0.5rem;
  transition: border-color 0.25s 0.25s;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #0e0e0e;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #D23985;
  box-shadow: inset 1px 1px 1px rgba(17, 17, 17, 0.2), 0 0 5px rgba(210, 57, 133, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 2px solid #111111;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}

[type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #707070;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #707070;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #707070;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375rem;
}

[type="file"] {
  margin-bottom: 0.75rem;
  width: 100%;
}

select {
  margin-bottom: 0.75rem;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 1px dotted #9D9D9D;
  outline-offset: 1px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.control-label {
  margin: 0 0 0.1875rem 0;
}

.help-block {
  margin-bottom: 0.75rem;
  color: #E02E22;
}

.alert {
  background-color: #f3f3f3;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin: 0.75rem 0;
  padding: 1.5rem;
  color: #111111;
}

.alert p:last-child {
  margin-bottom: 0;
}

.alert.success {
  background-color: #f2f9f2;
  border-color: #e6f2e6;
  margin: 0.75rem 0;
  padding: 1.5rem;
  color: green;
}

/* Animation
================================================== */
/* Hides lazyloaded images - shows noscript image */
.no-js img.lazyload {
  display: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* Magnific Popup - zoom animation */
mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* frames */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.modal-gallery {
  position: relative;
  background: white;
  padding: calc(3vh + 1em);
  text-align: left;
  max-width: 540px;
  margin: 40px auto;
  border-radius: 3px;
}

.modal-gallery img {
  margin: 0 auto;
}

.modal-gallery h3 {
  display: block;
  padding-top: 1em;
  text-align: center;
}

.modal-gallery .contact-role {
  display: block;
  text-align: center;
  padding-bottom: 1em;
}

.modal-gallery .contact-avatar {
  width: 30%;
}

/* 2. Project
================================================== */
/* Prose Layout
	 https://cloudfour.com/thinks/breaking-out-with-css-grid-layout/
================================================== */
/* Grid Helpers
-------------------------------------------------- */
.grid-container::after, .card-grid::after, .prose-block::after, .pull-aside-left::after,
.pull-aside-right::after {
  clear: both;
  content: "";
  display: block;
}

/* Column Alignment
-------------------------------------------------- */
.pull-aside-left > *,
.pull-aside-right > * {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem;
}

@media (min-width: 800px) {
  .pull-aside-left .prose-aside,
.pull-aside-right .prose-aside {
    width: calc(29.1666666667% - 1.9375rem);
    float: left;
    margin-left: 1.5rem;
  }
}

@media (min-width: 800px) {
  .pull-aside-left .prose-content,
.pull-aside-right .prose-content {
    width: calc(70.8333333333% - 2.5625rem);
    float: left;
    margin-left: 1.5rem;
  }
}

@media (min-width: 800px) {
  .pull-aside-left .prose-content:only-child {
    width: calc(70.8333333333% - 2.5625rem);
    float: left;
    margin-left: 1.5rem;
    left: calc(29.1666666667% - 1.9375rem + 1.5rem);
    position: relative;
  }
}

.pull-aside-left .prose-image {
  direction: rtl;
}

.pull-aside-left .prose-image figcaption {
  direction: ltr;
}

/* Reverse Neat grid direction
-------------------------------------------------- */
@media (min-width: 800px) {
  .pull-aside-right .prose-aside {
    width: calc(29.1666666667% - 1.9375rem);
    float: right;
    margin-right: 1.5rem;
  }
}

@media (min-width: 800px) {
  .pull-aside-right .prose-content:only-child {
    width: calc(70.8333333333% - 2.5625rem);
    float: right;
    margin-right: 1.5rem;
    float: left;
  }
}

/* Block - max content width
-------------------------------------------------- */
.prose-block {
  padding: calc(1.5rem + 2.5vw) 0;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}

.prose-block .prose-image,
.prose-block .prose-video {
  padding: 0 1.5rem;
}

.prose-block figcaption {
  color: #535353;
}

.prose-block figcaption a {
  border-color: #535353;
  color: #535353;
}

.prose-block + .prose-block {
  padding-bottom: calc(3rem + 2.5vw);
  padding-top: 0;
}

/* Splash - full bleed
-------------------------------------------------- */
.prose-splash .prose-image,
.prose-splash .prose-video {
  background-color: #111111;
  width: 100%;
}

.prose-splash .prose-image {
  position: relative;
}

.prose-splash .prose-image:before {
  background-color: #535353;
  height: 40px;
  width: 100%;
  top: -20px;
}

/* Sidebar
-------------------------------------------------- */
.prose-aside {
  margin-bottom: 1.5rem;
  color: #111111;
}

.aside-nav-toggle {
  background-color: #E6E6E6;
  font-size: 0.8849557522em;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #111111;
  display: block;
}

@media (min-width: 25em) and (max-width: 50em) {
  .aside-nav-toggle {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .aside-nav-toggle {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .aside-nav-toggle {
    font-size: 0.8403361345em;
  }
}

.aside-nav-toggle:hover, .aside-nav-toggle:focus {
  text-decoration: underline;
}

.aside-nav {
  list-style: none;
  display: none;
  margin: 0;
}

.aside-nav.is-active {
  display: block;
}

@media (min-width: 800px) {
  .aside-nav {
    display: block;
  }
}

.aside-nav a {
  font-size: 0.8849557522em;
  padding: 0.75rem 1rem;
  text-decoration: none;
  display: block;
  border: none;
}

@media (min-width: 25em) and (max-width: 50em) {
  .aside-nav a {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .aside-nav a {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .aside-nav a {
    font-size: 0.8403361345em;
  }
}

.aside-nav a:hover, .aside-nav a:focus {
  text-decoration: underline;
}

.aside-nav a.is-current {
  text-decoration: underline;
  color: #D23985;
}

.aside-nav a:not(.aside-nav-toggle):not(.aside-grandparent) {
  border-bottom: 1px dotted #E6E6E6;
}

.aside-nav > li > a:not(.aside-grandparent) {
  color: #111111;
}

.aside-nav > li > ul {
  list-style: none;
  margin: 0;
}

.aside-nav > li > ul > li > a {
  padding-left: 1.5rem;
  color: #535353;
  display: block;
}

.aside-nav > li > ul > li > a:hover, .aside-nav > li > ul > li > a:focus {
  text-decoration: underline;
}

@media (min-width: 800px) {
  .aside-parent {
    background-color: #E6E6E6;
  }
}

.aside-grandparent {
  font-size: 0.8849557522em;
  color: #535353;
}

@media (min-width: 25em) and (max-width: 50em) {
  .aside-grandparent {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .aside-grandparent {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .aside-grandparent {
    font-size: 0.8403361345em;
  }
}

.aside-grandparent:before {
  content: '← ';
}

@media (min-width: 800px) {
  .aside-nav {
    display: block;
  }
  .aside-nav-toggle {
    display: none;
  }
}

.aside-block {
  background-color: #f9f9f9;
  font-size: 0.8849557522em;
  margin: 1.5rem 0 0 0;
  padding: 1.5rem;
}

@media (min-width: 25em) and (max-width: 50em) {
  .aside-block {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .aside-block {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .aside-block {
    font-size: 0.8403361345em;
  }
}

@media (min-width: 800px) {
  .aside-block {
    margin-top: 0;
  }
}

.aside-block-heading {
  font-size: 1.13em;
  margin-bottom: 0.75rem;
  color: #111111;
}

@media (min-width: 25em) and (max-width: 50em) {
  .aside-block-heading {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .aside-block-heading {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .aside-block-heading {
    font-size: 1.19em;
  }
}

/* Navigation
================================================== */
.global-nav {
  background: linear-gradient(#111111, #040404);
  box-shadow: 0 4px 8px 5px rgba(17, 17, 17, 0.1);
  color: #FFFFFF;
  position: relative;
  margin: 0 auto;
  z-index: 999;
}

.global-nav::after {
  clear: both;
  content: "";
  display: block;
}

.global-nav ul {
  padding: 0;
  margin: 0;
}

.global-nav a {
  color: #FFFFFF;
}

@media (min-width: 800px) {
  .global-nav:before {
    background: linear-gradient(to right, #E02E22 50%, #343184 50%);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    height: 5px;
    width: 100%;
  }
}

.nav-container {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1000;
}

@media (min-width: 800px) {
  .nav-container {
    padding-top: calc(50px + 1.5rem);
  }
}

.nav-logo {
  margin: 0.75rem;
  text-decoration: none;
  display: inline-block;
}

.nav-logo * {
  vertical-align: middle;
  display: inline-block;
}

.nav-logo:hover .logo-image, .nav-logo:focus .logo-image {
  transform: scale(1.25) rotate(-10deg);
}

@media (min-width: 800px) {
  .nav-logo {
    margin: 0.375rem 1.5rem 2.25rem;
  }
}

.logo-image {
  transition: transform 0.25s ease-out;
  margin-right: 0.75rem;
}

.logo-text {
  line-height: 1.2;
  letter-spacing: 0.075em;
  font-size: 25px;
  display: none;
}

.logo-text b,
.logo-text span {
  display: block;
}

.logo-text span {
  font-size: 54%;
}

@media (min-width: 800px) {
  .logo-text {
    display: inline-block;
  }
}

.nav-search {
  position: absolute;
  top: 0;
  right: 50px;
  margin: 0.75rem;
}

.nav-search > button {
  background-image: url("../../mediasprite.svg");
  background-position: -100px 0px;
  background-size: 500px 250px;
  background-color: transparent;
  transition: all 0.25s ease;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  border: none;
  height: 50px;
  width: 50px;
}

.nav-search > button:hover, .nav-search > button:focus {
  transform: scale(1.2);
}

@media (min-width: 800px) {
  .nav-search {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    margin: 0;
  }
}

#toggle {
  display: none;
}

.js #menu {
  display: none;
}

.js #toggle {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../mediasprite.svg");
  background-position: -150px 0px;
  background-size: 500px 250px;
  transition: all 0.25s ease;
  background-color: #111111;
  margin: 0.75rem;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  border: none;
  height: 50px;
  width: 50px;
}

.js #toggle:hover, .js #toggle:focus {
  transform: scale(1.2);
}

#menu.is-active {
  display: block;
}

@media (min-width: 800px) {
  .js #menu {
    display: block;
  }
  .js #toggle {
    display: none;
  }
  #toggle {
    display: none;
  }
}

.nav-primary,
.nav-secondary {
  text-align: center;
}

.nav-primary > li,
.nav-secondary > li {
  position: relative;
}

.nav-primary > li:first-child,
.nav-secondary > li:first-child {
  border-left: none;
}

.nav-primary > li > a,
.nav-secondary > li > a {
  text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.1);
  padding: 0.75rem;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.33;
  font-size: 12px;
  display: block;
}

.nav-primary > li:hover, .nav-primary > li:focus,
.nav-primary > li .is-active,
.nav-secondary > li:hover,
.nav-secondary > li:focus,
.nav-secondary > li .is-active {
  text-decoration: underline;
}

@media (min-width: 800px) {
  .nav-primary {
    padding-bottom: 1.5em;
    display: table;
    width: 100%;
  }
  .nav-primary > li {
    box-shadow: inset 1px 1px 0 #1d1d1d;
    border-left: 1px solid black;
    vertical-align: middle;
    display: table-cell;
    color: #FFFFFF;
  }
  .nav-primary > li:after {
    transition: all 0.25s ease;
    position: absolute;
    width: 100%;
    height: 5px;
    content: '';
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .nav-primary > li > a {
    padding: 15px 18px 20px;
    height: 100%;
  }
  .nav-primary > li > a:after {
    height: 5px;
  }
  .nav-primary > li:nth-child(5n+1):after {
    background-color: #E02E22;
  }
  .nav-primary > li:nth-child(5n+2):after {
    background-color: #02964F;
  }
  .nav-primary > li:nth-child(5n+3):after {
    background-color: #EAB129;
  }
  .nav-primary > li:nth-child(5n+4):after {
    background-color: #076CB0;
  }
  .nav-primary > li:nth-child(5n+5):after {
    background-color: #343184;
  }
  .nav-secondary > li > a {
    padding: 19px 0.75rem;
  }
  .nav-secondary > li > a:hover, .nav-secondary > li > a:focus {
    text-decoration: underline;
  }
  li.has-dropdown > ul {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    text-align: left;
    min-width: 100%;
    display: block;
    z-index: 10;
  }
}

.dropdown {
  box-shadow: 0 1em 1em -0.5em rgba(17, 17, 17, 0.5);
  min-width: 100%;
}

.dropdown > li {
  white-space: nowrap;
}

.dropdown > li > a {
  background-color: rgba(4, 4, 4, 0.9);
  text-decoration: none;
  color: #FFFFFF;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.dropdown > li > a:hover, .dropdown > li > a:focus {
  background-color: #FFFFFF;
  color: #111111;
}

li.has-dropdown > ul {
  transition-property: opacity, visibility;
  transition-duration: 0.25s, 0s;
  transition-delay: 0s, 0.25s;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

li.has-dropdown:hover > ul {
  transition-delay: 0s, 0s;
  visibility: visible;
  opacity: 1;
  height: auto;
}

@media (min-width: 800px) {
  .nav-shift {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.nav-secondary > li {
  display: block;
}

@media (min-width: 800px) {
  .nav-secondary {
    float: left;
  }
  .nav-secondary > li {
    float: left;
  }
}

.nav-social {
  text-align: center;
  display: block;
}

.nav-social li {
  display: inline-block;
}

.nav-social .social-icon--small {
  margin: 15px 0.75rem;
}

.nav-social .social-icon--small:hover, .nav-social .social-icon--small:focus {
  transform: scale(1.2);
}

@media (min-width: 800px) {
  .nav-social {
    float: right;
  }
}

/* Breadcrumb
================================================== */
.breadcrumb-nav {
  font-family: "Lato", monospace;
  margin-bottom: 0.75rem;
  font-size: 12px;
  color: lightgrey;
}

/* Backgrounds — for banners and breaks
================================================== */
.with-border {
  box-shadow: 0 0 30px rgba(230, 230, 230, 0.25);
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
  border-top: 1px solid rgba(230, 230, 230, 0.5);
}

.with-granite, .prose-cta {
  background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
  background-color: #f9f9f9;
}

.with-image {
  background-color: #111111;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.with-image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.33);
  content: '';
  z-index: 0;
}

.with-video {
  background: #111111;
  position: relative;
  overflow: hidden;
  background: none;
}

#video-background {
  /*  making the video fullscreen  */
  will-change: transform;
  position: absolute;
  margin: auto;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  min-height: 101%;
  min-width: 101%;
  height: auto;
  width: auto;
  z-index: 1;
}

/* Fix video appearing at the top */
.overflow-hidden {
  overflow: hidden;
}

/* Banner
================================================== */
.banner {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  padding: calc(0.75rem + 2.5vw) 1.5rem;
  background-image: url("https://aberdeeninspirednights.com/assets/img/bg-1.png");
  background-color: #61C8B7;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: auto;
}

.banner + .prose-splash {
  position: relative;
}

.banner + .prose-splash:after {
  background-color: #FFFFFF;
  height: 40px;
  width: 100%;
  top: -20px;
}

@media (min-width: 800px) {
  .banner {
    padding: calc(0.75rem + 2.5vw) 0;
  }
}

.banner-container {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.banner-content::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 800px) {
  .banner-content {
    width: calc(70.8333333333% - 2.5625rem);
    float: left;
    margin-left: 1.5rem;
  }
}

.banner-content-inner {
  background: rgba(17, 17, 17, 0.9);
  padding: calc(0.75rem + 2.5vw);
  color: #FFFFFF;
}

.banner-content-inner h1 {
  font-size: 1.8424351793em;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

@media (min-width: 25em) and (max-width: 50em) {
  .banner-content-inner h1 {
    font-size: calc( 1.8424351793em + 0.2579064783 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .banner-content-inner h1 {
    font-size: calc( 2.1003416576em + 0.2860120023 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .banner-content-inner h1 {
    font-size: 2.3863536599em;
  }
}

.banner-content-inner .lead {
  font-size: 1.13em;
  margin: 0;
}

@media (min-width: 25em) and (max-width: 50em) {
  .banner-content-inner .lead {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .banner-content-inner .lead {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .banner-content-inner .lead {
    font-size: 1.19em;
  }
}

.banner-content-inner [class*="-button"] {
  margin-top: 1.5rem;
}

.banner-content-inner a:not([class*="-button"]) {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.banner-image {
  margin-bottom: 0.75rem;
}

@media (min-width: 800px) {
  .banner-image {
    margin-bottom: 1.5rem;
    width: calc(29.1666666667% - 1.9375rem);
    float: left;
    margin-left: 1.5rem;
    display: block;
  }
}

.banner-image img {
  margin-right: auto;
}

@media (max-width: 800px) {
  .banner-image img {
    max-width: 33.333%;
  }
}

.banner-avatar {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 75%;
}

@media (max-width: 800px) {
  .banner-avatar {
    display: none;
  }
}

.banner-avatar img {
  box-shadow: 5px 5px 10px rgba(17, 17, 17, 0.2);
  background-color: #111111;
  border: 2px solid #111111;
  display: block;
  width: 200px;
  height: auto;
}

.banner-avatar p {
  padding: 0.375rem 0.75rem;
  font-size: 0.8849557522em;
  background-color: #61C8B7;
  line-height: 1.2;
  transform: rotate(2deg);
  color: #111111;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 75%;
  -webkit-mask-image: url("../media/ai-scribble-mask.svg");
          mask-image: url("../media/ai-scribble-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: relative;
  top: -2em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .banner-avatar p {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .banner-avatar p {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .banner-avatar p {
    font-size: 0.8403361345em;
  }
}

.banner-reverse {
  background-color: #535353;
  padding-bottom: 0;
}

.banner-reverse .banner-content-inner {
  background-color: #FFFFFF;
  color: #111111;
}

.banner-reverse .banner-content-inner h1 {
  font-size: 1.8424351793em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .banner-reverse .banner-content-inner h1 {
    font-size: calc( 1.8424351793em + 0.2579064783 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .banner-reverse .banner-content-inner h1 {
    font-size: calc( 2.1003416576em + 0.2860120023 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .banner-reverse .banner-content-inner h1 {
    font-size: 2.3863536599em;
  }
}

.banner-reverse .banner-content-inner a:not([class*="-button"]) {
  border-color: #D23985;
  color: #D23985;
}

@media (min-width: 800px) {
  .banner-reverse .banner-content {
    width: calc(70.8333333333% - 2.5625rem);
    float: right;
    margin-right: 1.5rem;
  }
  .banner-reverse .banner-content-inner {
    min-height: calc(250px - calc(0.75rem + 2.5vw)*2 + 1.5rem);
  }
  .banner-reverse .banner-image {
    width: calc(29.1666666667% - 1.9375rem);
    float: right;
    margin-right: 1.5rem;
    margin-left: 0;
  }
  .banner-reverse .banner-image img {
    margin-left: auto;
    margin-right: 0;
  }
}

.banner-home {
  -webkit-font-smoothing: antialiased;
  padding: calc(3rem + 2.5vw) 0;
  color: #FFFFFF;
}

.banner-home:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.33);
  content: '';
  z-index: 0;
}

.banner-home .banner-container {
  width: 100%;
}

.banner-home .banner-wrap {
  position: relative;
}

@supports (display: flex) {
  .banner-home {
    justify-content: flex-end;
    align-items: center;
    min-height: 40vh;
    display: flex;
  }
}

.banner-text {
  padding: 0 1.5rem;
  color: #FFFFFF;
}

.banner-text h1 {
  text-shadow: 5px 5px 10px rgba(17, 17, 17, 0.2);
  font-size: 2.6584441929em;
  margin-bottom: 0.75rem;
  line-height: 1;
  display: block;
}

@media (min-width: 25em) and (max-width: 50em) {
  .banner-text h1 {
    font-size: calc( 2.6584441929em + 0.6199706991 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .banner-text h1 {
    font-size: calc( 3.278414892em + 0.7429704552 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .banner-text h1 {
    font-size: 4.0213853472em;
  }
}

.banner-text h1 b {
  font-size: 0.3761598617em;
  line-height: 1.2;
  display: inline-block;
}

@media (min-width: 25em) and (max-width: 50em) {
  .banner-text h1 b {
    font-size: calc( 0.3761598617em + -0.0711344049 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .banner-text h1 b {
    font-size: calc( 0.3050254568em + -0.0563549332 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .banner-text h1 b {
    font-size: 0.2486705236em;
  }
}

.banner-text .lead {
  font-size: 1.63047361em;
  margin-bottom: 1.5rem;
}

@media (min-width: 25em) and (max-width: 50em) {
  .banner-text .lead {
    font-size: calc( 1.63047361em + 0.18016575 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .banner-text .lead {
    font-size: calc( 1.81063936em + 0.19469985 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .banner-text .lead {
    font-size: 2.00533921em;
  }
}

.banner-text .bright-button, .banner-text .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .global-newsletter #mc_embed_signup .banner-text #mc-embedded-subscribe, .banner-text .download-button, .banner-text .load-button {
  font-size: 1.13em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .banner-text .bright-button, .banner-text .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .global-newsletter #mc_embed_signup .banner-text #mc-embedded-subscribe, .banner-text .download-button, .banner-text .load-button {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .banner-text .bright-button, .banner-text .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .global-newsletter #mc_embed_signup .banner-text #mc-embedded-subscribe, .banner-text .download-button, .banner-text .load-button {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .banner-text .bright-button, .banner-text .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .global-newsletter #mc_embed_signup .banner-text #mc-embedded-subscribe, .banner-text .download-button, .banner-text .load-button {
    font-size: 1.19em;
  }
}

.event-status {
  -webkit-mask-image: url("../media/ai-scribble-mask.svg");
          mask-image: url("../media/ai-scribble-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: rgba(2, 150, 79, 0.9);
  padding: 0.375rem 0.75rem;
  vertical-align: middle;
  display: inline-block;
  color: #FFFFFF;
  margin: 0;
  display: inline-block;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  transform: rotate(2deg);
  position: absolute;
  top: 1.5rem;
  right: 0;
}

@media (min-width: 800px) {
  .event-status {
    display: inline-block;
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
}

.event-status--warning {
  background-color: rgba(224, 46, 34, 0.9);
}

.event-info {
  background-color: #61C8B7;
  background-image: url("https://aberdeeninspirednights.com/assets/img/bg-1.png");
  padding: 1.5rem;
}

.event-info-inner {
  max-width: 60rem;
  margin: 0 auto;
}

.event-info-inner::after {
  clear: both;
  content: "";
  display: block;
}

.event-info-block {
  padding: 0.75rem 1.5rem;
  max-width: 20rem;
  display: inline-block;
  vertical-align: top;
}

.event-info-block h2 {
  font-size: 0.8849557522em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .event-info-block h2 {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .event-info-block h2 {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .event-info-block h2 {
    font-size: 0.8403361345em;
  }
}

.event-info-block p,
.event-info-block address,
.event-info-block time {
  font-size: 0.8849557522em;
  display: block;
}

@media (min-width: 25em) and (max-width: 50em) {
  .event-info-block p,
.event-info-block address,
.event-info-block time {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .event-info-block p,
.event-info-block address,
.event-info-block time {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .event-info-block p,
.event-info-block address,
.event-info-block time {
    font-size: 0.8403361345em;
  }
}

.event-info-block a {
  color: #111111;
}

.event-info-block a:hover, .event-info-block a:focus {
  color: #535353;
}

/* Content Blocks
================================================== */
/* Text
-------------------------------------------------- */
.prose-content {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem;
}

.prose-content h1, .prose-content h2, .prose-content h3, .prose-content h4, .prose-content h5, .prose-content h6 {
  line-height: 1.2;
  margin: 0 0 0.375rem 0;
}

.prose-content p + h1, .prose-content p + h2, .prose-content p + h3, .prose-content p + h4, .prose-content p + h5, .prose-content p + h6 {
  margin-top: 1.5rem;
}

.prose-content figure {
  margin: 1.5rem 0;
}

/* Lists
-------------------------------------------------- */
.prose-list {
  border: 3px solid #111111;
  padding: calc(1.5rem + 2.5vw);
  text-align: center;
}

.prose-list h3 {
  border-top: 1px dotted #E6E6E6;
  margin-bottom: 0.75rem;
  padding-top: 1.5rem;
  color: #D23985;
}

.prose-list h3:first-of-type {
  border: none;
}

.prose-list dl {
  margin-bottom: 1.5rem;
}

.prose-list dl:last-child {
  margin-bottom: 0;
}

.prose-list span {
  color: #D23985;
}

.prose-list dt {
  font-size: 0.8849557522em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .prose-list dt {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .prose-list dt {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .prose-list dt {
    font-size: 0.8403361345em;
  }
}

.prose-list dd {
  font-size: 0.8849557522em;
  color: #535353;
}

@media (min-width: 25em) and (max-width: 50em) {
  .prose-list dd {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .prose-list dd {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .prose-list dd {
    font-size: 0.8403361345em;
  }
}

/* Links
-------------------------------------------------- */
.prose-cta {
  padding: calc(1.5rem + 2.5vw);
  position: relative;
}

.prose-cta .bright-button, .prose-cta .global-newsletter #mc_embed_signup #mc-embedded-subscribe, .global-newsletter #mc_embed_signup .prose-cta #mc-embedded-subscribe, .prose-cta .download-button, .prose-cta .load-button {
  margin-top: 0.75rem;
}

.prose-cta:before {
  background-color: #535353;
  height: 40px;
  width: 100%;
  bottom: -20px;
}

/* Responsive videos
-------------------------------------------------- */
.video-wrapper {
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  height: 0;
}

.video-wrapper .play-icon {
  transition: all 0.25s ease;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  background-image: url("../../mediasprite.svg");
  background-position: 0 0;
  background-size: 500px 250px;
  position: absolute;
  margin: 0 auto;
  height: 100px;
  width: 100px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper:hover, .video-wrapper:focus {
  cursor: pointer;
}

.video-wrapper:hover .play-icon, .video-wrapper:focus .play-icon {
  transform: scale(1.1);
}

/* Figures
-------------------------------------------------- */
.prose-image figcaption,
.prose-video figcaption {
  font-size: 0.8849557522em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .prose-image figcaption,
.prose-video figcaption {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .prose-image figcaption,
.prose-video figcaption {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .prose-image figcaption,
.prose-video figcaption {
    font-size: 0.8403361345em;
  }
}

.prose-image img,
.prose-video img {
  height: auto;
  width: 100%;
}

@media (min-width: 800px) {
  .prose-image {
    display: table;
    width: 100%;
  }
  .prose-image figcaption,
.prose-image img {
    vertical-align: bottom;
    display: inline-block;
  }
  .prose-image figcaption {
    width: calc(25% - 3rem);
  }
  .prose-image img {
    width: 75%;
  }
}

.prose-block .prose-image figcaption,
.prose-block .prose-video figcaption {
  padding: 1.5rem 0 0;
}

@media (min-width: 800px) {
  .prose-block .prose-image figcaption,
.prose-block .prose-video figcaption {
    padding: 1.5rem 1.5rem 0;
  }
}

.prose-splash .prose-image figcaption,
.prose-splash .prose-video figcaption {
  color: #E6E6E6;
  padding: 1.5rem;
}

.prose-splash .prose-image figcaption a,
.prose-splash .prose-video figcaption a {
  border-color: #E6E6E6;
  color: #E6E6E6;
}

/* Image Gallery – Magnific Popup
-------------------------------------------------- */
.prose-gallery {
  max-width: 60rem;
  text-align: center;
  margin: 0 auto;
}

.prose-gallery h2 {
  max-width: calc(100% - 1.5rem*3);
  margin-bottom: 1.5rem;
}

.prose-gallery h3 {
  transition: all 0.25s ease;
}

.prose-gallery p {
  font-size: 0.8849557522em;
  color: #535353;
}

@media (min-width: 25em) and (max-width: 50em) {
  .prose-gallery p {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .prose-gallery p {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .prose-gallery p {
    font-size: 0.8403361345em;
  }
}

.gallery-grid::after {
  clear: both;
  content: "";
  display: block;
}

@supports (display: flex) {
  .gallery-grid {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
  }
}

.gallery-grid > a {
  text-decoration: none;
  color: #111111;
  position: relative;
  display: block;
}

.gallery-grid > a > img {
  display: block;
  margin: 0 auto;
}

.gallery-grid > a:hover h3, .gallery-grid > a:focus h3 {
  color: #D23985;
}

.gallery-grid > a:hover img, .gallery-grid > a:focus img {
  border-color: #D23985;
}

.image-grid {
  padding: 0 calc(1.5rem - 2px);
}

@supports (display: flex) {
  .image-grid {
    margin-left: -2px;
  }
}

.image-grid > figure {
  width: calc(50% - 3px);
  float: left;
  margin-left: 2px;
  margin-top: 2px;
}

@media (min-width: 800px) {
  .image-grid > figure {
    width: calc(33.3333333333% - 2.6666666667px);
    float: left;
    margin-left: 2px;
  }
}

.image-grid > figure > a {
  position: relative;
  display: block;
}

.image-grid > figure > a:after {
  box-shadow: inset 0 0 0 0 transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease;
  content: '';
}

.image-grid > figure > a:hover:after, .image-grid > figure > a:focus:after {
  box-shadow: inset 0 0 0 2px #111111;
}

@supports (display: flex) {
  .logo-grid {
    margin-left: -1.5rem;
  }
}

.logo-grid > a {
  transition: all 0.25s ease;
  margin: 0.75rem 0;
  width: calc(33.3333333333% - 2rem);
  float: left;
  margin-left: 1.5rem;
}

@media (min-width: 640px) and (max-width: 799px) {
  .logo-grid > a {
    width: calc(25% - 1.875rem);
    float: left;
    margin-left: 1.5rem;
  }
}

@media (min-width: 800px) {
  .logo-grid > a {
    width: calc(20% - 1.8rem);
    float: left;
    margin-left: 1.5rem;
  }
}

.logo-grid > a:hover, .logo-grid > a:focus {
  transform: scale(1.1);
}

@supports (display: flex) {
  .contact-grid {
    margin-left: -1.5rem;
  }
}

.contact-grid > a {
  margin: 0.75rem 0;
  width: calc(50% - 2.25rem);
  float: left;
  margin-left: 1.5rem;
}

@media (min-width: 640px) and (max-width: 799px) {
  .contact-grid > a {
    width: calc(33.3333333333% - 2rem);
    float: left;
    margin-left: 1.5rem;
  }
}

@media (min-width: 800px) {
  .contact-grid > a {
    width: calc(25% - 1.875rem);
    float: left;
    margin-left: 1.5rem;
  }
}

.contact-grid > a img {
  margin-bottom: 0.75rem;
}

.contact-avatar {
  box-shadow: 5px 5px 20px rgba(17, 17, 17, 0.1);
  border: 2px solid #111111;
  margin-bottom: 1.5rem;
  transition: all 0.25s ease;
  display: block;
  width: 80%;
}

/* Break Statement
-------------------------------------------------- */
.prose-break p {
  max-width: 57rem;
  margin-right: auto;
  margin-left: auto;
  font-family: "Lato", monospace;
  position: relative;
  margin: 0 auto;
}

.prose-break p + p {
  margin-top: 1.5rem;
}

.prose-block .prose-break {
  color: #D23985;
}

.prose-splash .prose-break {
  padding: calc(1.5rem + 2.5vw) 1.5rem;
  -webkit-font-smoothing: antialiased;
  background-color: #535353;
  color: #FFFFFF;
}

.prose-splash .prose-break p {
  font-size: 1.442897em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .prose-splash .prose-break p {
    font-size: calc( 1.442897em + 0.117999 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .prose-splash .prose-break p {
    font-size: calc( 1.560896em + 0.124263 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .prose-splash .prose-break p {
    font-size: 1.685159em;
  }
}

.prose-splash .prose-break a {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.prose-splash .prose-break a:hover, .prose-splash .prose-break a:focus {
  color: #61C8B7;
  border-color: #61C8B7;
}

/* Accordion
-------------------------------------------------- */
.accordion {
  margin-bottom: 0.75rem;
}

.accordion summary {
  background: #D23985;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  color: #fff;
}

.accordion summary:hover {
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary:after {
  content: "+";
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  margin: -5px 5px 0 0;
  padding: 0;
  text-align: center;
  width: 20px;
}

.accordion .accordion-conent {
  padding: 1rem;
}

/* Pill
-------------------------------------------------- */
.pill {
  background: #e0e0e0;
  border-radius: 1rem;
  padding: 0.5rem;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.pill:not(:last-child) {
  margin-right: 1rem;
}

.pill.active {
  background: #D23985;
  color: #fff;
}

.pill.disabled {
  color: rgba(0, 0, 0, 0.5);
  background: #f0f0f0;
}

/* Embeds
-------------------------------------------------- */
#mc_embed_signup {
  background-color: #E6E6E6;
  padding: 1.5rem;
}

.prose-embed iframe {
  max-width: 100%;
}

.prose-embed > * {
  margin: 0 auto;
  max-width: 100%;
}

/* Social
-------------------------------------------------- */
.prose-social--links {
  box-shadow: 0 0 30px rgba(230, 230, 230, 0.25);
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
  border-top: 1px solid rgba(230, 230, 230, 0.5);
  padding: calc(1.5rem + 2.5vw);
  text-align: center;
}

.prose-social--links h2 {
  margin-bottom: 0.75rem;
}

.prose-social--links ul {
  max-width: 60rem;
  text-align: center;
  list-style: none;
  margin: 0 auto;
}

.prose-social--links ul li {
  display: inline-block;
}

.prose-social--links ul li a {
  color: #111111;
  border: none;
}

.prose-social--links ul li a:hover, .prose-social--links ul li a:focus {
  transform: scale(1.1);
}

.prose-social--feeds::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 800px) {
  .instagram-feed {
    width: calc(66.6666666667% - 2.5rem);
    float: left;
    margin-left: 1.5rem;
  }
}

.instagram-grid::after {
  clear: both;
  content: "";
  display: block;
}

.instagram-grid a {
  background-color: #111111;
  border: 1px solid #FFFFFF;
  width: calc(33.333% - 2px);
  padding-top: 33.333%;
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
}

.instagram-grid a:before {
  background-image: linear-gradient(45deg, #111111 0%, rgba(17, 17, 17, 0) 25%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease;
  content: '';
  z-index: 1;
}

.instagram-grid a:after {
  position: absolute;
  bottom: 0em;
  left: 0em;
  background-image: url("../../mediasprite.svg");
  background-position: -200px 100px;
  background-size: 500px 250px;
  transition: all 0.25s ease;
  transform: scale(0.6);
  content: '';
  z-index: 2;
}

.instagram-grid a:hover:after, .instagram-grid a:focus:after {
  transform: scale(0.7);
}

.instagram-grid a img {
  position: absolute;
  display: block;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.twitter-feed {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem;
  position: relative;
}

.twitter-feed h2 {
  transition: all 0.25s ease;
  margin-bottom: 0.75rem;
  vertical-align: middle;
  display: inline-block;
}

.twitter-feed h2 > span {
  vertical-align: middle;
  display: inline-block;
}

.twitter-feed blockquote {
  font-size: 0.8849557522em;
  max-width: 30rem;
  margin: 1.5rem 0 0 0;
  display: block;
  padding: 0;
}

@media (min-width: 25em) and (max-width: 50em) {
  .twitter-feed blockquote {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .twitter-feed blockquote {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .twitter-feed blockquote {
    font-size: 0.8403361345em;
  }
}

@media (min-width: 800px) {
  .twitter-feed blockquote {
    margin: 0;
  }
}

.twitter-feed a {
  word-break: break-word;
  color: #535353;
  border: none;
}

.twitter-feed a:hover, .twitter-feed a:focus {
  color: #D23985;
}

.twitter-feed a:hover h2, .twitter-feed a:focus h2 {
  background-color: #D23985;
}

@media (min-width: 800px) {
  .twitter-feed {
    width: calc(33.3333333333% - 2rem);
    float: left;
    margin-left: 1.5rem;
  }
}

/* Crosslinks
================================================== */
.crosslinks {
  padding: 1.5rem 0 calc(1.5rem + 2.5vw);
}

.crosslinks-container {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}

.crosslinks-container .crosslink-card {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem;
}

@media (min-width: 480px) and (max-width: 799px) {
  .crosslinks-container .crosslink-card {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem;
  }
}

@media (min-width: 800px) {
  .crosslinks-container .crosslink-card {
    width: calc(33.3333333333% - 2rem);
    float: left;
    margin-left: 1.5rem;
    text-align: left;
  }
}

.crosslink-card {
  background-color: #f9f9f9;
  margin-top: 1.5rem;
  text-decoration: none;
  color: #111111;
  display: block;
}

.crosslink-card .crosslink-inner {
  padding: 1.5rem;
}

.crosslink-card h2 {
  transition: all 0.25s ease;
  border-bottom-color: inherit;
  line-height: 1.2;
  display: inline;
}

.crosslink-card p {
  font-size: 0.8849557522em;
  margin: 0.375rem 0 0;
  max-width: 30rem;
}

@media (min-width: 25em) and (max-width: 50em) {
  .crosslink-card p {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .crosslink-card p {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .crosslink-card p {
    font-size: 0.8403361345em;
  }
}

.crosslink-card:hover h2, .crosslink-card:focus h2 {
  color: #D23985;
}

.highlights-block {
  border: 1px solid #FFFFFF;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}

.highlights-block::after {
  clear: both;
  content: "";
  display: block;
}

.highlight-card {
  border: 1px solid #FFFFFF;
  overflow: hidden;
  flex-grow: 1;
}

.highlight-card .card-text {
  padding: 1.5rem calc(1.5rem + 2.5vw);
  transition: all 0.25s ease;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  height: 300px;
  z-index: 2;
}

.highlight-card .card-text h2 {
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
  background-color: rgba(17, 17, 17, 0.9);
  line-height: 1.2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.75rem;
  display: inline-block;
  color: #FFFFFF;
  position: relative;
}

.highlight-card .card-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  max-height: none;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: 1;
}

.highlight-card:nth-of-type(1n) {
  background-color: #9D9D9D;
}

.highlight-card:nth-of-type(1n) .card-text {
  background-color: rgba(157, 157, 157, 0.8);
}

.highlight-card:nth-of-type(2n) {
  background-color: #D23985;
}

.highlight-card:nth-of-type(2n) .card-text {
  background-color: rgba(210, 57, 133, 0.8);
}

.highlight-card:nth-of-type(3n) {
  background-color: #61C8B7;
}

.highlight-card:nth-of-type(3n) .card-text {
  background-color: rgba(97, 200, 183, 0.8);
}

.highlight-card:hover .card-text, .highlight-card:focus .card-text {
  background-color: transparent;
}

.highlight-card:hover .card-image, .highlight-card:focus .card-image {
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media (min-width: 640px) and (max-width: 799px) {
  .highlight-card {
    width: calc(50% - 2px);
    float: left;
  }
  .highlight-card:nth-child(3n) {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .highlight-card {
    width: calc(33.333% - 2px);
    float: left;
  }
}

/* Latest updates (news or insights)
================================================== */
/*

.latest-updates {
	margin: $base-spacing auto;
	max-width: $base-measure;
	padding: $base-spacing;
}
*/
.featured-update {
  max-width: 57rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #111111;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  display: table;
  width: 100%;
}

.featured-update::after {
  clear: both;
  content: "";
  display: block;
}

.featured-update:hover, .featured-update:focus {
  color: #FFFFFF;
}

.featured-update:hover h2, .featured-update:focus h2 {
  text-decoration: underline;
}

@media (min-width: 640px) {
  .update-image,
.update-text {
    vertical-align: bottom;
    display: table-cell;
    width: 50%;
  }
}

.update-text {
  padding: calc(0.75rem + 2.5vw);
  border-bottom: 2px solid #FFFFFF;
}

.update-text h2 {
  margin: 0 0 0.75rem 0;
}

@media (min-width: 640px) {
  .update-text {
    border-left: 2px solid #FFFFFF;
    border-bottom: none;
  }
}

@media (min-width: 800px) {
  .update-text h2 {
    font-size: 1.2769em;
  }
}

@media (min-width: 800px) and (min-width: 25em) and (max-width: 50em) {
  .update-text h2 {
    font-size: calc( 1.2769em + 0.0687 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 800px) and (min-width: 50em) and (max-width: 75em) {
  .update-text h2 {
    font-size: calc( 1.3456em + 0.0705 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 800px) and (min-width: 75em) {
  .update-text h2 {
    font-size: 1.4161em;
  }
}

.update-meta {
  font-size: 0.7831466834em;
  margin: 0;
}

@media (min-width: 25em) and (max-width: 50em) {
  .update-meta {
    font-size: calc( 0.7831466834em + -0.0399837821 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .update-meta {
    font-size: calc( 0.7431629013em + -0.0369980824 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .update-meta {
    font-size: 0.7061648189em;
  }
}

.update-item {
  margin-top: 1.5rem;
  text-decoration: none;
  color: #111111;
  display: block;
}

.update-item h2 {
  margin-bottom: 0.75rem;
}

.update-item .update-meta {
  color: #535353;
}

.update-item:hover h2, .update-item:focus h2 {
  text-decoration: underline;
}

.updates-list {
  padding: 0 1.5rem;
}

@media (min-width: 640px) {
  .updates-list {
    padding: 0;
  }
  .updates-list::after {
    clear: both;
    content: "";
    display: block;
  }
  .updates-list .update-item {
    width: calc(33.3333333333% - 2rem);
    float: left;
    margin-left: 1.5rem;
  }
}

/* Cards
================================================== */
.card {
  text-decoration: none;
  position: relative;
  color: inherit;
  display: block;
}

.card-grid .card {
  margin-top: 1.5rem;
  flex: 0 1 auto;
}

.card-grid .card:hover .card-title, .card-grid .card:focus .card-title {
  border-color: #111111;
}

.card-grid .card:hover .card-image-wrap:after, .card-grid .card:focus .card-image-wrap:after {
  box-shadow: inset 0 0 0 2px #111111;
}

/*
.category-card {

	&:nth-child(5n + 1) {
		.card-image-wrap { background-color: $color-light; }
	}
	&:nth-child(5n + 2) {
		.card-image-wrap { background-color: $color-bright; }
	}
	&:nth-child(5n + 3) {
		.card-image-wrap { background-color: $color-medium; }
	}
	&:nth-child(5n + 4) {
		.card-image-wrap { background-color: $color-dark; }
	}
	&:nth-child(5n + 5) {
		.card-image-wrap { background-color: $color-contrast; }
	}

	.card-image {
		transition: $base-transition;
		mix-blend-mode: overlay;
		filter: grayscale(1);
		opacity: 0.5;
	}

	&:hover,
	&:focus {
	  .card-image {
		  mix-blend-mode: normal;
			filter: grayscale(0);
			opacity: 1;
	  }
	}
}
*/
.card-block {
  padding: calc(1.5rem + 2.5vw) 0;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}

.card-block > h2 {
  line-height: 1.2;
  padding: 0 1.5rem;
}

.card-image-wrap {
  position: relative;
}

.card-image-wrap:after {
  box-shadow: inset 0 0 0 0 transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease;
  content: '';
}

.card-image {
  margin-bottom: 0.75rem;
}

.card-logo {
  position: absolute;
  top: 0.75em;
  left: 0.75em;
  box-shadow: 5px 5px 10px rgba(17, 17, 17, 0.1);
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  width: 50px;
  z-index: 1;
}

.no-flexbox .card-time, .no-flexbox .card-title, .no-flexbox .card-location {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
}

.card-title {
  transition: all 0.25s ease;
  line-height: 1.2;
  border-color: transparent;
  display: inline;
}

.card-time,
.card-meta,
.card-location {
  font-size: 0.7831466834em;
  margin: 0;
}

@media (min-width: 25em) and (max-width: 50em) {
  .card-time,
.card-meta,
.card-location {
    font-size: calc( 0.7831466834em + -0.0399837821 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .card-time,
.card-meta,
.card-location {
    font-size: calc( 0.7431629013em + -0.0369980824 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .card-time,
.card-meta,
.card-location {
    font-size: 0.7061648189em;
  }
}

.card-status {
  -webkit-mask-image: url("../media/ai-scribble-mask.svg");
          mask-image: url("../media/ai-scribble-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: rgba(210, 57, 133, 0.9);
  color: #FFFFFF;
  padding: 0.375rem 0.75rem;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #FFFFFF;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  transform: rotate(-2.5deg);
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}

.card-status--warning {
  background-color: rgba(224, 46, 34, 0.9);
}

.card-time:before,
.card-location:before {
  display: inline-block;
  margin-right: 3px;
  height: 14px;
  width: 14px;
  content: '';
}

.card-time {
  margin-top: 0.1875rem;
}

.card-grid {
  flex-wrap: wrap;
  display: flex;
}

.card-grid > .card {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem;
}

@media (min-width: 480px) {
  .card-grid.two-cols > .card {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem;
  }
}

@media (min-width: 480px) and (max-width: 799px) {
  .card-grid.three-cols > .card {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem;
  }
}

@media (min-width: 800px) {
  .card-grid.three-cols > .card {
    width: calc(33.3333333333% - 2rem);
    float: left;
    margin-left: 1.5rem;
  }
}

.sub-grid {
  width: calc(100% - 3rem);
  float: left;
  margin-left: 1.5rem;
}

.sub-grid .card:first-child {
  margin-top: 0;
}

@media (min-width: 480px) {
  .sub-grid .card:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 800px) {
  .sub-grid {
    width: calc(70.8333333333% - 2.5625rem);
    float: left;
    margin-left: 1.5rem;
  }
}

.empty-articles {
  text-align: center;
  padding: 4rem;
}

/* FILTERS
================================================== */
/* Select menu styling
-------------------------------------------------- */
.filter--dropdown {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0;
}

.filter--dropdown select {
  background: linear-gradient(#FFFFFF, #f9f9f9);
  box-shadow: 2px 2px 0 rgba(17, 17, 17, 0.1);
  border: 2px solid #E6E6E6;
  padding: 0.75rem;
  box-sizing: border-box;
  color: #111111;
  padding-right: 28px;
  position: relative;
  min-width: 130px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  display: block;
  outline: none;
  z-index: 2;
  margin: 0;
  /* IE11 hide arrow */
}

.filter--dropdown select::-ms-expand {
  display: none;
}

.filter--dropdown select:hover, .filter--dropdown select:focus,
.filter--dropdown select .is-active {
  box-shadow: 2px 2px 0 #D23985;
  border-color: #D23985;
}

.filter--dropdown:before, .filter--dropdown:after {
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  pointer-events: none;
  line-height: 1;
  display: block;
  height: 36px;
  width: 28px;
  content: '';
  z-index: 3;
}

.filter--dropdown:before {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(249, 249, 249, 0.9));
  box-shadow: -2px 0 1px -1px white;
}

.filter--dropdown:after {
  background-image: url("../../mediasprite.svg");
  background-position: -410px -5px;
  background-size: 500px 250px;
}

/* Section headers
-------------------------------------------------- */
.section-header {
  max-width: 57rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.75rem;
  padding: 0 1.5rem;
}

.section-header::after {
  clear: both;
  content: "";
  display: block;
}

.section-header--title {
  display: inline-block;
}

.section-header--button {
  float: right;
}

@media (min-width: 800px) {
  .section-header--title {
    float: left;
  }
  .section-header--single {
    float: right;
  }
  .section-header--group {
    float: right;
  }
}

.section-header--single .filter--dropdown select {
  max-width: none;
}

.section-header--group {
  margin-bottom: 0.75rem;
}

.section-header--group::after {
  clear: both;
  content: "";
  display: block;
}

.section-header--title h2 {
  margin-bottom: 0.75rem;
  position: relative;
  line-height: 1;
}

.section-header--title h2:after {
  position: absolute;
  top: -2px;
  right: -10px;
  bottom: -2px;
  left: -10px;
  background-color: rgba(97, 200, 183, 0.5);
  transform: rotate(-2deg);
  z-index: -1;
  content: '';
  -webkit-mask-image: url("../media/ai-scribble-mask.svg");
          mask-image: url("../media/ai-scribble-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.section-header--button [class*="-button"] {
  margin-bottom: 0.75rem;
  padding: 0.375rem;
  margin-top: -4px;
}

/* Filter layout
-------------------------------------------------- */
.filter-row {
  max-width: 57rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.filter-row::after {
  clear: both;
  content: "";
  display: block;
}

.filter-row:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  width: 3rem;
  display: block;
  content: '';
}

@media (max-width: 959px) {
  .filter-row {
    padding: 0 0 0 1.5rem;
  }
}

.filter-group {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  width: calc(100% + 0.75rem);
}

.filter-group .filter--dropdown:not(:only-child) {
  width: calc(50% - 0.5625rem);
  float: left;
  margin-left: 0.375rem;
}

/* List of links that overflow on small screens
-------------------------------------------------- */
.filter-overflow {
  background: linear-gradient(#FFFFFF, #f9f9f9);
  overflow-x: scroll;
  /* Hide horizontal scrollbar */
  overflow-y: hidden;
  /* Add vertical scrollbar */
  box-shadow: inset 0 -2px 0 #E6E6E6;
  position: relative;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.filter-overflow::-webkit-scrollbar:not(.showScrollBar) {
  display: none;
  width: 0;
}

.filter-overflow.showScrollBar {
  padding-bottom: 0.5rem;
}

.filter-overflow .disabled {
  font-size: 14px;
  opacity: 0.75;
  margin-bottom: 0;
}

.filter-overflow--list {
  white-space: nowrap;
  position: relative;
  list-style: none;
  min-width: 100%;
  margin: 0;
}

.filter-overflow--list > li {
  padding-right: 0.75rem;
  display: inline-block;
}

.filter-overflow--list > li:last-child {
  padding-right: 1.5rem;
}

.filter-overflow--item {
  border: none;
  border-bottom: 2px solid #E6E6E6;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  display: inline-block;
  color: #111111;
  padding: 0 0 10px 0;
  font-size: 14px;
  line-height: 1;
}

.filter-overflow--item:hover, .filter-overflow--item:focus, .filter-overflow--item.is-active {
  border-color: #D23985;
  color: #D23985;
}

/* Filter Datepicker
-------------------------------------------------- */
.filter-datepicker {
  position: relative;
  border-radius: 4px 4px 0 0;
  border: 2px solid #E6E6E6;
  border-bottom: 1px;
}

.filter-datepicker:before {
  background-image: url("../../mediasprite.svg");
  background-position: -318px -66px;
  background-size: 500px 250px;
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
  height: 14px;
  width: 14px;
  content: '';
  position: absolute;
  left: 10px;
  top: 9px;
  z-index: 0;
}

.filter-datepicker:hover, .filter-datepicker:focus {
  border-color: #D23985;
  background: #D23985;
  color: #FFFFFF;
}

.filter-datepicker:hover:before, .filter-datepicker:focus:before {
  background-image: url("../../mediasprite.svg");
  background-position: -318px -117px;
  background-size: 500px 250px;
}

.filter-datepicker:hover #select-month, .filter-datepicker:focus #select-month {
  color: #FFFFFF;
}

.filter-datepicker.is-active {
  border-color: #D23985;
  background: #D23985;
}

.filter-datepicker.is-active input {
  color: #FFFFFF;
}

.filter-datepicker.is-active:before {
  background-image: url("../../mediasprite.svg");
  background-position: -318px -117px;
  background-size: 500px 250px;
}

#select-month {
  position: relative;
  border: 0;
  padding: 0.5rem 0.5rem .6rem;
  padding-left: 30px;
  box-shadow: none;
  margin: 0;
  width: 115px;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  transition: border-color 0s;
  background: transparent;
  /*
	&:hover,
	&:focus  {
		border-color: $color-bright;
		background: $color-bright;
		color: $color-white;

		&:before {
			@include sprite(-318px,-117px,$full);
		}
	}*/
}

.filter-datepicker--button {
  border: none;
  font-family: "Lato", sans-serif;
  background: transparent;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
}

.filter-datepicker--button:before {
  background-image: url("../../mediasprite.svg");
  background-position: -318px -66px;
  background-size: 500px 250px;
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
  height: 14px;
  width: 14px;
  content: '';
}

.filter-datepicker--button:hover, .filter-datepicker--button:focus {
  border-color: #D23985;
  background: #D23985;
  color: #FFFFFF;
}

.filter-datepicker--button:hover:before, .filter-datepicker--button:focus:before {
  background-image: url("../../mediasprite.svg");
  background-position: -318px -117px;
  background-size: 500px 250px;
}

.filter-datepicker--button:focus, .filter-datepicker--button:active {
  outline: none;
}

.filter-datepicker--button.is-active {
  border-color: #D23985;
  background: #D23985;
  color: #FFFFFF;
}

.filter-datepicker--button.is-active:before {
  background-image: url("../../mediasprite.svg");
  background-position: -318px -117px;
  background-size: 500px 250px;
}

.search-filter {
  display: flex;
  align-items: flex-end;
}

.search-filter button {
  border-radius: 4px 0 0 4px;
  background-color: #D23985;
  border: none;
  background-position: -100px -5px;
  width: 50px;
  height: 37px;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
}

.search-filter input[type=text] {
  margin-top: 1.5rem;
  border-radius: 0 4px 4px 0;
}

@media (min-width: 800px) {
  .search-filter input[type=text] {
    margin-right: 1.5rem;
    margin-top: 0;
  }
}

.categories-filter {
  white-space: nowrap;
  overflow-x: scroll;
  padding: 1rem;
  margin-bottom: 1rem;
}

.categories-filter .indent {
  margin: 0 0.5rem;
}

/* Pagination
================================================== */
.pagination {
  margin-bottom: 1.5rem;
}

.pagination ul {
  margin: 0 0 1.5rem 0;
  position: relative;
  list-style: none;
}

.pagination ul > li {
  margin-bottom: 5px;
  display: inline-block;
}

.pagination .prev:before {
  content: "← ";
}

.pagination .next:after {
  content: " →";
}

.pagination small {
  display: block;
}

.pagination a {
  border: 1px solid #61C8B7;
  padding: 0.75rem;
  display: inline-block;
  line-height: 1;
}

.pagination a:hover, .pagination a:focus {
  background-color: #9D9D9D;
  border-color: #9D9D9D;
  color: #FFFFFF;
}

.pagination a.is-active {
  background-color: #9D9D9D;
  border-color: #9D9D9D;
  color: #FFFFFF;
}

.pagination a.is-inactive {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.33;
}

/* Global Newsletter for (AI list, MailChimp)
================================================== */
.global-newsletter {
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  padding: calc(1.5rem + 2.5vw) 1.5rem;
  background-color: #E6E6E6;
  color: #111111;
  position: relative;
}

.global-newsletter:before {
  background-color: #111111;
  height: 40px;
  width: 100%;
  top: -20px;
}

.global-newsletter .newsletter-container {
  max-width: 57rem;
  margin-right: auto;
  margin-left: auto;
}

.global-newsletter a:hover,
.global-newsletter a:focus {
  color: #FFFFFF;
}

.global-newsletter #mc_embed_signup {
  background-color: transparent;
  padding: 0;
}

.global-newsletter #mc_embed_signup .mc-field-group {
  margin-bottom: 0.75rem;
}

.global-newsletter #mc_embed_signup #mergeRow-gdpr {
  font-size: 0.8849557522em;
  background-color: #111111;
  color: #E6E6E6;
  padding: 1.5rem;
}

@media (min-width: 25em) and (max-width: 50em) {
  .global-newsletter #mc_embed_signup #mergeRow-gdpr {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .global-newsletter #mc_embed_signup #mergeRow-gdpr {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .global-newsletter #mc_embed_signup #mergeRow-gdpr {
    font-size: 0.8403361345em;
  }
}

.global-newsletter #mc_embed_signup #mergeRow-gdpr label:not(.checkbox) {
  font-size: 1.13em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .global-newsletter #mc_embed_signup #mergeRow-gdpr label:not(.checkbox) {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .global-newsletter #mc_embed_signup #mergeRow-gdpr label:not(.checkbox) {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .global-newsletter #mc_embed_signup #mergeRow-gdpr label:not(.checkbox) {
    font-size: 1.19em;
  }
}

.global-newsletter #mc_embed_signup #mergeRow-gdpr .content__gdprLegal p:last-child {
  margin-bottom: 0;
}

.global-newsletter #mc_embed_signup .mce_inline_error {
  margin-bottom: 0.1875rem;
}

.global-newsletter #mc_embed_signup #mce-success-response,
.global-newsletter #mc_embed_signup #mce-error-response {
  font-size: 0.8849557522em;
  margin-bottom: 0.75rem;
  padding: 1.5rem;
}

@media (min-width: 25em) and (max-width: 50em) {
  .global-newsletter #mc_embed_signup #mce-success-response,
.global-newsletter #mc_embed_signup #mce-error-response {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .global-newsletter #mc_embed_signup #mce-success-response,
.global-newsletter #mc_embed_signup #mce-error-response {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .global-newsletter #mc_embed_signup #mce-success-response,
.global-newsletter #mc_embed_signup #mce-error-response {
    font-size: 0.8403361345em;
  }
}

.global-newsletter #mc_embed_signup #mce-success-response:empty,
.global-newsletter #mc_embed_signup #mce-error-response:empty {
  display: none;
}

.global-newsletter #mc_embed_signup #mce-success-response {
  background: #e6f5ed;
  color: #000f08;
}

.global-newsletter #mc_embed_signup #mce-error-response {
  background: #fceae9;
  color: #160503;
}

/* Footer
================================================== */
.global-footer {
  background-image: linear-gradient(#111111, black);
  padding: 3rem 1.5rem;
  -webkit-font-smoothing: antialiased;
  background-color: #111111;
  color: #FFFFFF;
}

.global-footer a {
  color: #FFFFFF;
}

.footer-container {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 800px) {
  .footer-row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
  .footer-row::after {
    clear: both;
    content: "";
    display: block;
  }
}

.footer-quicklinks ul {
  margin: 1.5rem 0;
}

.footer-quicklinks ul::after {
  clear: both;
  content: "";
  display: block;
}

.footer-quicklinks ul li {
  margin: 0 0 1.5rem 0;
}

.footer-quicklinks ul li a {
  font-size: 0.8849557522em;
  border-bottom-color: transparent;
  text-decoration: none;
  display: inline;
}

@media (min-width: 25em) and (max-width: 50em) {
  .footer-quicklinks ul li a {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .footer-quicklinks ul li a {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .footer-quicklinks ul li a {
    font-size: 0.8403361345em;
  }
}

.footer-quicklinks ul li a:hover, .footer-quicklinks ul li a:focus {
  border-bottom-color: #EAB129;
  color: #EAB129;
}

.csscolumns .footer-quicklinks ul {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-width: 14em;
     -moz-column-width: 14em;
          column-width: 14em;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.no-csscolumns .footer-quicklinks ul li {
  min-width: 14em;
  display: block;
  float: left;
  width: 50%;
}

@media (min-width: 800px) {
  .footer-quicklinks {
    width: calc(66.6666666667% - 2.5rem);
    float: left;
    margin-left: 1.5rem;
  }
}

@media (min-width: 800px) {
  .footer-contact {
    width: calc(33.3333333333% - 2rem);
    float: left;
    margin-left: 1.5rem;
    text-align: right;
  }
}

.footer-social {
  margin: 0 0 0 -9px;
  list-style: none;
}

.footer-social::after {
  clear: both;
  content: "";
  display: block;
}

.footer-social > li {
  display: inline-block;
}

.footer-social > li > a:hover, .footer-social > li > a:focus {
  transform: scale(1.2);
}

@media (min-width: 800px) {
  .footer-social {
    margin: 0 -9px 0 0;
    text-align: right;
  }
}

.footer-contact-list {
  font-size: 1.13em;
  margin: 1.5rem 0;
  list-style: none;
}

@media (min-width: 25em) and (max-width: 50em) {
  .footer-contact-list {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .footer-contact-list {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .footer-contact-list {
    font-size: 1.19em;
  }
}

.footer-contact-list address {
  font-size: 0.7831466834em;
  margin: 1.5rem 0;
  font-style: normal;
}

@media (min-width: 25em) and (max-width: 50em) {
  .footer-contact-list address {
    font-size: calc( 0.7831466834em + -0.0399837821 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .footer-contact-list address {
    font-size: calc( 0.7431629013em + -0.0369980824 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .footer-contact-list address {
    font-size: 0.7061648189em;
  }
}

.footer-contact-list a {
  border-bottom-color: transparent;
  text-decoration: none;
}

.footer-contact-list a:hover, .footer-contact-list a:focus {
  border-bottom-color: #EAB129;
  color: #EAB129;
}

.footer-legals p {
  font-size: 0.8849557522em;
}

@media (min-width: 25em) and (max-width: 50em) {
  .footer-legals p {
    font-size: calc( 0.8849557522em + -0.0228867867 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .footer-legals p {
    font-size: calc( 0.8620689655em + -0.0217328311 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .footer-legals p {
    font-size: 0.8403361345em;
  }
}

.search-overlay {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 999;
  width: 100%;
  height: 0%;
  top: 0;
  background: rgba(0, 0, 0, 0.94);
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
  transform: scale(0.2);
  opacity: .2;
  transition: 1s ease-in;
  transition-property: background, transform, opacity;
}

.js-search-open .search-overlay {
  display: table;
  height: 100%;
  transform: scale(1);
  opacity: 1;
}

.js-search-open {
  overflow: hidden;
}

.search-overlay--wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.search-overlay--wrap .js-close {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  top: 5%;
  right: 5%;
  width: 48px;
  height: 48px;
  background-color: #4e4e4e;
  border-radius: 5px;
  opacity: 1;
  transition: opacity .2s ease-in;
}

.search-overlay--wrap .js-close:hover, .search-overlay--wrap .js-close:focus {
  opacity: .8;
}

.search-box {
  max-width: 42em;
  margin: 0 auto;
  text-align: left;
  padding: 0 5%;
}

.search-box form {
  padding: 0 0 1em 0;
}

.search-box label {
  display: block;
  font-size: 1.442897em;
  color: #fff;
  padding: 0 0 0;
}

@media (min-width: 25em) and (max-width: 50em) {
  .search-box label {
    font-size: calc( 1.442897em + 0.117999 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .search-box label {
    font-size: calc( 1.560896em + 0.124263 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .search-box label {
    font-size: 1.685159em;
  }
}

.search-box input {
  display: block;
  width: 100%;
  padding: 1.2em 1em;
  margin: 0 0 1.5em 0;
  background: white;
  font-size: 1.13em;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
}

@media (min-width: 25em) and (max-width: 50em) {
  .search-box input {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 50em) and (max-width: 75em) {
  .search-box input {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 75em) {
  .search-box input {
    font-size: 1.19em;
  }
}

.search-box button {
  display: block;
  margin: 0 auto;
}

.search-box p {
  color: #f2f2f2;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.search-box a {
  color: #535353;
}

.search-box a:hover, .search-box a:focus {
  color: #535353;
}

.total-results-container {
  padding: 1.5rem 1.5rem 0;
}

/* Search
================================================== */
.listings {
  max-width: 57rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.5rem;
}

.listings--item {
  border: 1px solid #E6E6E6;
  text-decoration: none;
}

@media (min-width: 640px) {
  .listings--item::after {
    clear: both;
    content: "";
    display: block;
  }
  .listings--item .listings--image,
.listings--item .listings--content {
    box-sizing: border-box;
    float: left;
  }
  .listings--item .listings--image {
    width: 40%;
  }
  .listings--item .listings--content {
    width: 60%;
  }
}

.listings--image .card-image {
  display: block;
  margin: 0;
}

.listings--item h4 {
  line-height: 1.2;
}

.listings--content {
  padding: 1.5rem;
  border-left: 0;
}

.listings--item {
  margin: 1.5rem 0;
  color: #111111;
  display: block;
}

.listings--item p {
  max-height: 4.5rem;
  overflow: hidden;
  margin: 0;
}

.listings--item:hover, .listings--item:focus {
  cursor: pointer;
}

.listings--item:hover h4, .listings--item:focus h4 {
  color: #E02E22;
}

.listings--url {
  text-decoration: underline;
  margin-bottom: 0.375rem;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #535353;
  display: block;
}

/* Springboard "City Stats" block
================================================== */
.springboard {
  max-width: 57rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.5rem;
  display: block;
}

.springboard-key {
  position: relative;
  margin: 1em;
  min-height: 300px;
}

.month-year {
  position: absolute;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: radial-gradient(#343184, rgba(52, 49, 132, 0.8) 0%, #343184 100%);
  border-radius: 100%;
  height: 11em;
  width: 11em;
  color: #fff;
  overflow: hidden;
  text-align: center;
  margin: 1em 0 1em 0;
  left: 50%;
  transform: translateX(-5.5em);
}

@media (min-width: 640px) {
  .month-year {
    transform: translateX(-7em);
    height: 14em;
    width: 14em;
    font-size: 1.13em;
  }
}

@media (min-width: 640px) and (min-width: 25em) and (max-width: 50em) {
  .month-year {
    font-size: calc( 1.13em + 0.03 * ( ( 100vw - 25em) / 25 ));
  }
}

@media (min-width: 640px) and (min-width: 50em) and (max-width: 75em) {
  .month-year {
    font-size: calc( 1.16em + 0.03 * ( ( 100vw - 50em) / 25 ));
  }
}

@media (min-width: 640px) and (min-width: 75em) {
  .month-year {
    font-size: 1.19em;
  }
}

.springboard-item {
  position: absolute;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(7, 108, 176, 0.8);
  border-radius: 100%;
  height: 9em;
  width: 9em;
  overflow: hidden;
  text-align: center;
}

.springboard-item.first {
  top: 60%;
  left: 50%;
  transform: translateX(-9em);
}

@media (min-width: 640px) {
  .springboard-item.first {
    top: 30%;
    left: 50%;
    transform: translateX(-335px);
  }
}

.springboard-item.second {
  top: 60%;
  left: 50%;
}

@media (min-width: 640px) {
  .springboard-item.second {
    top: 30%;
    left: 50%;
    transform: translateX(180px);
  }
}

.springboard-item.third {
  top: 0;
  left: 0;
}

.springboard-item-wrap {
  margin: 0 auto;
}

.springboard-item span {
  display: block;
  margin-top: 0.10em;
  color: #FFFFFF;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(vendors/photo-swipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url(vendors/photo-swipe/default-skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  font-size: 13px;
  padding: calc(3vh + 1em);
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
  outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
