/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
/* line 6, global/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 27, global/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 31, global/_reset.scss */
body {
  line-height: 1; }

/* line 34, global/_reset.scss */
ol, ul {
  list-style: none; }

/* line 37, global/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 40, global/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
/* line 52, global/_reset.scss */
ins {
  text-decoration: none; }

/* line 55, global/_reset.scss */
del {
  text-decoration: line-through; }

/* line 59, global/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 2, neat/grid/_grid.scss */
* {
  box-sizing: border-box; }

@font-face {
  font-family: 'icons';
  src: url("../f/icomoon.eot");
  src: url("../f/icomoon.eot") format("embedded-opentype"), url("../f/icomoon.woff") format("woff"), url("../f/icomoon.ttf") format("truetype"), url("../f/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Variables */
@-webkit-keyframes arrow-right {
  50% {
    right: -1.25rem; } }
@keyframes arrow-right {
  50% {
    right: -1.25rem; } }
@-webkit-keyframes button-pulse {
  0% {
    background: #ff4e4e; }
  50% {
    background: #f1444b; }
  100% {
    background: #ff4e4e; } }
@keyframes button-pulse {
  0% {
    background: #ff4e4e; }
  50% {
    background: #f1444b; }
  100% {
    background: #ff4e4e; } }
/* line 1, global/_icons.scss */
.all-link:after, .to-top:after, .pagenav .next:after, .pagenav .prev:before, .twitter:after, .facebook:after, .email:after, .footer-icon:after, .sidebar .next-post:before, .sidebar .prev-post:after, .sidebar .sidenav a.link-outer:after, .sidebar .sidebar-opener:after, .header-nav .link-search a:after, .index-post-headings .date-time:after, .community-event:after {
  font-family: 'icons' !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  text-indent: 0 !important; }

/* line 22, global/_icons.scss */
.twitter:after, .footer-icon.footer-twitter:after {
  content: "\e600"; }

/* line 25, global/_icons.scss */
.facebook:after, .footer-icon.footer-facebook:after {
  content: "\e603"; }

/* line 28, global/_icons.scss */
.footer-icon.footer-flickr:after {
  content: "\e607"; }

/* line 31, global/_icons.scss */
.footer-icon.footer-vimeo:after {
  content: "\e608"; }

/* line 34, global/_icons.scss */
.pagenav .prev:before, .sidebar .next-post:before {
  content: "\e605"; }

/* line 37, global/_icons.scss */
.sidebar .sidebar-opener:after {
  content: "\e606"; }

/* line 40, global/_icons.scss */
.to-top:after {
  content: "\e604"; }

/* line 43, global/_icons.scss */
.email:after {
  content: "\e601"; }

/* line 46, global/_icons.scss */
.all-link:after, .pagenav .next:after, .sidebar .prev-post:after, .sidebar .sidenav a.link-outer:after, .index-post-headings .date-time:after, .community-event:after {
  content: "\e602"; }

/* line 49, global/_icons.scss */
.header-nav .link-search a:after {
  content: "\e609"; }

/* line 52, global/_icons.scss */
.footer-icon.footer-instagram:after {
  content: "\e60a"; }

/* line 57, global/_icons.scss */
.all-link:after {
  font-size: 0.65rem;
  margin-left: 0.25rem; }

/* line 64, global/_icons.scss */
.to-top:after {
  display: block;
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  font-size: 0.6rem;
  -webkit-transition: 200ms top ease-out;
  transition: 200ms top ease-out; }

/* line 75, global/_icons.scss */
.pagenav .next:after {
  font-size: 0.65rem;
  margin-left: 0.5rem; }

/* line 82, global/_icons.scss */
.pagenav .prev:before {
  font-size: 0.65rem;
  margin-right: 0.5rem; }

/* line 91, global/_icons.scss */
.social-icon {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 6rem;
  border: 2px solid #000;
  display: inline-block;
  margin: 0 0.25rem 0 0;
  color: #000;
  background: #fff;
  position: relative;
  -webkit-transition: 200ms background ease-out;
  transition: 200ms background ease-out; }
  @media screen and (min-width: 1024px) {
    /* line 91, global/_icons.scss */
    .social-icon {
      width: 1.75rem;
      height: 1.75rem; } }
  /* line 107, global/_icons.scss */
  .social-icon:last-child {
    margin: 0; }
  /* line 110, global/_icons.scss */
  .social-icon:after {
    text-indent: 0 !important;
    white-space: auto !important;
    position: absolute;
    color: #000;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 200ms color ease-out;
    transition: 200ms color ease-out; }
  /* line 121, global/_icons.scss */
  .social-icon:hover {
    background: #000; }
    /* line 123, global/_icons.scss */
    .social-icon:hover:after {
      color: #fff; }

/* line 129, global/_icons.scss */
.twitter:after {
  position: absolute;
  font-size: 0.7em; }
  @media screen and (min-width: 1024px) {
    /* line 129, global/_icons.scss */
    .twitter:after {
      font-size: 0.5em; } }

/* line 139, global/_icons.scss */
.facebook:after {
  font-size: 0.8em; }
  @media screen and (min-width: 1024px) {
    /* line 139, global/_icons.scss */
    .facebook:after {
      font-size: 0.7em; } }

/* line 148, global/_icons.scss */
.email:after {
  font-size: 1em; }

/* line 156, global/_icons.scss */
.footer-icon {
  display: inline-block;
  position: relative;
  border-bottom: 0;
  padding-right: 0.75rem;
  color: #777; }
  @media screen and (max-width: 767px) {
    /* line 156, global/_icons.scss */
    .footer-icon {
      font-size: 1rem;
      margin-right: 1rem; } }
  /* line 166, global/_icons.scss */
  .footer-icon:last-of-type {
    margin-right: 0; }
  /* line 169, global/_icons.scss */
  .footer-icon:hover {
    border-bottom: 0;
    color: #ff4e4e; }
  /* line 173, global/_icons.scss */
  .footer-icon:after {
    white-space: auto !important;
    text-indent: 0 !important; }
  /* line 178, global/_icons.scss */
  .footer-icon.footer-twitter:after {
    font-size: 0.85em; }
  /* line 188, global/_icons.scss */
  .footer-icon.footer-vimeo:after {
    font-size: 0.85em; }

/* line 58, global/_mixins.scss */
.event-card-img img {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 63, global/_mixins.scss */
.featured-photo:before, .header-hero-area .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent 50%, rgba(255, 255, 255, 0.45) 85%, rgba(255, 255, 255, 0.6) 100%);
  background-image: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.45) 85%, rgba(255, 255, 255, 0.6) 100%); }

/* line 75, global/_mixins.scss */
.light .featured-photo:before {
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.45) 85%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.45) 85%, rgba(0, 0, 0, 0.6) 100%); }

/* line 62, global/_styleguide.scss */
.hero-sans p, .home-hero p {
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.65rem;
  line-height: 1.2; }

/* line 71, global/_styleguide.scss */
h1, h2, h3, h4, h5 {
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 76, global/_styleguide.scss */
strong {
  font-weight: 700;
  color: #000; }

/* line 81, global/_styleguide.scss */
em {
  font-style: italic; }

/* line 85, global/_styleguide.scss */
h1 {
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  -webkit-font-feature-settings: "ss01", "kern" 1, "pnum";
  -moz-font-feature-settings: "ss01", "kern=1";
  font-feature-settings: "ss01", "kern" 1;
  font-size: 1.25rem; }
  @media screen and (min-width: 768px) {
    /* line 85, global/_styleguide.scss */
    h1 {
      font-size: 1.5rem;
      line-height: 1; } }
  @media screen and (min-width: 1024px) {
    /* line 85, global/_styleguide.scss */
    h1 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 1440px) {
    /* line 85, global/_styleguide.scss */
    h1 {
      font-size: 2rem; } }
  /* line 87, global/_styleguide.scss */
  h1 a:hover {
    color: #ff4e4e; }
  /* line 90, global/_styleguide.scss */
  h1.news-title, .event-minicard.block-fourth h1 {
    font-size: 0.9375rem;
    letter-spacing: 0;
    text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      /* line 90, global/_styleguide.scss */
      h1.news-title, .event-minicard.block-fourth h1 {
        font-size: 1.125rem; } }
  /* line 98, global/_styleguide.scss */
  h1.big {
    font-size: 1.75rem;
    line-height: 1;
    margin: 0 0 1rem;
    letter-spacing: -1px; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      /* line 98, global/_styleguide.scss */
      h1.big {
        font-size: 3.25rem; } }
    @media screen and (min-width: 1200px) {
      /* line 98, global/_styleguide.scss */
      h1.big {
        font-size: 4rem; } }
  /* line 110, global/_styleguide.scss */
  h1.page-headline {
    text-transform: capitalize; }
  @media screen and (min-width: 768px) {
    /* line 113, global/_styleguide.scss */
    h1.small-headline, .post-content-body h1, .event-minicard h1 {
      font-size: 1.35rem;
      line-height: 1; } }
  @media screen and (min-width: 1024px) {
    /* line 113, global/_styleguide.scss */
    h1.small-headline, .post-content-body h1, .event-minicard h1 {
      font-size: 1.35rem; } }
  @media screen and (min-width: 1440px) {
    /* line 113, global/_styleguide.scss */
    h1.small-headline, .post-content-body h1, .event-minicard h1 {
      font-size: 1.35rem; } }

/* line 127, global/_styleguide.scss */
.date-time {
  margin: 0.8rem 0 1rem;
  font-size: 1rem;
  letter-spacing: normal; }
  @media screen and (min-width: 1200px) {
    /* line 127, global/_styleguide.scss */
    .date-time {
      font-size: 1.25rem; } }

/* line 136, global/_styleguide.scss */
h2 {
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal; }
  /* line 138, global/_styleguide.scss */
  h2 a {
    -webkit-transition: 200ms color ease-out;
    transition: 200ms color ease-out; }
    /* line 140, global/_styleguide.scss */
    h2 a:hover {
      color: #ff4e4e; }

/* line 146, global/_styleguide.scss */
h3 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 0.813rem;
  font-weight: 500;
  margin: 0 0 0.2rem;
  line-height: 1.4;
  color: #333;
  letter-spacing: normal; }
  @media screen and (min-width: 768px) {
    /* line 146, global/_styleguide.scss */
    h3 {
      font-size: 0.875rem; } }
  /* line 151, global/_styleguide.scss */
  h3.divider {
    border-top: 1px solid #ddd;
    margin: 1.25rem 0 0.75rem;
    color: #bbb;
    line-height: 1;
    text-transform: capitalize;
    padding: 0.5rem 0 0; }
    /* line 158, global/_styleguide.scss */
    h3.divider:first-of-type {
      margin: 0.5rem 0 0.75rem; }

/* line 164, global/_styleguide.scss */
h4 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #333;
  margin: 0 0 0.2rem;
  line-height: 1.4; }

/* line 168, global/_styleguide.scss */
h5 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1.2; }
  /* line 170, global/_styleguide.scss */
  h5.small-date {
    color: #aaa;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }

/* line 176, global/_styleguide.scss */
.separator {
  margin-left: 0.1em;
  margin-right: 0.1em;
  display: inline-block; }

/* line 183, global/_styleguide.scss */
.capitalize {
  text-transform: capitalize !important; }

/* line 187, global/_styleguide.scss */
.uppercase {
  text-transform: uppercase !important; }

/* line 191, global/_styleguide.scss */
.show-contents {
  opacity: 1 !important; }

/* line 195, global/_styleguide.scss */
.post-title {
  margin: 0 0 0.5rem; }

/* line 199, global/_styleguide.scss */
.section-title {
  border-top: 1px solid #ddd;
  margin-top: 0rem;
  padding: 3rem 0 0 0; }

/* line 204, global/_styleguide.scss */
.avatar {
  border-radius: 100%;
  width: 4rem;
  height: auto;
  float: left;
  margin: -0.75rem 1rem 0 0; }

/* line 213, global/_styleguide.scss */
p {
  font-family: "Harriet Text", "Georgia", Georgia, Times, serif;
  font-size: 0.875rem;
  margin: 0 0 2em 0;
  color: #555;
  max-width: 50rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 768px) {
    /* line 213, global/_styleguide.scss */
    p {
      font-size: 0.938rem;
      line-height: 1.7; } }
  /* line 225, global/_styleguide.scss */
  p strong {
    color: #3c3c3c; }
  /* line 228, global/_styleguide.scss */
  p a {
    color: #3c3c3c;
    border-bottom: 1px solid #000;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }
    /* line 232, global/_styleguide.scss */
    p a:hover {
      color: #ff4e4e;
      border-bottom: 1px solid transparent; }
  /* line 237, global/_styleguide.scss */
  .post-content-body p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c3c3c; }
    @media screen and (min-width: 1200px) {
      /* line 237, global/_styleguide.scss */
      .post-content-body p {
        font-size: 1rem; } }

/* line 247, global/_styleguide.scss */
.p-small, .person .bio p, .sponsor .sponsor-bio p {
  margin: 0 0 1rem;
  font-size: 0.813em;
  line-height: 1.6;
  color: #3c3c3c; }
  /* line 252, global/_styleguide.scss */
  .p-small:last-of-type, .person .bio p:last-of-type, .sponsor .sponsor-bio p:last-of-type {
    margin: 0; }
  @media screen and (min-width: 768px) {
    /* line 247, global/_styleguide.scss */
    .p-small, .person .bio p, .sponsor .sponsor-bio p {
      font-size: 0.875rem; } }

/* line 277, global/_styleguide.scss */
.p-smallest, .event-card-text p, .event-minicard.block-fourth p, .news-card p {
  margin: 0 0 1rem;
  font-size: 0.75em;
  line-height: 1.6;
  color: #3c3c3c; }

/* line 288, global/_styleguide.scss */
.with-sidebar p a {
  border-bottom: 1px solid #000;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out; }
  /* line 291, global/_styleguide.scss */
  .with-sidebar p a:hover {
    border-bottom: 0;
    color: #ff4e4e; }
    /* line 294, global/_styleguide.scss */
    .with-sidebar p a:hover strong {
      color: inherit; }

/* line 300, global/_styleguide.scss */
.editorial ul, .with-sidebar ul, .editorial ol, .with-sidebar ol {
  padding: 0 0 0 2.2rem;
  margin: 2rem 0 2rem; }

/* line 305, global/_styleguide.scss */
.editorial ul li, .with-sidebar ul li, .editorial ol li, .with-sidebar ol li {
  margin: 0 0 1rem;
  font-family: "Harriet Text", "Georgia", Georgia, Times, serif; }
  @media screen and (min-width: 768px) {
    /* line 305, global/_styleguide.scss */
    .editorial ul li, .with-sidebar ul li, .editorial ol li, .with-sidebar ol li {
      font-size: 1.05rem; } }
  @media screen and (min-width: 1200px) {
    /* line 305, global/_styleguide.scss */
    .editorial ul li, .with-sidebar ul li, .editorial ol li, .with-sidebar ol li {
      font-size: 1.2rem; } }

/* line 319, global/_styleguide.scss */
.button-block, input[type=submit] {
  display: block;
  margin: 1.75rem auto;
  max-width: 22rem; }

/* line 325, global/_styleguide.scss */
.button, input[type=submit] {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0.3em;
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer; }

/* line 337, global/_styleguide.scss */
.button-text, input[type=submit] {
  padding: 0.875rem 2rem;
  font-size: 0.875em;
  background: #222;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 0 !important;
  -webkit-transition: 200ms background ease-out;
  transition: 200ms background ease-out; }
  /* line 346, global/_styleguide.scss */
  .button-text:hover, input[type=submit]:hover {
    color: white !important;
    background: #000; }

/* line 353, global/_styleguide.scss */
.button-cta {
  background: #ff4e4e;
  max-width: 100%; }
  /* line 356, global/_styleguide.scss */
  .button-cta:hover {
    background: #f1444b; }
  /* line 359, global/_styleguide.scss */
  .button-cta.sold-out {
    background: #ccc;
    pointer-events: none; }

/* line 365, global/_styleguide.scss */
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  outline: 0; }

/* line 372, global/_styleguide.scss */
.button-half {
  display: inline-block;
  width: 49%;
  margin: 1.25rem 2% 0 0; }

/* line 378, global/_styleguide.scss */
.button-half:nth-of-type(2) {
  margin: 1.25rem  0 0; }

/* line 382, global/_styleguide.scss */
.text-link-big {
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: table;
  font-weight: 700;
  font-size: 1rem;
  -webkit-font-feature-settings: "ss01", "kern" 1, "pnum";
  -moz-font-feature-settings: "ss01", "kern=1";
  font-feature-settings: "ss01", "kern" 1;
  color: #333; }
  /* line 389, global/_styleguide.scss */
  .text-link-big:hover {
    color: #ff4e4e; }

/* line 394, global/_styleguide.scss */
.fade-link {
  color: #bbb;
  -webkit-transition: 200ms color ease-out;
  transition: 200ms color ease-out; }

/* line 399, global/_styleguide.scss */
.text-link, .page-navigation .page-numbers, .news-cat-links {
  display: table;
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 0.25rem;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #3f3f3f;
  border-bottom: 0 !important;
  -webkit-transition: 200ms color ease-out;
  transition: 200ms color ease-out; }
  /* line 411, global/_styleguide.scss */
  .text-link.tag-link, .page-navigation .tag-link.page-numbers, .tag-link.news-cat-links {
    margin-top: 0;
    display: inline-block;
    background: #bbb;
    font-size: 0.6875rem;
    padding: 0.1rem 0.25rem 0.2rem 0.25rem;
    color: #fff;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }
    /* line 420, global/_styleguide.scss */
    .text-link.tag-link:before, .page-navigation .tag-link.page-numbers:before, .tag-link.news-cat-links:before {
      content: '#'; }
  /* line 424, global/_styleguide.scss */
  .text-link.cat-link, .page-navigation .cat-link.page-numbers, .cat-link.news-cat-links {
    color: #555;
    display: inline-block; }
  /* line 428, global/_styleguide.scss */
  .text-link.cat-link-sm, .page-navigation .cat-link-sm.page-numbers, .cat-link-sm.news-cat-links {
    font-size: 0.6875rem; }
  /* line 431, global/_styleguide.scss */
  .text-link.fade-link, .page-navigation .fade-link.page-numbers, .fade-link.news-cat-links {
    color: #bbb; }
  /* line 434, global/_styleguide.scss */
  .text-link.all-link, .page-navigation .all-link.page-numbers, .all-link.news-cat-links {
    padding: 0.5rem 0.75rem;
    background: #3f3f3f;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    margin-top: 0;
    min-width: 6.15rem;
    -webkit-transition: 200ms color ease-out, 200ms background ease-out;
    transition: 200ms color ease-out, 200ms background ease-out; }
    /* line 443, global/_styleguide.scss */
    .text-link.all-link:hover, .page-navigation .all-link.page-numbers:hover, .all-link.news-cat-links:hover {
      color: white !important;
      background: #000; }

/* line 451, global/_styleguide.scss */
a.text-link:hover, .page-navigation a.page-numbers:hover, a.news-cat-links:hover {
  color: #ff4e4e;
  border-bottom: 0 !important; }

/* line 458, global/_styleguide.scss */
a.tag-link:hover {
  background: #ff4e4e;
  color: #fff; }

/* line 464, global/_styleguide.scss */
.nav-link, .header-nav a {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.25rem 0.65rem 0.25rem;
  -webkit-font-feature-settings: "ss01", "kern" 1, "pnum";
  -moz-font-feature-settings: "ss01", "kern=1";
  font-feature-settings: "ss01", "kern" 1;
  white-space: nowrap;
  -webkit-transition: 200ms color ease-out;
  transition: 200ms color ease-out;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  /* line 474, global/_styleguide.scss */
  .nav-link:hover, .header-nav a:hover {
    color: #ff4e4e;
    -webkit-transition: 150ms color ease-out;
    transition: 150ms color ease-out; }
  @media screen and (min-width: 1024px) {
    /* line 464, global/_styleguide.scss */
    .nav-link, .header-nav a {
      padding: 0.25rem 0.75rem 0.25rem; } }

/* line 485, global/_styleguide.scss */
.post-content-body {
  text-rendering: optimizeLegibility; }
  /* line 487, global/_styleguide.scss */
  .post-content-body h1 {
    margin: 0 0 1.25rem;
    line-height: 1.2; }
  /* line 493, global/_styleguide.scss */
  .post-content-body h2 {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0 0 0.5rem;
    line-height: 1.2; }
  /* line 499, global/_styleguide.scss */
  .post-content-body h3 {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0 0 1rem;
    line-height: 1.7; }
  /* line 504, global/_styleguide.scss */
  .post-content-body p:first-of-type {
    color: #3c3c3c;
    font-weight: 500;
    line-height: 1.65; }

/* Base Styles */
/* line 4, global/_base.scss */
body, html {
  margin: 0;
  padding: 0; }

/* line 9, global/_base.scss */
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background: #fff;
  font-size: 16px; }

/* line 18, global/_base.scss */
body {
  line-height: 1.5;
  width: 100%;
  height: auto;
  font-family: Sans-Serif;
  -webkit-tap-highlight-color: #000;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 29, global/_base.scss */
::-moz-selection {
  background: #ff4e4e; }
::selection {
  background: #ff4e4e; }

/* line 33, global/_base.scss */
::-moz-selection {
  background: #ff4e4e; }

/* line 37, global/_base.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 45, global/_base.scss */
ul {
  list-style-type: none; }

/* line 49, global/_base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 54, global/_base.scss */
.clearfix, .sponsor {
  display: block; }

/* line 58, global/_base.scss */
.clearfix:after, .sponsor:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* line 67, global/_base.scss */
strong {
  font-weight: 700; }

/* line 71, global/_base.scss */
em {
  font-style: italic; }

/* line 75, global/_base.scss */
a {
  text-decoration: none;
  color: #000; }

/* line 80, global/_base.scss */
.center {
  text-align: center; }
  /* line 82, global/_base.scss */
  .center p {
    margin: 0 auto; }

/* line 87, global/_base.scss */
.noborder {
  border: 0 !important; }

/* line 91, global/_base.scss */
.nomobile {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 91, global/_base.scss */
    .nomobile {
      display: block; } }

/* line 98, global/_base.scss */
.notablet {
  display: none; }
  @media screen and (min-width: 1025px) {
    /* line 98, global/_base.scss */
    .notablet {
      display: block; } }

@media screen and (min-width: 1200px) {
  /* line 105, global/_base.scss */
  .nolaptop {
    display: none !important; } }

@media screen and (min-width: 768px) {
  /* line 111, global/_base.scss */
  .nodesktop {
    display: none !important; } }

/* line 117, global/_base.scss */
.show-contents {
  opacity: 1; }

/* line 3, global/_layout.scss */
header, section, footer {
  width: 100%; }

/* line 7, global/_layout.scss */
section {
  position: relative; }

/* line 11, global/_layout.scss */
.wrapper {
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 0.65em;
  width: 100%;
  position: relative; }
  /* line 20, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 11, global/_layout.scss */
    .wrapper {
      padding: 2rem 1rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    /* line 11, global/_layout.scss */
    .wrapper {
      padding: 2rem 3rem; } }
  @media screen and (min-width: 1200px) {
    /* line 11, global/_layout.scss */
    .wrapper {
      padding: 2rem 8rem; } }

/* line 27, global/_layout.scss */
.block-full {
  float: left;
  display: block;
  margin-right: 3.13054%;
  width: 100%;
  float: none; }
  /* line 40, neat/grid/_span-columns.scss */
  .block-full:last-child {
    margin-right: 0; }

@media screen and (max-width: 767px) {
  /* line 33, global/_layout.scss */
  .block-third {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 100%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-third:last-child {
      margin-right: 0; }
    /* line 70, neat/grid/_omega.scss */
    .block-third:nth-of-type(1n) {
      margin-right: 0; }
    /* line 75, neat/grid/_omega.scss */
    .block-third:nth-of-type(1n+1) {
      clear: left; } }
@media screen and (min-width: 768px) {
  /* line 33, global/_layout.scss */
  .block-third {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 31.24631%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-third:last-child {
      margin-right: 0; }
    /* line 70, neat/grid/_omega.scss */
    .block-third:nth-of-type(3n) {
      margin-right: 0; }
    /* line 75, neat/grid/_omega.scss */
    .block-third:nth-of-type(3n+1) {
      clear: left; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 44, global/_layout.scss */
  .block-onethird {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 39.84052%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-onethird:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1024px) {
  /* line 44, global/_layout.scss */
  .block-onethird {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 31.24631%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-onethird:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 53, global/_layout.scss */
  .block-twothird {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 57.02894%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-twothird:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1024px) {
  /* line 53, global/_layout.scss */
  .block-twothird {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 65.62315%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-twothird:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  /* line 62, global/_layout.scss */
  .block-half {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 48.43473%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-half:last-child {
      margin-right: 0; }
    /* line 70, neat/grid/_omega.scss */
    .block-half:nth-of-type(2n) {
      margin-right: 0; }
    /* line 75, neat/grid/_omega.scss */
    .block-half:nth-of-type(2n+1) {
      clear: left; } }

@media screen and (max-width: 767px) {
  /* line 69, global/_layout.scss */
  .block-fourth {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 48.43473%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-fourth:last-child {
      margin-right: 0; }
    /* line 70, neat/grid/_omega.scss */
    .block-fourth:nth-of-type(2n) {
      margin-right: 0; }
    /* line 75, neat/grid/_omega.scss */
    .block-fourth:nth-of-type(2n+1) {
      clear: left; } }
@media screen and (min-width: 768px) {
  /* line 69, global/_layout.scss */
  .block-fourth {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 22.6521%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-fourth:last-child {
      margin-right: 0; }
    /* line 70, neat/grid/_omega.scss */
    .block-fourth:nth-of-type(4n) {
      margin-right: 0; }
    /* line 75, neat/grid/_omega.scss */
    .block-fourth:nth-of-type(4n+1) {
      clear: left; } }

@media screen and (max-width: 767px) {
  /* line 80, global/_layout.scss */
  .block-sixth {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 48.43473%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-sixth:last-child {
      margin-right: 0; }
    /* line 70, neat/grid/_omega.scss */
    .block-sixth:nth-of-type(2n) {
      margin-right: 0; }
    /* line 75, neat/grid/_omega.scss */
    .block-sixth:nth-of-type(2n+1) {
      clear: left; } }
@media screen and (min-width: 768px) {
  /* line 80, global/_layout.scss */
  .block-sixth {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 14.05789%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-sixth:last-child {
      margin-right: 0; }
    /* line 70, neat/grid/_omega.scss */
    .block-sixth:nth-of-type(6n) {
      margin-right: 0; }
    /* line 75, neat/grid/_omega.scss */
    .block-sixth:nth-of-type(6n+1) {
      clear: left; } }

@media screen and (min-width: 768px) {
  /* line 91, global/_layout.scss */
  .block-3of7 {
    float: left;
    display: block;
    margin-right: 5.48938%;
    width: 39.72035%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-3of7:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  /* line 97, global/_layout.scss */
  .block-2of7 {
    float: left;
    display: block;
    margin-right: 5.48938%;
    width: 24.65044%; }
    /* line 40, neat/grid/_span-columns.scss */
    .block-2of7:last-child {
      margin-right: 0; } }

/* line 107, global/_layout.scss */
.mast h1 {
  display: inline-block; }
  /* line 109, global/_layout.scss */
  .mast h1 a {
    display: block; }

/* line 117, global/_layout.scss */
.post-content-body ul li {
  list-style-type: disc; }

/* line 121, global/_layout.scss */
.post-content-body ol li {
  list-style-type: decimal; }

@media screen and (min-width: 768px) {
  /* line 126, global/_layout.scss */
  .editorial > p:nth-of-type(1) {
    margin: 1.5rem 0 1em; } }

/* line 133, global/_layout.scss */
.sidebar {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    /* line 133, global/_layout.scss */
    .sidebar {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 22.6521%;
      position: relative;
      z-index: 3;
      margin-bottom: 0; }
      /* line 40, neat/grid/_span-columns.scss */
      .sidebar:last-child {
        margin-right: 0; } }

/* line 143, global/_layout.scss */
.with-sidebar {
  margin-right: 0 !important; }
  @media screen and (min-width: 768px) {
    /* line 143, global/_layout.scss */
    .with-sidebar {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 74.21737%; }
      /* line 40, neat/grid/_span-columns.scss */
      .with-sidebar:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    /* line 148, global/_layout.scss */
    .with-sidebar.post-content {
      float: right !important; } }
  @media screen and (min-width: 1200px) {
    /* line 148, global/_layout.scss */
    .with-sidebar.post-content {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 65.62315%;
      margin-right: 8.59421% !important; }
      /* line 40, neat/grid/_span-columns.scss */
      .with-sidebar.post-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    /* line 157, global/_layout.scss */
    .with-sidebar .block-third {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 100%; }
      /* line 40, neat/grid/_span-columns.scss */
      .with-sidebar .block-third:last-child {
        margin-right: 0; }
      /* line 70, neat/grid/_omega.scss */
      .with-sidebar .block-third:nth-of-type(1n) {
        margin-right: 0; }
      /* line 75, neat/grid/_omega.scss */
      .with-sidebar .block-third:nth-of-type(1n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) {
    /* line 157, global/_layout.scss */
    .with-sidebar .block-third {
      float: left;
      display: block;
      margin-right: 4.21807%;
      width: 30.52129%; }
      /* line 40, neat/grid/_span-columns.scss */
      .with-sidebar .block-third:last-child {
        margin-right: 0; }
      /* line 70, neat/grid/_omega.scss */
      .with-sidebar .block-third:nth-of-type(3n) {
        margin-right: 0; }
      /* line 75, neat/grid/_omega.scss */
      .with-sidebar .block-third:nth-of-type(3n+1) {
        clear: left; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 173, global/_layout.scss */
  .without-sidebar {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 100%; }
    /* line 40, neat/grid/_span-columns.scss */
    .without-sidebar:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 173, global/_layout.scss */
  .without-sidebar {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 82.81158%; }
    /* line 40, neat/grid/_span-columns.scss */
    .without-sidebar:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1200px) {
  /* line 173, global/_layout.scss */
  .without-sidebar {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 74.21737%; }
    /* line 40, neat/grid/_span-columns.scss */
    .without-sidebar:last-child {
      margin-right: 0; } }

/* line 4, global/_sidebar.scss */
.sidebar .categories-list {
  line-height: 1.4; }
  /* line 6, global/_sidebar.scss */
  .sidebar .categories-list .cat-link {
    display: table; }
/* line 10, global/_sidebar.scss */
.sidebar .tags-list {
  line-height: 1.3; }
/* line 15, global/_sidebar.scss */
.sidebar .posted-by .text-link, .sidebar .posted-by .page-navigation .page-numbers, .page-navigation .sidebar .posted-by .page-numbers, .sidebar .posted-by .news-cat-links, .sidebar .posted-by h5 {
  display: table;
  float: left; }
/* line 19, global/_sidebar.scss */
.sidebar .posted-by h5 {
  margin-top: 0.25rem;
  margin-left: 0.35rem; }
/* line 26, global/_sidebar.scss */
.sidebar .next-post:before {
  font-size: 0.65rem;
  margin-right: 0.25rem; }
/* line 34, global/_sidebar.scss */
.sidebar .prev-post:after {
  font-size: 0.65rem;
  margin-left: 0.25rem; }
/* line 43, global/_sidebar.scss */
.sidebar .event-info h3 {
  margin-bottom: 1rem; }
/* line 46, global/_sidebar.scss */
.sidebar .event-info .venue, .sidebar .event-info .schedule {
  margin-bottom: 0.5rem; }
/* line 49, global/_sidebar.scss */
.sidebar .event-info .price {
  margin-bottom: 0;
  color: #000;
  font-weight: 700; }
  /* line 53, global/_sidebar.scss */
  .sidebar .event-info .price:last-of-type {
    margin-bottom: 1rem; }
/* line 59, global/_sidebar.scss */
.sidebar .button-block, .sidebar input[type=submit] {
  margin: 1rem auto; }
@media screen and (min-width: 768px) {
  /* line 63, global/_sidebar.scss */
  .sidebar .cancellation-policy {
    margin-bottom: 1rem; } }
/* line 71, global/_sidebar.scss */
.sidebar .sidenav a {
  display: block;
  font-size: 0.833rem;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding: 1rem 0;
  line-height: 1.4;
  color: #333;
  border-bottom: 1px solid #ddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out; }
  /* line 83, global/_sidebar.scss */
  .sidebar .sidenav a.current-menu-item {
    font-weight: 700;
    color: #000;
    z-index: 1;
    background: #f7f7f7;
    padding: 1rem 0.75rem; }
  /* line 90, global/_sidebar.scss */
  .sidebar .sidenav a:first-child {
    border-top: 1px solid #ddd; }
  /* line 93, global/_sidebar.scss */
  .sidebar .sidenav a.link-outer {
    position: relative;
    color: #aaa; }
    /* line 96, global/_sidebar.scss */
    .sidebar .sidenav a.link-outer:after {
      position: relative;
      top: -0.1rem;
      left: 0.5rem;
      font-size: 0.6rem; }
  /* line 105, global/_sidebar.scss */
  .sidebar .sidenav a:hover {
    color: #ff4e4e;
    background: #fbfbfb;
    z-index: 2;
    -webkit-transition: 150ms all ease-out;
    transition: 150ms all ease-out; }
    @media screen and (min-width: 768px) {
      /* line 105, global/_sidebar.scss */
      .sidebar .sidenav a:hover {
        padding: 1rem 0.75rem; } }
/* line 118, global/_sidebar.scss */
.sidebar .sidebar-opener {
  display: block;
  border-top: 0;
  padding: 1rem;
  line-height: 1;
  height: 3rem;
  background: #f7f7f7;
  font-size: 0.813em;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.35);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
  border-radius: 4px;
  position: relative; }
  /* line 132, global/_sidebar.scss */
  .sidebar .sidebar-opener:after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.75em;
    -webkit-transition: 200ms -webkit-transform ease-out;
    transition: 200ms transform ease-out; }
@media screen and (max-width: 767px) {
  /* line 144, global/_sidebar.scss */
  .sidebar .sidenav a {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1.5;
    font-size: 0.833em;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; } }
/* line 157, global/_sidebar.scss */
.sidebar.about-sidebar h3 {
  color: #bbb;
  text-align: left; }
@media screen and (max-width: 767px) {
  /* line 156, global/_sidebar.scss */
  .sidebar.about-sidebar {
    max-height: 4.25rem;
    overflow: hidden;
    -webkit-transition: 200ms max-height ease-out;
    transition: 200ms max-height ease-out; }
    /* line 165, global/_sidebar.scss */
    .sidebar.about-sidebar.sidebar-opened {
      max-height: 28rem; }
      /* line 167, global/_sidebar.scss */
      .sidebar.about-sidebar.sidebar-opened .sidebar-opener:after {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
        color: #333; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 156, global/_sidebar.scss */
  .sidebar.about-sidebar {
    margin-top: 0.7rem; } }
@media screen and (min-width: 1024px) {
  /* line 156, global/_sidebar.scss */
  .sidebar.about-sidebar {
    margin-top: 0.9rem; } }
@media screen and (min-width: 1440px) {
  /* line 156, global/_sidebar.scss */
  .sidebar.about-sidebar {
    margin-top: 1.1rem; } }

/* line 3, components/_search.scss */
.header-search {
  background: #000;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out; }
  /* line 9, components/_search.scss */
  .header-search .wrapper {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out; }
  /* line 15, components/_search.scss */
  .header-search .input-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    border-bottom: 2px solid #555;
    font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    -webkit-font-feature-settings: "ss01", "kern" 1, "pnum";
    -moz-font-feature-settings: "ss01", "kern=1";
    font-feature-settings: "ss01", "kern" 1;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #fff; }
    @media screen and (min-width: 768px) {
      /* line 15, components/_search.scss */
      .header-search .input-search {
        font-size: 1.5rem;
        line-height: 1; } }
    @media screen and (min-width: 1024px) {
      /* line 15, components/_search.scss */
      .header-search .input-search {
        font-size: 1.75rem; } }
    @media screen and (min-width: 1440px) {
      /* line 15, components/_search.scss */
      .header-search .input-search {
        font-size: 2rem; } }
    /* line 4, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
    .header-search .input-search::-webkit-input-placeholder {
      color: #777; }
    /* line 4, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
    .header-search .input-search::-moz-placeholder {
      color: #777; }
    /* line 4, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
    .header-search .input-search:-moz-placeholder {
      color: #777; }
    /* line 4, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
    .header-search .input-search:-ms-input-placeholder {
      color: #777; }
    /* line 30, components/_search.scss */
    .header-search .input-search:focus {
      outline: none;
      border-bottom: 2px solid #fff; }
  /* line 35, components/_search.scss */
  .header-search input[type=submit] {
    max-width: none;
    background: #3f3f3f;
    margin: 1rem auto 0; }
    /* line 39, components/_search.scss */
    .header-search input[type=submit]:focus {
      background: #555; }
    /* line 42, components/_search.scss */
    .header-search input[type=submit]:hover {
      background: #222; }
  /* line 46, components/_search.scss */
  .header-search .input-search, .header-search input[type=submit] {
    width: 100%; }
    @media screen and (min-width: 768px) {
      /* line 46, components/_search.scss */
      .header-search .input-search, .header-search input[type=submit] {
        width: 50%; } }
  /* line 53, components/_search.scss */
  .show-search .header-search {
    max-height: 15rem;
    visibility: visible;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    /* line 57, components/_search.scss */
    .show-search .header-search .wrapper {
      opacity: 1;
      -webkit-transition: opacity 400ms ease-out 200ms;
      transition: opacity 400ms ease-out 200ms; }
  /* line 63, components/_search.scss */
  .single-video .header-search {
    background: #fff; }
    /* line 65, components/_search.scss */
    .single-video .header-search .input-search {
      color: #000;
      border-bottom: 2px solid #ddd; }
      /* line 4, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
      .single-video .header-search .input-search::-webkit-input-placeholder {
        color: #bbb; }
      /* line 4, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
      .single-video .header-search .input-search::-moz-placeholder {
        color: #bbb; }
      /* line 4, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
      .single-video .header-search .input-search:-moz-placeholder {
        color: #bbb; }
      /* line 4, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/css3/_placeholder.scss */
      .single-video .header-search .input-search:-ms-input-placeholder {
        color: #bbb; }
      /* line 71, components/_search.scss */
      .single-video .header-search .input-search:focus {
        border-bottom: 2px solid #000; }
    /* line 75, components/_search.scss */
    .single-video .header-search input[type=submit] {
      background: #222; }
      /* line 77, components/_search.scss */
      .single-video .header-search input[type=submit]:hover {
        background: #000; }

/* line 3, components/_header.scss */
.header {
  position: relative;
  top: 0;
  z-index: 50;
  background: transparent; }
  @media screen and (min-width: 768px) {
    /* line 3, components/_header.scss */
    .header {
      height: 5.5rem; } }

/* line 13, components/_header.scss */
.header .wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent; }

/* line 19, components/_header.scss */
.header-contain {
  margin-right: 0; }

/* line 23, components/_header.scss */
.header-logo {
  display: inline-block;
  background-image: url(../img/aigany.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 160px 46px;
  width: 10em;
  height: 2.875em;
  margin: 1rem auto 0;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 200ms opacity ease-out;
  transition: 200ms opacity ease-out; }
  /* line 35, components/_header.scss */
  .header-logo:hover {
    opacity: 0.65; }
  @media screen and (min-width: 1200px) {
    /* line 23, components/_header.scss */
    .header-logo {
      background-size: 100%;
      width: 10em;
      height: 3em;
      float: left;
      margin: 1rem 1em 0 0; } }

/* line 47, components/_header.scss */
.photo-top {
  position: relative;
  overflow: hidden;
  background: #f5f3f3; }
  /* line 53, components/_header.scss */
  .photo-top.light {
    background: #2a2a2a; }

/* line 59, components/_header.scss */
.color-bg {
  position: relative;
  overflow: hidden; }

/* line 65, components/_header.scss */
.photo-top .header-main, .with-hero .header-main, .color-bg .header-main {
  position: absolute;
  top: 0;
  left: 0; }
/* line 71, components/_header.scss */
.photo-top .headings-wrap, .with-hero .headings-wrap, .color-bg .headings-wrap {
  padding-top: 10rem;
  -webkit-transition: 200ms padding-top ease-in-out;
  transition: 200ms padding-top ease-in-out; }
  @media screen and (min-width: 768px) {
    /* line 71, components/_header.scss */
    .photo-top .headings-wrap, .with-hero .headings-wrap, .color-bg .headings-wrap {
      padding-top: 0;
      position: absolute;
      bottom: 0;
      left: 0; } }

/* line 85, components/_header.scss */
.featured-photo {
  position: absolute;
  opacity: 0;
  width: 100%;
  -webkit-transition: 800ms opacity ease-out, 200ms height ease-in-out;
  transition: 800ms opacity ease-out, 200ms height ease-in-out; }
  @media screen and (min-width: 768px) {
    /* line 85, components/_header.scss */
    .featured-photo {
      position: relative;
      max-width: 105em;
      margin-left: auto;
      margin-right: auto; }
      /* line 20, ../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/bourbon/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
      .featured-photo::after {
        clear: both;
        content: "";
        display: table; } }
  /* line 98, components/_header.scss */
  .featured-photo .wrapper {
    padding: 0; }
  /* line 101, components/_header.scss */
  .featured-photo img, .featured-photo .about-bg {
    margin: 0 auto;
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transition: 200ms height ease-in-out;
    transition: 200ms height ease-in-out; }
    @media screen and (min-width: 768px) {
      /* line 101, components/_header.scss */
      .featured-photo img, .featured-photo .about-bg {
        max-width: 100%;
        min-width: 600px;
        width: 100%;
        height: auto !important; } }

/* line 117, components/_header.scss */
.shadow-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 0; }

/* line 126, components/_header.scss */
.overflow-photo-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 800ms opacity ease-out;
  transition: 800ms opacity ease-out; }
  @media screen and (min-width: 768px) {
    /* line 126, components/_header.scss */
    .overflow-photo-bg {
      background-size: cover !important;
      background-position: top center; } }

/* line 142, components/_header.scss */
.header-hero-area {
  -webkit-transition: padding-top 200ms ease-out;
  transition: padding-top 200ms ease-out; }
  /* line 144, components/_header.scss */
  .header-hero-area .wrapper {
    padding-top: 7rem;
    padding-bottom: 3rem;
    opacity: 0;
    -webkit-transition: opacity 800ms ease-out;
    transition: opacity 800ms ease-out; }
  /* line 153, components/_header.scss */
  .header-hero-area .hero-text {
    position: relative;
    z-index: 3;
    -webkit-transition: 200ms padding-top ease-in-out;
    transition: 200ms padding-top ease-in-out; }
    /* line 157, components/_header.scss */
    .header-hero-area .hero-text h1 {
      line-height: 1.25; }
      @media screen and (max-width: 767px) {
        /* line 157, components/_header.scss */
        .header-hero-area .hero-text h1 {
          font-size: 1rem;
          letter-spacing: normal; } }
    @media screen and (min-width: 1200px) {
      /* line 153, components/_header.scss */
      .header-hero-area .hero-text {
        float: left;
        display: block;
        margin-right: 3.13054%;
        width: 51.44271%;
        margin-left: 25.78263%; }
        /* line 40, neat/grid/_span-columns.scss */
        .header-hero-area .hero-text:last-child {
          margin-right: 0; } }
  /* line 170, components/_header.scss */
  .header-hero-area.hero-front .hero-text {
    text-align: center; }
    @media screen and (min-width: 1200px) {
      /* line 170, components/_header.scss */
      .header-hero-area.hero-front .hero-text {
        text-align: left; } }
  /* line 176, components/_header.scss */
  .header-hero-area.hero-front .button-block, .header-hero-area.hero-front input[type=submit] {
    max-width: 12rem; }

/* line 184, components/_header.scss */
.relief-photo {
  background: url(../img/dr_bg.jpg) center top;
  background-position: center top !important; }

/* line 189, components/_header.scss */
.about-bg {
  background: url(../img/aboutbg.jpg) top center no-repeat;
  background-size: cover; }

/* line 194, components/_header.scss */
.photo-bg {
  background-size: cover; }

/* line 3, components/_nav.scss */
.header-nav {
  display: none;
  height: auto;
  text-align: right;
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    /* line 3, components/_nav.scss */
    .header-nav {
      display: block; } }
  /* line 12, components/_nav.scss */
  .header-nav > ul {
    margin-top: 0.75rem; }
  /* line 16, components/_nav.scss */
  .header-nav ul > li {
    display: inline-block;
    width: auto;
    padding: 0; }
    /* line 21, components/_nav.scss */
    .header-nav ul > li:last-of-type a {
      padding: 0.25rem 0 0.25rem 0.25rem; }
  /* line 27, components/_nav.scss */
  .header-nav a {
    display: block; }
  /* line 32, components/_nav.scss */
  .header-nav .link-search {
    display: none;
    position: relative; }
    @media screen and (min-width: 768px) {
      /* line 32, components/_nav.scss */
      .header-nav .link-search {
        display: inline-block; } }
    /* line 38, components/_nav.scss */
    .header-nav .link-search a {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 1rem;
      height: 0.875rem;
      position: relative;
      top: 0.2rem; }
      /* line 44, components/_nav.scss */
      .header-nav .link-search a:after {
        position: absolute;
        top: 0;
        left: 0;
        text-indent: 0;
        white-space: normal;
        overflow: auto; }
    /* line 53, components/_nav.scss */
    .header-nav .link-search.active a {
      color: #ff4e4e; }
  /* line 59, components/_nav.scss */
  .header-nav .menu-item-has-children {
    display: none;
    position: relative; }
    @media screen and (min-width: 1200px) {
      /* line 59, components/_nav.scss */
      .header-nav .menu-item-has-children {
        display: inline-block; } }
    /* line 65, components/_nav.scss */
    .header-nav .menu-item-has-children > a {
      -webkit-transition: color 200ms ease-out, background 400ms ease-out;
      transition: color 200ms ease-out, background 400ms ease-out; }
    /* line 68, components/_nav.scss */
    .header-nav .menu-item-has-children .sub-menu {
      width: 100%;
      display: none;
      text-align: left;
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      z-index: -1;
      background: rgba(0, 0, 0, 0.9);
      -webkit-transition: max-height 400ms ease-out, opacity 0s linear 400ms, visibility 0s linear 400ms, z-index 0s linear 400ms;
      transition: max-height 400ms ease-out, opacity 0s linear 400ms, visibility 0s linear 400ms, z-index 0s linear 400ms; }
      @media screen and (min-width: 1200px) {
        /* line 68, components/_nav.scss */
        .header-nav .menu-item-has-children .sub-menu {
          display: block; } }
      /* line 85, components/_nav.scss */
      .header-nav .menu-item-has-children .sub-menu a {
        padding: 0.5rem 0.75rem;
        opacity: 0;
        color: #fff;
        -webkit-transition: opacity 200ms ease-out 150ms, color 150ms ease-out;
        transition: opacity 200ms ease-out 150ms, color 150ms ease-out; }
        /* line 90, components/_nav.scss */
        .header-nav .menu-item-has-children .sub-menu a:hover {
          color: #ff4e4e;
          -webkit-transition: opacity 200ms ease-out 150ms, color 150ms ease-out;
          transition: opacity 200ms ease-out 150ms, color 150ms ease-out; }
      /* line 95, components/_nav.scss */
      .header-nav .menu-item-has-children .sub-menu li {
        display: block;
        border-top: 1px solid #3f3f3f; }
    /* line 101, components/_nav.scss */
    .header-nav .menu-item-has-children:hover .sub-menu {
      max-height: 30rem;
      opacity: 1;
      visibility: visible;
      z-index: 15;
      -webkit-transition: max-height 800ms ease-out, opacity 0s linear 0s, visibility 0s linear 0s, z-index 0s linear 0s;
      transition: max-height 800ms ease-out, opacity 0s linear 0s, visibility 0s linear 0s, z-index 0s linear 0s; }
      /* line 107, components/_nav.scss */
      .header-nav .menu-item-has-children:hover .sub-menu a {
        opacity: 1; }
    /* line 112, components/_nav.scss */
    .header-nav .menu-item-has-children:hover > a {
      color: #555;
      background: rgba(0, 0, 0, 0.9); }
      /* line 115, components/_nav.scss */
      .header-nav .menu-item-has-children:hover > a:hover {
        color: #ff4e4e;
        -webkit-transition: color 150ms ease-out, background 400ms ease-out;
        transition: color 150ms ease-out, background 400ms ease-out; }

/* line 125, components/_nav.scss */
.light .header .wrapper .menu-item-has-children .sub-menu {
  background: rgba(255, 255, 255, 0.9); }
  /* line 127, components/_nav.scss */
  .light .header .wrapper .menu-item-has-children .sub-menu li {
    border-top: 1px solid #ddd; }
    /* line 129, components/_nav.scss */
    .light .header .wrapper .menu-item-has-children .sub-menu li a {
      color: #000; }
      /* line 131, components/_nav.scss */
      .light .header .wrapper .menu-item-has-children .sub-menu li a:hover {
        color: #ff4e4e; }
/* line 137, components/_nav.scss */
.light .header .wrapper .menu-item-has-children:hover {
  background: rgba(255, 255, 255, 0.9); }
  /* line 139, components/_nav.scss */
  .light .header .wrapper .menu-item-has-children:hover > a {
    color: #555;
    background: rgba(255, 255, 255, 0.9); }
    /* line 142, components/_nav.scss */
    .light .header .wrapper .menu-item-has-children:hover > a:hover {
      color: #ff4e4e; }

/* line 3, components/_nav-mobile.scss */
.header-nav-icon {
  display: inline-block;
  width: 2.875em;
  height: 2.875em;
  border-radius: 0;
  position: relative;
  float: right;
  margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    /* line 3, components/_nav-mobile.scss */
    .header-nav-icon {
      display: none !important; } }

/* line 19, components/_nav-mobile.scss */
.header-nav-icon span, .header-nav-icon span:before, .header-nav-icon span:after {
  cursor: pointer;
  height: 3.5px;
  width: 18px;
  background: #000;
  position: absolute;
  display: block;
  content: ''; }

/* line 29, components/_nav-mobile.scss */
.header-nav-icon span {
  top: 21px;
  left: 14px;
  -webkit-transition: 400ms all ease-out 200ms;
  transition: 400ms all ease-out 200ms; }

/* line 34, components/_nav-mobile.scss */
.header-nav-icon span:before {
  top: -7px;
  -webkit-transition: 200ms top ease-out 400ms, 200ms -webkit-transform ease-out 200ms;
  transition: 200ms top ease-out 400ms, 200ms transform ease-out 200ms; }

/* line 41, components/_nav-mobile.scss */
.header-nav-icon span:after {
  bottom: -7px;
  -webkit-transition: 200ms bottom ease-out 400ms, 200ms -webkit-transform ease-out 200ms;
  transition: 200ms bottom ease-out 400ms, 200ms transform ease-out 200ms; }

/* line 49, components/_nav-mobile.scss */
.mobile-nav-contain {
  max-height: 4px;
  background: #000;
  overflow: hidden;
  -webkit-transition: 200ms max-height ease-in-out;
  transition: 200ms max-height ease-in-out; }
  @media screen and (min-width: 768px) {
    /* line 49, components/_nav-mobile.scss */
    .mobile-nav-contain {
      max-height: 4px !important; } }

/* line 59, components/_nav-mobile.scss */
.mobile-nav {
  width: 100%; }
  /* line 61, components/_nav-mobile.scss */
  .mobile-nav .menu-item-has-children {
    display: none; }
  /* line 64, components/_nav-mobile.scss */
  .mobile-nav .link-search {
    display: none; }

/* line 69, components/_nav-mobile.scss */
.mobile-nav a {
  visibility: hidden;
  display: block;
  width: 100%;
  opacity: 0;
  color: transparent;
  font-weight: 700;
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 0.833rem;
  border-bottom: 1px solid #222;
  text-transform: uppercase;
  text-align: center;
  padding: 1.25rem 1rem;
  -webkit-transition: 200ms opacity ease-out, 0s visibility 0.5s;
  transition: 200ms opacity ease-out, 0s visibility 0.5s; }
  /* line 83, components/_nav-mobile.scss */
  .mobile-nav a:last-child {
    border-bottom: 0; }
  /* line 86, components/_nav-mobile.scss */
  .mobile-nav a:hover {
    background: #222; }
  @media screen and (min-width: 768px) {
    /* line 69, components/_nav-mobile.scss */
    .mobile-nav a {
      color: transparent; } }

/* line 95, components/_nav-mobile.scss */
.nav-clicked .header-nav-icon span {
  background-color: transparent; }
/* line 98, components/_nav-mobile.scss */
.nav-clicked .header-nav-icon span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms top ease-out 200ms, 200ms -webkit-transform ease-out 400ms;
  transition: 200ms top ease-out 200ms, 200ms transform ease-out 400ms; }
/* line 106, components/_nav-mobile.scss */
.nav-clicked .header-nav-icon span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 200ms bottom ease-out 200ms, 200ms -webkit-transform ease-out 400ms;
  transition: 200ms bottom ease-out 200ms, 200ms transform ease-out 400ms; }
/* line 114, components/_nav-mobile.scss */
.nav-clicked .mobile-nav-contain {
  max-height: 400px;
  -webkit-transition: 200ms max-height ease-in-out;
  transition: 200ms max-height ease-in-out; }
/* line 118, components/_nav-mobile.scss */
.nav-clicked .mobile-nav a {
  color: #fff;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 400ms opacity ease-out 150ms;
  transition: 400ms opacity ease-out 150ms; }

@media screen and (max-width: 767px) {
  /* line 128, components/_nav-mobile.scss */
  .nav-clicked .featured-photo {
    opacity: 0.6;
    -webkit-transition: 200ms all linear;
    transition: 200ms all linear; }
  /* line 132, components/_nav-mobile.scss */
  .nav-clicked .light > .featured-photo {
    opacity: 0.3; }
  /* line 135, components/_nav-mobile.scss */
  .nav-clicked .headings-wrap {
    padding-top: 26.375rem; } }

/* line 4, components/_header-modifiers.scss */
.light .header .wrapper {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }
  /* line 13, components/_header-modifiers.scss */
  .light .header .wrapper .header-logo {
    background-image: url(../img/aigany_w.svg); }
  /* line 16, components/_header-modifiers.scss */
  .light .header .wrapper a {
    color: #fff; }
  /* line 19, components/_header-modifiers.scss */
  .light .header .wrapper a.current-menu-item,
  .light .header .wrapper a.current-page-parent {
    color: #fff; }
  /* line 23, components/_header-modifiers.scss */
  .light .header .wrapper a:hover {
    color: #ff4e4e; }
  /* line 26, components/_header-modifiers.scss */
  .light .header .wrapper a.designrelief:hover {
    color: #16bef2; }
  /* line 30, components/_header-modifiers.scss */
  .light .header .wrapper .header-nav-icon span, .light .header .wrapper .header-nav-icon span:before, .light .header .wrapper .header-nav-icon span:after {
    background-color: #fff; }
  /* line 34, components/_header-modifiers.scss */
  .light .header .wrapper .mobile-nav-contain {
    background: #fff; }
    /* line 36, components/_header-modifiers.scss */
    .light .header .wrapper .mobile-nav-contain a {
      color: black !important;
      border-bottom: 1px solid #ddd; }
      /* line 39, components/_header-modifiers.scss */
      .light .header .wrapper .mobile-nav-contain a:last-child {
        border-bottom: 0; }
      /* line 42, components/_header-modifiers.scss */
      .light .header .wrapper .mobile-nav-contain a:hover {
        background: #eee; }
/* line 55, components/_header-modifiers.scss */
.light .post-headings-contain {
  color: #fff; }
  /* line 57, components/_header-modifiers.scss */
  .light .post-headings-contain .event-prefix {
    background: #fff;
    color: #000; }
  /* line 62, components/_header-modifiers.scss */
  .light .post-headings-contain h3 {
    color: #fff; }

/* line 68, components/_header-modifiers.scss */
.index-page .header-nav a, .home .header-nav a, .error404 .header-nav a {
  color: #000; }
  /* line 70, components/_header-modifiers.scss */
  .index-page .header-nav a:hover, .home .header-nav a:hover, .error404 .header-nav a:hover {
    color: #ff4e4e; }

/* line 75, components/_header-modifiers.scss */
.nav-clicked .light .header-main .header-nav-icon span {
  background-color: transparent; }

/* line 79, components/_header-modifiers.scss */
.index-page .light .header-main .header-nav a, .home .light .header-main .header-nav a {
  color: #fff; }
  /* line 81, components/_header-modifiers.scss */
  .index-page .light .header-main .header-nav a:hover, .home .light .header-main .header-nav a:hover {
    color: #ff4e4e; }
  /* line 84, components/_header-modifiers.scss */
  .index-page .light .header-main .header-nav a:nth-child(3):hover, .home .light .header-main .header-nav a:nth-child(3):hover {
    color: #16bef2; }

/* line 3, components/_reduced-header.scss */
.reduced-header {
  margin: 0;
  height: auto !important;
  display: none;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 51;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out; }
  @media screen and (min-width: 768px) {
    /* line 3, components/_reduced-header.scss */
    .reduced-header {
      display: block; } }
  /* line 17, components/_reduced-header.scss */
  .reduced-header.show-reduced-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  /* line 21, components/_reduced-header.scss */
  .reduced-header.top-reduced {
    display: block;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  /* line 27, components/_reduced-header.scss */
  .reduced-header .wrapper {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  /* line 32, components/_reduced-header.scss */
  .light .reduced-header {
    background: #000; }
    /* line 34, components/_reduced-header.scss */
    .light .reduced-header .header-logo {
      background-image: url(../img/aigany_screen_w.svg) !important; }
  /* line 39, components/_reduced-header.scss */
  .reduced-header .header-logo {
    margin: 0.75rem 0 0;
    width: 5rem;
    height: 1.5rem;
    background-image: url(../img/aigany_screen.svg);
    background-size: 100% !important; }
  /* line 47, components/_reduced-header.scss */
  .reduced-header .mobile-nav-contain {
    background: black;
    overflow: hidden;
    -webkit-transition: 200ms max-height ease-in-out;
    transition: 200ms max-height ease-in-out; }
  /* line 53, components/_reduced-header.scss */
  .reduced-header .header-nav-icon {
    margin-top: -0.05rem;
    height: 2rem; }
    @media screen and (min-width: 768px) {
      /* line 53, components/_reduced-header.scss */
      .reduced-header .header-nav-icon {
        display: none !important; } }
  /* line 61, components/_reduced-header.scss */
  .reduced-header .nolaptop {
    display: inline-block !important; }
  /* line 66, components/_reduced-header.scss */
  .reduced-header .menu-item-has-children {
    display: none !important; }

/* line 3, components/_post-headings.scss */
.headings-wrap .wrapper {
  background: transparent; }

/* line 7, components/_post-headings.scss */
.post-headings-contain {
  position: relative;
  color: #000;
  z-index: 10;
  display: block; }
  /* line 22, components/_post-headings.scss */
  .post-headings-contain h1 {
    margin: 0 0 0.5rem; }
  /* line 25, components/_post-headings.scss */
  .post-headings-contain .event-prefix {
    display: table;
    padding: 0.5rem;
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 0.5rem !important;
    position: relative; }
    @media screen and (min-width: 1200px) {
      /* line 25, components/_post-headings.scss */
      .post-headings-contain .event-prefix {
        font-size: 0.938rem; } }
  /* line 40, components/_post-headings.scss */
  .post-headings-contain .date-time {
    text-transform: uppercase; }
  /* line 44, components/_post-headings.scss */
  .post-headings-contain h3 {
    color: #000;
    line-height: 1.4; }
    @media screen and (min-width: 1200px) {
      /* line 44, components/_post-headings.scss */
      .post-headings-contain h3 {
        font-size: 0.938rem;
        max-width: 35rem; } }

/* line 54, components/_post-headings.scss */
.index-post-headings {
  position: relative;
  margin: 0;
  border-left: 0px solid transparent;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 54, components/_post-headings.scss */
    .index-post-headings {
      padding-left: 1rem;
      left: -1rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    /* line 54, components/_post-headings.scss */
    .index-post-headings {
      padding-left: 3rem;
      left: -3rem; } }
  @media screen and (min-width: 1200px) {
    /* line 54, components/_post-headings.scss */
    .index-post-headings {
      padding-left: 8rem;
      left: -8rem; } }
  /* line 73, components/_post-headings.scss */
  .index-post-headings h1, .index-post-headings h3, .index-post-headings h1:after {
    -webkit-transition: 200ms color ease-out;
    transition: 200ms color ease-out; }
  /* line 76, components/_post-headings.scss */
  .index-post-headings h3 {
    padding-right: 2rem; }
  /* line 79, components/_post-headings.scss */
  .index-post-headings .date-time {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid transparent;
    margin: 0;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }
    /* line 85, components/_post-headings.scss */
    .index-post-headings .date-time:after {
      margin-left: 0.5rem;
      font-size: 1rem;
      position: relative;
      top: 0;
      right: -0.25rem; }
  /* line 96, components/_post-headings.scss */
  .index-post-headings:hover {
    border-left: 8px solid #ff4e4e; }
    @media screen and (min-width: 1200px) {
      /* line 96, components/_post-headings.scss */
      .index-post-headings:hover {
        border-left: 10px solid #ff4e4e; } }
    /* line 103, components/_post-headings.scss */
    .index-post-headings:hover .date-time:after {
      -webkit-animation: arrow-right 1s infinite;
      animation: arrow-right 1s infinite; }

/* line 110, components/_post-headings.scss */
.home-post-headings {
  margin-top: 10%;
  margin-bottom: 12%; }

/* line 5, components/_designrelief.scss */
.design-relief .reduced-header .header-nav a {
  color: #000; }
/* line 8, components/_designrelief.scss */
.design-relief .reduced-header .header-nav a.current-menu-item,
.design-relief .reduced-header .header-nav a.current_page_parent,
.design-relief .reduced-header .header-nav a.current-page-ancestor {
  color: #16bef2; }
/* line 13, components/_designrelief.scss */
.design-relief .reduced-header .header-nav a:hover {
  color: #ff4e4e; }
/* line 17, components/_designrelief.scss */
.design-relief .header-main.global-header {
  margin: 0;
  height: auto !important; }
  /* line 20, components/_designrelief.scss */
  .design-relief .header-main.global-header .header-nav a {
    color: #000; }
  /* line 23, components/_designrelief.scss */
  .design-relief .header-main.global-header .header-nav a.current-menu-item,
  .design-relief .header-main.global-header .header-nav a.current_page_parent,
  .design-relief .header-main.global-header .header-nav a.current-page-ancestor {
    color: #16bef2; }
  /* line 29, components/_designrelief.scss */
  .design-relief .header-main.global-header .header-nav a:hover {
    color: #ff4e4e; }

/* line 38, components/_designrelief.scss */
.dr-neighborhoods h3 {
  border-top: 0; }

@media screen and (min-width: 1024px) {
  /* line 43, components/_designrelief.scss */
  .dr-panel-wrap {
    bottom: 9%; } }
@media screen and (min-width: 1200px) {
  /* line 43, components/_designrelief.scss */
  .dr-panel-wrap {
    bottom: 18%; } }

/* line 52, components/_designrelief.scss */
.dr-heading-full {
  color: #16bef2 !important;
  width: 100%;
  padding: 2rem 0;
  margin: 0 !important;
  font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #ddd; }
  /* line 61, components/_designrelief.scss */
  .dr-heading-full.center {
    text-align: center; }

/* line 66, components/_designrelief.scss */
.design-relief-panel-contain {
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 66, components/_designrelief.scss */
    .design-relief-panel-contain {
      position: relative;
      bottom: -1rem; } }
  /* line 72, components/_designrelief.scss */
  .design-relief-panel-contain .dr-logo {
    display: block;
    width: 60%;
    margin: 1rem auto 1rem; }
    @media screen and (min-width: 768px) {
      /* line 72, components/_designrelief.scss */
      .design-relief-panel-contain .dr-logo {
        width: 25%;
        margin: 0 auto 1rem; } }
  /* line 82, components/_designrelief.scss */
  .design-relief-panel-contain .dr-panel {
    height: auto;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      /* line 82, components/_designrelief.scss */
      .design-relief-panel-contain .dr-panel {
        background: transparent;
        text-align: center; } }
    /* line 89, components/_designrelief.scss */
    .design-relief-panel-contain .dr-panel p {
      margin: 2rem auto 2rem;
      text-align: left; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        /* line 89, components/_designrelief.scss */
        .design-relief-panel-contain .dr-panel p {
          width: 75%;
          margin: 0 auto 1rem; } }
      @media screen and (min-width: 1024px) {
        /* line 89, components/_designrelief.scss */
        .design-relief-panel-contain .dr-panel p {
          width: 50%;
          margin: 0 auto 1.5rem; } }
    @media screen and (min-width: 768px) {
      /* line 101, components/_designrelief.scss */
      .design-relief-panel-contain .dr-panel nav {
        width: 35%;
        margin: 0 auto; } }
    /* line 107, components/_designrelief.scss */
    .design-relief-panel-contain .dr-panel nav a {
      display: block;
      font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 1rem;
      line-height: 1;
      letter-spacing: normal;
      -webkit-font-feature-settings: "ss01", "kern" 1, "pnum";
      -moz-font-feature-settings: "ss01", "kern=1";
      font-feature-settings: "ss01", "kern" 1;
      font-family: "akzidenz-grotesk-next", "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 700;
      text-align: center;
      padding: 1.35rem 1.5rem;
      border-bottom: 0;
      padding: 1.25rem 1rem;
      margin: 0 0 0.25rem;
      background: #fff;
      -webkit-transition: 200ms all ease-out;
      transition: 200ms all ease-out; }
      @media screen and (min-width: 768px) {
        /* line 107, components/_designrelief.scss */
        .design-relief-panel-contain .dr-panel nav a {
          display: inline-block;
          width: 48%;
          border-bottom: 0;
          padding: 1rem 1rem;
          -webkit-transition: 200ms all ease-out;
          transition: 200ms all ease-out; }
          /* line 126, components/_designrelief.scss */
          .design-relief-panel-contain .dr-panel nav a:first-child {
            margin-right: 1%; } }
      /* line 130, components/_designrelief.scss */
      .design-relief-panel-contain .dr-panel nav a:hover {
        color: #fff;
        background: #16bef2; }

/* line 138, components/_designrelief.scss */
.dr-location {
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    /* line 138, components/_designrelief.scss */
    .dr-location {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  /* line 146, components/_designrelief.scss */
  .dr-location-wrap .p-small {
    margin: 0 0 0 0; } }

@media screen and (min-width: 768px) {
  /* line 154, components/_designrelief.scss */
  .page-template-page-designrelief-php .news-card {
    min-height: 0;
    border-top: 0; } }

/* line 5, components/_making-the-city.scss */
.page-template-page-makingthecity-php .photo-top {
  background: #fff; }
  /* line 7, components/_making-the-city.scss */
  .page-template-page-makingthecity-php .photo-top .has-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  /* line 14, components/_making-the-city.scss */
  .page-template-page-makingthecity-php .photo-top.light .mtc-mast {
    color: #fff; }
/* line 19, components/_making-the-city.scss */
.page-template-page-makingthecity-php .featured-photo {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }
  /* line 24, components/_making-the-city.scss */
  .page-template-page-makingthecity-php .featured-photo:before {
    display: none; }
@media screen and (min-width: 1200px) {
  /* line 29, components/_making-the-city.scss */
  .page-template-page-makingthecity-php .mtc-mast {
    letter-spacing: -3px; } }
/* line 34, components/_making-the-city.scss */
.page-template-page-makingthecity-php .mtc-logo-wrap {
  margin: 8rem auto 5rem;
  display: table; }
/* line 38, components/_making-the-city.scss */
.page-template-page-makingthecity-php .mtc-logo {
  display: block;
  margin: 0 auto;
  max-width: 90%; }
/* line 44, components/_making-the-city.scss */
.page-template-page-makingthecity-php .initiatives-list {
  margin-bottom: 2rem; }
/* line 48, components/_making-the-city.scss */
.page-template-page-makingthecity-php .child-thumb {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  float: left;
  background-color: transparent;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  -webkit-transition: 200ms border ease-out;
  transition: 200ms border ease-out;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    /* line 48, components/_making-the-city.scss */
    .page-template-page-makingthecity-php .child-thumb {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 48.43473%;
      padding-bottom: 48.43473%; }
      /* line 40, neat/grid/_span-columns.scss */
      .page-template-page-makingthecity-php .child-thumb:last-child {
        margin-right: 0; } }
  /* line 67, components/_making-the-city.scss */
  .page-template-page-makingthecity-php .child-thumb .child-logo {
    position: absolute;
    width: 40%;
    padding-bottom: 40%;
    background: #fff;
    top: 30%;
    left: 30%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }
  @media screen and (min-width: 768px) {
    /* line 79, components/_making-the-city.scss */
    .page-template-page-makingthecity-php .child-thumb.child-full {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 100%;
      padding-bottom: 48.43473%; }
      /* line 40, neat/grid/_span-columns.scss */
      .page-template-page-makingthecity-php .child-thumb.child-full:last-child {
        margin-right: 0; } }
  /* line 84, components/_making-the-city.scss */
  .page-template-page-makingthecity-php .child-thumb.child-full .child-logo {
    width: 20%;
    padding-bottom: 20%;
    left: 40%; }
  /* line 90, components/_making-the-city.scss */
  .page-template-page-makingthecity-php .child-thumb:hover {
    border: 2px solid #ff4e4e; }

/* line 3, components/_footer.scss */
footer {
  color: #777; }
  /* line 5, components/_footer.scss */
  footer .wrapper {
    padding-top: 3rem; }
    @media screen and (min-width: 768px) {
      /* line 5, components/_footer.scss */
      footer .wrapper {
        padding-top: 2rem;
        padding-bottom: 4rem; } }
  /* line 12, components/_footer.scss */
  footer p {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #777 !important; }
    /* line 15, components/_footer.scss */
    footer p.p-small {
      font-size: 0.625rem;
      text-transform: uppercase;
      margin: 0; }
      /* line 19, components/_footer.scss */
      footer p.p-small a {
        font-size: 0.625rem; }
        /* line 21, components/_footer.scss */
        footer p.p-small a.footer-icon {
          font-size: 0.8125rem;
          margin-top: 0.3rem; }
    /* line 27, components/_footer.scss */
    footer p a {
      border-bottom: 1px solid #777; }
      /* line 29, components/_footer.scss */
      footer p a:hover {
        color: #ff4e4e;
        border-bottom: 1px solid #ff4e4e; }
  /* line 35, components/_footer.scss */
  footer a {
    color: #777;
    font-size: 0.75rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: 200ms color ease-out;
    transition: 200ms color ease-out; }
    /* line 40, components/_footer.scss */
    footer a:hover {
      color: #ff4e4e; }
  /* line 44, components/_footer.scss */
  footer .divider {
    font-size: 0.75rem; }
  /* line 47, components/_footer.scss */
  footer li {
    line-height: 1.8;
    display: block; }
    @media screen and (min-width: 768px) {
      /* line 47, components/_footer.scss */
      footer li {
        line-height: 1.3; } }
  /* line 54, components/_footer.scss */
  footer .block-fourth {
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      /* line 54, components/_footer.scss */
      footer .block-fourth {
        margin-bottom: 0; } }
  /* line 60, components/_footer.scss */
  footer .footer-navs {
    margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    /* line 64, components/_footer.scss */
    footer .footer-bottom .block-fourth {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 100%;
      margin-bottom: 1rem; }
      /* line 40, neat/grid/_span-columns.scss */
      footer .footer-bottom .block-fourth:last-child {
        margin-right: 0; }
      /* line 70, neat/grid/_omega.scss */
      footer .footer-bottom .block-fourth:nth-of-type(1) {
        margin-right: 0; }
      /* line 75, neat/grid/_omega.scss */
      footer .footer-bottom .block-fourth:nth-of-type(1+1) {
        clear: left; } }

/* line 74, components/_footer.scss */
.footer-logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/aigany.svg);
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% !important;
  opacity: 0.25;
  width: 8em;
  height: 2.2rem; }
  @media screen and (min-width: 768px) {
    /* line 74, components/_footer.scss */
    .footer-logo {
      float: left;
      display: inline-block; } }

@media screen and (min-width: 768px) {
  /* line 3, components/_about.scss */
  .about-hero {
    font-size: 1.1em;
    margin-left: 17.18842%; } }

@media screen and (min-width: 768px) {
  /* line 10, components/_about.scss */
  .about-hero h1 {
    margin: 0 0 1rem; } }

@media screen and (min-width: 768px) {
  /* line 16, components/_about.scss */
  .about-hero p {
    line-height: 2; } }

@media screen and (min-width: 768px) {
  /* line 22, components/_about.scss */
  .hero-sans p {
    font-size: 1.9rem;
    line-height: 1.5 !important; } }

@media screen and (min-width: 768px) {
  /* line 30, components/_about.scss */
  .about-hero .button-text, .about-hero input[type=submit] {
    margin: 2rem auto 0 !important; } }

/* line 1, components/_about-person.scss */
.person {
  border-top: 1px solid #ddd;
  margin-top: 0rem;
  margin: 0 0 3rem 0;
  padding: 3rem 0 0 0; }
  /* line 5, components/_about-person.scss */
  .person::nth-of-type(1) {
    border-top: none; }
  /* line 9, components/_about-person.scss */
  .person .meta {
    margin-bottom: 2rem; }
    @media screen and (min-width: 1024px) {
      /* line 9, components/_about-person.scss */
      .person .meta {
        float: left;
        display: block;
        margin-right: 4.21807%;
        width: 30.52129%;
        margin-bottom: 0; }
        /* line 40, neat/grid/_span-columns.scss */
        .person .meta:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    /* line 17, components/_about-person.scss */
    .person .bio {
      float: left;
      display: block;
      margin-right: 4.21807%;
      width: 65.26064%; }
      /* line 40, neat/grid/_span-columns.scss */
      .person .bio:last-child {
        margin-right: 0; } }
  /* line 21, components/_about-person.scss */
  .person .bio h3 {
    color: #bbb; }

/* line 3, components/_sponsors.scss */
.sponsors-list {
  padding: 0 !important; }

/* line 7, components/_sponsors.scss */
.sponsor {
  list-style-type: none !important;
  padding: 2rem 1.5rem 0rem 0;
  border-top: 1px solid #ddd;
  margin-bottom: 1rem; }
  /* line 13, components/_sponsors.scss */
  .sponsor:nth-child(1) {
    border-top: 0; }
  /* line 16, components/_sponsors.scss */
  .sponsor .sponsor-image {
    margin-bottom: 0.875rem; }
    /* line 17, components/_sponsors.scss */
    .sponsor .sponsor-image a, .sponsor .sponsor-image img {
      display: block; }
    @media screen and (min-width: 768px) {
      /* line 16, components/_sponsors.scss */
      .sponsor .sponsor-image {
        float: left;
        display: block;
        margin-right: 4.21807%;
        width: 30.52129%;
        margin-bottom: 0; }
        /* line 40, neat/grid/_span-columns.scss */
        .sponsor .sponsor-image:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 768px) {
    /* line 26, components/_sponsors.scss */
    .sponsor .sponsor-bio {
      float: left;
      display: block;
      margin-right: 4.21807%;
      width: 65.26064%; }
      /* line 40, neat/grid/_span-columns.scss */
      .sponsor .sponsor-bio:last-child {
        margin-right: 0; } }

/* line 5, components/_front.scss */
.page-front h3.divider {
  margin-bottom: 1.25rem !important; }
/* line 12, components/_front.scss */
.page-front .events .all-link {
  display: table;
  margin: 0 auto; }

/* line 18, components/_front.scss */
.home-hero {
  text-align: center; }

/* line 22, components/_front.scss */
.home-hero p {
  line-height: 1;
  text-align: left; }

/* line 28, components/_front.scss */
.home-hero > .button-block, .home-hero > input[type=submit] {
  max-width: 10rem;
  margin-top: 2.25rem; }
  @media screen and (min-width: 768px) {
    /* line 28, components/_front.scss */
    .home-hero > .button-block, .home-hero > input[type=submit] {
      margin-top: 0;
      position: relative;
      top: 3.5rem; } }

/* line 39, components/_front.scss */
.front-features .all-link {
  display: table;
  margin: 0 auto; }
/* line 43, components/_front.scss */
.front-features .wrapper {
  padding-bottom: 0; }

/* line 49, components/_front.scss */
.full-button {
  display: block;
  color: #333;
  padding: 1.25rem; }
  /* line 53, components/_front.scss */
  .full-button:hover {
    background: #f9f9f9;
    color: #000; }

/* line 60, components/_front.scss */
.index-featured-wrapper {
  margin: 2rem auto 0; }
  /* line 63, components/_front.scss */
  .index-featured-wrapper .text-link:hover, .index-featured-wrapper .page-navigation .page-numbers:hover, .page-navigation .index-featured-wrapper .page-numbers:hover, .index-featured-wrapper .news-cat-links:hover {
    color: #16bef2; }

/* line 69, components/_front.scss */
.index-featured {
  display: table;
  width: 100%;
  background: url(../img/dr_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 2rem; }
  /* line 75, components/_front.scss */
  .index-featured .featured-content {
    display: table;
    width: 100%;
    height: 22rem;
    padding: 2rem 2rem 2rem;
    color: #fff;
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }
    @media screen and (min-width: 1024px) {
      /* line 75, components/_front.scss */
      .index-featured .featured-content {
        height: 26rem; } }
    /* line 86, components/_front.scss */
    .index-featured .featured-content p {
      color: #fff; }
  /* line 90, components/_front.scss */
  .index-featured .valign {
    display: table-cell;
    vertical-align: bottom;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }
  /* line 95, components/_front.scss */
  .index-featured h1 {
    margin-bottom: 0.5rem;
    -webkit-transition: 200ms color ease-out;
    transition: 200ms color ease-out; }
  /* line 100, components/_front.scss */
  .index-featured:hover .valign {
    -webkit-transform: translateY(-0.15rem);
    -ms-transform: translateY(-0.15rem);
    transform: translateY(-0.15rem); }

/* line 6, components/_events.scss */
.main-events {
  margin-top: 2rem; }

/* line 12, components/_events.scss */
.secondary-events-list {
  margin-top: 2rem; }

/* line 1, components/_event-card.scss */
.event-card {
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  border-bottom: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    /* line 1, components/_event-card.scss */
    .event-card {
      margin: 0 0 4em 0;
      padding: 0 0 4em 0;
      border-bottom: 1px solid #ddd; } }
  /* line 10, components/_event-card.scss */
  .event-card:last-child {
    margin: 0;
    border-bottom: 0; }

@media screen and (min-width: 768px) {
  /* line 15, components/_event-card.scss */
  .event-card-text {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 48.43473%; }
    /* line 40, neat/grid/_span-columns.scss */
    .event-card-text:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1440px) {
  /* line 15, components/_event-card.scss */
  .event-card-text {
    float: left;
    display: block;
    margin-right: 3.13054%;
    width: 22.6521%; }
    /* line 40, neat/grid/_span-columns.scss */
    .event-card-text:last-child {
      margin-right: 0; } }
/* line 22, components/_event-card.scss */
.event-card-text .sm-event-prefix {
  color: #000;
  font-weight: 700; }
/* line 26, components/_event-card.scss */
.event-card-text .post-title a {
  -webkit-transition: 200ms color ease-out;
  transition: 200ms color ease-out; }
@media screen and (min-width: 1024px) {
  /* line 29, components/_event-card.scss */
  .event-card-text p {
    margin: 0 0 1rem;
    font-size: 0.813em;
    line-height: 1.6;
    color: #3c3c3c; }
    /* line 265, global/_styleguide.scss */
    .event-card-text p:last-of-type {
      margin: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    /* line 29, components/_event-card.scss */
    .event-card-text p {
      font-size: 0.875rem; } }

/* line 36, components/_event-card.scss */
.event-card-text .button-text, .event-card-text input[type=submit] {
  margin: 2rem 0 0 0; }
  @media screen and (min-width: 768px) {
    /* line 36, components/_event-card.scss */
    .event-card-text .button-text, .event-card-text input[type=submit] {
      width: 75%; } }
  @media screen and (min-width: 1440px) {
    /* line 36, components/_event-card.scss */
    .event-card-text .button-text, .event-card-text input[type=submit] {
      width: 100%; } }

/* line 47, components/_event-card.scss */
.event-card-img {
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    /* line 47, components/_event-card.scss */
    .event-card-img {
      margin-bottom: 0;
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 48.43473%; }
      /* line 40, neat/grid/_span-columns.scss */
      .event-card-img:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1440px) {
    /* line 47, components/_event-card.scss */
    .event-card-img {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 74.21737%; }
      /* line 40, neat/grid/_span-columns.scss */
      .event-card-img:last-child {
        margin-right: 0; } }
  /* line 56, components/_event-card.scss */
  .event-card-img a {
    display: block;
    background-size: cover !important;
    background-position: center center;
    -webkit-transition: 200ms opacity ease-out;
    transition: 200ms opacity ease-out; }
    @media screen and (min-width: 768px) {
      /* line 56, components/_event-card.scss */
      .event-card-img a {
        padding-bottom: 66%; } }
    @media screen and (min-width: 1440px) {
      /* line 56, components/_event-card.scss */
      .event-card-img a {
        padding-bottom: 0; } }
    /* line 67, components/_event-card.scss */
    .event-card-img a:hover {
      opacity: 0.85; }
  /* line 71, components/_event-card.scss */
  .event-card-img img {
    display: block; }
    @media screen and (min-width: 768px) {
      /* line 71, components/_event-card.scss */
      .event-card-img img {
        display: none; } }
    @media screen and (min-width: 1440px) {
      /* line 71, components/_event-card.scss */
      .event-card-img img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto; } }

@media screen and (min-width: 768px) {
  /* line 87, components/_event-card.scss */
  .event-card:nth-child(odd) .event-card-img {
    float: right !important;
    margin-right: 0 !important; } }

@media screen and (min-width: 768px) {
  /* line 95, components/_event-card.scss */
  .index-page .event-card:last-of-type {
    border-bottom: 0; } }

/* line 3, components/_event-minicard.scss */
.event-minicard {
  display: block;
  padding: 0.75rem 0 0.75rem;
  position: relative;
  border-bottom: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    /* line 3, components/_event-minicard.scss */
    .event-minicard {
      border-bottom: 0;
      padding: 0;
      margin-bottom: 3rem; } }
  /* line 13, components/_event-minicard.scss */
  .event-minicard h1, .event-minicard p, .event-minicard .text-link, .event-minicard .page-navigation .page-numbers, .page-navigation .event-minicard .page-numbers, .event-minicard .news-cat-links {
    -webkit-transition: 200ms color ease-out;
    transition: 200ms color ease-out; }
  /* line 19, components/_event-minicard.scss */
  .event-minicard img {
    margin: 0.35rem auto 0.35rem;
    display: block; }
  /* line 23, components/_event-minicard.scss */
  .event-minicard p {
    margin: 0.5rem 0 0.5rem !important;
    color: #777; }
  /* line 27, components/_event-minicard.scss */
  .event-minicard img {
    border: 2px solid transparent;
    -webkit-transition: 200ms border ease-out;
    transition: 200ms border ease-out; }
  /* line 31, components/_event-minicard.scss */
  .event-minicard .read-more {
    display: none; }
  /* line 34, components/_event-minicard.scss */
  .event-minicard .date-time {
    font-size: 1rem;
    margin: 0.75rem 0 0; }
  /* line 39, components/_event-minicard.scss */
  .event-minicard:hover .cat-link {
    color: #333; }
  /* line 42, components/_event-minicard.scss */
  .event-minicard:hover h1 {
    color: #ff4e4e; }
  /* line 45, components/_event-minicard.scss */
  .event-minicard:hover img {
    border: 2px solid #ff4e4e; }
  /* line 48, components/_event-minicard.scss */
  .event-minicard:hover p {
    color: #555; }
  /* line 51, components/_event-minicard.scss */
  .event-minicard:hover .small-date {
    color: #333; }
  /* line 55, components/_event-minicard.scss */
  .event-minicard:last-of-type {
    border-bottom: 0; }
  /* line 58, components/_event-minicard.scss */
  .event-minicard.block-fourth {
    padding: 0.75rem 0 0.75rem; }
    @media screen and (max-width: 767px) {
      /* line 58, components/_event-minicard.scss */
      .event-minicard.block-fourth {
        float: left;
        display: block;
        margin-right: 3.13054%;
        width: 100%; }
        /* line 40, neat/grid/_span-columns.scss */
        .event-minicard.block-fourth:last-child {
          margin-right: 0; }
        /* line 70, neat/grid/_omega.scss */
        .event-minicard.block-fourth:nth-of-type(1) {
          margin-right: 0; }
        /* line 75, neat/grid/_omega.scss */
        .event-minicard.block-fourth:nth-of-type(1+1) {
          clear: left; } }
    /* line 67, components/_event-minicard.scss */
    .event-minicard.block-fourth p {
      margin: 0 0 0.5rem; }
    /* line 71, components/_event-minicard.scss */
    .event-minicard.block-fourth .date-time {
      font-size: 0.875rem;
      margin: 0.35rem 0 0; }

/* line 3, components/_community-event.scss */
.community-event {
  padding: 1rem;
  background: #f7f7f7;
  border: 2px solid transparent;
  margin-bottom: 1rem;
  position: relative;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out; }
  @media screen and (max-width: 767px) {
    /* line 3, components/_community-event.scss */
    .community-event {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 48.43473%; }
      /* line 40, neat/grid/_span-columns.scss */
      .community-event:last-child {
        margin-right: 0; }
      /* line 70, neat/grid/_omega.scss */
      .community-event:nth-of-type(2n) {
        margin-right: 0; }
      /* line 75, neat/grid/_omega.scss */
      .community-event:nth-of-type(2n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) {
    /* line 3, components/_community-event.scss */
    .community-event {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 22.6521%; }
      /* line 40, neat/grid/_span-columns.scss */
      .community-event:last-child {
        margin-right: 0; }
      /* line 70, neat/grid/_omega.scss */
      .community-event:nth-of-type(4n) {
        margin-right: 0; }
      /* line 75, neat/grid/_omega.scss */
      .community-event:nth-of-type(4n+1) {
        clear: left; } }
  /* line 18, components/_community-event.scss */
  .community-event:after {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    color: #aaa;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }
  /* line 26, components/_community-event.scss */
  .community-event .small-date {
    margin-top: 1rem; }
  /* line 29, components/_community-event.scss */
  .community-event:hover {
    color: #ff4e4e;
    background: #fff;
    border: 2px solid #ff4e4e; }
    /* line 33, components/_community-event.scss */
    .community-event:hover .small-date {
      color: #333; }
    /* line 36, components/_community-event.scss */
    .community-event:hover:after {
      color: #ff4e4e;
      right: 0.85rem; }

/* line 6, components/_single-event.scss */
.with-sidebar strong a {
  font-weight: 700;
  color: #000;
  -webkit-transition: 200ms color ease-out;
  transition: 200ms color ease-out; }
  /* line 10, components/_single-event.scss */
  .with-sidebar strong a:hover {
    color: #ff4e4e; }

/* line 15, components/_single-event.scss */
.event-inline-headline {
  margin-bottom: 1rem !important; }

/* line 19, components/_single-event.scss */
.event-sponsor-logo, .share-event-panel {
  margin-top: 0.5rem; }

/* line 23, components/_single-event.scss */
.event-sponsor-logo {
  margin-bottom: 1rem; }

/* line 27, components/_single-event.scss */
.event-sponsor-logo a {
  display: table;
  border: 2px solid transparent;
  -webkit-transition: 200ms border ease-out;
  transition: 200ms border ease-out; }
  /* line 31, components/_single-event.scss */
  .event-sponsor-logo a:hover {
    border: 2px solid #ff4e4e; }

/* line 36, components/_single-event.scss */
.sponsor-image {
  display: block;
  max-height: 60px; }

/* line 41, components/_single-event.scss */
.nodesktop.event-sponsor-logo:first-of-type {
  margin-top: 2rem; }

@media screen and (min-width: 768px) {
  /* line 45, components/_single-event.scss */
  .event-page {
    padding: 0 !important; } }

/* line 51, components/_single-event.scss */
.event-page header {
  margin: 0 0 2rem; }

/* line 56, components/_single-event.scss */
.to-top {
  display: table;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-sizing: content-box;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  background-color: #000;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  font-size: 0.75em;
  -webkit-transition: 200ms color ease-out, 200ms background ease-out, 200ms opacity ease-out;
  transition: 200ms color ease-out, 200ms background ease-out, 200ms opacity ease-out; }
  /* line 69, components/_single-event.scss */
  .to-top:hover {
    color: #fff;
    background: #2a2a2a; }

/* line 75, components/_single-event.scss */
.show-to-top {
  opacity: 1;
  pointer-events: auto; }

/* line 80, components/_single-event.scss */
.stay-put {
  position: absolute;
  bottom: 3rem; }
  /* line 83, components/_single-event.scss */
  .stay-put .wrapper {
    margin: 0 auto; }

/* line 4, components/_single-old-event.scss */
.archive-page .post-headings-contain {
  padding: 0 !important;
  left: 0;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    /* line 4, components/_single-old-event.scss */
    .archive-page .post-headings-contain {
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    /* line 4, components/_single-old-event.scss */
    .archive-page .post-headings-contain {
      padding: 0 !important;
      left: 0; } }

/* line 4, components/_news.scss */
.news .category-mast {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem; }
/* line 9, components/_news.scss */
.news .pagenav {
  margin-top: 2rem; }

/* line 3, components/_news-card.scss */
.news-card {
  display: block;
  padding: 0.75rem 0 0.75rem;
  position: relative;
  border-bottom: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    /* line 3, components/_news-card.scss */
    .news-card {
      border-bottom: 0;
      padding: 0;
      margin-bottom: 1.25rem; } }
  /* line 13, components/_news-card.scss */
  .news-card h1, .news-card p, .news-card .text-link, .news-card .page-navigation .page-numbers, .page-navigation .news-card .page-numbers, .news-card .news-cat-links {
    -webkit-transition: 200ms color ease-out;
    transition: 200ms color ease-out; }
  /* line 16, components/_news-card.scss */
  .news-card img {
    margin: 0.35rem auto 0.35rem;
    display: block; }
  /* line 20, components/_news-card.scss */
  .news-card p {
    margin: 0 0 0.5rem;
    color: #777; }
  /* line 25, components/_news-card.scss */
  .news-card img {
    border: 2px solid transparent;
    -webkit-transition: 200ms border ease-out;
    transition: 200ms border ease-out; }
  /* line 29, components/_news-card.scss */
  .news-card .read-more {
    display: none; }
  /* line 33, components/_news-card.scss */
  .news-card:hover .cat-link {
    color: #333; }
  /* line 36, components/_news-card.scss */
  .news-card:hover h1 {
    color: #ff4e4e; }
  /* line 39, components/_news-card.scss */
  .news-card:hover img {
    border: 2px solid #ff4e4e; }
  /* line 42, components/_news-card.scss */
  .news-card:hover p {
    color: #555; }
  /* line 45, components/_news-card.scss */
  .news-card:hover .small-date {
    color: #333; }
  /* line 49, components/_news-card.scss */
  .news-card:last-of-type {
    border-bottom: 0; }
  @media screen and (max-width: 767px) {
    /* line 52, components/_news-card.scss */
    .news-card.block-fourth {
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 100%; }
      /* line 40, neat/grid/_span-columns.scss */
      .news-card.block-fourth:last-child {
        margin-right: 0; }
      /* line 70, neat/grid/_omega.scss */
      .news-card.block-fourth:nth-of-type(1) {
        margin-right: 0; }
      /* line 75, neat/grid/_omega.scss */
      .news-card.block-fourth:nth-of-type(1+1) {
        clear: left; } }
  /* line 61, components/_news-card.scss */
  .news-card.video-card .news-card-img {
    position: relative; }
    /* line 63, components/_news-card.scss */
    .news-card.video-card .news-card-img:after {
      content: '';
      display: block;
      position: absolute;
      box-sizing: border-box;
      top: 2px;
      left: 2px;
      width: 1.5rem;
      height: 1.5rem;
      border-top: 1.5rem solid rgba(0, 0, 0, 0.9);
      border-left: 1.5rem solid rgba(0, 0, 0, 0.9);
      border-bottom: 1.5rem solid transparent;
      border-right: 1.5rem solid transparent;
      background-color: transparent;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    /* line 79, components/_news-card.scss */
    .news-card.video-card .news-card-img:before {
      content: '';
      display: block;
      position: absolute;
      top: 2px;
      left: 2px;
      width: 1.5rem;
      height: 1.5rem;
      z-index: 2;
      background-image: url(../img/video-icon.svg);
      background-size: 0.9rem;
      background-position: 77% 64%;
      background-repeat: no-repeat;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
  /* line 97, components/_news-card.scss */
  .news-card:hover .news-card-img:after {
    top: 0px;
    left: 0px;
    border-top: 1.5rem solid #ff4e4e;
    border-left: 1.5rem solid #ff4e4e; }
  /* line 103, components/_news-card.scss */
  .news-card:hover .news-card-img:before {
    top: 0px;
    left: 0px; }

/* line 3, components/_pagination.scss */
.page-navigation {
  text-align: center; }
  /* line 5, components/_pagination.scss */
  .page-navigation .page-numbers {
    display: inline-block;
    margin-left: -0.25rem;
    padding: 0 0.15rem; }
    /* line 10, components/_pagination.scss */
    .page-navigation .page-numbers.current {
      color: #ff4e4e; }
  /* line 14, components/_pagination.scss */
  .page-navigation .next, .page-navigation .prev {
    color: #bbb; }
    /* line 16, components/_pagination.scss */
    .page-navigation .next:hover, .page-navigation .prev:hover {
      color: #ff4e4e; }
  /* line 20, components/_pagination.scss */
  .page-navigation .next {
    margin-left: 2.5%; }
  /* line 23, components/_pagination.scss */
  .page-navigation .prev {
    margin-right: 2.5%; }

/* line 3, components/_news-post.scss */
.news-cat-links {
  margin-bottom: 1rem;
  margin-top: -0.75rem;
  color: #555; }
  /* line 8, components/_news-post.scss */
  .news-cat-links .fade-link {
    margin-right: 0.25rem; }

/* line 13, components/_news-post.scss */
.news-post-title {
  margin-bottom: 2rem; }

/* line 17, components/_news-post.scss */
.single-post #content .wrapper {
  position: static; }

@media screen and (max-width: 1024px) {
  /* line 24, components/_news-post.scss */
  .to-top {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  /* line 30, components/_news-post.scss */
  .hide-contents {
    opacity: 0;
    pointer-events: none; } }

/* line 37, components/_news-post.scss */
.to-top {
  display: table; }

/* line 3, components/_video-post.scss */
.single-video {
  background: #000;
  color: #fff; }
  /* line 8, components/_video-post.scss */
  .single-video .reduced-header {
    display: none !important; }
  /* line 12, components/_video-post.scss */
  .single-video .light .wrapper {
    background: none !important; }
  /* line 18, components/_video-post.scss */
  .single-video .news-post-title .news-cat-links {
    margin-right: auto;
    margin-left: auto; }
  /* line 22, components/_video-post.scss */
  .single-video .news-post-title .big {
    text-align: center; }
  /* line 27, components/_video-post.scss */
  .single-video .video-show {
    margin-bottom: 2rem; }
  /* line 31, components/_video-post.scss */
  .single-video .divider {
    color: #555;
    border-top: 1px solid #555; }
  /* line 36, components/_video-post.scss */
  .single-video .post-content-body p {
    color: #aaa;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
  /* line 41, components/_video-post.scss */
  .single-video .post-content-body strong {
    color: #ddd; }
  /* line 45, components/_video-post.scss */
  .single-video .with-sidebar p a {
    color: #e9e9e9;
    border-bottom: 1px solid #e9e9e9; }
    /* line 48, components/_video-post.scss */
    .single-video .with-sidebar p a:hover {
      color: #ff4e4e;
      border-bottom: 1px solid transparent; }
  /* line 54, components/_video-post.scss */
  .single-video .text-link, .single-video .page-navigation .page-numbers, .page-navigation .single-video .page-numbers, .single-video .news-cat-links {
    color: #bbb; }
    /* line 56, components/_video-post.scss */
    .single-video .text-link.cat-link, .single-video .page-navigation .cat-link.page-numbers, .page-navigation .single-video .cat-link.page-numbers, .single-video .cat-link.news-cat-links {
      color: #bbb; }
    /* line 59, components/_video-post.scss */
    .single-video .text-link.fade-link, .single-video .page-navigation .fade-link.page-numbers, .page-navigation .single-video .fade-link.page-numbers, .single-video .fade-link.news-cat-links {
      color: #555; }
    /* line 62, components/_video-post.scss */
    .single-video .text-link:hover, .single-video .page-navigation .page-numbers:hover, .page-navigation .single-video .page-numbers:hover, .single-video .news-cat-links:hover {
      color: #ff4e4e; }
  /* line 67, components/_video-post.scss */
  .single-video .small-date {
    color: #555;
    font-weight: 700; }
  /* line 72, components/_video-post.scss */
  .single-video .footer-logo {
    background: url(../img/aigany_w.svg);
    opacity: 0.35; }
  /* line 77, components/_video-post.scss */
  .single-video .social-icon {
    background: #000;
    border: 2px solid #aaa;
    color: #aaa;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    /* line 82, components/_video-post.scss */
    .single-video .social-icon:after {
      color: #aaa; }
    /* line 85, components/_video-post.scss */
    .single-video .social-icon:hover {
      border: 2px solid #fff;
      background: #fff; }
      /* line 88, components/_video-post.scss */
      .single-video .social-icon:hover:after {
        color: #000; }

/* line 1, components/_block-wide.scss */
.block-wide {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: -0.65rem !important;
  margin-left: -0.65rem;
  float: none !important; }
  @media screen and (min-width: 768px) {
    /* line 1, components/_block-wide.scss */
    .block-wide {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  /* line 12, components/_block-wide.scss */
  .block-wide.news-post-image {
    margin-top: 0; }
  /* line 15, components/_block-wide.scss */
  .block-wide.has-caption {
    background: none; }
  /* line 18, components/_block-wide.scss */
  .block-wide img {
    display: block;
    max-width: 100%;
    position: static;
    left: 0; }

@media screen and (min-width: 1200px) {
  /* line 26, components/_block-wide.scss */
  .with-sidebar .block-wide {
    float: left;
    display: block;
    margin-right: 4.77048%;
    width: 113.09631%; }
    /* line 40, neat/grid/_span-columns.scss */
    .with-sidebar .block-wide:last-child {
      margin-right: 0; } }

/* line 32, components/_block-wide.scss */
.wide-caption {
  background: #000;
  padding: 0.75rem 1rem;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 0.813rem;
  font-weight: 500;
  margin: 0 0 0.2rem;
  line-height: 1.4;
  color: #333;
  letter-spacing: normal;
  margin: 0;
  color: #eee; }

@media screen and (min-width: 1024px) {
  /* line 40, components/_block-wide.scss */
  .has-caption {
    position: relative; } }
/* line 45, components/_block-wide.scss */
.has-caption .wide-img {
  width: 100%; }

@media screen and (min-width: 1200px) {
  /* line 50, components/_block-wide.scss */
  .wide-quote {
    margin-left: auto;
    margin-right: auto; } }

/* line 58, components/_block-wide.scss */
.wide-quote p {
  font-size: 1.5rem;
  line-height: 1.7;
  font-style: italic;
  text-align: left;
  padding: 2rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  -webkit-font-feature-settings: "ss01", "kern" 1, "pnum";
  -moz-font-feature-settings: "ss01", "kern=1";
  font-feature-settings: "ss01", "kern" 1;
  color: #000; }
  @media screen and (min-width: 768px) {
    /* line 58, components/_block-wide.scss */
    .wide-quote p {
      font-size: 2.25rem; } }

@media screen and (min-width: 768px) {
  /* line 74, components/_block-wide.scss */
  .with-sidebar .wide-quote p {
    font-size: 1.75rem; } }

@media screen and (min-width: 768px) {
  /* line 80, components/_block-wide.scss */
  .without-sidebar .full-img {
    max-height: 900px;
    width: 100%; } }

/* line 87, components/_block-wide.scss */
.without-sidebar .wide-img {
  display: block; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 87, components/_block-wide.scss */
    .without-sidebar .wide-img {
      margin-right: 0; } }

/* line 3, components/_404.scss */
.error-404 {
  text-align: center; }
  /* line 5, components/_404.scss */
  .error-404 .wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  /* line 9, components/_404.scss */
  .error-404 p {
    margin: 2rem auto 3rem; }

/* line 15, components/_404.scss */
.brb {
  height: 100%;
  min-height: 100%; }
  /* line 18, components/_404.scss */
  .brb body {
    height: 100%;
    min-height: 100%; }
  /* line 22, components/_404.scss */
  .brb #content {
    height: 80%; }
  /* line 25, components/_404.scss */
  .brb .brb-page {
    text-align: center !important;
    padding: 4rem 0rem;
    height: 100%;
    display: table; }
    /* line 30, components/_404.scss */
    .brb .brb-page .wrapper {
      display: table-cell;
      vertical-align: middle; }
    /* line 34, components/_404.scss */
    .brb .brb-page h1 {
      font-size: 4rem;
      line-height: 0.9; }
      /* line 37, components/_404.scss */
      .brb .brb-page h1:after {
        content: '';
        display: block;
        width: 6rem;
        margin: 2rem auto;
        border-bottom: 4px solid #000; }
    /* line 45, components/_404.scss */
    .brb .brb-page p {
      font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-size: 0.9rem;
      color: #777;
      margin: 0 auto; }
  /* line 52, components/_404.scss */
  .brb footer {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden; }

/* line 5, components/_initiative.scss */
.page-template-page-initiative-php .photo-top, .page-template-page-initiative-about-php .photo-top, .page-template-page-initiative-dr-php .photo-top, .page-template-page-locations-phpm .photo-top, .page-template-page-makingthecity-php .photo-top {
  background: #2a2a2a; }
  /* line 7, components/_initiative.scss */
  .page-template-page-initiative-php .photo-top .has-bg-img, .page-template-page-initiative-about-php .photo-top .has-bg-img, .page-template-page-initiative-dr-php .photo-top .has-bg-img, .page-template-page-locations-phpm .photo-top .has-bg-img, .page-template-page-makingthecity-php .photo-top .has-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
/* line 14, components/_initiative.scss */
.page-template-page-initiative-php .featured-photo, .page-template-page-initiative-about-php .featured-photo, .page-template-page-initiative-dr-php .featured-photo, .page-template-page-locations-phpm .featured-photo, .page-template-page-makingthecity-php .featured-photo {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }
  /* line 19, components/_initiative.scss */
  .page-template-page-initiative-php .featured-photo:before, .page-template-page-initiative-about-php .featured-photo:before, .page-template-page-initiative-dr-php .featured-photo:before, .page-template-page-locations-phpm .featured-photo:before, .page-template-page-makingthecity-php .featured-photo:before {
    display: none; }
/* line 23, components/_initiative.scss */
.page-template-page-initiative-php .all-link, .page-template-page-initiative-about-php .all-link, .page-template-page-initiative-dr-php .all-link, .page-template-page-locations-phpm .all-link, .page-template-page-makingthecity-php .all-link {
  display: table;
  margin: 0 auto 2rem; }
/* line 28, components/_initiative.scss */
.page-template-page-initiative-php .initiative-contain, .page-template-page-initiative-about-php .initiative-contain, .page-template-page-initiative-dr-php .initiative-contain, .page-template-page-locations-phpm .initiative-contain, .page-template-page-makingthecity-php .initiative-contain {
  position: relative;
  margin: 6rem auto; }
  @media screen and (min-width: 1200px) {
    /* line 28, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-contain, .page-template-page-initiative-about-php .initiative-contain, .page-template-page-initiative-dr-php .initiative-contain, .page-template-page-locations-phpm .initiative-contain, .page-template-page-makingthecity-php .initiative-contain {
      margin: 10rem auto; } }
  /* line 35, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-contain.white-black .initiative-logo-wrap, .page-template-page-initiative-about-php .initiative-contain.white-black .initiative-logo-wrap, .page-template-page-initiative-dr-php .initiative-contain.white-black .initiative-logo-wrap, .page-template-page-locations-phpm .initiative-contain.white-black .initiative-logo-wrap, .page-template-page-makingthecity-php .initiative-contain.white-black .initiative-logo-wrap {
    background: #fff; }
  /* line 38, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-contain.white-black .initiative-headline-wrap, .page-template-page-initiative-about-php .initiative-contain.white-black .initiative-headline-wrap, .page-template-page-initiative-dr-php .initiative-contain.white-black .initiative-headline-wrap, .page-template-page-locations-phpm .initiative-contain.white-black .initiative-headline-wrap, .page-template-page-makingthecity-php .initiative-contain.white-black .initiative-headline-wrap {
    background: #000;
    color: #fff; }
  /* line 44, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-contain.black-black .initiative-logo-wrap, .page-template-page-initiative-about-php .initiative-contain.black-black .initiative-logo-wrap, .page-template-page-initiative-dr-php .initiative-contain.black-black .initiative-logo-wrap, .page-template-page-locations-phpm .initiative-contain.black-black .initiative-logo-wrap, .page-template-page-makingthecity-php .initiative-contain.black-black .initiative-logo-wrap {
    background: #000; }
  /* line 47, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-contain.black-black .initiative-headline-wrap, .page-template-page-initiative-about-php .initiative-contain.black-black .initiative-headline-wrap, .page-template-page-initiative-dr-php .initiative-contain.black-black .initiative-headline-wrap, .page-template-page-locations-phpm .initiative-contain.black-black .initiative-headline-wrap, .page-template-page-makingthecity-php .initiative-contain.black-black .initiative-headline-wrap {
    background: #000;
    color: #fff; }
  /* line 53, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-contain.white-white .initiative-logo-wrap, .page-template-page-initiative-about-php .initiative-contain.white-white .initiative-logo-wrap, .page-template-page-initiative-dr-php .initiative-contain.white-white .initiative-logo-wrap, .page-template-page-locations-phpm .initiative-contain.white-white .initiative-logo-wrap, .page-template-page-makingthecity-php .initiative-contain.white-white .initiative-logo-wrap {
    background: #fff; }
  /* line 56, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-contain.white-white .initiative-headline-wrap, .page-template-page-initiative-about-php .initiative-contain.white-white .initiative-headline-wrap, .page-template-page-initiative-dr-php .initiative-contain.white-white .initiative-headline-wrap, .page-template-page-locations-phpm .initiative-contain.white-white .initiative-headline-wrap, .page-template-page-makingthecity-php .initiative-contain.white-white .initiative-headline-wrap {
    background: #fff;
    color: #000; }
  /* line 62, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-contain.black-white .initiative-logo-wrap, .page-template-page-initiative-about-php .initiative-contain.black-white .initiative-logo-wrap, .page-template-page-initiative-dr-php .initiative-contain.black-white .initiative-logo-wrap, .page-template-page-locations-phpm .initiative-contain.black-white .initiative-logo-wrap, .page-template-page-makingthecity-php .initiative-contain.black-white .initiative-logo-wrap {
    background: #000; }
  /* line 65, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-contain.black-white .initiative-headline-wrap, .page-template-page-initiative-about-php .initiative-contain.black-white .initiative-headline-wrap, .page-template-page-initiative-dr-php .initiative-contain.black-white .initiative-headline-wrap, .page-template-page-locations-phpm .initiative-contain.black-white .initiative-headline-wrap, .page-template-page-makingthecity-php .initiative-contain.black-white .initiative-headline-wrap {
    background: #fff;
    color: #000; }
/* line 72, components/_initiative.scss */
.page-template-page-initiative-php .initiative-logo-wrap, .page-template-page-initiative-about-php .initiative-logo-wrap, .page-template-page-initiative-dr-php .initiative-logo-wrap, .page-template-page-locations-phpm .initiative-logo-wrap, .page-template-page-makingthecity-php .initiative-logo-wrap {
  padding: 2rem; }
  @media screen and (min-width: 768px) {
    /* line 72, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-logo-wrap, .page-template-page-initiative-about-php .initiative-logo-wrap, .page-template-page-initiative-dr-php .initiative-logo-wrap, .page-template-page-locations-phpm .initiative-logo-wrap, .page-template-page-makingthecity-php .initiative-logo-wrap {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 72, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-logo-wrap, .page-template-page-initiative-about-php .initiative-logo-wrap, .page-template-page-initiative-dr-php .initiative-logo-wrap, .page-template-page-locations-phpm .initiative-logo-wrap, .page-template-page-makingthecity-php .initiative-logo-wrap {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    /* line 72, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-logo-wrap, .page-template-page-initiative-about-php .initiative-logo-wrap, .page-template-page-initiative-dr-php .initiative-logo-wrap, .page-template-page-locations-phpm .initiative-logo-wrap, .page-template-page-makingthecity-php .initiative-logo-wrap {
      width: 25%; } }
/* line 88, components/_initiative.scss */
.page-template-page-initiative-php .initiative-headline-wrap, .page-template-page-initiative-about-php .initiative-headline-wrap, .page-template-page-initiative-dr-php .initiative-headline-wrap, .page-template-page-locations-phpm .initiative-headline-wrap, .page-template-page-makingthecity-php .initiative-headline-wrap {
  padding: 2rem;
  background: #000; }
  @media screen and (min-width: 768px) {
    /* line 88, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-headline-wrap, .page-template-page-initiative-about-php .initiative-headline-wrap, .page-template-page-initiative-dr-php .initiative-headline-wrap, .page-template-page-locations-phpm .initiative-headline-wrap, .page-template-page-makingthecity-php .initiative-headline-wrap {
      float: right !important;
      margin-right: 0 !important; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 88, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-headline-wrap, .page-template-page-initiative-about-php .initiative-headline-wrap, .page-template-page-initiative-dr-php .initiative-headline-wrap, .page-template-page-locations-phpm .initiative-headline-wrap, .page-template-page-makingthecity-php .initiative-headline-wrap {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    /* line 88, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-headline-wrap, .page-template-page-initiative-about-php .initiative-headline-wrap, .page-template-page-initiative-dr-php .initiative-headline-wrap, .page-template-page-locations-phpm .initiative-headline-wrap, .page-template-page-makingthecity-php .initiative-headline-wrap {
      width: 75%; } }
/* line 103, components/_initiative.scss */
.page-template-page-initiative-php .initiative-logo, .page-template-page-initiative-about-php .initiative-logo, .page-template-page-initiative-dr-php .initiative-logo, .page-template-page-locations-phpm .initiative-logo, .page-template-page-makingthecity-php .initiative-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  padding-bottom: 66%; }
  @media screen and (min-width: 768px) {
    /* line 103, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-logo, .page-template-page-initiative-about-php .initiative-logo, .page-template-page-initiative-dr-php .initiative-logo, .page-template-page-locations-phpm .initiative-logo, .page-template-page-makingthecity-php .initiative-logo {
      padding-bottom: 0; } }
/* line 115, components/_initiative.scss */
.page-template-page-initiative-php .initiative-info, .page-template-page-initiative-about-php .initiative-info, .page-template-page-initiative-dr-php .initiative-info, .page-template-page-locations-phpm .initiative-info, .page-template-page-makingthecity-php .initiative-info {
  margin-top: 1.5rem; }
  /* line 117, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-info .initiative-about-headline, .page-template-page-initiative-about-php .initiative-info .initiative-about-headline, .page-template-page-initiative-dr-php .initiative-info .initiative-about-headline, .page-template-page-locations-phpm .initiative-info .initiative-about-headline, .page-template-page-makingthecity-php .initiative-info .initiative-about-headline {
    border-top: 1px solid #ddd; }
  @media screen and (min-width: 1024px) {
    /* line 120, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-info .initiative-about, .page-template-page-initiative-about-php .initiative-info .initiative-about, .page-template-page-initiative-dr-php .initiative-info .initiative-about, .page-template-page-locations-phpm .initiative-info .initiative-about, .page-template-page-makingthecity-php .initiative-info .initiative-about {
      border-top: 1px solid #ddd; } }
/* line 128, components/_initiative.scss */
.page-template-page-initiative-php .location-wrap .location, .page-template-page-initiative-about-php .location-wrap .location, .page-template-page-initiative-dr-php .location-wrap .location, .page-template-page-locations-phpm .location-wrap .location, .page-template-page-makingthecity-php .location-wrap .location {
  display: block;
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 1rem;
  overflow: hidden; }
  /* line 138, components/_initiative.scss */
  .page-template-page-initiative-php .location-wrap .location h1, .page-template-page-initiative-about-php .location-wrap .location h1, .page-template-page-initiative-dr-php .location-wrap .location h1, .page-template-page-locations-phpm .location-wrap .location h1, .page-template-page-makingthecity-php .location-wrap .location h1 {
    padding: 1.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  /* line 144, components/_initiative.scss */
  .page-template-page-initiative-php .location-wrap .location:hover h1, .page-template-page-initiative-about-php .location-wrap .location:hover h1, .page-template-page-initiative-dr-php .location-wrap .location:hover h1, .page-template-page-locations-phpm .location-wrap .location:hover h1, .page-template-page-makingthecity-php .location-wrap .location:hover h1 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6); }
/* line 152, components/_initiative.scss */
.page-template-page-initiative-php .initiative-left, .page-template-page-initiative-about-php .initiative-left, .page-template-page-initiative-dr-php .initiative-left, .page-template-page-locations-phpm .initiative-left, .page-template-page-makingthecity-php .initiative-left {
  padding-top: 1rem; }
  @media screen and (min-width: 1024px) {
    /* line 152, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-left, .page-template-page-initiative-about-php .initiative-left, .page-template-page-initiative-dr-php .initiative-left, .page-template-page-locations-phpm .initiative-left, .page-template-page-makingthecity-php .initiative-left {
      border-top: 1px solid #ddd;
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 22.6521%; }
      /* line 40, neat/grid/_span-columns.scss */
      .page-template-page-initiative-php .initiative-left:last-child, .page-template-page-initiative-about-php .initiative-left:last-child, .page-template-page-initiative-dr-php .initiative-left:last-child, .page-template-page-locations-phpm .initiative-left:last-child, .page-template-page-makingthecity-php .initiative-left:last-child {
        margin-right: 0; } }
/* line 159, components/_initiative.scss */
.page-template-page-initiative-php .initiative-right, .page-template-page-initiative-about-php .initiative-right, .page-template-page-initiative-dr-php .initiative-right, .page-template-page-locations-phpm .initiative-right, .page-template-page-makingthecity-php .initiative-right {
  margin-top: 1rem; }
  @media screen and (min-width: 1024px) {
    /* line 159, components/_initiative.scss */
    .page-template-page-initiative-php .initiative-right, .page-template-page-initiative-about-php .initiative-right, .page-template-page-initiative-dr-php .initiative-right, .page-template-page-locations-phpm .initiative-right, .page-template-page-makingthecity-php .initiative-right {
      border-top: 1px solid #ddd;
      padding-top: 1rem;
      margin-top: 0;
      float: left;
      display: block;
      margin-right: 3.13054%;
      width: 74.21737%; }
      /* line 40, neat/grid/_span-columns.scss */
      .page-template-page-initiative-php .initiative-right:last-child, .page-template-page-initiative-about-php .initiative-right:last-child, .page-template-page-initiative-dr-php .initiative-right:last-child, .page-template-page-locations-phpm .initiative-right:last-child, .page-template-page-makingthecity-php .initiative-right:last-child {
        margin-right: 0; } }
  /* line 167, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-right .person:first-of-type, .page-template-page-initiative-about-php .initiative-right .person:first-of-type, .page-template-page-initiative-dr-php .initiative-right .person:first-of-type, .page-template-page-locations-phpm .initiative-right .person:first-of-type, .page-template-page-makingthecity-php .initiative-right .person:first-of-type {
    border-top: 0; }
  /* line 171, components/_initiative.scss */
  .page-template-page-initiative-php .initiative-right.initiative-about p, .page-template-page-initiative-about-php .initiative-right.initiative-about p, .page-template-page-initiative-dr-php .initiative-right.initiative-about p, .page-template-page-locations-phpm .initiative-right.initiative-about p, .page-template-page-makingthecity-php .initiative-right.initiative-about p {
    font-size: 1rem;
    max-width: none; }
    @media screen and (min-width: 1024px) {
      /* line 171, components/_initiative.scss */
      .page-template-page-initiative-php .initiative-right.initiative-about p, .page-template-page-initiative-about-php .initiative-right.initiative-about p, .page-template-page-initiative-dr-php .initiative-right.initiative-about p, .page-template-page-locations-phpm .initiative-right.initiative-about p, .page-template-page-makingthecity-php .initiative-right.initiative-about p {
        font-size: 1.125rem; } }
/* line 180, components/_initiative.scss */
.page-template-page-initiative-php .read-more-about, .page-template-page-initiative-about-php .read-more-about, .page-template-page-initiative-dr-php .read-more-about, .page-template-page-locations-phpm .read-more-about, .page-template-page-makingthecity-php .read-more-about {
  margin: 0; }
