@charset "UTF-8";
/*
Theme Name: classroom-nyicff
Author: Car of Tomorrow
Author URI: http://www.caroftomorrow.com
Description: A theme description
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* line 5, ../../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Header
.. 03. Modules
.. 04. Footer
.. 05. Comments
.. 06. Widgets Styling
.. 07. WordPress defaults
.. 08. Utilities
*/
/*********************
BREAKPOINTS
*********************/
/* line 47, sass/mixins/_utils.scss */
.clearfix:after, .map-filter-buttons:after, .theme-wrapper:after, .archive-site .sites-container.sites-list .item:after, .archive-site .sites-container.sites-list .item .item-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/*********************
COLORS
*********************/
/*!
Theme Name: perkinswill
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: perkinswill
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

perkinswill is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 57, sass/base/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 70, sass/base/_normalize.scss */
body {
  margin: 0; }

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 106, sass/base/_normalize.scss */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 125, sass/base/_normalize.scss */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct font size in all browsers.
 */
/* line 146, sass/base/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 163, sass/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 167, sass/base/_normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 178, sass/base/_normalize.scss */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 206, sass/base/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
/* line 259, sass/base/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 283, sass/base/_normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 291, sass/base/_normalize.scss */
textarea {
  overflow: auto; }

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 350, sass/base/_normalize.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 358, sass/base/_normalize.scss */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 369, sass/base/_normalize.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 377, sass/base/_normalize.scss */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 384, sass/base/_normalize.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* line 397, sass/base/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

/* line 401, sass/base/_normalize.scss */
p {
  margin-bottom: 1.5em; }

/* line 405, sass/base/_normalize.scss */
dfn, cite, em, i {
  font-style: italic; }

/* line 409, sass/base/_normalize.scss */
blockquote {
  margin: 0 1.5em; }

/* line 413, sass/base/_normalize.scss */
address {
  margin: 0 0 1.5em; }

/* line 417, sass/base/_normalize.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

/* line 429, sass/base/_normalize.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

/* line 435, sass/base/_normalize.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

/* line 440, sass/base/_normalize.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none; }

/* line 445, sass/base/_normalize.scss */
big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 452, sass/base/_normalize.scss */
html {
  box-sizing: border-box; }

/* line 456, sass/base/_normalize.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

/* line 463, sass/base/_normalize.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

/* line 468, sass/base/_normalize.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* line 475, sass/base/_normalize.scss */
ul, ol {
  margin: 0 0 1.5em 3em; }

/* line 479, sass/base/_normalize.scss */
ul {
  list-style: disc; }

/* line 483, sass/base/_normalize.scss */
ol {
  list-style: decimal; }

/* line 487, sass/base/_normalize.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

/* line 493, sass/base/_normalize.scss */
dt {
  font-weight: bold; }

/* line 497, sass/base/_normalize.scss */
dd {
  margin: 0 1.5em 1.5em; }

/* line 501, sass/base/_normalize.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* line 508, sass/base/_normalize.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/* line 513, sass/base/_normalize.scss */
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 521, sass/base/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #000 #000 #000;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

/* line 535, sass/base/_normalize.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

/* line 542, sass/base/_normalize.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

/* line 552, sass/base/_normalize.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

/* line 574, sass/base/_normalize.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

/* line 593, sass/base/_normalize.scss */
select {
  border: 1px solid #ccc; }

/* line 597, sass/base/_normalize.scss */
textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 619, sass/base/_normalize.scss */
a:focus {
  outline: thin dotted; }

/* line 623, sass/base/_normalize.scss */
a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 630, sass/base/_normalize.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

/* line 637, sass/base/_normalize.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

/* line 653, sass/base/_normalize.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

/* line 658, sass/base/_normalize.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* line 663, sass/base/_normalize.scss */
.main-navigation ul ul a {
  width: 200px; }

/* line 667, sass/base/_normalize.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

/* line 672, sass/base/_normalize.scss */
.main-navigation li {
  float: left;
  position: relative; }

/* line 677, sass/base/_normalize.scss */
.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
/* line 683, sass/base/_normalize.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  /* line 689, sass/base/_normalize.scss */
  .menu-toggle {
    display: none; }

  /* line 692, sass/base/_normalize.scss */
  .main-navigation ul {
    display: block; } }
/* line 697, sass/base/_normalize.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

/* line 704, sass/base/_normalize.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

/* line 711, sass/base/_normalize.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 723, sass/base/_normalize.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

/* line 736, sass/base/_normalize.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* line 759, sass/base/_normalize.scss */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 766, sass/base/_normalize.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

/* line 772, sass/base/_normalize.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/* line 778, sass/base/_normalize.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 788, sass/base/_normalize.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

/* line 805, sass/base/_normalize.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 817, sass/base/_normalize.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

/* line 822, sass/base/_normalize.scss */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 832, sass/base/_normalize.scss */
.sticky {
  display: block; }

/* line 841, sass/base/_normalize.scss */
.updated:not(.published) {
  display: none; }

/* line 845, sass/base/_normalize.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

/* line 851, sass/base/_normalize.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 859, sass/base/_normalize.scss */
.comment-content a {
  word-wrap: break-word; }

/* line 863, sass/base/_normalize.scss */
.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 871, sass/base/_normalize.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 878, sass/base/_normalize.scss */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 885, sass/base/_normalize.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
/* line 895, sass/base/_normalize.scss */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
/* line 902, sass/base/_normalize.scss */
.custom-logo-link {
  display: inline-block; }

/* line 906, sass/base/_normalize.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*1200*/
/*
  sm 768px,
  md 1024px,
  lg 1440px !default;
 */
/* line 35, sass/base/_flexboxgrid.scss */
.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto; }

/* line 41, sass/base/_flexboxgrid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%; }
  @media (min-width: 768px) {
    /* line 41, sass/base/_flexboxgrid.scss */
    .container-fluid {
      padding-right: 8.5%;
      padding-left: 8.5%; } }

/* line 52, sass/base/_flexboxgrid.scss */
.xs-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
  /*1024*/ }
  @media (min-width: 768px) {
    /* line 52, sass/base/_flexboxgrid.scss */
    .xs-container-fluid {
      padding-right: 8.5%;
      padding-left: 8.5%; } }
  @media (min-width: 1024px) {
    /* line 52, sass/base/_flexboxgrid.scss */
    .xs-container-fluid {
      padding: 0;
      margin: 0; } }

@media (max-width: 767px) {
  /* line 67, sass/base/_flexboxgrid.scss */
  .xs-container-bleed {
    padding-right: 0;
    padding-left: 0; } }

/* line 74, sass/base/_flexboxgrid.scss */
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.1975%;
  margin-left: -1.1975%; }

/* line 83, sass/base/_flexboxgrid.scss */
.container-bleed .row {
  margin: 0; }
  /* line 85, sass/base/_flexboxgrid.scss */
  .container-bleed .row .col-xs-12 {
    padding: 0; }
    @media (min-width: 768px) {
      /* line 85, sass/base/_flexboxgrid.scss */
      .container-bleed .row .col-xs-12 {
        padding-right: 1.1975%;
        padding-left: 1.1975%; } }
  /* line 92, sass/base/_flexboxgrid.scss */
  .container-bleed .row > div:first-child {
    padding-left: 0; }
  /* line 93, sass/base/_flexboxgrid.scss */
  .container-bleed .row > div:last-child {
    padding-right: 0; }

/* line 96, sass/base/_flexboxgrid.scss */
.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 100, sass/base/_flexboxgrid.scss */
.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 120, sass/base/_flexboxgrid.scss */
.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

/* line 125, sass/base/_flexboxgrid.scss */
.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-0 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 0%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 8.33333%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 16.66667%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 25%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 33.33333%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 41.66667%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 50%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 58.33333%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 66.66667%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 75%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 83.33333%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 91.66667%; }

/* line 132, sass/base/_flexboxgrid.scss */
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 100%; }

/* line 137, sass/base/_flexboxgrid.scss */
.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

/* line 142, sass/base/_flexboxgrid.scss */
.start-xs, .left-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

/* line 147, sass/base/_flexboxgrid.scss */
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

/* line 152, sass/base/_flexboxgrid.scss */
.end-xs, .right-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

/* line 157, sass/base/_flexboxgrid.scss */
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

/* line 161, sass/base/_flexboxgrid.scss */
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

/* line 165, sass/base/_flexboxgrid.scss */
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

/* line 169, sass/base/_flexboxgrid.scss */
.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

/* line 173, sass/base/_flexboxgrid.scss */
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

/* line 177, sass/base/_flexboxgrid.scss */
.first-xs {
  order: -1; }

/* line 181, sass/base/_flexboxgrid.scss */
.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  /* line 191, sass/base/_flexboxgrid.scss */
  .container {
    width: 46rem; }

  /* line 195, sass/base/_flexboxgrid.scss */
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 0%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 8.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 16.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 25%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 33.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 41.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 50%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 58.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 66.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 75%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 83.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 91.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 100%; }

  /* line 212, sass/base/_flexboxgrid.scss */
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  /* line 217, sass/base/_flexboxgrid.scss */
  .start-sm, .left-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  /* line 222, sass/base/_flexboxgrid.scss */
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  /* line 227, sass/base/_flexboxgrid.scss */
  .end-sm, .right-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  /* line 232, sass/base/_flexboxgrid.scss */
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  /* line 236, sass/base/_flexboxgrid.scss */
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  /* line 240, sass/base/_flexboxgrid.scss */
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

  /* line 244, sass/base/_flexboxgrid.scss */
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

  /* line 248, sass/base/_flexboxgrid.scss */
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  /* line 252, sass/base/_flexboxgrid.scss */
  .first-sm {
    order: -1; }

  /* line 256, sass/base/_flexboxgrid.scss */
  .last-sm {
    order: 1; } }
@media only screen and (min-width: 64em) {
  /* line 191, sass/base/_flexboxgrid.scss */
  .container {
    width: 62rem; }

  /* line 195, sass/base/_flexboxgrid.scss */
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 0%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 8.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 16.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 25%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 33.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 41.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 50%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 58.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 66.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 75%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 83.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 91.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 100%; }

  /* line 212, sass/base/_flexboxgrid.scss */
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  /* line 217, sass/base/_flexboxgrid.scss */
  .start-md, .left-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  /* line 222, sass/base/_flexboxgrid.scss */
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  /* line 227, sass/base/_flexboxgrid.scss */
  .end-md, .right-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  /* line 232, sass/base/_flexboxgrid.scss */
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  /* line 236, sass/base/_flexboxgrid.scss */
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  /* line 240, sass/base/_flexboxgrid.scss */
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

  /* line 244, sass/base/_flexboxgrid.scss */
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

  /* line 248, sass/base/_flexboxgrid.scss */
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  /* line 252, sass/base/_flexboxgrid.scss */
  .first-md {
    order: -1; }

  /* line 256, sass/base/_flexboxgrid.scss */
  .last-md {
    order: 1; } }
@media only screen and (min-width: 75em) {
  /* line 191, sass/base/_flexboxgrid.scss */
  .container {
    width: 71rem; }

  /* line 195, sass/base/_flexboxgrid.scss */
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  /* line 200, sass/base/_flexboxgrid.scss */
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 0%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 8.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 16.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 25%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 33.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 41.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 50%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 58.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 66.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 75%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 83.33333%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 91.66667%; }

  /* line 207, sass/base/_flexboxgrid.scss */
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 100%; }

  /* line 212, sass/base/_flexboxgrid.scss */
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  /* line 217, sass/base/_flexboxgrid.scss */
  .start-lg, .left-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  /* line 222, sass/base/_flexboxgrid.scss */
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  /* line 227, sass/base/_flexboxgrid.scss */
  .end-lg, .right-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  /* line 232, sass/base/_flexboxgrid.scss */
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  /* line 236, sass/base/_flexboxgrid.scss */
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  /* line 240, sass/base/_flexboxgrid.scss */
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

  /* line 244, sass/base/_flexboxgrid.scss */
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

  /* line 248, sass/base/_flexboxgrid.scss */
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  /* line 252, sass/base/_flexboxgrid.scss */
  .first-lg {
    order: -1; }

  /* line 256, sass/base/_flexboxgrid.scss */
  .last-lg {
    order: 1; } }
/* line 262, sass/base/_flexboxgrid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 266, sass/base/_flexboxgrid.scss */
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

@font-face {
  font-family: "GT-Walsheim-Regular";
  src: url("fonts/GT-Walsheim-Regular.eot?") format("eot"), url("fonts/GT-Walsheim-Regular.woff2") format("woff2"), url("fonts/GT-Walsheim-Regular.woff") format("woff"), url("fonts/GT-Walsheim-Regular.ttf") format("truetype"), url("fonts/GT-Walsheim-Regular.svg#GT-Walsheim-Regular") format("svg"); }
@font-face {
  font-family: "GT-Walsheim-Medium";
  src: url("fonts/GT-Walsheim-Medium.eot?") format("eot"), url("fonts/GT-Walsheim-Medium.woff2") format("woff2"), url("fonts/GT-Walsheim-Medium.woff") format("woff"), url("fonts/GT-Walsheim-Medium.ttf") format("truetype"), url("fonts/GT-Walsheim-Medium.svg#GT-Walsheim-Medium") format("svg"); }
@font-face {
  font-family: "GT-Walsheim-Bold";
  src: url("fonts/GT-Walsheim-Bold.eot?") format("eot"), url("fonts/GT-Walsheim-Bold.woff2") format("woff2"), url("fonts/GT-Walsheim-Bold.woff") format("woff"), url("fonts/GT-Walsheim-Bold.ttf") format("truetype"), url("fonts/GT-Walsheim-Bold.svg#GT-Walsheim-Bold") format("svg"); }
@font-face {
  font-family: "GT-Walsheim-Regular-Oblique";
  src: url("fonts/GT-Walsheim-Regular-Oblique.eot?") format("eot"), url("fonts/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("fonts/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("fonts/GT-Walsheim-Regular-Oblique.ttf") format("truetype"), url("fonts/GT-Walsheim-Regular-Oblique.svg#GT-Walsheim-Regular-Oblique") format("svg"); }
@font-face {
  font-family: "GT-Walsheim-Medium-Oblique";
  src: url("fonts/GT-Walsheim-Medium-Oblique.eot?") format("eot"), url("fonts/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("fonts/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("fonts/GT-Walsheim-Medium-Oblique.ttf") format("truetype"), url("fonts/GT-Walsheim-Medium-Oblique.svg#GT-Walsheim-Medium-Oblique") format("svg"); }
/* line 16, sass/base/_typography.scss */
body {
  font: 100% "GT-Walsheim-Regular", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.1875rem; }

/* line 23, sass/base/_typography.scss */
h1, .h1-style, form.search-form input[type="search"], form.search-form input[type="text"], .positioning-style, .caps-large {
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 1.25em;
  margin: 0 0 1rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 23, sass/base/_typography.scss */
    h1, .h1-style, form.search-form input[type="search"], form.search-form input[type="text"], .positioning-style, .caps-large {
      font-size: 3rem;
      margin: 0 0 2.25rem; } }

/* line 34, sass/base/_typography.scss */
h1 em {
  font-family: "GT-Walsheim-Medium-Oblique", sans-serif; }

/* line 36, sass/base/_typography.scss */
h2, .h2-style, .site-main .container-submit-site-form input[type="submit"].gform_button, .site-footer .footer-nav-container ul li, .caps-medium, .secondary-title, blockquote q p {
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.22em;
  margin-bottom: 1.5rem;
  text-transform: none;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 36, sass/base/_typography.scss */
    h2, .h2-style, .site-main .container-submit-site-form input[type="submit"].gform_button, .site-footer .footer-nav-container ul li, .caps-medium, .secondary-title, blockquote q p {
      font-size: 2.0625rem;
      margin-bottom: 2rem; } }

/* line 48, sass/base/_typography.scss */
blockquote q p:before {
  content: '“'; }

/* line 51, sass/base/_typography.scss */
blockquote q p:after {
  content: '”'; }

/* line 56, sass/base/_typography.scss */
h3, .h3-style {
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 56, sass/base/_typography.scss */
    h3, .h3-style {
      font-size: 1.5rem;
      margin-bottom: 1.5rem; } }

/* line 68, sass/base/_typography.scss */
.caps-small, .label, a.btn, button, button[type=submit], input[type=submit] {
  font-family: "GT-Walsheim-Medium", sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  /*1024*/ }
  /* line 76, sass/base/_typography.scss */
  .caps-small a, .label a, a.btn a, button a, button[type=submit] a, input[type=submit] a {
    text-decoration: none;
    font-size: 0.875rem; }
  @media (min-width: 1024px) {
    /* line 68, sass/base/_typography.scss */
    .caps-small, .label, a.btn, button, button[type=submit], input[type=submit] {
      font-size: .9375rem; }
      /* line 82, sass/base/_typography.scss */
      .caps-small a, .label a, a.btn a, button a, button[type=submit] a, input[type=submit] a {
        font-size: .9375rem; } }

/* line 88, sass/base/_typography.scss */
.label, a.btn, button, button[type=submit], input[type=submit] {
  font-family: "GT-Walsheim-Bold", sans-serif;
  letter-spacing: 2px; }

/* line 93, sass/base/_typography.scss */
p, .p-style, ul, ol {
  font-size: 1.1875rem;
  line-height: 2.125rem;
  font-weight: 500;
  margin: 0 0 1.25rem;
  letter-spacing: 1px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 93, sass/base/_typography.scss */
    p, .p-style, ul, ol {
      margin: 0 0 1.25rem; } }

/* line 103, sass/base/_typography.scss */
h2.label {
  margin-bottom: .5rem; }

/* line 110, sass/base/_typography.scss */
.h1-style p, form.search-form input[type="search"] p, form.search-form input[type="text"] p, .h2-style p, .site-main .container-submit-site-form input[type="submit"].gform_button p, .site-footer .footer-nav-container ul li p {
  margin: 0; }

/* line 111, sass/base/_typography.scss */
p:last-child, .p-style:last-child, ul:last-child, ol:last-child {
  margin: 0; }

/* line 114, sass/base/_typography.scss */
.site-main ul, .site-main ol {
  margin-left: 1em; }
  /* line 116, sass/base/_typography.scss */
  .site-main ul li, .site-main ol li {
    padding-left: 20px; }
    /* line 118, sass/base/_typography.scss */
    .site-main ul li:last-child, .site-main ol li:last-child {
      margin-bottom: 0; }
/* line 123, sass/base/_typography.scss */
.site-main ul:not(.user-registration-error) {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  /* line 127, sass/base/_typography.scss */
  .site-main ul:not(.user-registration-error) li {
    padding-bottom: 10px;
    padding-left: 40px;
    background: url("images/square.jpg") no-repeat left 8px; }

/* line 138, sass/base/_typography.scss */
.nav-style, .main-navigation ul li, header .header-donate-icon, header .header-search-icon, header .menu-toggle, header .menu-close {
  font-family: "GT-Walsheim-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.1875rem; }

/* line 147, sass/base/_typography.scss */
strong {
  font-weight: 400;
  font-family: "GT-Walsheim-Bold", sans-serif; }

/* line 148, sass/base/_typography.scss */
em {
  font-style: normal;
  font-family: "GT-Walsheim-Regular-Oblique", sans-serif; }

/* line 150, sass/base/_typography.scss */
a {
  color: #000; }

/* line 153, sass/base/_typography.scss */
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #5f009f; }

/* line 159, sass/base/_typography.scss */
a.caps-small {
  font-family: "GT-Walsheim-Bold", sans-serif;
  color: #0000FF; }
  /* line 162, sass/base/_typography.scss */
  a.caps-small:after {
    content: ' ';
    padding-right: 20px;
    background: url(images/blue-carat.png) no-repeat right center;
    background-size: auto 20px; }
  /* line 168, sass/base/_typography.scss */
  a.caps-small:hover {
    color: #5f009f; }
    /* line 170, sass/base/_typography.scss */
    a.caps-small:hover:after {
      background: url(images/purple-carat.png) no-repeat right center;
      background-size: auto 20px; }
  /* line 177, sass/base/_typography.scss */
  a.caps-small + .caps-small {
    margin-left: 20px; }

/* line 186, sass/base/_typography.scss */
a, a:active, a:focus {
  outline: none; }

/* line 190, sass/base/_typography.scss */
.smaller, .not-featured .news-item p, .smaller p, .not-featured .news-item p p, .copyright, .caption, .caption p, p.small {
  text-transform: none;
  font-size: 0.75rem;
  line-height: 1.5333;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 190, sass/base/_typography.scss */
    .smaller, .not-featured .news-item p, .smaller p, .not-featured .news-item p p, .copyright, .caption, .caption p, p.small {
      font-size: .9375rem; } }
  /* line 197, sass/base/_typography.scss */
  .smaller.photo-caption, .not-featured .news-item p.photo-caption, .smaller p.photo-caption, .not-featured .news-item p p.photo-caption, .copyright.photo-caption, .caption.photo-caption, .caption p.photo-caption, p.small.photo-caption {
    margin-bottom: 2.5rem;
    /*1024*/ }
    /* line 198, sass/base/_typography.scss */
    .smaller.photo-caption p:before, .not-featured .news-item p.photo-caption p:before, .smaller p.photo-caption p:before, .not-featured .news-item p p.photo-caption p:before, .copyright.photo-caption p:before, .caption.photo-caption p:before, .caption p.photo-caption p:before, p.small.photo-caption p:before {
      content: '';
      display: block;
      width: 17px;
      height: 23px;
      background: url(images/captionup.png) no-repeat left top;
      background-size: 17px auto; }
    @media (min-width: 1024px) {
      /* line 197, sass/base/_typography.scss */
      .smaller.photo-caption, .not-featured .news-item p.photo-caption, .smaller p.photo-caption, .not-featured .news-item p p.photo-caption, .copyright.photo-caption, .caption.photo-caption, .caption p.photo-caption, p.small.photo-caption {
        margin-bottom: 3.75rem; } }

/* line 214, sass/base/_typography.scss */
p + .label, p + a.btn, p + button, p + button[type=submit], p + input[type=submit] {
  margin-top: 1.5rem; }

/* end typography*/
/* line 5, sass/base/_form.scss */
.ur-frontend-form.login .ur-form-row .form-row {
  margin-bottom: 1.5rem; }

/* line 15, sass/base/_form.scss */
.site-main .container-submit-site-form {
  background: #ffbe00;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  margin-top: 5rem; }
  /* line 21, sass/base/_form.scss */
  .site-main .container-submit-site-form .gform_fields li {
    background: none;
    padding-left: 0; }
  /* line 26, sass/base/_form.scss */
  .site-main .container-submit-site-form .gform_fileupload_multifile {
    background: #fff;
    color: #000; }
    /* line 29, sass/base/_form.scss */
    .site-main .container-submit-site-form .gform_fileupload_multifile button {
      margin: 0; }
  /* line 33, sass/base/_form.scss */
  .site-main .container-submit-site-form input[type="submit"].gform_button {
    text-transform: uppercase;
    font-family: "GT-Walsheim-Bold", sans-serif;
    line-height: 3.03em;
    background: #0000FF;
    color: #fff;
    letter-spacing: 2px;
    padding: 0 50px; }

/* line 47, sass/base/_form.scss */
.mc4wp-form#mc_embed_signup form {
  padding: 0; }
/* line 51, sass/base/_form.scss */
.mc4wp-form.form-is-inline {
  margin-top: 8rem; }
/* line 55, sass/base/_form.scss */
.mc4wp-form fieldset {
  padding: 0; }
/* line 58, sass/base/_form.scss */
.mc4wp-form #response {
  display: none;
  margin-bottom: 1rem;
  color: red; }
/* line 64, sass/base/_form.scss */
.mc4wp-form select.mobile-only {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #000;
  max-width: 100%;
  background: #fff;
  -webkit-appearance: none; }
/* line 73, sass/base/_form.scss */
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
  border: 2px solid #fff;
  display: block;
  border-radius: 0;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.555em;
  line-height: 3.5rem;
  color: #fff;
  padding: 0;
  font-family: "GT-Walsheim-Medium", sans-serif;
  padding: 8px 15px;
  height: 50px;
  background: transparent;
  margin-top: 10px;
  font-size: 1.1875rem; }
/* line 91, sass/base/_form.scss */
.mc4wp-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */ }
/* line 96, sass/base/_form.scss */
.mc4wp-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }
/* line 100, sass/base/_form.scss */
.mc4wp-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }
/* line 103, sass/base/_form.scss */
.mc4wp-form label {
  margin-top: 1rem;
  display: block; }
/* line 107, sass/base/_form.scss */
.mc4wp-form label.label-above {
  margin: 0 0 1rem; }
/* line 110, sass/base/_form.scss */
.mc4wp-form textarea {
  border: 2px solid #000;
  border-radius: 0;
  display: block;
  height: 100px; }
  @media (min-width: 1370px) {
    /* line 110, sass/base/_form.scss */
    .mc4wp-form textarea {
      border: 2px solid #000;
      height: 125px; } }
/* line 122, sass/base/_form.scss */
.mc4wp-form input[type="submit"] {
  float: right;
  color: #097F85;
  background: #fff;
  line-height: 19px;
  padding: 12px 25px;
  width: auto;
  font-family: "GT-Walsheim-Bold", sans-serif;
  width: auto;
  border: 0;
  margin: 1.5rem 0 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .9375rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 122, sass/base/_form.scss */
    .mc4wp-form input[type="submit"] {
      margin-top: 0; } }
  /* line 139, sass/base/_form.scss */
  .mc4wp-form input[type="submit"]:hover {
    background: #5f009f;
    color: #fff; }
/* line 144, sass/base/_form.scss */
.mc4wp-form .indicates-required {
  display: none; }
/* line 147, sass/base/_form.scss */
.mc4wp-form div#mce-responses {
  margin: 0;
  padding: 0; }
/* line 151, sass/base/_form.scss */
.mc4wp-form #mce-error-response {
  font-family: "GT-Walsheim-Regular", sans-serif; }
/* line 159, sass/base/_form.scss */
.mc4wp-form ul {
  list-style: none;
  margin: 0; }
  /* line 162, sass/base/_form.scss */
  .mc4wp-form ul li {
    margin-bottom: 1rem;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 162, sass/base/_form.scss */
      .mc4wp-form ul li {
        margin-bottom: 1.5rem; } }
    /* line 168, sass/base/_form.scss */
    .mc4wp-form ul li:last-child {
      margin-bottom: 0; }
    /* line 169, sass/base/_form.scss */
    .mc4wp-form ul li .grouped {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        /* line 169, sass/base/_form.scss */
        .mc4wp-form ul li .grouped {
          margin-bottom: 2rem;
          float: left;
          width: 47.5%;
          margin-right: 5%; }
          /* line 176, sass/base/_form.scss */
          .mc4wp-form ul li .grouped:last-child {
            margin: 0; } }
      @media (min-width: 1600px) {
        /* line 169, sass/base/_form.scss */
        .mc4wp-form ul li .grouped {
          margin-bottom: 3rem; } }
/* line 188, sass/base/_form.scss */
.mc4wp-form .error {
  padding: 5px 9px;
  border: 1px solid red;
  color: red;
  border-radius: 3px; }
/* line 195, sass/base/_form.scss */
.mc4wp-form .success {
  padding: 5px 9px;
  border: 1px solid green;
  color: green;
  border-radius: 3px; }
/* line 202, sass/base/_form.scss */
.mc4wp-form form span {
  color: red; }
/* line 206, sass/base/_form.scss */
.mc4wp-form input.invalid, .mc4wp-form textarea.invalid {
  border-color: red; }
/* line 210, sass/base/_form.scss */
.mc4wp-form input.invalid:focus, .mc4wp-form textarea.invalid:focus {
  outline: none; }

/* line 215, sass/base/_form.scss */
.contact-inline .thank-you {
  margin-top: 3rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 215, sass/base/_form.scss */
    .contact-inline .thank-you {
      margin-top: 6rem; } }

/* line 225, sass/base/_form.scss */
.post-password-form input[type=submit] {
  display: inline-block; }
/* line 228, sass/base/_form.scss */
.post-password-form label {
  display: inline; }

/* line 233, sass/base/_form.scss */
.signup-form-container {
  margin-bottom: 40px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 233, sass/base/_form.scss */
    .signup-form-container {
      margin-bottom: 50px; } }

/*form ;messages*/
/* line 270, sass/base/_form.scss */
.user-registration .user-registration-message {
  border: 0;
  background: transparent;
  padding-left: 0;
  color: #00a651;
  /*font-family: 'GT-Walsheim-Bold';*/
  font-size: 19px; }

/* line 278, sass/base/_form.scss */
.user-registration .user-registration-message:before {
  content: none; }

/* line 282, sass/base/_form.scss */
.user-registration .user-registration-message ul li,
.post-content .user-registration-MyAccount-navigation ul li,
.post-content .user-registration ul li {
  background: none; }

/* line 288, sass/base/_form.scss */
.user-registration-error a {
  color: #ff4149; }

/* line 292, sass/base/_form.scss */
nav.user-registration-MyAccount-navigation,
.user-registration-profile-header,
.user-registration-MyAccount-content {
  display: none; }

/* line 297, sass/base/_form.scss */
#user-registration.horizontal, #user-registration.user-registration {
  box-shadow: none; }

/* line 302, sass/base/_form.scss */
.user-registration input[type="checkbox"] {
  width: 20px;
  height: 20px; }
/* line 306, sass/base/_form.scss */
.user-registration input[type=checkbox]:checked + label {
  background: none; }
/* line 309, sass/base/_form.scss */
.user-registration .ur-frontend-form button[type=submit], .user-registration .ur-frontend-form input[type=submit] {
  padding: 15px; }

/*form styles*/
/* line 315, sass/base/_form.scss */
.page .ur-frontend-form {
  padding: 0;
  border: 0; }

/* line 320, sass/base/_form.scss */
.page .ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0; }
/* line 323, sass/base/_form.scss */
.page .ur-frontend-form .ur-form-row input[type="password"], .page .ur-frontend-form .ur-form-row input[type="text"], .page .ur-frontend-form .ur-form-row input[type="email"], .page .ur-frontend-form .ur-form-row textarea, .page .ur-frontend-form .ur-form-row .ur-form-row select {
  border-color: #000; }
/* line 326, sass/base/_form.scss */
.page .ur-frontend-form .ur-form-row input[type="password"], .page .ur-frontend-form .ur-form-row input[type="text"], .page .ur-frontend-form .ur-form-row input[type="email"], .page .ur-frontend-form .ur-form-row .ur-form-row select {
  height: 50px; }

/* line 330, sass/base/_form.scss */
.page .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, .page .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
  font-family: 'GT-Walsheim-Bold';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px; }

/* line 338, sass/base/_form.scss */
.page .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li,
.page .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
  padding: 0;
  background: none; }

/* line 4, sass/layout/_grid.scss */
.fixed-grid-item, .flex-grid .item {
  position: relative;
  margin-bottom: 3.5rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 4, sass/layout/_grid.scss */
    .fixed-grid-item, .flex-grid .item {
      margin-bottom: 4.25rem; } }

/* line 12, sass/layout/_grid.scss */
.item .fixed-grid-item {
  margin-bottom: 0; }

/* line 17, sass/layout/_grid.scss */
a.grid-load-more {
  font-family: "GT-Walsheim-Medium", sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-top: 3rem; }
  @media (min-width: 1370px) {
    /* line 17, sass/layout/_grid.scss */
    a.grid-load-more {
      margin-top: 4.6875rem; } }
  @media (min-width: 1600px) {
    /* line 17, sass/layout/_grid.scss */
    a.grid-load-more {
      margin-top: 6.25rem; } }
  /* line 28, sass/layout/_grid.scss */
  a.grid-load-more:after {
    content: '↓';
    padding-left: 10px; }

/* line 39, sass/layout/_grid.scss */
.fixed-grid-item .thumb-title, .grid-item .thumb-title, .owl-item .thumb-title, .item .thumb-title {
  font-family: "GT-Walsheim-Medium", sans-serif;
  line-height: 1.5;
  margin: .5rem 0 .5rem;
  /*1024*/ }
  @media (min-width: 768px) {
    /* line 39, sass/layout/_grid.scss */
    .fixed-grid-item .thumb-title, .grid-item .thumb-title, .owl-item .thumb-title, .item .thumb-title {
      margin: 1.15rem 0 .5em; } }
  @media (min-width: 1024px) {
    /* line 39, sass/layout/_grid.scss */
    .fixed-grid-item .thumb-title, .grid-item .thumb-title, .owl-item .thumb-title, .item .thumb-title {
      margin: 1.75rem 0 .5em; } }
/* line 50, sass/layout/_grid.scss */
.fixed-grid-item .color-block .thumb-title, .grid-item .color-block .thumb-title, .owl-item .color-block .thumb-title, .item .color-block .thumb-title {
  margin-top: 0; }
  @media (min-width: 1600px) {
    /* line 50, sass/layout/_grid.scss */
    .fixed-grid-item .color-block .thumb-title, .grid-item .color-block .thumb-title, .owl-item .color-block .thumb-title, .item .color-block .thumb-title {
      margin-top: 1.5rem; } }
/* line 56, sass/layout/_grid.scss */
.fixed-grid-item .block-label + .thumb-title, .grid-item .block-label + .thumb-title, .owl-item .block-label + .thumb-title, .item .block-label + .thumb-title {
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 56, sass/layout/_grid.scss */
    .fixed-grid-item .block-label + .thumb-title, .grid-item .block-label + .thumb-title, .owl-item .block-label + .thumb-title, .item .block-label + .thumb-title {
      margin-top: 1.25rem; } }
/* line 61, sass/layout/_grid.scss */
.fixed-grid-item a.block-link:hover ~ .thumb-title span,
.fixed-grid-item a.block-link:hover ~ .text-grid-item .thumb-title span,
.fixed-grid-item a.block-link:hover ~ .color-block .thumb-title span, .grid-item a.block-link:hover ~ .thumb-title span,
.grid-item a.block-link:hover ~ .text-grid-item .thumb-title span,
.grid-item a.block-link:hover ~ .color-block .thumb-title span, .owl-item a.block-link:hover ~ .thumb-title span,
.owl-item a.block-link:hover ~ .text-grid-item .thumb-title span,
.owl-item a.block-link:hover ~ .color-block .thumb-title span, .item a.block-link:hover ~ .thumb-title span,
.item a.block-link:hover ~ .text-grid-item .thumb-title span,
.item a.block-link:hover ~ .color-block .thumb-title span {
  border-bottom: 3px solid #000; }
  @media (min-width: 1600px) {
    /* line 61, sass/layout/_grid.scss */
    .fixed-grid-item a.block-link:hover ~ .thumb-title span,
    .fixed-grid-item a.block-link:hover ~ .text-grid-item .thumb-title span,
    .fixed-grid-item a.block-link:hover ~ .color-block .thumb-title span, .grid-item a.block-link:hover ~ .thumb-title span,
    .grid-item a.block-link:hover ~ .text-grid-item .thumb-title span,
    .grid-item a.block-link:hover ~ .color-block .thumb-title span, .owl-item a.block-link:hover ~ .thumb-title span,
    .owl-item a.block-link:hover ~ .text-grid-item .thumb-title span,
    .owl-item a.block-link:hover ~ .color-block .thumb-title span, .item a.block-link:hover ~ .thumb-title span,
    .item a.block-link:hover ~ .text-grid-item .thumb-title span,
    .item a.block-link:hover ~ .color-block .thumb-title span {
      border-width: 4px; } }
/* line 69, sass/layout/_grid.scss */
.fixed-grid-item a.block-link:hover ~ .color-block .thumb-title span, .grid-item a.block-link:hover ~ .color-block .thumb-title span, .owl-item a.block-link:hover ~ .color-block .thumb-title span, .item a.block-link:hover ~ .color-block .thumb-title span {
  border-color: #fff; }

/* line 75, sass/layout/_grid.scss */
.related-div {
  display: none; }

/* line 80, sass/layout/_grid.scss */
.grid_item_out {
  display: none; }

/* line 84, sass/layout/_grid.scss */
.load-wrapper {
  padding: 3rem 0;
  background: url(images/PW_Loading_04.gif) no-repeat center center;
  background-size: 300px 300px; }

/* line 90, sass/layout/_grid.scss */
.news-events-grid {
  margin-top: 2.75rem; }

/* line 1, sass/layout/_navigation.scss */
.nav-container {
  width: 94%; }
  @media (min-width: 768px) {
    /* line 1, sass/layout/_navigation.scss */
    .nav-container {
      width: 70%; } }

/* line 7, sass/layout/_navigation.scss */
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  float: none;
  margin-top: 100px; }
  @media (min-width: 768px) {
    /* line 7, sass/layout/_navigation.scss */
    .main-navigation {
      margin-top: 140px; } }
  /* line 17, sass/layout/_navigation.scss */
  .main-navigation ul {
    display: block;
    list-style: none;
    padding: 15px 0 0 0; }
    @media (min-width: 768px) {
      /* line 17, sass/layout/_navigation.scss */
      .main-navigation ul {
        margin: 0;
        padding: 0; } }
    /* line 25, sass/layout/_navigation.scss */
    .main-navigation ul li {
      display: block;
      float: none;
      position: relative;
      text-align: right;
      font-family: "GT-Walsheim-Medium", sans-serif;
      padding: 8px 15px; }
      @media (min-width: 768px) {
        /* line 25, sass/layout/_navigation.scss */
        .main-navigation ul li {
          text-align: right;
          font-family: "GT-Walsheim-Regular", sans-serif;
          padding: 0 0 15px 15px; } }
      /* line 38, sass/layout/_navigation.scss */
      .main-navigation ul li a {
        text-decoration: none;
        color: #fff; }
        /* line 41, sass/layout/_navigation.scss */
        .main-navigation ul li a:hover {
          color: #ffbe00; }
      /* line 45, sass/layout/_navigation.scss */
      .main-navigation ul li.current-menu-item > a, .main-navigation ul li .current_page_item > a {
        color: #ffbe00; }

/* line 54, sass/layout/_navigation.scss */
header .main-navigation ul {
  text-align: right; }

/* line 66, sass/layout/_navigation.scss */
footer .main-navigation ul li {
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: .75rem;
  margin-right: 40px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 66, sass/layout/_navigation.scss */
    footer .main-navigation ul li {
      font-size: 1.5rem;
      margin: 0 1.6%; } }

/* Small menu. */
@media (min-width: 768px) {
  /* line 3, sass/layout/_header.scss */
  header .header-content-container {
    margin: 3.75rem 0; } }
@media (min-width: 768px) {
  /* line 8, sass/layout/_header.scss */
  header .logo-nav-row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
/* line 13, sass/layout/_header.scss */
header .logo-nav-container {
  position: relative; }
  @media (min-width: 768px) {
    /* line 13, sass/layout/_header.scss */
    header .logo-nav-container {
      padding: 0; } }
  /* line 18, sass/layout/_header.scss */
  header .logo-nav-container .logo-col {
    position: relative;
    padding: 30px 20px 20px; }
    @media (min-width: 768px) {
      /* line 18, sass/layout/_header.scss */
      header .logo-nav-container .logo-col {
        padding: 0; } }
/* line 26, sass/layout/_header.scss */
header .site-title {
  background: url(images/nyclgbtsites_logo_hi.png) no-repeat left top;
  background-size: contain;
  text-indent: -9999px;
  margin-bottom: 15px;
  width: 100%;
  height: 108px;
  /*1024*/ }
  @media (min-width: 768px) {
    /* line 26, sass/layout/_header.scss */
    header .site-title {
      width: 215px;
      height: 70px;
      margin: 0;
      background-size: contain; } }
  @media (min-width: 1024px) {
    /* line 26, sass/layout/_header.scss */
    header .site-title {
      width: 330px;
      height: 108px;
      margin: 0;
      background-size: contain; } }
  @media (min-width: 1370px) {
    /* line 26, sass/layout/_header.scss */
    header .site-title {
      width: 445px;
      height: 145px; } }
  /* line 51, sass/layout/_header.scss */
  header .site-title a {
    display: block;
    width: 100%;
    height: 100%; }
/* line 58, sass/layout/_header.scss */
header .header-donate-icon, header .header-search-icon {
  text-decoration: none;
  float: none;
  width: 54px;
  padding-bottom: 54px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer; }
  @media (min-width: 768px) {
    /* line 58, sass/layout/_header.scss */
    header .header-donate-icon, header .header-search-icon {
      display: inline-block;
      padding-right: 50px;
      padding-bottom: 0;
      height: 34px;
      line-height: 34px;
      background: url(images/search-sprite.png) no-repeat right top;
      background-size: 33px 70px;
      float: none;
      width: auto;
      text-align: left; } }
  /* line 87, sass/layout/_header.scss */
  header .header-donate-icon:hover, header .header-search-icon:hover {
    color: #2E009E;
    background-position: right -35px; }
/* line 93, sass/layout/_header.scss */
header .header-search-icon .header-icon-search {
  background: url(images/searchicon.png) no-repeat center top;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  background-size: auto 26px;
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    /* line 93, sass/layout/_header.scss */
    header .header-search-icon .header-icon-search {
      display: none;
      background: url(images/searchicon.png) no-repeat right top;
      width: 26px;
      height: 26px;
      background-size: contain; } }
/* line 115, sass/layout/_header.scss */
header .header-donate-icon {
  margin: 0 10px; }
  @media (min-width: 768px) {
    /* line 115, sass/layout/_header.scss */
    header .header-donate-icon {
      padding-right: 40px;
      background: url(images/donate-sprite-green.png) no-repeat right top;
      background-size: 19px auto;
      margin: 0 25px; }
      /* line 123, sass/layout/_header.scss */
      header .header-donate-icon:hover {
        color: #2E009E;
        background-position: right bottom; } }
  /* line 129, sass/layout/_header.scss */
  header .header-donate-icon .header-icon-donate {
    background: url(images/donate-sprite-green.png) no-repeat center top;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    width: 21px;
    height: 38px;
    background-size: 21px auto;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      /* line 129, sass/layout/_header.scss */
      header .header-donate-icon .header-icon-donate {
        display: none; } }
/* line 146, sass/layout/_header.scss */
header .menu-toggle {
  text-decoration: none;
  display: inline-block;
  float: none;
  width: 54px;
  padding-bottom: 54px;
  text-align: center;
  position: relative;
  text-indent: -9999px;
  height: 0; }
  @media (min-width: 768px) {
    /* line 146, sass/layout/_header.scss */
    header .menu-toggle {
      background: url(images/burger-sprite-rev.png) no-repeat right top;
      background-size: 29px auto;
      padding-bottom: 0;
      text-align: left;
      float: none;
      text-indent: 0;
      display: inline-block;
      width: auto;
      float: none; }
      /* line 170, sass/layout/_header.scss */
      header .menu-toggle:hover {
        background-position: right -41px;
        color: #2E009E; } }
  /* line 175, sass/layout/_header.scss */
  header .menu-toggle span {
    background: url(images/burger-sprite-rev.png) no-repeat center top;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    width: 26px;
    height: 27px;
    background-size: 26px auto;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      /* line 175, sass/layout/_header.scss */
      header .menu-toggle span {
        display: inline-block;
        background: none;
        height: auto;
        width: auto;
        position: relative; } }
/* line 196, sass/layout/_header.scss */
header .menu-close {
  background: url(images/menu-close-y.png) no-repeat top center;
  text-indent: -9999px;
  background-position: right top;
  background-size: contain;
  filter: brightness(0) invert(1); }
  /* line 202, sass/layout/_header.scss */
  header .menu-close:hover {
    filter: none; }
/* line 206, sass/layout/_header.scss */
header .menu-close:not(.menu-close-mobile) {
  padding-right: 29px;
  color: transparent;
  position: absolute;
  top: 34px;
  right: calc(6% + 14px); }
  @media (min-width: 768px) {
    /* line 206, sass/layout/_header.scss */
    header .menu-close:not(.menu-close-mobile) {
      right: 30%;
      top: 3.75rem; } }
/* line 217, sass/layout/_header.scss */
header .menu-close-mobile {
  display: none;
  background-color: #e6ebf2;
  text-decoration: none;
  float: none;
  width: 54px;
  padding-bottom: 54px;
  text-align: center;
  position: relative;
  text-indent: -9999px;
  height: 0; }
  /* line 231, sass/layout/_header.scss */
  header .menu-close-mobile span {
    background: url(images/menu-close.png) no-repeat top center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    width: 27px;
    height: 27px;
    background-size: 27px auto;
    transform: translateY(-50%); }
/* line 245, sass/layout/_header.scss */
header .menu-toggle, header .menu-close {
  text-decoration: none;
  line-height: 29px; }
  @media (min-width: 768px) {
    /* line 245, sass/layout/_header.scss */
    header .menu-toggle, header .menu-close {
      display: inline-block;
      padding-right: 45px;
      height: 29px; } }
/* line 256, sass/layout/_header.scss */
header .social-header-icons {
  display: none;
  margin-top: 40px;
  padding: 0 0 20px 0; }
  @media (min-width: 768px) {
    /* line 256, sass/layout/_header.scss */
    header .social-header-icons {
      display: block; } }
  /* line 263, sass/layout/_header.scss */
  header .social-header-icons a.social-icon {
    margin: 0 0 0 25px;
    display: inline-block;
    height: 24px;
    text-indent: 100%;
    background: url(images/social-icons-sprite-x2.png) no-repeat;
    background-size: 160px 24px;
    overflow: hidden;
    white-space: nowrap; }
    /* line 272, sass/layout/_header.scss */
    header .social-header-icons a.social-icon.facebook-icon {
      width: 13px;
      background-position: 0 center; }
      /* line 274, sass/layout/_header.scss */
      header .social-header-icons a.social-icon.facebook-icon:hover {
        background-position: -85px center; }
    /* line 276, sass/layout/_header.scss */
    header .social-header-icons a.social-icon.instagram-icon {
      width: 24px;
      background-position: -25px center; }
      /* line 278, sass/layout/_header.scss */
      header .social-header-icons a.social-icon.instagram-icon:hover {
        background-position: -105px center; }
    /* line 280, sass/layout/_header.scss */
    header .social-header-icons a.social-icon.twitter-icon {
      width: 29px;
      background-position: -50px center; }
      /* line 282, sass/layout/_header.scss */
      header .social-header-icons a.social-icon.twitter-icon:hover {
        background-position: -131px center; }
    /* line 284, sass/layout/_header.scss */
    header .social-header-icons a.social-icon.youtube-icon {
      background: url(images/youtube-sprite.png) no-repeat;
      background-size: 100px auto;
      width: 30px;
      background-position: left center; }
      /* line 288, sass/layout/_header.scss */
      header .social-header-icons a.social-icon.youtube-icon:hover {
        background-position: right center; }
    /* line 290, sass/layout/_header.scss */
    header .social-header-icons a.social-icon.email-icon {
      width: 24px;
      background: url(../images/email-sprite.png) no-repeat;
      background-size: 70px 21px;
      height: 21px;
      width: 27px; }
      /* line 292, sass/layout/_header.scss */
      header .social-header-icons a.social-icon.email-icon:hover {
        background-position: -30px center; }
/* line 363, sass/layout/_header.scss */
header .main-header-icons.open-state .menu-toggle {
  display: none; }
  @media (min-width: 768px) {
    /* line 363, sass/layout/_header.scss */
    header .main-header-icons.open-state .menu-toggle {
      display: inline-block; } }
/* line 373, sass/layout/_header.scss */
header .open-menu-containing-column {
  z-index: 300;
  background: #0000FF;
  height: 0;
  overflow-y: hidden;
  position: fixed;
  bottom: 0;
  top: 0;
  width: 32%;
  left: 100%;
  transition: 0.1s linear;
  overflow-x: hidden;
  height: auto;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 373, sass/layout/_header.scss */
    header .open-menu-containing-column {
      width: 28%; } }
  /* line 394, sass/layout/_header.scss */
  header .open-menu-containing-column.open {
    width: 100%;
    height: auto;
    transform: translate(-100%, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    bottom: 0;
    top: 0;
    /*1024*/ }
    @media (min-width: 768px) {
      /* line 394, sass/layout/_header.scss */
      header .open-menu-containing-column.open {
        width: 32%; } }
    @media (min-width: 1024px) {
      /* line 394, sass/layout/_header.scss */
      header .open-menu-containing-column.open {
        width: 28%; } }
  /* line 410, sass/layout/_header.scss */
  header .open-menu-containing-column .logo-nav-container {
    position: relative; }

/* line 417, sass/layout/_header.scss */
.main-header-icons {
  padding: 1.25rem 6% 0; }
  @media (min-width: 768px) {
    /* line 417, sass/layout/_header.scss */
    .main-header-icons {
      padding: 0; } }

/* line 1, sass/layout/_footer.scss */
.site-footer {
  margin: 120px 0 100px 0;
  padding: 0; }
  /* line 5, sass/layout/_footer.scss */
  .site-footer .site-title a {
    display: block;
    width: 100%;
    height: 100%; }
  /* line 11, sass/layout/_footer.scss */
  .site-footer .h1-style, .site-footer form.search-form input[type="search"], form.search-form .site-footer input[type="search"], .site-footer form.search-form input[type="text"], form.search-form .site-footer input[type="text"] {
    margin: 2rem 0; }
  /* line 14, sass/layout/_footer.scss */
  .site-footer .h2-style, .site-footer .site-main .container-submit-site-form input[type="submit"].gform_button, .site-main .container-submit-site-form .site-footer input[type="submit"].gform_button, .site-footer .footer-nav-container ul li {
    margin: 0 0 1.75rem; }
  /* line 20, sass/layout/_footer.scss */
  .site-footer #newsletter-signup {
    margin-top: 4rem; }
    @media (min-width: 768px) {
      /* line 20, sass/layout/_footer.scss */
      .site-footer #newsletter-signup {
        margin-top: 0; } }
  /* line 28, sass/layout/_footer.scss */
  .site-footer .follow-section {
    margin-top: 2.5rem;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 28, sass/layout/_footer.scss */
      .site-footer .follow-section {
        position: absolute;
        bottom: 5px;
        margin-top: 0; } }
    /* line 35, sass/layout/_footer.scss */
    .site-footer .follow-section .follow-label {
      line-height: .85;
      display: inline-block;
      margin: 0 25px 0 0;
      position: relative;
      top: 7px; }
  /* line 44, sass/layout/_footer.scss */
  .site-footer .footer-modules {
    padding: 0 0 40px; }
    /* line 49, sass/layout/_footer.scss */
    .site-footer .footer-modules .module {
      margin-bottom: 1.25rem; }
      @media (min-width: 768px) {
        /* line 49, sass/layout/_footer.scss */
        .site-footer .footer-modules .module {
          margin-bottom: 0;
          height: 100%; } }
  /* line 58, sass/layout/_footer.scss */
  .site-footer .footer-nav-container {
    padding-top: 40px; }
    /* line 60, sass/layout/_footer.scss */
    .site-footer .footer-nav-container ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 3.5rem; }
      /* line 64, sass/layout/_footer.scss */
      .site-footer .footer-nav-container ul li {
        display: inline-block;
        margin-right: 5px;
        letter-spacing: -1px;
        margin-bottom: 12px; }
        /* line 71, sass/layout/_footer.scss */
        .site-footer .footer-nav-container ul li a {
          text-decoration: none; }
          /* line 73, sass/layout/_footer.scss */
          .site-footer .footer-nav-container ul li a:hover {
            color: #5f009f; }
        /* line 77, sass/layout/_footer.scss */
        .site-footer .footer-nav-container ul li:after {
          content: ' / '; }
        /* line 81, sass/layout/_footer.scss */
        .site-footer .footer-nav-container ul li:last-child:after {
          content: none; }
  /* line 91, sass/layout/_footer.scss */
  .site-footer .footer-secondary {
    padding-top: 2.25rem; }
  /* line 96, sass/layout/_footer.scss */
  .site-footer .copyright-notice {
    margin: 40px 0 0 0;
    width: 60%; }
    /* line 99, sass/layout/_footer.scss */
    .site-footer .copyright-notice p {
      font-size: 0.9375rem; }

/* line 107, sass/layout/_footer.scss */
#page .cookie-notice-container {
  padding: 30px; }
  /* line 109, sass/layout/_footer.scss */
  #page .cookie-notice-container .cn-button {
    color: #fff;
    margin-left: 20px; }

/* line 1, sass/components/_buttons.scss */
a.btn, a.btn-lrg, a.btn-tag, .ur-frontend-form button, .ur-frontend-form button[type=submit], .ur-frontend-form input[type=submit] {
  border: 2px solid #000;
  text-decoration: none;
  display: inline-block;
  line-height: 1em; }
  /* line 6, sass/components/_buttons.scss */
  a.btn.btn-bright, a.btn.btn-bright:hover, a.btn-lrg.btn-bright, a.btn-lrg.btn-bright:hover, a.btn-tag.btn-bright, a.btn-tag.btn-bright:hover, .ur-frontend-form button.btn-bright, .ur-frontend-form button.btn-bright:hover, .ur-frontend-form button[type=submit].btn-bright, .ur-frontend-form button[type=submit].btn-bright:hover, .ur-frontend-form input[type=submit].btn-bright, .ur-frontend-form input[type=submit].btn-bright:hover {
    border-color: #fff;
    color: #fff; }
    /* line 9, sass/components/_buttons.scss */
    a.btn.btn-bright:hover, a.btn.btn-bright:hover:hover, a.btn-lrg.btn-bright:hover, a.btn-lrg.btn-bright:hover:hover, a.btn-tag.btn-bright:hover, a.btn-tag.btn-bright:hover:hover, .ur-frontend-form button.btn-bright:hover, .ur-frontend-form button.btn-bright:hover:hover, .ur-frontend-form button[type=submit].btn-bright:hover, .ur-frontend-form button[type=submit].btn-bright:hover:hover, .ur-frontend-form input[type=submit].btn-bright:hover, .ur-frontend-form input[type=submit].btn-bright:hover:hover {
      color: #ffbe00;
      border-color: #ffbe00; }

/* line 16, sass/components/_buttons.scss */
a.btn, button, button[type=submit], input[type=submit] {
  padding: 12px;
  margin: 20px 20px 0 0;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 16, sass/components/_buttons.scss */
    a.btn, button, button[type=submit], input[type=submit] {
      padding: 15px; } }
  /* line 24, sass/components/_buttons.scss */
  a.btn:hover, button:hover, button[type=submit]:hover, input[type=submit]:hover {
    border-color: #5f009f;
    color: #5f009f; }

/* line 29, sass/components/_buttons.scss */
a.btn-lrg {
  font-size: .875rem;
  padding: 10px;
  font-family: "GT-Walsheim-Medium", sans-serif;
  /*1024*/ }
  @media (min-width: 768px) {
    /* line 29, sass/components/_buttons.scss */
    a.btn-lrg {
      font-size: 1rem; } }
  @media (min-width: 1024px) {
    /* line 29, sass/components/_buttons.scss */
    a.btn-lrg {
      font-size: 1.1875rem; } }
  /* line 39, sass/components/_buttons.scss */
  a.btn-lrg:hover {
    border-color: #5f009f;
    color: #5f009f; }

/* line 44, sass/components/_buttons.scss */
a.btn.inverse,
.ur-frontend-form button[type=submit],
.ur-frontend-form input[type=submit],
.social-btn, .social-btn.btn-lrg {
  background-color: #000;
  color: #fff; }
  /* line 50, sass/components/_buttons.scss */
  a.btn.inverse:hover,
  .ur-frontend-form button[type=submit]:hover,
  .ur-frontend-form input[type=submit]:hover,
  .social-btn:hover, .social-btn.btn-lrg:hover {
    background-color: #5f009f;
    color: #fff; }

/* line 56, sass/components/_buttons.scss */
a.btn-xlarge {
  text-transform: none;
  font-size: 1rem;
  padding: 20px 10px;
  font-family: "GT-Walsheim-Medium", sans-serif; }
  @media (min-width: 1370px) {
    /* line 56, sass/components/_buttons.scss */
    a.btn-xlarge {
      font-size: 1.25rem;
      line-height: 35px; } }

/* line 68, sass/components/_buttons.scss */
a.btn-tag {
  padding: 10px;
  font-size: .9375rem;
  font-family: "GT-Walsheim-Medium", sans-serif;
  letter-spacing: 1px; }

/* line 75, sass/components/_buttons.scss */
a.social-btn {
  padding: 10px 6px; }
  @media (min-width: 768px) {
    /* line 75, sass/components/_buttons.scss */
    a.social-btn {
      padding: 10px; }
      /* line 79, sass/components/_buttons.scss */
      a.social-btn + .social-btn {
        margin-left: 12px; } }

/* line 86, sass/components/_buttons.scss */
.button, button, input[type="submit"], .button-wrapper a {
  border: 0;
  padding: 0;
  background-color: transparent; }

/* line 101, sass/components/_buttons.scss */
.user-btn-container {
  margin-top: 60px; }

/* line 2, sass/components/_sections.scss */
.section.section-jump-links {
  margin-top: 2rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 2, sass/components/_sections.scss */
    .section.section-jump-links {
      margin-top: 3rem; } }
  /* line 7, sass/components/_sections.scss */
  .section.section-jump-links .h3-style {
    margin-bottom: 0; }
  /* line 10, sass/components/_sections.scss */
  .section.section-jump-links .button-jump {
    margin-top: 1.25rem; }
/* line 16, sass/components/_sections.scss */
.section.slideshow .owl-dots {
  display: none; }
/* line 23, sass/components/_sections.scss */
.section.slideshow #ko-single .owl-nav button.owl-prev, .section.slideshow #ko-single .owl-nav button.owl-next,
.section.slideshow #ko-single .owl-nav button.owl-prev:hover, .section.slideshow #ko-single .owl-nav button.owl-next:hover {
  border: 0;
  background: url(images/kickin-slideshow-arrows.png) no-repeat center top;
  background-size: 49px auto;
  width: 49px;
  height: 86px;
  float: left;
  display: none; }
  @media (min-width: 768px) {
    /* line 23, sass/components/_sections.scss */
    .section.slideshow #ko-single .owl-nav button.owl-prev, .section.slideshow #ko-single .owl-nav button.owl-next,
    .section.slideshow #ko-single .owl-nav button.owl-prev:hover, .section.slideshow #ko-single .owl-nav button.owl-next:hover {
      display: block; } }
/* line 36, sass/components/_sections.scss */
.section.slideshow #ko-single .owl-nav button.owl-next, .section.slideshow #ko-single .owl-nav button.owl-next:hover {
  background: url(images/kickin-slideshow-arrows.png) no-repeat center bottom;
  background-size: 49px auto;
  float: right; }
/* line 41, sass/components/_sections.scss */
.section.slideshow #ko-single .item .caption p:before {
  background: url(images/captionup.png) no-repeat left top;
  background-size: 17px auto;
  width: 17px; }

/* line 49, sass/components/_sections.scss */
.callout-section {
  /*1024*/ }

/* line 55, sass/components/_sections.scss */
.section-intro {
  margin-bottom: 50px; }

/* line 59, sass/components/_sections.scss */
.section-title-card {
  margin-bottom: 60px; }

/* line 64, sass/components/_sections.scss */
.content-section {
  margin-top: 60px; }
  /* line 66, sass/components/_sections.scss */
  .content-section ul {
    padding-left: 0;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
    /* line 71, sass/components/_sections.scss */
    .content-section ul li {
      padding: 0 0 12px 40px;
      background: url(images/square.jpg) no-repeat left 8px;
      margin: 0; }
      /* line 76, sass/components/_sections.scss */
      .content-section ul li a:hover {
        color: #5f009f;
        text-decoration: none; }
  /* line 83, sass/components/_sections.scss */
  .content-section ol {
    margin: 0; }
    /* line 85, sass/components/_sections.scss */
    .content-section ol li {
      list-style-type: none;
      list-style: none;
      padding: 0 0 12px 0;
      margin: 0; }
  /* line 94, sass/components/_sections.scss */
  .content-section p a:hover {
    color: #5f009f;
    text-decoration: none; }

/* line 103, sass/components/_sections.scss */
.share-section .share-icon {
  text-indent: -9999px;
  background: url(images/share-sprite.png?v=1234) no-repeat left top;
  background-size: 175px auto;
  height: 40px;
  width: 40px;
  /*1024*/ }
  /* line 109, sass/components/_sections.scss */
  .share-section .share-icon.share-facebook {
    background-position: 0 0; }
  /* line 110, sass/components/_sections.scss */
  .share-section .share-icon.share-twitter {
    background-position: -45px top; }
  /* line 111, sass/components/_sections.scss */
  .share-section .share-icon.share-linkedin {
    background-position: -90px top; }
  /* line 112, sass/components/_sections.scss */
  .share-section .share-icon.share-email {
    background-position: -135px top; }
  @media (min-width: 1024px) {
    /* line 115, sass/components/_sections.scss */
    .share-section .share-icon.share-facebook:hover {
      background-position: 0 bottom; }
    /* line 116, sass/components/_sections.scss */
    .share-section .share-icon.share-twitter:hover {
      background-position: -45px bottom; }
    /* line 117, sass/components/_sections.scss */
    .share-section .share-icon.share-linkedin:hover {
      background-position: -90px bottom; }
    /* line 118, sass/components/_sections.scss */
    .share-section .share-icon.share-email:hover {
      background-position: -135px bottom; } }
  /* line 120, sass/components/_sections.scss */
  .share-section .share-icon a {
    display: block;
    border: 0;
    height: 100%; }

/* line 128, sass/components/_sections.scss */
.follow-section {
  /*1024*/ }
  /* line 135, sass/components/_sections.scss */
  .follow-section .follow-icon {
    text-indent: -9999px;
    background: url(images/follow-sprite.png?v=1234) no-repeat left top;
    background-size: 200px auto;
    height: 25px;
    width: 25px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    display: inline-block;
    margin: 0 0 0 15%;
    cursor: pointer;
    /*1024*/ }
    /* line 143, sass/components/_sections.scss */
    .follow-section .follow-icon.follow-facebook {
      width: 12px;
      background-position: 0 -40px; }
    /* line 144, sass/components/_sections.scss */
    .follow-section .follow-icon.follow-instagram {
      background-position: -40px -40px; }
    /* line 145, sass/components/_sections.scss */
    .follow-section .follow-icon.follow-twitter {
      background-position: -80px -40px;
      width: 31px; }
    /* line 146, sass/components/_sections.scss */
    .follow-section .follow-icon.follow-linkedin {
      background-position: -120px -40px;
      width: 26px; }
    /* line 147, sass/components/_sections.scss */
    .follow-section .follow-icon.follow-vimeo {
      background-position: -160px -40px;
      width: 29px; }
    @media (min-width: 1024px) {
      /* line 135, sass/components/_sections.scss */
      .follow-section .follow-icon {
        margin: 0 22px 0 0; }
        /* line 153, sass/components/_sections.scss */
        .follow-section .follow-icon:hover {
          -webkit-filter: none;
          filter: none; } }

/* line 4, sass/components/_overview.scss */
.hero-container .hero-wrapper {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw; }
  /* line 12, sass/components/_overview.scss */
  .hero-container .hero-wrapper img {
    display: block; }
  /* line 15, sass/components/_overview.scss */
  .hero-container .hero-wrapper .video-embed-wrapper {
    padding-top: 40%; }
  /* line 18, sass/components/_overview.scss */
  .hero-container .hero-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
/* line 28, sass/components/_overview.scss */
.hero-container .caption {
  padding: 0;
  text-align: right; }

/* line 35, sass/components/_overview.scss */
.hero-section + .overview {
  padding: 2.5rem 0 4rem 0; }
  @media (min-width: 1370px) {
    /* line 35, sass/components/_overview.scss */
    .hero-section + .overview {
      padding: 5.5rem 0 8rem 0; } }
  @media (min-width: 1600px) {
    /* line 35, sass/components/_overview.scss */
    .hero-section + .overview {
      padding: 8.25rem 0 12rem 0; } }

/* line 2, sass/components/_modules.scss */
.video-embed-wrapper {
  padding-top: 56%;
  position: relative;
  /*1024*/ }
  /* line 10, sass/components/_modules.scss */
  .video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* line 20, sass/components/_modules.scss */
p + .video-embed-wrapper {
  margin-top: 3.5rem; }

/* line 29, sass/components/_modules.scss */
.module-section-container .module-section:last-child {
  margin-bottom: 0; }

/* line 37, sass/components/_modules.scss */
.view-by-container .btn {
  margin: 0 0 0 20px;
  width: 100px;
  padding: 11px 0; }
  @media (min-width: 768px) {
    /* line 37, sass/components/_modules.scss */
    .view-by-container .btn {
      width: 140px; } }
  @media (min-width: 1370px) {
    /* line 37, sass/components/_modules.scss */
    .view-by-container .btn {
      width: 163px;
      padding: 17px 0; } }
  /* line 48, sass/components/_modules.scss */
  .view-by-container .btn:hover {
    color: #5f009f;
    border-color: #5f009f; }
  /* line 52, sass/components/_modules.scss */
  .view-by-container .btn.active {
    background: #5f009f;
    border-color: #5f009f;
    color: #fff; }

/* line 62, sass/components/_modules.scss */
.view-by-container, .view-mode-wrapper {
  line-height: 50px;
  margin-bottom: 50px; }

/* line 67, sass/components/_modules.scss */
.view-mode-wrapper {
  text-align: right; }
  /* line 69, sass/components/_modules.scss */
  .view-mode-wrapper .view-mode-icon {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 35px;
    margin-left: 30px;
    /*1024*/ }
    /* line 75, sass/components/_modules.scss */
    .view-mode-wrapper .view-mode-icon:first-child {
      margin: 0; }
    /* line 78, sass/components/_modules.scss */
    .view-mode-wrapper .view-mode-icon img {
      opacity: .3; }
    /* line 82, sass/components/_modules.scss */
    .view-mode-wrapper .view-mode-icon:hover img, .view-mode-wrapper .view-mode-icon.active img {
      opacity: 1; }
    @media (min-width: 1024px) {
      /* line 69, sass/components/_modules.scss */
      .view-mode-wrapper .view-mode-icon {
        width: 98px; }
        /* line 93, sass/components/_modules.scss */
        .view-mode-wrapper .view-mode-icon:first-child {
          margin-left: 30px; } }

/* line 103, sass/components/_modules.scss */
.module-section.media-block {
  margin-top: 70px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 103, sass/components/_modules.scss */
    .module-section.media-block {
      margin-top: 110px; } }
/* line 109, sass/components/_modules.scss */
.module-section.two-column-text-block {
  margin-top: 60px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 109, sass/components/_modules.scss */
    .module-section.two-column-text-block {
      margin-top: 75px; } }
  /* line 114, sass/components/_modules.scss */
  .module-section.two-column-text-block .positioning-style {
    margin-bottom: 2.5rem;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 114, sass/components/_modules.scss */
      .module-section.two-column-text-block .positioning-style {
        margin-bottom: 0; } }
/* line 122, sass/components/_modules.scss */
.module-section.text-block, .module-section.two-column-text-background-image-block {
  margin-top: 70px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 122, sass/components/_modules.scss */
    .module-section.text-block, .module-section.two-column-text-background-image-block {
      margin-top: 100px; } }
/* line 128, sass/components/_modules.scss */
.module-section.apply-banner-block + .text-block {
  margin-top: 0; }
/* line 133, sass/components/_modules.scss */
.module-section.centered-button {
  margin: 2.5rem 0;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 133, sass/components/_modules.scss */
    .module-section.centered-button {
      margin: 3rem 0; } }

/* line 146, sass/components/_modules.scss */
.module-section ul, .sessions-wrapper ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }
  /* line 150, sass/components/_modules.scss */
  .module-section ul li, .sessions-wrapper ul li {
    margin-bottom: 1.25rem;
    background: url("images/bullet.svg") no-repeat left 6px;
    background-size: 13px;
    padding-left: 35px; }
    @media (min-width: 1370px) {
      /* line 150, sass/components/_modules.scss */
      .module-section ul li, .sessions-wrapper ul li {
        margin-bottom: 1.5rem;
        padding-left: 37px;
        background-size: 15px;
        background: url("images/bullet.svg") no-repeat left 9px; } }

/* line 166, sass/components/_modules.scss */
.expand-wrapper .expand-trigger {
  cursor: pointer;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    /* line 166, sass/components/_modules.scss */
    .expand-wrapper .expand-trigger {
      margin-top: 4.5rem; } }
  /* line 172, sass/components/_modules.scss */
  .expand-wrapper .expand-trigger:after {
    content: '+';
    padding-left: 20px; }
/* line 179, sass/components/_modules.scss */
.expand-wrapper.open .expand-trigger:after {
  content: '-'; }
/* line 184, sass/components/_modules.scss */
.expand-wrapper .expand-target {
  display: none;
  margin-top: 3rem; }
  /* line 187, sass/components/_modules.scss */
  .expand-wrapper .expand-target p + .h2-style, .expand-wrapper .expand-target .site-main .container-submit-site-form p + input[type="submit"].gform_button, .site-main .container-submit-site-form .expand-wrapper .expand-target p + input[type="submit"].gform_button, .expand-wrapper .expand-target .site-footer .footer-nav-container ul p + li, .site-footer .footer-nav-container ul .expand-wrapper .expand-target p + li {
    margin-top: 6.5rem; }
/* line 191, sass/components/_modules.scss */
.expand-wrapper .accordion-columns {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    /* line 194, sass/components/_modules.scss */
    .expand-wrapper .accordion-columns .left_col {
      width: 62.5%;
      float: left; }
    /* line 198, sass/components/_modules.scss */
    .expand-wrapper .accordion-columns .right_col {
      width: 37.5%;
      float: left; } }

/* line 206, sass/components/_modules.scss */
.background-wrapper {
  position: absolute;
  height: 100%;
  background: #fff;
  z-index: -1;
  left: -50%;
  right: -50%;
  width: 108%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    /* line 206, sass/components/_modules.scss */
    .background-wrapper {
      width: 83.33333%;
      left: 0;
      right: 0; } }

/* line 222, sass/components/_modules.scss */
.modification-box-container {
  background: #fff;
  border: 3px solid #023459;
  padding: 2rem;
  margin: 3rem 0 0; }

/* line 232, sass/components/_modules.scss */
.scroll-top-wrapper {
  position: fixed;
  bottom: 100px;
  z-index: 99;
  right: 6.5%;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 232, sass/components/_modules.scss */
    .scroll-top-wrapper {
      right: calc(3.25% - 25px); } }
  /* line 240, sass/components/_modules.scss */
  .scroll-top-wrapper a.scroll-top {
    display: inline-block;
    background: url(images/back-to-top-sprite.png) no-repeat center top;
    background-size: 80px auto;
    text-indent: -9999px;
    z-index: 100;
    width: 80px;
    height: 80px; }
    /* line 241, sass/components/_modules.scss */
    .scroll-top-wrapper a.scroll-top:focus {
      outline: 0; }
    /* line 251, sass/components/_modules.scss */
    .scroll-top-wrapper a.scroll-top:hover {
      background-position: center bottom; }

/* line 257, sass/components/_modules.scss */
figure {
  max-width: 100%; }

/* line 261, sass/components/_modules.scss */
.module {
  padding: 1.875rem;
  color: #fff; }
  /* line 264, sass/components/_modules.scss */
  .module a {
    color: #fff; }
    /* line 266, sass/components/_modules.scss */
    .module a.caps-small {
      text-decoration: none; }
  /* line 271, sass/components/_modules.scss */
  .module.module-royal-blue {
    background: #0000FF; }
  /* line 274, sass/components/_modules.scss */
  .module.module-dark-purple {
    background: #2E009E; }
    /* line 277, sass/components/_modules.scss */
    .module.module-dark-purple a.caps-small {
      color: #fff; }
      /* line 279, sass/components/_modules.scss */
      .module.module-dark-purple a.caps-small:after {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
      /* line 284, sass/components/_modules.scss */
      .module.module-dark-purple a.caps-small:hover:after {
        -webkit-filter: none;
        filter: none; }
  /* line 292, sass/components/_modules.scss */
  .module.module-royal-blue a.caps-small, .module.module-dark-purple a.caps-small {
    color: #fff; }
    /* line 294, sass/components/_modules.scss */
    .module.module-royal-blue a.caps-small:after, .module.module-dark-purple a.caps-small:after {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    /* line 299, sass/components/_modules.scss */
    .module.module-royal-blue a.caps-small:hover:after, .module.module-dark-purple a.caps-small:hover:after {
      -webkit-filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1); }
  /* line 306, sass/components/_modules.scss */
  .module.module-yellow-orange {
    background: #ffbe00;
    color: #000; }
    /* line 309, sass/components/_modules.scss */
    .module.module-yellow-orange a.caps-small {
      color: #000; }
  /* line 316, sass/components/_modules.scss */
  .module.module-yellow-orange {
    background: #ffbe00;
    color: #000; }
    /* line 319, sass/components/_modules.scss */
    .module.module-yellow-orange a {
      font-family: "GT-Walsheim-Bold", sans-serif; }
      /* line 321, sass/components/_modules.scss */
      .module.module-yellow-orange a:after {
        -webkit-filter: brightness(0);
        filter: brightness(0); }
      /* line 325, sass/components/_modules.scss */
      .module.module-yellow-orange a:not(:hover) {
        color: #000; }
  /* line 330, sass/components/_modules.scss */
  .module.module-yellow {
    background: #ffed0e;
    color: #000; }
    /* line 333, sass/components/_modules.scss */
    .module.module-yellow a:not(:hover) {
      color: #000;
      font-family: "GT-Walsheim-Bold", sans-serif; }
  /* line 338, sass/components/_modules.scss */
  .module.module-teal {
    background: #097F85; }
  /* line 341, sass/components/_modules.scss */
  .module.side-module {
    margin-top: 2.5rem;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 341, sass/components/_modules.scss */
      .module.side-module {
        margin-top: 0; } }
    /* line 346, sass/components/_modules.scss */
    .module.side-module img.qrcode {
      padding: 0 2.25rem 1.875rem; }
  /* line 352, sass/components/_modules.scss */
  .module.banner-module.app-banner {
    padding: 0 3.75rem 0;
    margin: 5rem 0; }
    /* line 355, sass/components/_modules.scss */
    .module.banner-module.app-banner .banner-content {
      padding: 2.5rem 0; }
      /* line 358, sass/components/_modules.scss */
      .module.banner-module.app-banner .banner-content .h2-style, .module.banner-module.app-banner .banner-content .site-main .container-submit-site-form input[type="submit"].gform_button, .site-main .container-submit-site-form .module.banner-module.app-banner .banner-content input[type="submit"].gform_button, .module.banner-module.app-banner .banner-content .site-footer .footer-nav-container ul li, .site-footer .footer-nav-container ul .module.banner-module.app-banner .banner-content li {
        margin-bottom: 2.5rem; }
      /* line 364, sass/components/_modules.scss */
      .module.banner-module.app-banner .banner-content img.bannerimage {
        margin-top: 3.75rem;
        /*1024*/ }
        @media (min-width: 1024px) {
          /* line 364, sass/components/_modules.scss */
          .module.banner-module.app-banner .banner-content img.bannerimage {
            margin: 0; } }

/* line 377, sass/components/_modules.scss */
.vamonde-popup .content-container p.main-small-text,
#home-auto-lity.vamonde-popup .content-container p.main-small-text {
  line-height: 54px; }

/* line 381, sass/components/_modules.scss */
.callout-box h1 {
  margin: 1rem 0 .5rem; }
/* line 385, sass/components/_modules.scss */
.callout-box .content-container p.main-text {
  font-size: 33px;
  line-height: 85px;
  margin: .5rem 0 1rem; }
/* line 391, sass/components/_modules.scss */
.callout-box span.vamonde-inline-logo {
  display: inline-block;
  text-indent: -9999px;
  width: 181px;
  height: 57px;
  background: url(images/vamonde-logo.png) no-repeat center center;
  background-size: contain;
  margin: 0 5px; }
/* line 401, sass/components/_modules.scss */
.callout-box .supporters-container {
  margin: 0 auto; }
  /* line 403, sass/components/_modules.scss */
  .callout-box .supporters-container .supporters-group {
    margin: 5px auto 20px;
    text-align: center; }
  /* line 407, sass/components/_modules.scss */
  .callout-box .supporters-container .supporter {
    display: inline-block;
    height: 58px; }
  /* line 408, sass/components/_modules.scss */
  .callout-box .supporters-container .amex-supporter {
    height: 23px; }
    /* line 410, sass/components/_modules.scss */
    .callout-box .supporters-container .amex-supporter img {
      width: 352px;
      padding-top: 24px; }
  /* line 412, sass/components/_modules.scss */
  .callout-box .supporters-container .coned-supporter {
    width: 277px;
    height: 52px;
    display: inline-block;
    margin-left: 46px; }
    /* line 417, sass/components/_modules.scss */
    .callout-box .supporters-container .coned-supporter img {
      padding-top: 12px; }
  /* line 421, sass/components/_modules.scss */
  .callout-box .supporters-container .humanities-supporter {
    width: 100px;
    height: 52px;
    display: inline-block; }
    @media (min-width: 768px) {
      /* line 421, sass/components/_modules.scss */
      .callout-box .supporters-container .humanities-supporter {
        margin-left: 46px; } }

/* line 432, sass/components/_modules.scss */
.vamonde-box {
  margin: 80px 0 100px; }
  /* line 434, sass/components/_modules.scss */
  .vamonde-box .content-container {
    padding: 15px 25px 25px;
    text-align: center; }
    @media (min-width: 768px) {
      /* line 434, sass/components/_modules.scss */
      .vamonde-box .content-container {
        padding: 35px 80px 50px; } }
    /* line 440, sass/components/_modules.scss */
    .vamonde-box .content-container .vamonde.download-buttons-container {
      height: auto;
      width: 100%; }
      /* line 443, sass/components/_modules.scss */
      .vamonde-box .content-container .vamonde.download-buttons-container a {
        display: block;
        float: right;
        height: 40px;
        width: 132px;
        background: url(images/Google-Play-Badge-US.png) no-repeat center center;
        background-size: contain;
        text-indent: -9999px; }
        /* line 451, sass/components/_modules.scss */
        .vamonde-box .content-container .vamonde.download-buttons-container a:first-child {
          float: left;
          background: url(images/App-Store-Badge-US-White.png) no-repeat center center;
          background-size: contain;
          width: 117px; }
      @media (min-width: 768px) {
        /* line 440, sass/components/_modules.scss */
        .vamonde-box .content-container .vamonde.download-buttons-container {
          width: 400px;
          height: 61px;
          margin: 0 auto 40px; }
          /* line 462, sass/components/_modules.scss */
          .vamonde-box .content-container .vamonde.download-buttons-container a {
            height: 61px;
            width: 203px; }
            /* line 465, sass/components/_modules.scss */
            .vamonde-box .content-container .vamonde.download-buttons-container a:first-child {
              width: 180px; } }

/* line 475, sass/components/_modules.scss */
.submit-site-info-box {
  background: #e6ebf2;
  margin: 80px 0 100px; }
  /* line 478, sass/components/_modules.scss */
  .submit-site-info-box .content-container {
    padding: 15px 25px 25px; }
    @media (min-width: 768px) {
      /* line 478, sass/components/_modules.scss */
      .submit-site-info-box .content-container {
        padding: 35px 35px 50px; } }

/* line 487, sass/components/_modules.scss */
.vamonde-popup .supporters-container {
  margin: 0 auto; }
  /* line 489, sass/components/_modules.scss */
  .vamonde-popup .supporters-container .supporters-group {
    margin: 20px auto;
    text-align: center; }
/* line 494, sass/components/_modules.scss */
.vamonde-popup .humanities-supporter {
  width: 100px;
  height: 52px;
  margin: 20px auto;
  display: inline-block; }
  @media (min-width: 768px) {
    /* line 494, sass/components/_modules.scss */
    .vamonde-popup .humanities-supporter {
      margin: 0 0 0 46px; } }
/* line 504, sass/components/_modules.scss */
.vamonde-popup .coned-supporter {
  width: 277px;
  height: 52px;
  display: inline-block; }
/* line 505, sass/components/_modules.scss */
.vamonde-popup .coned-supporter img {
  padding: 0; }
  @media (min-width: 768px) {
    /* line 505, sass/components/_modules.scss */
    .vamonde-popup .coned-supporter img {
      padding-top: 12px; } }
/* line 511, sass/components/_modules.scss */
.vamonde-popup .amex-supporter {
  height: 21px; }
  /* line 513, sass/components/_modules.scss */
  .vamonde-popup .amex-supporter img {
    width: 320px;
    margin: 0 auto; }

/* line 522, sass/components/_modules.scss */
.map-content-container .gm-style-iw, .wpgmp_map_container .gm-style-iw {
  min-height: auto !important;
  min-width: 150px !important;
  height: auto !important; }
  /* line 526, sass/components/_modules.scss */
  .map-content-container .gm-style-iw > div, .wpgmp_map_container .gm-style-iw > div {
    overflow: hidden !important; }
/* line 530, sass/components/_modules.scss */
.map-content-container .gm-style-iw-c, .wpgmp_map_container .gm-style-iw-c {
  border-radius: 0 !important;
  padding: 0 !important; }
/* line 534, sass/components/_modules.scss */
.map-content-container .gm-style-iw-d, .wpgmp_map_container .gm-style-iw-d {
  max-width: none !important; }
/* line 537, sass/components/_modules.scss */
.map-content-container .info-container, .wpgmp_map_container .info-container {
  text-align: left; }
  /* line 540, sass/components/_modules.scss */
  .map-content-container .info-container a, .wpgmp_map_container .info-container a {
    text-decoration: none; }
  /* line 543, sass/components/_modules.scss */
  .map-content-container .info-container .img-title, .wpgmp_map_container .info-container .img-title {
    display: block;
    clear: both;
    text-decoration: none;
    font-family: 'GT-Walsheim-Regular';
    font-size: 0.875rem;
    line-height: 1.7em;
    color: #FFF !important;
    padding: 5px 20px 5px 10px; }
  /* line 553, sass/components/_modules.scss */
  .map-content-container .info-container .location-title, .wpgmp_map_container .info-container .location-title {
    font-family: 'GT-Walsheim-Medium';
    font-size: 19px;
    line-height: 24px;
    display: block;
    color: #fff !important;
    padding: 10px 10px;
    clear: both; }
    /* line 561, sass/components/_modules.scss */
    .map-content-container .info-container .location-title a, .wpgmp_map_container .info-container .location-title a {
      color: #FFF !important;
      text-decoration: none; }
  /* line 566, sass/components/_modules.scss */
  .map-content-container .info-container .site-type, .wpgmp_map_container .info-container .site-type {
    font-family: 'GT-Walsheim-Bold';
    font-size: 0.875rem;
    line-height: 1.43em;
    letter-spacing: 0.47px;
    color: #FFF !important;
    text-transform: uppercase;
    padding: 12px 10px;
    background-image: url(images/square-map.png);
    background-repeat: repeat-x;
    background-position: left top; }
  /* line 579, sass/components/_modules.scss */
  .map-content-container .info-container.residences, .map-content-container .info-container.performance-venues, .wpgmp_map_container .info-container.residences, .wpgmp_map_container .info-container.performance-venues {
    color: #000; }
    /* line 581, sass/components/_modules.scss */
    .map-content-container .info-container.residences .img-title, .map-content-container .info-container.performance-venues .img-title, .wpgmp_map_container .info-container.residences .img-title, .wpgmp_map_container .info-container.performance-venues .img-title {
      color: #000 !important; }
    /* line 584, sass/components/_modules.scss */
    .map-content-container .info-container.residences .location-title, .map-content-container .info-container.performance-venues .location-title, .wpgmp_map_container .info-container.residences .location-title, .wpgmp_map_container .info-container.performance-venues .location-title {
      color: #000 !important; }
      /* line 586, sass/components/_modules.scss */
      .map-content-container .info-container.residences .location-title a, .map-content-container .info-container.performance-venues .location-title a, .wpgmp_map_container .info-container.residences .location-title a, .wpgmp_map_container .info-container.performance-venues .location-title a {
        color: #000 !important; }
    /* line 590, sass/components/_modules.scss */
    .map-content-container .info-container.residences .site-type, .map-content-container .info-container.performance-venues .site-type, .wpgmp_map_container .info-container.residences .site-type, .wpgmp_map_container .info-container.performance-venues .site-type {
      color: #000 !important;
      filter: brightness(0); }
/* line 596, sass/components/_modules.scss */
.map-content-container img, .wpgmp_map_container img {
  padding: 0px !important; }
/* line 599, sass/components/_modules.scss */
.map-content-container .gm-style .gm-style-iw-t::after, .wpgmp_map_container .gm-style .gm-style-iw-t::after {
  content: none; }
/* line 602, sass/components/_modules.scss */
.map-content-container .gm-style .gm-style-iw-tc, .wpgmp_map_container .gm-style .gm-style-iw-tc {
  display: none !important; }

/* line 608, sass/components/_modules.scss */
.gm-style-iw-ch {
  padding: 0 !important; }

/* line 612, sass/components/_modules.scss */
.gm-style-iw-chr button {
  position: absolute !important;
  width: 24px !important;
  height: 24px !important;
  top: 5px;
  right: 5px;
  z-index: 9999; }
  /* line 619, sass/components/_modules.scss */
  .gm-style-iw-chr button span {
    margin: 0 !important;
    padding: 0; }

/* line 626, sass/components/_modules.scss */
.map-filter-buttons {
  padding-top: 1.25rem; }
  /* line 630, sass/components/_modules.scss */
  .map-filter-buttons a.btn {
    float: left;
    margin-right: 25px;
    cursor: pointer; }
  /* line 638, sass/components/_modules.scss */
  .map-filter-buttons a.btn.inverse {
    margin-right: 0; }

/* line 4, sass/components/_posttypes.scss */
.site-type.bars-clubs-restaurants {
  background: #0000FF;
  color: #fff; }
/* line 9, sass/components/_posttypes.scss */
.site-type.medical-facilities {
  background: #097F85;
  color: #fff; }
/* line 13, sass/components/_posttypes.scss */
.site-type.cultural-educational-institutions {
  background: #BE0040;
  color: #fff; }
/* line 18, sass/components/_posttypes.scss */
.site-type.organization-community-spaces {
  background: #E90000;
  color: #fff; }
/* line 23, sass/components/_posttypes.scss */
.site-type.performance-venues {
  background: #ffbe00;
  color: #000; }
/* line 28, sass/components/_posttypes.scss */
.site-type.public-spaces {
  background: #557B42;
  color: #fff; }
/* line 33, sass/components/_posttypes.scss */
.site-type.residences {
  background: #9BD533;
  color: #000; }
/* line 38, sass/components/_posttypes.scss */
.site-type.stores-businesses {
  background: #2E009E;
  color: #fff; }

/* line 1, sass/components/_items.scss */
.item {
  position: relative; }

/* line 7, sass/components/_items.scss */
.bars-clubs-restaurants-bg {
  background: #0000FF;
  color: #fff; }

/* line 8, sass/components/_items.scss */
.medical-facilities-bg {
  background: #097F85;
  color: #fff; }

/* line 9, sass/components/_items.scss */
.performance-venues-bg {
  background: #ffbe00;
  color: #fff; }

/* line 10, sass/components/_items.scss */
.residences-bg {
  background: #9BD533;
  color: #fff; }

/* line 11, sass/components/_items.scss */
.cultural-educational-institutions-bg {
  background: #BE0040;
  color: #fff; }

/* line 12, sass/components/_items.scss */
.organization-community-spaces-bg {
  background: #E90000;
  color: #fff; }

/* line 13, sass/components/_items.scss */
.public-spaces-bg {
  background: #557B42;
  color: #fff; }

/* line 14, sass/components/_items.scss */
.stores-businesses-bg {
  background: #2E009E;
  color: #fff; }

/* line 17, sass/components/_items.scss */
.sites-grid .item {
  margin-bottom: 25px; }
  /* line 19, sass/components/_items.scss */
  .sites-grid .item .item-wrapper {
    padding-bottom: 70px;
    margin-bottom: 25px;
    position: relative;
    color: #fff;
    height: 100%; }
    /* line 26, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.hover {
      background: #5f009f; }
    /* line 30, sass/components/_items.scss */
    .sites-grid .item .item-wrapper .item-location {
      padding: 10px 10px 0;
      font-size: 0.875rem;
      letter-spacing: 0.85px; }
    /* line 35, sass/components/_items.scss */
    .sites-grid .item .item-wrapper .site-item-title {
      margin: 1em 0;
      font-family: "GT-Walsheim-Medium", sans-serif;
      padding: 0 10px;
      line-height: 1.26em;
      letter-spacing: 1px; }
    /* line 42, sass/components/_items.scss */
    .sites-grid .item .item-wrapper .item-meta {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60px;
      /*1024*/ }
      @media (min-width: 1140px) {
        /* line 42, sass/components/_items.scss */
        .sites-grid .item .item-wrapper .item-meta {
          height: 80px; } }
      @media (min-width: 1600px) {
        /* line 42, sass/components/_items.scss */
        .sites-grid .item .item-wrapper .item-meta {
          height: 62px; } }
      /* line 54, sass/components/_items.scss */
      .sites-grid .item .item-wrapper .item-meta .site-category {
        padding: 12px 10px 10px;
        background: url(images/dash.png) left top repeat-x;
        font-size: 0.875rem;
        line-height: 1.36em; }
    /* line 61, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.bars-clubs-restaurants {
      background: #0000FF; }
    /* line 62, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.medical-facilities {
      background: #097F85; }
    /* line 63, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.cultural-educational-institutions {
      background: #BE0040; }
    /* line 64, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.organization-community-spaces {
      background: #E90000; }
    /* line 65, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.public-spaces {
      background: #557B42; }
    /* line 66, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.stores-businesses {
      background: #2E009E; }
    /* line 67, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.performance-venues {
      background: #ffbe00;
      color: #000; }
    /* line 71, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.residences {
      background: #9BD533;
      color: #000; }
    /* line 75, sass/components/_items.scss */
    .sites-grid .item .item-wrapper.residences, .sites-grid .item .item-wrapper.performance-venues {
      color: #000; }
      /* line 77, sass/components/_items.scss */
      .sites-grid .item .item-wrapper.residences .site-category, .sites-grid .item .item-wrapper.performance-venues .site-category {
        -webkit-filter: brightness(0);
        filter: brightness(0); }
/* line 85, sass/components/_items.scss */
.sites-grid.other-sites-grid .item {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    /* line 85, sass/components/_items.scss */
    .sites-grid.other-sites-grid .item {
      margin-bottom: 0; } }
  /* line 90, sass/components/_items.scss */
  .sites-grid.other-sites-grid .item .item-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 100%; }
    /* line 95, sass/components/_items.scss */
    .sites-grid.other-sites-grid .item .item-wrapper .item-location {
      font-size: .9375rem;
      line-height: 1.33em;
      letter-spacing: 1px;
      padding: 10px 30px; }
    /* line 101, sass/components/_items.scss */
    .sites-grid.other-sites-grid .item .item-wrapper .site-item-title {
      margin: 0;
      font-size: 2rem;
      line-height: 1.25em;
      padding: 20px 30px 105px; }
    /* line 107, sass/components/_items.scss */
    .sites-grid.other-sites-grid .item .item-wrapper .item-meta {
      height: auto; }
      /* line 109, sass/components/_items.scss */
      .sites-grid.other-sites-grid .item .item-wrapper .item-meta .site-category {
        padding: 15px 30px 15px 30px; }
/* line 119, sass/components/_items.scss */
.sites-grid.theme-sites-grid .item .item-wrapper {
  padding-bottom: 70px;
  margin-bottom: 0;
  position: relative;
  color: #000;
  height: 100%; }
  /* line 125, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper .text-wrapper {
    padding: 0 0.875rem; }
    /* line 127, sass/components/_items.scss */
    .sites-grid.theme-sites-grid .item .item-wrapper .text-wrapper p {
      margin: 0;
      color: #fff; }
      /* line 130, sass/components/_items.scss */
      .sites-grid.theme-sites-grid .item .item-wrapper .text-wrapper p a {
        color: #fff; }
    /* line 134, sass/components/_items.scss */
    .sites-grid.theme-sites-grid .item .item-wrapper .text-wrapper .item-meta {
      height: auto; }
      /* line 136, sass/components/_items.scss */
      .sites-grid.theme-sites-grid .item .item-wrapper .text-wrapper .item-meta .site-category {
        padding: 12px; }
  /* line 141, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper .item-location, .sites-grid.theme-sites-grid .item .item-wrapper .site-item-title, .sites-grid.theme-sites-grid .item .item-wrapper .site-item-title a, .sites-grid.theme-sites-grid .item .item-wrapper .site-category {
    color: #fff; }
  /* line 148, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.bars-clubs-restaurants .theme-site-id, .sites-grid.theme-sites-grid .item .item-wrapper.bars-clubs-restaurants .btn-tag.active {
    background: #0000FF;
    border-color: #0000FF; }
  /* line 158, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.medical-facilities .theme-site-id, .sites-grid.theme-sites-grid .item .item-wrapper.medical-facilities .btn-tag.active {
    background: #097F85;
    border-color: #097F85; }
  /* line 165, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.performance-venues .item-location, .sites-grid.theme-sites-grid .item .item-wrapper.performance-venues .site-item-title, .sites-grid.theme-sites-grid .item .item-wrapper.performance-venues .site-item-title a, .sites-grid.theme-sites-grid .item .item-wrapper.performance-venues .site-category, .sites-grid.theme-sites-grid .item .item-wrapper.performance-venues p, .sites-grid.theme-sites-grid .item .item-wrapper.performance-venues p a {
    color: #000; }
  /* line 168, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.performance-venues .theme-site-id, .sites-grid.theme-sites-grid .item .item-wrapper.performance-venues .btn-tag.active {
    background: #ffbe00;
    border-color: #ffbe00; }
  /* line 175, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.residences .item-location, .sites-grid.theme-sites-grid .item .item-wrapper.residences .site-item-title, .sites-grid.theme-sites-grid .item .item-wrapper.residences .site-item-title a, .sites-grid.theme-sites-grid .item .item-wrapper.residences .site-category, .sites-grid.theme-sites-grid .item .item-wrapper.residences p, .sites-grid.theme-sites-grid .item .item-wrapper.residences p a {
    color: #000; }
  /* line 178, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.residences .theme-site-id, .sites-grid.theme-sites-grid .item .item-wrapper.residences .btn-tag.active {
    background: #9BD533;
    border-color: #9BD533; }
  /* line 188, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.cultural-educational-institutions .theme-site-id, .sites-grid.theme-sites-grid .item .item-wrapper.cultural-educational-institutions .btn-tag.active {
    background: #BE0040;
    border-color: #BE0040; }
  /* line 198, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.organization-community-spaces .theme-site-id, .sites-grid.theme-sites-grid .item .item-wrapper.organization-community-spaces .btn-tag.active {
    background: #E90000;
    border-color: #E90000; }
  /* line 208, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.public-spaces .theme-site-id, .sites-grid.theme-sites-grid .item .item-wrapper.public-spaces .btn-tag.active {
    background: #557B42;
    border-color: #557B42; }
  /* line 218, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper.stores-businesses .theme-site-id, .sites-grid.theme-sites-grid .item .item-wrapper.stores-businesses .btn-tag.active {
    background: #2E009E;
    border-color: #2E009E; }
  /* line 224, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper .btn-tag.active {
    color: #fff; }
  /* line 227, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper .theme-site-id {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    font-family: "GT-Walsheim-Medium", sans-serif;
    font-size: 3rem;
    color: #fff;
    line-height: 80px;
    text-align: center; }
  /* line 239, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper .item-location {
    padding: 12px 0 0;
    letter-spacing: 0.85px; }
  /* line 243, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper .site-item-title {
    padding: 0;
    margin: 28px 0 18px; }
    /* line 246, sass/components/_items.scss */
    .sites-grid.theme-sites-grid .item .item-wrapper .site-item-title a {
      text-decoration: none; }
  /* line 250, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper .item-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; }
    /* line 256, sass/components/_items.scss */
    .sites-grid.theme-sites-grid .item .item-wrapper .item-meta .site-category {
      padding: 10px;
      background: url(images/dash.png) left top repeat-x; }
  /* line 262, sass/components/_items.scss */
  .sites-grid.theme-sites-grid .item .item-wrapper .category-tag a.btn-tag {
    margin: 0 10px 15px 0; }

/* line 274, sass/components/_items.scss */
.curated-themes-grid {
  margin-top: 2rem; }
  /* line 276, sass/components/_items.scss */
  .curated-themes-grid .item {
    position: relative; }
    /* line 279, sass/components/_items.scss */
    .curated-themes-grid .item .theme-content h2 {
      font-size: 1.625rem; }
      @media (min-width: 768px) {
        /* line 279, sass/components/_items.scss */
        .curated-themes-grid .item .theme-content h2 {
          font-size: 1.1875rem; } }
      @media (min-width: 1370px) {
        /* line 279, sass/components/_items.scss */
        .curated-themes-grid .item .theme-content h2 {
          font-size: 2.0625rem; } }
  /* line 290, sass/components/_items.scss */
  .curated-themes-grid .theme-wrapper {
    margin-bottom: 50px; }

/* line 295, sass/components/_items.scss */
.theme-wrapper {
  position: relative; }
  /* line 298, sass/components/_items.scss */
  .theme-wrapper.invert {
    color: #fff; }
  /* line 301, sass/components/_items.scss */
  .theme-wrapper .theme-thumb {
    float: left;
    width: 48%; }
    /* line 304, sass/components/_items.scss */
    .theme-wrapper .theme-thumb img {
      display: block; }
  /* line 308, sass/components/_items.scss */
  .theme-wrapper .theme-content {
    float: left;
    width: 52%;
    padding: 15px;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 308, sass/components/_items.scss */
      .theme-wrapper .theme-content {
        padding: 30px; } }
    /* line 315, sass/components/_items.scss */
    .theme-wrapper .theme-content h2 {
      margin: 0;
      position: absolute;
      bottom: 15px;
      /*1024*/ }
      @media (min-width: 1024px) {
        /* line 315, sass/components/_items.scss */
        .theme-wrapper .theme-content h2 {
          bottom: 30px; } }

/* line 326, sass/components/_items.scss */
a.block-link:hover + .theme-wrapper {
  background: #2E009E !important;
  color: #fff; }

/* line 335, sass/components/_items.scss */
.news-section .news-events-grid .item {
  margin-bottom: 2.5%; }
/* line 339, sass/components/_items.scss */
.news-section .news-events-grid.past-events-section .item {
  margin-bottom: 4%; }
/* line 345, sass/components/_items.scss */
.news-section .news-box, .news-section .events-box {
  background: #e6ebf2;
  padding: 30px;
  margin-bottom: 4%; }
  /* line 349, sass/components/_items.scss */
  .news-section .news-box h2, .news-section .events-box h2 {
    margin: 1em 0 .5em; }
  @media (min-width: 768px) {
    /* line 345, sass/components/_items.scss */
    .news-section .news-box, .news-section .events-box {
      margin-bottom: 8%;
      height: 100%; } }
  /* line 357, sass/components/_items.scss */
  .news-section .news-box a, .news-section .events-box a {
    text-decoration: none; }
/* line 361, sass/components/_items.scss */
.news-section .events-box {
  background: #ffbe00; }
/* line 365, sass/components/_items.scss */
.news-section.upcoming-events-section .item {
  background: #ffbe00; }
  /* line 367, sass/components/_items.scss */
  .news-section.upcoming-events-section .item h2 {
    margin-top: 1em; }
  /* line 370, sass/components/_items.scss */
  .news-section.upcoming-events-section .item .button-actions {
    position: absolute;
    bottom: 30px; }
    /* line 373, sass/components/_items.scss */
    .news-section.upcoming-events-section .item .button-actions a {
      margin-bottom: 0; }
/* line 381, sass/components/_items.scss */
.news-section.past-events-section .item:hover {
  background: #5f009f;
  color: #fff; }
  /* line 384, sass/components/_items.scss */
  .news-section.past-events-section .item:hover a {
    color: #fff; }

/* line 393, sass/components/_items.scss */
.news-events-section h1 {
  margin-top: 1em; }

/* line 398, sass/components/_items.scss */
.educator-tools-grid {
  margin-top: 60px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 398, sass/components/_items.scss */
    .educator-tools-grid {
      margin-top: 100px; } }
  /* line 403, sass/components/_items.scss */
  .educator-tools-grid .row {
    margin-bottom: 60px; }
  /* line 407, sass/components/_items.scss */
  .educator-tools-grid .educator-tool {
    padding: 0;
    height: 100%; }
    /* line 410, sass/components/_items.scss */
    .educator-tools-grid .educator-tool .resource-tool-content {
      padding: 40px;
      color: #fff; }
      /* line 413, sass/components/_items.scss */
      .educator-tools-grid .educator-tool .resource-tool-content h2 {
        color: #fff;
        margin-top: 0; }
      /* line 417, sass/components/_items.scss */
      .educator-tools-grid .educator-tool .resource-tool-content a {
        color: #fff; }
        /* line 419, sass/components/_items.scss */
        .educator-tools-grid .educator-tool .resource-tool-content a.btn {
          border-color: #fff; }
          /* line 421, sass/components/_items.scss */
          .educator-tools-grid .educator-tool .resource-tool-content a.btn:hover {
            border-color: #5f009f; }
    /* line 427, sass/components/_items.scss */
    .educator-tools-grid .educator-tool.educator-tool-orange {
      background: #ff7f00; }
    /* line 428, sass/components/_items.scss */
    .educator-tools-grid .educator-tool.educator-tool-purple {
      background: #740460; }
    /* line 429, sass/components/_items.scss */
    .educator-tools-grid .educator-tool.educator-tool-teal {
      background: #008587; }
    /* line 430, sass/components/_items.scss */
    .educator-tools-grid .educator-tool.educator-tool-light-blue {
      background: #00aeef; }
    /* line 431, sass/components/_items.scss */
    .educator-tools-grid .educator-tool.educator-tool-pink {
      background: #ec008c; }

/* line 434, sass/components/_items.scss */
.fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

/* line 2, sass/pages/_home.scss */
.home .hero-container {
  position: relative;
  margin-bottom: 1rem; }
/* line 6, sass/pages/_home.scss */
.home .overlayed {
  max-width: 86.6666%;
  margin: 0 auto;
  text-align: center;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 6, sass/pages/_home.scss */
    .home .overlayed {
      position: absolute;
      width: 66.666%;
      right: 0;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      max-width: 100%; } }
  /* line 19, sass/pages/_home.scss */
  .home .overlayed .button.button-large, .home .overlayed .ur-frontend-form.login .ur-form-row .button, .ur-frontend-form.login .ur-form-row .home .overlayed .button {
    margin-top: 0; }
/* line 23, sass/pages/_home.scss */
.home .button.button-large, .home .ur-frontend-form.login .ur-form-row .button, .ur-frontend-form.login .ur-form-row .home .button {
  display: inline-block;
  width: auto; }
  /* line 27, sass/pages/_home.scss */
  .home .button.button-large span:after, .home .ur-frontend-form.login .ur-form-row .button span:after, .ur-frontend-form.login .ur-form-row .home .button span:after {
    content: none; }
/* line 32, sass/pages/_home.scss */
.home .intro-video-link {
  margin-bottom: 2rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 32, sass/pages/_home.scss */
    .home .intro-video-link {
      margin-bottom: 0; } }
/* line 39, sass/pages/_home.scss */
.home .home-intro {
  margin-bottom: 2.5rem; }
  /* line 41, sass/pages/_home.scss */
  .home .home-intro h1 {
    color: #0000FF;
    margin-bottom: 1rem; }
  /* line 45, sass/pages/_home.scss */
  .home .home-intro p {
    margin: 1.375rem 0 0.5rem; }
  /* line 48, sass/pages/_home.scss */
  .home .home-intro .scroll-to-map {
    text-indent: -9999px;
    width: 44px;
    height: 25px;
    display: inline-block;
    background: url(images/arrow-down-scroll.png) no-repeat center center;
    margin-top: 2.75rem; }
/* line 57, sass/pages/_home.scss */
.home .caps-small {
  font-family: "GT-Walsheim-Bold", sans-serif;
  color: #0000FF; }
  /* line 60, sass/pages/_home.scss */
  .home .caps-small:hover {
    color: #5f009f; }
/* line 65, sass/pages/_home.scss */
.home .map-content-container {
  position: relative; }
  /* line 67, sass/pages/_home.scss */
  .home .map-content-container .map-container {
    width: 100%;
    height: 770px;
    background: url(images/nyc-lgbt-sites-map-static.png) no-repeat center center;
    background-size: 1792px auto; }
  /* line 73, sass/pages/_home.scss */
  .home .map-content-container .map-tabs-container {
    padding: 20px 6%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    background: #ffbe00;
    z-index: 100;
    overflow: auto;
    /*1024*/
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 73, sass/pages/_home.scss */
      .home .map-content-container .map-tabs-container {
        padding: 40px 50px 40px 8.5%;
        width: 45%; } }
    @media (min-width: 1140px) {
      /* line 73, sass/pages/_home.scss */
      .home .map-content-container .map-tabs-container {
        width: 41%; } }
    @media (min-width: 1370px) {
      /* line 73, sass/pages/_home.scss */
      .home .map-content-container .map-tabs-container {
        width: 35%; } }
    /* line 93, sass/pages/_home.scss */
    .home .map-content-container .map-tabs-container .filter-map-trigger {
      font-family: "GT-Walsheim-Bold", sans-serif;
      letter-spacing: 2px;
      display: inline-block;
      width: 100%;
      line-height: 20px;
      background: url(images/carat-down-lg.png) no-repeat right center;
      background-size: 27px auto;
      -webkit-filter: brightness(0);
      filter: brightness(0);
      cursor: pointer;
      margin-bottom: 1rem; }
      /* line 106, sass/pages/_home.scss */
      .home .map-content-container .map-tabs-container .filter-map-trigger:after {
        content: none; }
    /* line 110, sass/pages/_home.scss */
    .home .map-content-container .map-tabs-container .tabs-toggle-main-container {
      display: none; }
      /* line 112, sass/pages/_home.scss */
      .home .map-content-container .map-tabs-container .tabs-toggle-main-container.open {
        display: block; }
      /* line 115, sass/pages/_home.scss */
      .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-heading {
        border-bottom: 2px solid #000;
        padding: 10px 0px 8px;
        line-height: 2rem; }
        /* line 120, sass/pages/_home.scss */
        .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-heading .panel-title a.accordion-toggle {
          text-decoration: none; }
          /* line 122, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-heading .panel-title a.accordion-toggle:after {
            content: ' ';
            width: 20px;
            height: 13px;
            background: url(images/up-carat.png) center center no-repeat;
            float: right;
            margin-top: 10px;
            background-size: contain;
            transform: rotate(0deg);
            margin-right: 4px; }
          /* line 134, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-heading .panel-title a.accordion-toggle.collapsed:after {
            transform: rotate(180deg); }
      /* line 146, sass/pages/_home.scss */
      .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse {
        padding-bottom: 18px;
        display: block;
        height: auto;
        max-height: 5000px;
        transition: max-height .5s ease-in; }
        /* line 152, sass/pages/_home.scss */
        .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse.collapse {
          transition: max-height .15s ease-in-out;
          max-height: 0;
          overflow: hidden;
          padding: 0; }
        /* line 159, sass/pages/_home.scss */
        .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item {
          font-size: .75rem;
          line-height: 3em; }
          /* line 162, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item:first-child {
            padding-top: 0.75rem; }
          /* line 165, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item input[type="checkbox"] {
            height: 20px;
            width: 20px;
            margin-top: -7px;
            display: none; }
            /* line 170, sass/pages/_home.scss */
            .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item input[type="checkbox"] + label {
              height: 24px;
              width: 27px;
              display: inline-block;
              padding: 0;
              background: url(images/checkoff.png) no-repeat center center;
              margin: 0;
              vertical-align: text-bottom; }
            /* line 180, sass/pages/_home.scss */
            .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item input[type="checkbox"]:checked + label {
              background: url(images/checkon.png) no-repeat center center; }
          /* line 185, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item .cat_title {
            font-size: .9375rem;
            line-height: 1em;
            text-decoration: none; }
            /* line 189, sass/pages/_home.scss */
            .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item .cat_title.parent_cat {
              font-family: "GT-Walsheim-Bold", sans-serif; }
          /* line 194, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper .cat_title {
            padding-left: 2rem;
            position: relative; }
            /* line 197, sass/pages/_home.scss */
            .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper .cat_title:before {
              content: ' ';
              width: 21px;
              height: 21px;
              position: absolute;
              left: 0;
              bottom: 0.5px;
              border: 2px solid #fff;
              background: #000; }
          /* line 210, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper #bars-clubs-restaurants ~ .cat_title:before {
            background: #0000FF; }
          /* line 217, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper #cultural-educational-institutions ~ .cat_title:before {
            background: #BE0040; }
          /* line 224, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper #medical-facilities ~ .cat_title:before {
            background: #097F85; }
          /* line 231, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper #organization-community-spaces ~ .cat_title:before {
            background: #E90000; }
          /* line 238, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper #performance-venues ~ .cat_title:before {
            background: #ffbe00; }
          /* line 245, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper #public-spaces ~ .cat_title:before {
            background: #557B42; }
          /* line 252, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper #residences ~ .cat_title:before {
            background: #9BD533; }
          /* line 259, sass/pages/_home.scss */
          .home .map-content-container .map-tabs-container .tabs-toggle-main-container .panel-collapse .tab_item.site-type-input-wrapper #stores-businesses ~ .cat_title:before {
            background: #2E009E; }
    /* line 268, sass/pages/_home.scss */
    .home .map-content-container .map-tabs-container.open {
      /*1024*/ }
      @media (min-width: 1024px) {
        /* line 268, sass/pages/_home.scss */
        .home .map-content-container .map-tabs-container.open {
          bottom: 0; } }
      /* line 272, sass/pages/_home.scss */
      .home .map-content-container .map-tabs-container.open .tabs-toggle-main-container {
        display: block; }
      /* line 275, sass/pages/_home.scss */
      .home .map-content-container .map-tabs-container.open .filter-map-trigger {
        background: url(images/menu-close-y.png) no-repeat right 4px center;
        background-size: 20px auto;
        filter: invert(1) brightness(0); }
/* line 283, sass/pages/_home.scss */
.home .map-key-container {
  margin: 3.75rem 0;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 288, sass/pages/_home.scss */
    .home .map-key-container .row .col:nth-child(2) .map-key {
      margin-left: 25px; } }
  /* line 294, sass/pages/_home.scss */
  .home .map-key-container .site-cat {
    margin: 10px 2% 26px 0; }
    /* line 296, sass/pages/_home.scss */
    .home .map-key-container .site-cat .key-color {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      float: left;
      background: #000; }
      /* line 302, sass/pages/_home.scss */
      .home .map-key-container .site-cat .key-color.bars {
        background: #0000FF; }
      /* line 303, sass/pages/_home.scss */
      .home .map-key-container .site-cat .key-color.med {
        background: #097F85; }
      /* line 304, sass/pages/_home.scss */
      .home .map-key-container .site-cat .key-color.perf {
        background: #ffbe00; }
      /* line 305, sass/pages/_home.scss */
      .home .map-key-container .site-cat .key-color.res {
        background: #9BD533; }
      /* line 306, sass/pages/_home.scss */
      .home .map-key-container .site-cat .key-color.cult {
        background: #BE0040; }
      /* line 307, sass/pages/_home.scss */
      .home .map-key-container .site-cat .key-color.orgs {
        background: #E90000; }
      /* line 308, sass/pages/_home.scss */
      .home .map-key-container .site-cat .key-color.pub {
        background: #557B42; }
      /* line 309, sass/pages/_home.scss */
      .home .map-key-container .site-cat .key-color.stores {
        background: #2E009E; }
    /* line 312, sass/pages/_home.scss */
    .home .map-key-container .site-cat .site-cat-name {
      font-family: "GT-Walsheim-Bold", sans-serif;
      line-height: 1.2666;
      margin-top: 1px; }
/* line 321, sass/pages/_home.scss */
.home .content-section {
  padding-top: 2.5rem;
  border-top: 2px solid #CCCDCB; }
  /* line 324, sass/pages/_home.scss */
  .home .content-section .btn {
    margin: 0; }
    /* line 326, sass/pages/_home.scss */
    .home .content-section .btn + .btn {
      margin-left: 1rem; }
      @media (min-width: 768px) {
        /* line 326, sass/pages/_home.scss */
        .home .content-section .btn + .btn {
          margin-left: 1.5rem; } }
    /* line 332, sass/pages/_home.scss */
    .home .content-section .btn.inverse {
      margin-top: 3.125rem; }
  /* line 337, sass/pages/_home.scss */
  .home .content-section.theme-section .btn.inverse, .home .content-section.historic-sites-banner .banner-content .btn.inverse, .home .content-section.news-events-section .btn.inverse {
    margin-top: 0; }
/* line 344, sass/pages/_home.scss */
.home .historic-sites-banner img {
  display: block; }
/* line 347, sass/pages/_home.scss */
.home .historic-sites-banner .grid-image-wrapper {
  display: none;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 347, sass/pages/_home.scss */
    .home .historic-sites-banner .grid-image-wrapper {
      display: block; } }
/* line 353, sass/pages/_home.scss */
.home .historic-sites-banner .banner-content-wrapper {
  background: #ffbe00;
  position: relative; }
  /* line 356, sass/pages/_home.scss */
  .home .historic-sites-banner .banner-content-wrapper .banner-content {
    text-align: center;
    margin: 2rem auto;
    padding: 10px; }
    /* line 360, sass/pages/_home.scss */
    .home .historic-sites-banner .banner-content-wrapper .banner-content .h2-style, .home .historic-sites-banner .banner-content-wrapper .banner-content .site-main .container-submit-site-form input[type="submit"].gform_button, .site-main .container-submit-site-form .home .historic-sites-banner .banner-content-wrapper .banner-content input[type="submit"].gform_button, .home .historic-sites-banner .banner-content-wrapper .banner-content .site-footer .footer-nav-container ul li, .site-footer .footer-nav-container ul .home .historic-sites-banner .banner-content-wrapper .banner-content li {
      padding: 0 2rem; }
  @media (min-width: 768px) {
    /* line 366, sass/pages/_home.scss */
    .home .historic-sites-banner .banner-content-wrapper .banner-content {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 auto;
      text-align: center; }
    /* line 376, sass/pages/_home.scss */
    .home .historic-sites-banner .banner-content-wrapper a.block-link:hover + .banner-content .button {
      background-color: #5f009f;
      border-color: #5f009f;
      color: #fff; } }
/* line 386, sass/pages/_home.scss */
.home .news-section .news-events-grid .item {
  margin-bottom: 3.125rem; }

/* line 3, sass/pages/_archive.scss */
.news-events-item {
  margin-top: 3.75rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 3, sass/pages/_archive.scss */
    .news-events-item {
      margin-top: 5rem; } }
  /* line 8, sass/pages/_archive.scss */
  .news-events-item .date-time {
    color: #00a651;
    line-height: 1em;
    margin: 1.25rem 0 .8rem;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 8, sass/pages/_archive.scss */
      .news-events-item .date-time {
        margin: 1.5rem 0 1rem; } }

/* line 18, sass/pages/_archive.scss */
.item-outer-wrapper {
  position: relative; }

/* line 22, sass/pages/_archive.scss */
.featured a:hover + .news-item {
  color: #5f009f; }
  /* line 24, sass/pages/_archive.scss */
  .featured a:hover + .news-item a {
    color: #5f009f; }

/* line 30, sass/pages/_archive.scss */
.not-featured a:hover + .news-item {
  background: #5f009f;
  color: #fff; }
  /* line 33, sass/pages/_archive.scss */
  .not-featured a:hover + .news-item a {
    color: #fff; }

/* line 39, sass/pages/_archive.scss */
.news-item {
  background: #e6ebf2;
  margin-bottom: 3.75rem; }
  /* line 42, sass/pages/_archive.scss */
  .news-item .item-content-wrapper {
    padding: 30px;
    float: left; }
    /* line 45, sass/pages/_archive.scss */
    .news-item .item-content-wrapper h2 {
      margin: 10px 0 .5em; }
      /* line 47, sass/pages/_archive.scss */
      .news-item .item-content-wrapper h2 a {
        text-decoration: none; }
    /* line 51, sass/pages/_archive.scss */
    .news-item .item-content-wrapper .label, .news-item .item-content-wrapper a.btn, .news-item .item-content-wrapper button, .news-item .item-content-wrapper button[type=submit], .news-item .item-content-wrapper input[type=submit] {
      margin-bottom: 1.25em; }
    /* line 54, sass/pages/_archive.scss */
    .news-item .item-content-wrapper p.small {
      margin: 0 0 5px 0; }
    @media (min-width: 768px) {
      /* line 42, sass/pages/_archive.scss */
      .news-item .item-content-wrapper {
        width: 50%; } }
  /* line 61, sass/pages/_archive.scss */
  .news-item .thumb-wrapper {
    float: right; }
    /* line 63, sass/pages/_archive.scss */
    .news-item .thumb-wrapper img {
      display: block;
      float: right;
      width: 100%; }
    @media (min-width: 768px) {
      /* line 61, sass/pages/_archive.scss */
      .news-item .thumb-wrapper {
        width: 50%; } }

/* line 76, sass/pages/_archive.scss */
.not-featured .news-item h2 {
  font-size: 1.1875rem;
  font-family: "GT-Walsheim-Bold", sans-serif;
  line-height: 1.555em; }

/* line 88, sass/pages/_archive.scss */
.news-container .news-events-item {
  margin-top: 2.25rem; }

/* line 94, sass/pages/_archive.scss */
.archive-site {
  /*jump links*/
  /*list view:*/ }
  /* line 96, sass/pages/_archive.scss */
  .archive-site .sites-intro h1 {
    margin-bottom: 0.5rem; }
  /* line 99, sass/pages/_archive.scss */
  .archive-site .sites-intro .map-link {
    line-height: 3rem;
    text-align: right;
    display: block; }
  /* line 106, sass/pages/_archive.scss */
  .archive-site a.jump-link {
    font-family: "GT-Walsheim-Bold", sans-serif;
    margin-right: .5rem;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase; }
    /* line 112, sass/pages/_archive.scss */
    .archive-site a.jump-link.b-link, .archive-site a.jump-link.o-link {
      color: #BE0040; }
    /* line 113, sass/pages/_archive.scss */
    .archive-site a.jump-link.c-link, .archive-site a.jump-link.p-link {
      color: #E90000; }
    /* line 114, sass/pages/_archive.scss */
    .archive-site a.jump-link.d-link, .archive-site a.jump-link.q-link {
      color: #FF6100; }
    /* line 115, sass/pages/_archive.scss */
    .archive-site a.jump-link.e-link, .archive-site a.jump-link.r-link {
      color: #FFBE00; }
    /* line 116, sass/pages/_archive.scss */
    .archive-site a.jump-link.f-link, .archive-site a.jump-link.s-link {
      color: #DDF112; }
    /* line 117, sass/pages/_archive.scss */
    .archive-site a.jump-link.g-link, .archive-site a.jump-link.t-link {
      color: #9BD533; }
    /* line 118, sass/pages/_archive.scss */
    .archive-site a.jump-link.h-link, .archive-site a.jump-link.u-link {
      color: #557B42; }
    /* line 119, sass/pages/_archive.scss */
    .archive-site a.jump-link.i-link, .archive-site a.jump-link.v-link {
      color: #57788B; }
    /* line 120, sass/pages/_archive.scss */
    .archive-site a.jump-link.j-link, .archive-site a.jump-link.w-link {
      color: #0D9DA5; }
    /* line 121, sass/pages/_archive.scss */
    .archive-site a.jump-link.k-link, .archive-site a.jump-link.x-link {
      color: #3347B9; }
    /* line 122, sass/pages/_archive.scss */
    .archive-site a.jump-link.l-link, .archive-site a.jump-link.y-link {
      color: #2E009E; }
    /* line 123, sass/pages/_archive.scss */
    .archive-site a.jump-link.m-link, .archive-site a.jump-link.z-link {
      color: #0000FF; }
  /* line 126, sass/pages/_archive.scss */
  .archive-site .view-by-borough a.jump-link {
    margin-right: 7px; }
    /* line 128, sass/pages/_archive.scss */
    .archive-site .view-by-borough a.jump-link:before {
      content: '/';
      padding: 0 10px; }
    /* line 133, sass/pages/_archive.scss */
    .archive-site .view-by-borough a.jump-link:first-child:before {
      content: none;
      padding: 0; }
  /* line 140, sass/pages/_archive.scss */
  .archive-site .sites-grid {
    margin-top: 50px; }
    @media (min-width: 768px) {
      /* line 140, sass/pages/_archive.scss */
      .archive-site .sites-grid {
        margin-top: 100px; } }
  /* line 154, sass/pages/_archive.scss */
  .archive-site .sites-container.sites-list .row {
    display: block; }
  /* line 157, sass/pages/_archive.scss */
  .archive-site .sites-container.sites-list .item {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    position: relative;
    color: #000; }
    /* line 164, sass/pages/_archive.scss */
    .archive-site .sites-container.sites-list .item .item-wrapper {
      padding: 32px 0 0;
      border-top: 2px solid #b2b2b2;
      background-color: transparent !important; }
      /* line 169, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper .item-location {
        padding: 0;
        line-height: 1em; }
      /* line 173, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper .site-item-title {
        color: #000;
        margin: .5em 0 1em;
        padding: 0; }
      /* line 178, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper .item-meta {
        left: auto;
        height: auto;
        width: auto;
        color: #fff; }
      /* line 185, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper.bars-clubs-restaurants .site-category {
        background: #0000FF; }
      /* line 190, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper.medical-facilities .site-category {
        background: #097F85; }
      /* line 193, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper.performance-venues .site-category {
        background: #ffbe00; }
      /* line 196, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper.residences .site-category {
        background: #9BD533; }
      /* line 199, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper.cultural-educational-institutions .site-category {
        background: #BE0040; }
      /* line 202, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper.organization-community-spaces .site-category {
        background: #E90000; }
      /* line 205, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper.public-spaces .site-category {
        background: #557B42; }
      /* line 208, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .item-wrapper.stores-businesses .site-category {
        background: #2E009E; }
    /* line 212, sass/pages/_archive.scss */
    .archive-site .sites-container.sites-list .item .thumb {
      width: 116px;
      height: 116px;
      float: left; }
    /* line 217, sass/pages/_archive.scss */
    .archive-site .sites-container.sites-list .item .text-wrapper {
      float: left;
      color: #000;
      margin-left: 36px; }
      /* line 221, sass/pages/_archive.scss */
      .archive-site .sites-container.sites-list .item .text-wrapper .tag-style {
        line-height: 1em; }
    /* line 226, sass/pages/_archive.scss */
    .archive-site .sites-container.sites-list .item .site-tag {
      position: absolute;
      bottom: 0; }
    /* line 230, sass/pages/_archive.scss */
    .archive-site .sites-container.sites-list .item .site-content {
      padding: 0; }
    /* line 233, sass/pages/_archive.scss */
    .archive-site .sites-container.sites-list .item .featured-category {
      padding: 10px 15px;
      display: inline-block;
      position: relative;
      height: auto;
      color: #fff;
      background-image: none; }

/* line 3, sass/pages/_single.scss */
.single .label + h1, .single a.btn + h1, .single button + h1, .single button[type=submit] + h1, .single input[type=submit] + h1 {
  margin-top: 1.5rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 3, sass/pages/_single.scss */
    .single .label + h1, .single a.btn + h1, .single button + h1, .single button[type=submit] + h1, .single input[type=submit] + h1 {
      margin-top: 2.75rem; } }

/* line 12, sass/pages/_single.scss */
.single-site .featured-info, .single-theme .featured-info, .single-post .featured-info {
  padding-top: 20px;
  padding-right: 20px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 12, sass/pages/_single.scss */
    .single-site .featured-info, .single-theme .featured-info, .single-post .featured-info {
      padding-top: 40px;
      padding-right: 40px; } }
  /* line 19, sass/pages/_single.scss */
  .single-site .featured-info .label, .single-site .featured-info a.btn, .single-site .featured-info button, .single-site .featured-info button[type=submit], .single-site .featured-info input[type=submit], .single-theme .featured-info .label, .single-theme .featured-info a.btn, .single-theme .featured-info button, .single-theme .featured-info button[type=submit], .single-theme .featured-info input[type=submit], .single-post .featured-info .label, .single-post .featured-info a.btn, .single-post .featured-info button, .single-post .featured-info button[type=submit], .single-post .featured-info input[type=submit] {
    line-height: 1.466em; }
  /* line 22, sass/pages/_single.scss */
  .single-site .featured-info h1, .single-theme .featured-info h1, .single-post .featured-info h1 {
    margin: 1em 0 .8em; }
    @media (max-width: 1023px) {
      /* line 22, sass/pages/_single.scss */
      .single-site .featured-info h1, .single-theme .featured-info h1, .single-post .featured-info h1 {
        font-size: 1.75rem; } }
  /* line 28, sass/pages/_single.scss */
  .single-site .featured-info p, .single-theme .featured-info p, .single-post .featured-info p {
    font-family: "GT-Walsheim-Regular-Oblique", sans-serif; }
/* line 32, sass/pages/_single.scss */
.single-site .post-main-content, .single-theme .post-main-content, .single-post .post-main-content {
  margin-top: 3.25rem; }
/* line 35, sass/pages/_single.scss */
.single-site .overview-wrapper, .single-theme .overview-wrapper, .single-post .overview-wrapper {
  margin-bottom: 60px; }
/* line 38, sass/pages/_single.scss */
.single-site .photo-caption, .single-theme .photo-caption, .single-post .photo-caption {
  font-size: .875rem;
  margin-top: .5rem;
  line-height: 1.64em; }
/* line 44, sass/pages/_single.scss */
.single-site .map-label, .single-theme .map-label, .single-post .map-label {
  float: left; }
/* line 47, sass/pages/_single.scss */
.single-site .map-link, .single-theme .map-link, .single-post .map-link {
  float: right; }
/* line 51, sass/pages/_single.scss */
.single-site .testimonial blockquote, .single-theme .testimonial blockquote, .single-post .testimonial blockquote {
  margin: 40px 0 20px;
  display: block; }
  /* line 54, sass/pages/_single.scss */
  .single-site .testimonial blockquote q, .single-theme .testimonial blockquote q, .single-post .testimonial blockquote q {
    display: block;
    padding: 0 20px;
    font-size: 1.375rem;
    line-height: 1.75em;
    font-family: "GT-Walsheim-Medium", sans-serif;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 54, sass/pages/_single.scss */
      .single-site .testimonial blockquote q, .single-theme .testimonial blockquote q, .single-post .testimonial blockquote q {
        padding: 0 80px;
        font-size: 2.0625rem;
        line-height: 1.45em; } }
/* line 67, sass/pages/_single.scss */
.single-site .testimonial .author, .single-theme .testimonial .author, .single-post .testimonial .author {
  font-size: 1.1875rem;
  line-height: 1.157em;
  margin: 0 0 40px 20px;
  padding-left: 30px;
  background: url(images/square.jpg) no-repeat;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 67, sass/pages/_single.scss */
    .single-site .testimonial .author, .single-theme .testimonial .author, .single-post .testimonial .author {
      margin: 0 0 50px 80px; } }
/* line 78, sass/pages/_single.scss */
.single-site .site-highlighted-info, .single-theme .site-highlighted-info, .single-post .site-highlighted-info {
  position: relative;
  height: 100%;
  padding: 0 6%; }
  @media (min-width: 768px) {
    /* line 78, sass/pages/_single.scss */
    .single-site .site-highlighted-info, .single-theme .site-highlighted-info, .single-post .site-highlighted-info {
      padding: 0; } }
  @media (min-width: 768px) {
    /* line 85, sass/pages/_single.scss */
    .single-site .site-highlighted-info .featured-meta, .single-theme .site-highlighted-info .featured-meta, .single-post .site-highlighted-info .featured-meta {
      position: absolute;
      bottom: 10px;
      right: 0;
      left: 0; } }
  /* line 93, sass/pages/_single.scss */
  .single-site .site-highlighted-info .featured-meta .featured-category, .single-theme .site-highlighted-info .featured-meta .featured-category, .single-post .site-highlighted-info .featured-meta .featured-category {
    padding: 28px 60px 18px 0; }
  /* line 97, sass/pages/_single.scss */
  .single-site .site-highlighted-info .social-container, .single-theme .site-highlighted-info .social-container, .single-post .site-highlighted-info .social-container {
    filter: brightness(0) invert(1);
    padding: 0 0 20px 0; }
    /* line 100, sass/pages/_single.scss */
    .single-site .site-highlighted-info .social-container a.social-icon, .single-theme .site-highlighted-info .social-container a.social-icon, .single-post .site-highlighted-info .social-container a.social-icon {
      margin: 0 25px 0 0;
      display: inline-block;
      height: 24px;
      text-indent: 100%;
      background: url(images/social-icons-sprite-x2.png) no-repeat;
      background-size: 160px 24px;
      overflow: hidden;
      white-space: nowrap; }
      /* line 109, sass/pages/_single.scss */
      .single-site .site-highlighted-info .social-container a.social-icon.facebook-icon, .single-theme .site-highlighted-info .social-container a.social-icon.facebook-icon, .single-post .site-highlighted-info .social-container a.social-icon.facebook-icon {
        width: 13px;
        background-position: 0 center; }
        /* line 111, sass/pages/_single.scss */
        .single-site .site-highlighted-info .social-container a.social-icon.facebook-icon:hover, .single-theme .site-highlighted-info .social-container a.social-icon.facebook-icon:hover, .single-post .site-highlighted-info .social-container a.social-icon.facebook-icon:hover {
          background-position: -85px center; }
      /* line 113, sass/pages/_single.scss */
      .single-site .site-highlighted-info .social-container a.social-icon.instagram-icon, .single-theme .site-highlighted-info .social-container a.social-icon.instagram-icon, .single-post .site-highlighted-info .social-container a.social-icon.instagram-icon {
        width: 24px;
        background-position: -25px center; }
        /* line 115, sass/pages/_single.scss */
        .single-site .site-highlighted-info .social-container a.social-icon.instagram-icon:hover, .single-theme .site-highlighted-info .social-container a.social-icon.instagram-icon:hover, .single-post .site-highlighted-info .social-container a.social-icon.instagram-icon:hover {
          background-position: -105px center; }
      /* line 117, sass/pages/_single.scss */
      .single-site .site-highlighted-info .social-container a.social-icon.twitter-icon, .single-theme .site-highlighted-info .social-container a.social-icon.twitter-icon, .single-post .site-highlighted-info .social-container a.social-icon.twitter-icon {
        width: 29px;
        background-position: -50px center; }
        /* line 119, sass/pages/_single.scss */
        .single-site .site-highlighted-info .social-container a.social-icon.twitter-icon:hover, .single-theme .site-highlighted-info .social-container a.social-icon.twitter-icon:hover, .single-post .site-highlighted-info .social-container a.social-icon.twitter-icon:hover {
          background-position: -131px center; }
      /* line 121, sass/pages/_single.scss */
      .single-site .site-highlighted-info .social-container a.social-icon.email-icon, .single-theme .site-highlighted-info .social-container a.social-icon.email-icon, .single-post .site-highlighted-info .social-container a.social-icon.email-icon {
        width: 24px;
        background: url(images/email-sprite.png) no-repeat;
        background-size: 70px 21px;
        height: 21px;
        width: 27px; }
        /* line 123, sass/pages/_single.scss */
        .single-site .site-highlighted-info .social-container a.social-icon.email-icon:hover, .single-theme .site-highlighted-info .social-container a.social-icon.email-icon:hover, .single-post .site-highlighted-info .social-container a.social-icon.email-icon:hover {
          background-position: -30px center; }
  /* line 127, sass/pages/_single.scss */
  .single-site .site-highlighted-info.invert, .single-theme .site-highlighted-info.invert, .single-post .site-highlighted-info.invert {
    color: #fff; }
/* line 134, sass/pages/_single.scss */
.single-site .site-type.performance-venues .site-highlighted-info .social-container, .single-site .site-type.residences .site-highlighted-info .social-container, .single-theme .site-type.performance-venues .site-highlighted-info .social-container, .single-theme .site-type.residences .site-highlighted-info .social-container, .single-post .site-type.performance-venues .site-highlighted-info .social-container, .single-post .site-type.residences .site-highlighted-info .social-container {
  filter: none; }
/* line 138, sass/pages/_single.scss */
.single-site .site-type.performance-venues .site-highlighted-info .featured-category:before, .single-site .site-type.residences .site-highlighted-info .featured-category:before, .single-theme .site-type.performance-venues .site-highlighted-info .featured-category:before, .single-theme .site-type.residences .site-highlighted-info .featured-category:before, .single-post .site-type.performance-venues .site-highlighted-info .featured-category:before, .single-post .site-type.residences .site-highlighted-info .featured-category:before {
  filter: brightness(0); }

/* line 146, sass/pages/_single.scss */
.single-theme .site-highlighted-info:not(.invert) .social-container {
  filter: none; }

/* line 150, sass/pages/_single.scss */
.single-post .photo-caption {
  margin-bottom: 2rem; }
/* line 155, sass/pages/_single.scss */
.single-post .side-by-side img:first-child {
  margin-right: 10px; }

/* line 164, sass/pages/_single.scss */
.single-site .category-tag a, .single-theme .category-tag a {
  line-height: 1em;
  margin: 0 12px 15px 0; }
/* line 169, sass/pages/_single.scss */
.single-site .category-tag.sm-tags a, .single-theme .category-tag.sm-tags a {
  font-size: .75rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 169, sass/pages/_single.scss */
    .single-site .category-tag.sm-tags a, .single-theme .category-tag.sm-tags a {
      font-size: .9375rem; } }

/* line 180, sass/pages/_single.scss */
.single-site p + .label, .single-site p + a.btn, .single-site p + button, .single-site p + button[type=submit], .single-site p + input[type=submit] {
  margin-top: 30px; }
/* line 183, sass/pages/_single.scss */
.single-site .featured-category {
  position: relative; }
  /* line 185, sass/pages/_single.scss */
  .single-site .featured-category:before {
    content: '';
    position: absolute;
    left: -4.79%;
    right: 0;
    top: 0;
    background: url(images/dotted-border.png) repeat-x left top;
    height: 3px; }
/* line 195, sass/pages/_single.scss */
.single-site h2.label {
  margin-bottom: 1.25rem; }
/* line 199, sass/pages/_single.scss */
.single-site .related-media .media-item {
  margin-bottom: 2.5%; }

/* line 207, sass/pages/_single.scss */
.single-post .content-section h2 {
  margin: 2.5rem 0 1rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 207, sass/pages/_single.scss */
    .single-post .content-section h2 {
      margin-top: 3.5rem; } }

/* line 219, sass/pages/_single.scss */
.single-curated_themes .overview-wrapper h2 {
  margin-bottom: 1.5rem; }
/* line 224, sass/pages/_single.scss */
.single-curated_themes .sites-grid .item {
  margin-bottom: 3rem; }
/* line 229, sass/pages/_single.scss */
.single-curated_themes #single-theme-map-container + .button.inverse {
  margin-right: 0; }

/* line 1, sass/pages/_search.scss */
form.search-form {
  width: 100%;
  position: relative; }
  /* line 5, sass/pages/_search.scss */
  form.search-form input[type="search"], form.search-form input[type="text"] {
    border: none;
    border-bottom: 6px solid #000;
    padding: 8px 8px 8px;
    color: #FF6100;
    outline: none;
    width: 500px;
    border-radius: 0;
    -webkit-appearance: none !important;
    display: inline-block;
    max-width: 100%; }
  /* line 18, sass/pages/_search.scss */
  form.search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    text-indent: -9999px;
    border: 0; }

/* line 31, sass/pages/_search.scss */
form.secondary-search-form .search-field {
  text-align: right; }
  /* line 34, sass/pages/_search.scss */
  form.secondary-search-form .search-field input[type="search"], form.secondary-search-form .search-field input[type="text"] {
    height: 50px;
    border: 2px solid #000;
    width: 100%;
    padding: 8px 15px;
    font-family: "GT-Walsheim-Regular", sans-serif;
    font-size: 1rem;
    background: url(images/footer-search.png) no-repeat 97% center;
    background-size: 30px;
    margin-top: 2rem;
    height: 40px;
    /*1024*/ }
    @media (min-width: 768px) {
      /* line 34, sass/pages/_search.scss */
      form.secondary-search-form .search-field input[type="search"], form.secondary-search-form .search-field input[type="text"] {
        margin-top: 0; } }
    @media (min-width: 1024px) {
      /* line 34, sass/pages/_search.scss */
      form.secondary-search-form .search-field input[type="search"], form.secondary-search-form .search-field input[type="text"] {
        height: 50px;
        background-size: 35px; } }

/* line 58, sass/pages/_search.scss */
.page-embedded-search form.search-form {
  margin: 0 auto 160px; }
  /* line 60, sass/pages/_search.scss */
  .page-embedded-search form.search-form input[type="search"] {
    border-color: #000;
    color: #000; }

/* line 69, sass/pages/_search.scss */
.search .view-by-container .tag-style {
  display: block;
  margin: 10px 0; }
  @media (min-width: 768px) {
    /* line 69, sass/pages/_search.scss */
    .search .view-by-container .tag-style {
      display: inline;
      margin: 0; } }
/* line 77, sass/pages/_search.scss */
.search .view-by-container .btn {
  width: 45%;
  margin: 5px 0 0 0; }
  @media (min-width: 768px) {
    /* line 77, sass/pages/_search.scss */
    .search .view-by-container .btn {
      width: 100px;
      margin: 0 0 0 24px; } }
  @media (min-width: 1370px) {
    /* line 77, sass/pages/_search.scss */
    .search .view-by-container .btn {
      width: 163px; } }
/* line 88, sass/pages/_search.scss */
.search .view-by-container .btn.active {
  background: #000;
  border-color: #000; }
/* line 93, sass/pages/_search.scss */
.search .search-item {
  background: #e6ebf2;
  margin-bottom: 3.75rem; }
  /* line 96, sass/pages/_search.scss */
  .search .search-item .item-content-wrapper {
    padding: 20px; }
    @media (min-width: 768px) {
      /* line 96, sass/pages/_search.scss */
      .search .search-item .item-content-wrapper {
        float: left;
        width: 50%; } }
    @media (min-width: 1370px) {
      /* line 96, sass/pages/_search.scss */
      .search .search-item .item-content-wrapper {
        padding: 30px; } }
    /* line 107, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper h2 {
      line-height: 1.1em;
      margin: 10px 0 .5em; }
      /* line 110, sass/pages/_search.scss */
      .search .search-item .item-content-wrapper h2 a {
        text-decoration: none; }
    /* line 114, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper .site-location {
      font-size: .75rem;
      line-height: 1em; }
      @media (min-width: 1370px) {
        /* line 114, sass/pages/_search.scss */
        .search .search-item .item-content-wrapper .site-location {
          font-size: .9375rem; } }
    /* line 121, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper .label, .search .search-item .item-content-wrapper a.btn, .search .search-item .item-content-wrapper button, .search .search-item .item-content-wrapper button[type=submit], .search .search-item .item-content-wrapper input[type=submit] {
      font-size: .75rem; }
      /* line 122, sass/pages/_search.scss */
      .search .search-item .item-content-wrapper .label:not(.site-category), .search .search-item .item-content-wrapper a.btn:not(.site-category), .search .search-item .item-content-wrapper button:not(.site-category), .search .search-item .item-content-wrapper button[type=submit]:not(.site-category), .search .search-item .item-content-wrapper input[type=submit]:not(.site-category) {
        margin-bottom: 1.25em; }
      @media (min-width: 1370px) {
        /* line 121, sass/pages/_search.scss */
        .search .search-item .item-content-wrapper .label, .search .search-item .item-content-wrapper a.btn, .search .search-item .item-content-wrapper button, .search .search-item .item-content-wrapper button[type=submit], .search .search-item .item-content-wrapper input[type=submit] {
          font-size: .9375rem; } }
    /* line 130, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper p.small {
      margin: 0 0 5px 0; }
    /* line 133, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper .search-excerpt {
      /*1024*/ }
      @media (min-width: 768px) {
        /* line 133, sass/pages/_search.scss */
        .search .search-item .item-content-wrapper .search-excerpt {
          display: none; } }
      @media (min-width: 1140px) {
        /* line 133, sass/pages/_search.scss */
        .search .search-item .item-content-wrapper .search-excerpt {
          display: block; } }
    /* line 141, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper .item-meta {
      display: inline-block;
      color: #fff;
      margin: 25px 0 0; }
      /* line 145, sass/pages/_search.scss */
      .search .search-item .item-content-wrapper .item-meta .site-category {
        text-transform: none;
        padding: 10px; }
    /* line 151, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper.bars-clubs-restaurants .site-category {
      background: #0000FF; }
    /* line 154, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper.medical-facilities .site-category {
      background: #097F85; }
    /* line 157, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper.performance-venues .site-category {
      background: #ffbe00; }
    /* line 160, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper.residences .site-category {
      background: #9BD533; }
    /* line 163, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper.cultural-educational-institutions .site-category {
      background: #BE0040; }
    /* line 166, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper.organization-community-spaces .site-category {
      background: #E90000; }
    /* line 169, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper.public-spaces .site-category {
      background: #557B42; }
    /* line 172, sass/pages/_search.scss */
    .search .search-item .item-content-wrapper.stores-businesses .site-category {
      background: #2E009E; }
  /* line 175, sass/pages/_search.scss */
  .search .search-item .thumb-wrapper {
    text-align: center; }
    @media (min-width: 768px) {
      /* line 175, sass/pages/_search.scss */
      .search .search-item .thumb-wrapper {
        width: 50%;
        float: right; }
        /* line 180, sass/pages/_search.scss */
        .search .search-item .thumb-wrapper img {
          display: block;
          float: right; } }

/* line 192, sass/pages/_search.scss */
header form.search-form input[type="submit"] {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
/* line 198, sass/pages/_search.scss */
header .search-item {
  position: absolute;
  width: 17px;
  right: calc(9.333% + 50px);
  top: 32px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 198, sass/pages/_search.scss */
    header .search-item {
      top: 6px;
      right: 0; } }

/* line 214, sass/pages/_search.scss */
header .search-item a,
form.search-form input[type="submit"] {
  display: block;
  background: url(images/search.png) no-repeat center center;
  background-size: contain;
  height: 21px; }
  @media (min-width: 1370px) {
    /* line 214, sass/pages/_search.scss */
    header .search-item a,
    form.search-form input[type="submit"] {
      height: 17px; } }
  @media (min-width: 1600px) {
    /* line 214, sass/pages/_search.scss */
    header .search-item a,
    form.search-form input[type="submit"] {
      height: 21px; } }

/* line 231, sass/pages/_search.scss */
.search-header {
  display: none;
  position: absolute;
  top: 63px;
  right: -50px;
  width: 440px;
  background: #fff; }
  /* line 239, sass/pages/_search.scss */
  .search-header .search-form .search-caret {
    position: absolute;
    top: -23px;
    left: 64px; }
    /* line 243, sass/pages/_search.scss */
    .search-header .search-form .search-caret img {
      margin-left: 10px; }
  /* line 247, sass/pages/_search.scss */
  .search-header .search-form .search-field {
    border: 4px solid #FF6100;
    padding: 8px;
    outline: none;
    font-size: 1rem;
    width: 355px;
    display: inline-block;
    height: 65px;
    margin: 0; }
  /* line 257, sass/pages/_search.scss */
  .search-header .search-form .search-close {
    margin-left: 10px;
    display: inline-block; }
    /* line 260, sass/pages/_search.scss */
    .search-header .search-form .search-close img {
      width: 30px;
      cursor: pointer;
      position: absolute;
      top: 0; }

/* line 271, sass/pages/_search.scss */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

/* line 272, sass/pages/_search.scss */
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* line 273, sass/pages/_search.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* line 2, sass/pages/_page.scss */
.thumb img, .hero img {
  width: 100%;
  display: block; }

/* line 7, sass/pages/_page.scss */
.hero {
  margin-bottom: 2.25rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 7, sass/pages/_page.scss */
    .hero {
      margin-bottom: 3.5rem; } }

@media (min-width: 1370px) {
  /* line 17, sass/pages/_page.scss */
  .page .page-main-content {
    width: 90%; } }
/* line 24, sass/pages/_page.scss */
.page.page-our-team .page-main-content h2 {
  margin-top: 2.5rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 24, sass/pages/_page.scss */
    .page.page-our-team .page-main-content h2 {
      margin-top: 3rem; } }
/* line 30, sass/pages/_page.scss */
.page.page-our-team .page-main-content p + h1 {
  margin-top: 3.75rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 30, sass/pages/_page.scss */
    .page.page-our-team .page-main-content p + h1 {
      margin-top: 5.75rem; } }
/* line 40, sass/pages/_page.scss */
.page.page-our-team .page-main-content ul, .page.page-our-team .subsection-copy ul, .page.page-how-to-guide .page-main-content ul, .page.page-how-to-guide .subsection-copy ul, .page.page-about .page-main-content ul, .page.page-about .subsection-copy ul {
  list-style-type: none;
  margin: 3.75rem 0 0; }
  @media (min-width: 768px) {
    /* line 40, sass/pages/_page.scss */
    .page.page-our-team .page-main-content ul, .page.page-our-team .subsection-copy ul, .page.page-how-to-guide .page-main-content ul, .page.page-how-to-guide .subsection-copy ul, .page.page-about .page-main-content ul, .page.page-about .subsection-copy ul {
      columns: 2 auto; } }
  /* line 46, sass/pages/_page.scss */
  .page.page-our-team .page-main-content ul li, .page.page-our-team .subsection-copy ul li, .page.page-how-to-guide .page-main-content ul li, .page.page-how-to-guide .subsection-copy ul li, .page.page-about .page-main-content ul li, .page.page-about .subsection-copy ul li {
    padding: 0;
    margin-bottom: 2.5rem;
    width: 96%;
    background: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    /* line 54, sass/pages/_page.scss */
    .page.page-our-team .page-main-content ul li .h2-style, .page.page-our-team .page-main-content ul li .site-main .container-submit-site-form input[type="submit"].gform_button, .site-main .container-submit-site-form .page.page-our-team .page-main-content ul li input[type="submit"].gform_button, .page.page-our-team .page-main-content .site-footer .footer-nav-container ul li li, .site-footer .footer-nav-container .page.page-our-team .page-main-content ul li li, .page.page-our-team .subsection-copy ul li .h2-style, .page.page-our-team .subsection-copy ul li .site-main .container-submit-site-form input[type="submit"].gform_button, .site-main .container-submit-site-form .page.page-our-team .subsection-copy ul li input[type="submit"].gform_button, .page.page-our-team .subsection-copy .site-footer .footer-nav-container ul li li, .site-footer .footer-nav-container .page.page-our-team .subsection-copy ul li li, .page.page-how-to-guide .page-main-content ul li .h2-style, .page.page-how-to-guide .page-main-content ul li .site-main .container-submit-site-form input[type="submit"].gform_button, .site-main .container-submit-site-form .page.page-how-to-guide .page-main-content ul li input[type="submit"].gform_button, .page.page-how-to-guide .page-main-content .site-footer .footer-nav-container ul li li, .site-footer .footer-nav-container .page.page-how-to-guide .page-main-content ul li li, .page.page-how-to-guide .subsection-copy ul li .h2-style, .page.page-how-to-guide .subsection-copy ul li .site-main .container-submit-site-form input[type="submit"].gform_button, .site-main .container-submit-site-form .page.page-how-to-guide .subsection-copy ul li input[type="submit"].gform_button, .page.page-how-to-guide .subsection-copy .site-footer .footer-nav-container ul li li, .site-footer .footer-nav-container .page.page-how-to-guide .subsection-copy ul li li, .page.page-about .page-main-content ul li .h2-style, .page.page-about .page-main-content ul li .site-main .container-submit-site-form input[type="submit"].gform_button, .site-main .container-submit-site-form .page.page-about .page-main-content ul li input[type="submit"].gform_button, .page.page-about .page-main-content .site-footer .footer-nav-container ul li li, .site-footer .footer-nav-container .page.page-about .page-main-content ul li li, .page.page-about .subsection-copy ul li .h2-style, .page.page-about .subsection-copy ul li .site-main .container-submit-site-form input[type="submit"].gform_button, .site-main .container-submit-site-form .page.page-about .subsection-copy ul li input[type="submit"].gform_button, .page.page-about .subsection-copy .site-footer .footer-nav-container ul li li, .site-footer .footer-nav-container .page.page-about .subsection-copy ul li li {
      margin: 0 0 1rem; }
/* line 62, sass/pages/_page.scss */
.page.page-how-to-guide .jump-link {
  margin-bottom: 1rem; }
/* line 68, sass/pages/_page.scss */
.page.page-resources .page-main-content h1 {
  margin-top: 3.75rem; }
/* line 71, sass/pages/_page.scss */
.page.page-resources .page-main-content > h1 {
  margin-top: 0; }
/* line 74, sass/pages/_page.scss */
.page.page-resources .page-main-content h3 {
  margin-bottom: .5rem; }
/* line 77, sass/pages/_page.scss */
.page.page-resources .page-main-content ul {
  margin-bottom: 2rem; }
/* line 83, sass/pages/_page.scss */
.page .page-social-container .share-section {
  text-align: center;
  margin-top: 2.5rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 83, sass/pages/_page.scss */
    .page .page-social-container .share-section {
      margin-top: 0;
      position: absolute;
      top: 10px;
      right: 10px; } }
  /* line 92, sass/pages/_page.scss */
  .page .page-social-container .share-section .share-icon {
    display: inline-block;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 92, sass/pages/_page.scss */
      .page .page-social-container .share-section .share-icon {
        display: block;
        margin-bottom: 7px; } }
    /* line 98, sass/pages/_page.scss */
    .page .page-social-container .share-section .share-icon a {
      display: block;
      border: 0; }
/* line 105, sass/pages/_page.scss */
.page .page-parent-section {
  margin-top: 3.75rem;
  background: #e6ebf2;
  padding: 2.5rem 4rem; }
  @media (min-width: 768px) {
    /* line 109, sass/pages/_page.scss */
    .page .page-parent-section .page-section-main-desc, .page .page-parent-section .page-section-image-container {
      float: left;
      width: 50%; } }
  @media (min-width: 768px) {
    /* line 115, sass/pages/_page.scss */
    .page .page-parent-section .page-section-image-container {
      padding-left: 2rem; } }
  @media (min-width: 768px) {
    /* line 120, sass/pages/_page.scss */
    .page .page-parent-section .page-section-main-desc {
      padding-right: 2rem; }
      /* line 123, sass/pages/_page.scss */
      .page .page-parent-section .page-section-main-desc.full-container {
        float: none;
        width: 80%; } }
  /* line 129, sass/pages/_page.scss */
  .page .page-parent-section .subsection {
    margin-top: 5rem;
    padding-top: 3.75rem;
    border-top: 2px dotted #000; }
    @media (min-width: 768px) {
      /* line 135, sass/pages/_page.scss */
      .page .page-parent-section .subsection .subsection-copy p {
        width: 85%; } }
/* line 152, sass/pages/_page.scss */
.page.page-sign-up-for-our-newsletter iframe {
  max-width: 600px; }

/* line 160, sass/pages/_page.scss */
.page-donate .logo-section .label, .page-donate .logo-section a.btn, .page-donate .logo-section button, .page-donate .logo-section button[type=submit], .page-donate .logo-section input[type=submit] {
  margin-top: 3rem; }
/* line 164, sass/pages/_page.scss */
.page-donate .logo-container {
  text-align: center;
  margin: 0 auto;
  padding: 25px;
  max-width: 300px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 164, sass/pages/_page.scss */
    .page-donate .logo-container {
      padding: 50px; } }

/* line 176, sass/pages/_page.scss */
.error404 .featured-thumb {
  margin: 3rem 0; }

/* line 182, sass/pages/_page.scss */
.page-about .about-section {
  margin-top: 6rem; }
/* line 185, sass/pages/_page.scss */
.page-about .page-parent-section {
  margin-top: 3.75rem;
  background: transparent;
  padding: 0; }
  /* line 189, sass/pages/_page.scss */
  .page-about .page-parent-section .page-section-main-desc, .page-about .page-parent-section .page-section-image-container {
    float: none;
    width: 100%;
    padding: 0; }
  /* line 196, sass/pages/_page.scss */
  .page-about .page-parent-section .page-section-image-container {
    margin: 3rem 0; }
/* line 210, sass/pages/_page.scss */
.page-about .subsection .label, .page-about .subsection a.btn, .page-about .subsection button, .page-about .subsection button[type=submit], .page-about .subsection input[type=submit] {
  margin: 0 0 1rem; }
/* line 213, sass/pages/_page.scss */
.page-about .subsection .team-container {
  margin-bottom: 3.75rem; }
  /* line 215, sass/pages/_page.scss */
  .page-about .subsection .team-container:last-child {
    margin-bottom: 0; }
/* line 219, sass/pages/_page.scss */
.page-about .subsection h3 {
  margin-bottom: 1.5rem; }
/* line 223, sass/pages/_page.scss */
.page-about .subsection .subsection-copy ul {
  list-style-type: none;
  margin: 3.75rem 0 0; }
  @media (min-width: 768px) {
    /* line 223, sass/pages/_page.scss */
    .page-about .subsection .subsection-copy ul {
      columns: 3 auto; } }
/* line 231, sass/pages/_page.scss */
.page-about .subsection .subsection-copy .col-md-6 p {
  margin-bottom: 1.5rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 231, sass/pages/_page.scss */
    .page-about .subsection .subsection-copy .col-md-6 p {
      padding-right: 5%;
      margin-bottom: 0; } }
/* line 242, sass/pages/_page.scss */
.page-about .jumplink-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 4.375rem; }
  /* line 246, sass/pages/_page.scss */
  .page-about .jumplink-wrapper ul li {
    background: none;
    margin-bottom: 0.65rem;
    padding: 0; }
    /* line 250, sass/pages/_page.scss */
    .page-about .jumplink-wrapper ul li a {
      text-underline-offset: 2px;
      padding-left: 2.25rem;
      position: relative; }
      /* line 254, sass/pages/_page.scss */
      .page-about .jumplink-wrapper ul li a:before {
        content: ' ';
        background: url(images/carat-down-sprite.png) no-repeat center top;
        background-size: 20px auto;
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 20px;
        height: 13px; }
      /* line 264, sass/pages/_page.scss */
      .page-about .jumplink-wrapper ul li a:hover {
        color: #5f009f; }
        /* line 266, sass/pages/_page.scss */
        .page-about .jumplink-wrapper ul li a:hover:before {
          background-position: center bottom; }
/* line 277, sass/pages/_page.scss */
.page-about .side-module + .side-module {
  margin-top: 2.5rem; }

/* Text meant only for screen readers. */
/* line 55, sass/style.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

/* line 68, sass/style.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* line 91, sass/style.scss */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* line 95, sass/style.scss */
* {
  min-height: 0;
  min-width: 0; }

/* line 100, sass/style.scss */
.container-fluid {
  max-width: 1800px; }

@media (min-width: 768px) {
  /* line 104, sass/style.scss */
  .mobile-only {
    display: none !important; } }

@media (max-width: 767px) {
  /* line 110, sass/style.scss */
  .hide-mobile {
    display: none !important; } }

/* line 117, sass/style.scss */
.mobile-tablet-only {
  display: block;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 117, sass/style.scss */
    .mobile-tablet-only {
      display: none !important; } }

/* line 124, sass/style.scss */
.hide-mobile-tablet {
  display: none !important;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 124, sass/style.scss */
    .hide-mobile-tablet {
      display: block !important; } }

/* line 130, sass/style.scss */
span.hide-mobile-tablet {
  display: none !important;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 130, sass/style.scss */
    span.hide-mobile-tablet {
      display: inline !important; } }

/* line 137, sass/style.scss */
.col-container {
  position: relative; }

/* line 141, sass/style.scss */
.block-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 999; }

/* line 151, sass/style.scss */
.lgbtsites-pink {
  background-color: #ec008c;
  color: #fff; }

/* line 156, sass/style.scss */
.lgbtsites-royal-blue {
  background-color: #0000FF;
  color: #fff; }
