/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Clearfix https://css-tricks.com/snippets/css/clear-fix/*/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 106.25%;
  line-height: 1.47059em; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 25px 40px;
  margin: 1.47059rem 2.35294rem; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 45px;
  font-size: 2.64706rem;
  line-height: 50px;
  line-height: 2.94118rem;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 25px;
  margin-top: 1.47059rem;
  margin-bottom: 25px;
  margin-bottom: 1.47059rem; }

h2 {
  font-size: 36px;
  font-size: 2.11765rem;
  line-height: 50px;
  line-height: 2.94118rem;
  margin-top: 25px;
  margin-top: 1.47059rem;
  margin-bottom: 25px;
  margin-bottom: 1.47059rem; }

h3 {
  font-size: 30px;
  font-size: 1.76471rem;
  line-height: 50px;
  line-height: 2.94118rem;
  margin-top: 25px;
  margin-top: 1.47059rem;
  margin-bottom: 25px;
  margin-bottom: 1.47059rem; }

h4 {
  font-size: 16px;
  font-size: 0.94118rem;
  line-height: 25px;
  line-height: 1.47059rem;
  margin-top: 25px;
  margin-top: 1.47059rem;
  margin-bottom: 25px;
  margin-bottom: 1.47059rem; }

h5 {
  font-size: 22px;
  font-size: 1.29412rem;
  line-height: 50px;
  line-height: 2.94118rem;
  margin-top: 25px;
  margin-top: 1.47059rem;
  margin-bottom: 25px;
  margin-bottom: 1.47059rem; }

h6 {
  font-size: 14px;
  font-size: 0.82353rem;
  line-height: 25px;
  line-height: 1.47059rem;
  margin-top: 25px;
  margin-top: 1.47059rem;
  margin-bottom: 25px;
  margin-bottom: 1.47059rem; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 25px 0;
  margin: 1.47059rem 0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 25px 0;
  margin: 1.47059rem 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 25px 40px;
  margin: 1.47059rem 2.35294rem; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 1px;
  border-top-width: 0.05882rem;
  border-top-style: solid;
  padding-top: 8px;
  padding-top: 0.45588rem;
  border-bottom-width: 1px;
  border-bottom-width: 0.05882rem;
  border-bottom-style: solid;
  padding-bottom: 15px;
  padding-bottom: 0.89706rem;
  border-left-width: 1px;
  border-left-width: 0.05882rem;
  border-left-style: solid;
  padding-left: 15px;
  padding-left: 0.86029rem;
  border-right-width: 1px;
  border-right-width: 0.05882rem;
  border-right-style: solid;
  padding-right: 15px;
  padding-right: 0.86029rem; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Changing Susy default global settings */
body {
  font-size: 16px;
  font-size: 0.94118rem;
  color: #3C3D3C;
  font-weight: 200;
  font-family: "merriweather", serif; }

h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 45px;
  line-height: 2.64706rem;
  margin: 1.47059rem 0 0; }
  h1 + p {
    margin-top: 0; }
  h1 a {
    font-style: normal; }

h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 36px;
  line-height: 2.11765rem;
  margin: 1.47059rem 0 0; }
  h2 + p {
    margin-top: 0; }
  h2 a {
    font-style: normal; }

h3 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  line-height: 1.76471rem;
  margin: 1.47059rem 0 0; }
  .theme-red h3 {
    color: #EB596B; }
    .theme-red h3 a {
      color: #EB596B; }
      .theme-red h3 a:hover, .theme-red h3 a:focus {
        color: #f08290; }
  .theme-yellow h3 {
    color: #FBBC31; }
    .theme-yellow h3 a {
      color: #FBBC31; }
      .theme-yellow h3 a:hover, .theme-yellow h3 a:focus {
        color: #fccb5e; }
  .theme-blue h3 {
    color: #2FC2F1; }
    .theme-blue h3 a {
      color: #2FC2F1; }
      .theme-blue h3 a:hover, .theme-blue h3 a:focus {
        color: #5acff4; }
  .theme-purple h3 {
    color: #B789DF; }
    .theme-purple h3 a {
      color: #B789DF; }
      .theme-purple h3 a:hover, .theme-purple h3 a:focus {
        color: #cdade9; }
  .theme-green h3 {
    color: #9DCE53; }
    .theme-green h3 a {
      color: #9DCE53; }
      .theme-green h3 a:hover, .theme-green h3 a:focus {
        color: #b1d877; }
  h3 + p {
    margin-top: 1.47059rem; }
  h3 a {
    font-style: normal; }

/* Sub Head 1 */
h4 {
  font-family: "merriweather", serif;
  font-weight: normal;
  line-height: 30px;
  line-height: 1.76471rem;
  margin: 1.47059rem 0 0; }
  h4 + p {
    margin-top: 0; }
  h4 a {
    font-style: normal; }

/* Sub Head 2 */
h5 {
  font-family: "merriweather", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  line-height: 1.76471rem;
  color: #2FC2F1;
  margin: 1.47059rem 0 0; }
  h5 + p {
    margin-top: 0; }
  h5 a {
    font-style: normal; }

/* Sub Head 3 */
h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  line-height: 20px;
  line-height: 1.17647rem;
  color: #FBBC31;
  margin: 1.47059rem 0 0; }
  h6 + p {
    margin-top: 0; }
  h6 a {
    font-style: normal; }

a {
  cursor: pointer;
  color: #2FC2F1;
  text-decoration: none;
  font-style: italic; }
  a:hover {
    color: #f8b057; }

.callout,
blockquote {
  color: #2FC2F1;
  font-family: "merriweather", serif;
  font-weight: 200;
  line-height: 30px;
  line-height: 1.76471rem; }

ul,
ol {
  margin: 1.47059rem 18px;
  padding: 0; }
  ul li,
  ol li {
    margin: 8px 0; }

.button {
  color: #fff;
  font-size: 12px;
  font-size: 0.70588rem;
  line-height: 15px;
  line-height: 0.88235rem;
  text-align: center;
  font-family: "merriweather", serif;
  font-weight: 200;
  padding: 10px 15px;
  display: inline-block;
  background-color: #FBBC31;
  color: #3C3D3C;
  transition: all .3s ease;
  border: none; }
  @media all and (min-width: 48.0625em) {
    .button {
      padding: 15px 25px;
      font-size: 14px;
      font-size: 0.82353rem;
      line-height: 18px;
      line-height: 1.05882rem; } }
  .button:hover, .button:focus {
    color: #fff;
    background-color: #fccb5e; }

.button-alt {
  font-size: 14px;
  font-size: 0.82353rem;
  line-height: 18px;
  line-height: 1.05882rem;
  font-family: "merriweather", serif;
  font-weight: 200;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  color: #3C3D3C;
  border: 2px solid #3C3D3C;
  transition: all .3s ease; }
  @media all and (min-width: 48.0625em) {
    .button-alt {
      padding: 15px 25px; } }
  .button-alt:hover, .button-alt:focus {
    color: #fff;
    background-color: #2FC2F1;
    border-color: #2FC2F1; }
  .button-alt.white {
    color: #fff;
    border-color: #fff; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.downloads-list {
  list-style: none;
  margin: 1.47059rem 0; }
  h2 + .downloads-list {
    margin: 0 0 0 7px; }
  .downloads-list a {
    font-size: 17px;
    font-size: 1rem;
    font-family: "merriweather", serif;
    font-weight: 200;
    color: #3C3D3C; }
    .downloads-list a:hover, .downloads-list a:focus {
      color: #9DCE53; }
    .downloads-list a[href*=".pdf"]:before, .downloads-list a[href*=".doc"]:before, .downloads-list a[href*=".docx"]:before, .downloads-list a[href*=".jpg"]:before, .downloads-list a[href*=".gif"]:before, .downloads-list a[href*=".png"]:before, .downloads-list a[href*=".xls"]:before, .downloads-list a[href*=".zip"]:before, .downloads-list a[href*=".odt"]:before, .downloads-list a[href*=".pages"]:before, .downloads-list a[href*=".rtf"]:before, .downloads-list a[href*=".txt"]:before {
      content: '';
      background-image: url('../images/svg/icn_download_file.png?1456860578');
      display: inline-block;
      width: 21px;
      height: 25px;
      vertical-align: top;
      margin-right: 9px;
      background-repeat: no-repeat;
      background-position: center; }

.image_button {
  display: block;
  position: relative; }
  .image_button img {
    display: block;
    margin: 0 !important;
    width: 100%; }
  .image_button .text {
    width: 100%;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-size: 1.76471rem;
    line-height: 40px;
    line-height: 2.35294rem;
    font-style: normal; }
  .image_button:hover .text, .image_button:focus .text {
    padding: 30px 20px; }
  .theme-red .image_button .text {
    background-color: rgba(235, 89, 107, 0.8); }
  .theme-red .image_button:focus .text, .theme-red .image_button:hover .text {
    background-color: rgba(235, 89, 107, 0.9); }
  .theme-yellow .image_button .text {
    background-color: rgba(251, 188, 49, 0.8); }
  .theme-yellow .image_button:focus .text, .theme-yellow .image_button:hover .text {
    background-color: rgba(251, 188, 49, 0.9); }
  .theme-blue .image_button .text {
    background-color: rgba(47, 194, 241, 0.8); }
  .theme-blue .image_button:focus .text, .theme-blue .image_button:hover .text {
    background-color: rgba(47, 194, 241, 0.9); }
  .theme-purple .image_button .text {
    background-color: rgba(183, 137, 223, 0.8); }
  .theme-purple .image_button:focus .text, .theme-purple .image_button:hover .text {
    background-color: rgba(183, 137, 223, 0.9); }
  .theme-green .image_button .text {
    background-color: rgba(157, 206, 83, 0.8); }
  .theme-green .image_button:focus .text, .theme-green .image_button:hover .text {
    background-color: rgba(157, 206, 83, 0.9); }

.exp-content.shown {
  display: block; }

.exp-content.hidden {
  display: none; }

.exp-trigger button {
  background: transparent none;
  border: medium none;
  padding: 0px;
  font-size: 20px;
  font-weight: normal; }

.exp-trigger button:hover,
.exp-trigger button:focus {
  color: #F69B2B; }

.header {
  position: relative;
  background-size: cover;
  height: 225px; }
  .header.has-image {
    height: 350px; }
  .header.has-image.tall {
    height: 700px; }

.logo-img {
  z-index: 1000;
  position: absolute;
  display: none; }
  @media all and (min-width: 48.0625em) {
    .logo-img {
      display: block; } }

.site-title {
  color: #3C3D3C;
  font-style: normal;
  font-size: 16px;
  font-size: 0.94118rem;
  line-height: 20px;
  line-height: 1.17647rem;
  display: inline-block;
  max-width: 75%;
  float: left; }
  .site-title:hover, .site-title:focus {
    color: #535453; }
  @media all and (min-width: 48.0625em) {
    .site-title {
      float: none;
      width: 38.77551%;
      float: left;
      margin-right: 2.04082%;
      font-size: 28px;
      font-size: 1.64706rem;
      line-height: 36px;
      line-height: 2.11765rem; } }

.navigation-bar {
  position: absolute;
  bottom: auto;
  width: 100%;
  padding: 10px 5px;
  z-index: 1500; }
  .navigation-bar .container {
    position: relative; }
  @media all and (min-width: 48.0625em) {
    .navigation-bar {
      top: 63px; } }
  @media all and (min-width: 48.0625em) {
    .navigation-bar {
      padding: 20px 5px; } }
  .home .fixed .navigation-bar {
    top: 0;
    bottom: auto; }
    @media all and (min-width: 48.0625em) {
      .home .fixed .navigation-bar {
        top: 63px; } }
  .theme-red .navigation-bar {
    background-color: #EB596B; }
  .theme-yellow .navigation-bar {
    background-color: #FBBC31; }
  .theme-blue .navigation-bar {
    background-color: #2FC2F1; }
  .theme-purple .navigation-bar {
    background-color: #B789DF; }
  .theme-green .navigation-bar {
    background-color: #9DCE53; }

.nav {
  display: none; }
  .nav ul {
    margin: 0; }
    .nav ul li {
      display: inline-block;
      margin: 5px 10px; }
  .nav a {
    /* FUTURE EXHIBITS: */
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    font-size: 0.76471rem;
    color: #FFFFFF;
    letter-spacing: 1.2px;
    line-height: 20px;
    line-height: 1.17647rem;
    font-style: normal;
    text-transform: uppercase;
    padding: 5px 8px; }
    .nav a:hover, .nav a:focus {
      color: #3C3D3C; }
  @media all and (min-width: 48.0625em) {
    .nav {
      display: block;
      width: 59.18367%;
      float: right;
      margin-right: 0; } }

.nav.open {
  display: block;
  width: 100%;
  clear: both; }
  .nav.open ul li {
    display: block;
    margin: 16px 0; }
    .nav.open ul li a {
      padding: 5px 0; }

.menubutton {
  display: inline-block;
  max-width: 25%;
  font-style: normal;
  color: #3C3D3C;
  border: 2px solid #3C3D3C;
  padding: 0px 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.82353rem; }
  .menubutton:hover, .menubutton:focus {
    color: #fff;
    border-color: #fff; }
  @media all and (min-width: 48.0625em) {
    .menubutton {
      display: none; } }

.site-footer {
  color: #B8B9B8;
  background-color: #3C3D3C;
  padding: 41px 0 10px; }
  @media all and (min-width: 48.0625em) {
    .site-footer {
      padding: 73px 0 62px; } }
  .site-footer a {
    color: #F69B2B;
    font-style: normal;
    font-family: "futura-pt", sans-serif; }

.footer-about {
  text-align: center;
  font-size: 14px;
  font-size: 0.82353rem; }
  @media all and (min-width: 48.0625em) {
    .footer-about {
      width: 49.57983%;
      float: left;
      margin-right: 0.84034%; } }
  @media all and (min-width: 54.6875em) {
    .footer-about {
      width: 28.57143%;
      float: left;
      margin-right: 0.84034%; } }
  .footer-about .footer-logo {
    margin: 0 auto 52px;
    display: block;
    margin-bottom: 52px; }
  .footer-about .city {
    text-transform: uppercase;
    margin: 17px 0 28px; }
  .footer-about .phone,
  .footer-about .email {
    margin: 0; }
  .footer-about a {
    color: #B8B9B8; }
    .footer-about a:hover, .footer-about a:focus {
      color: #2FC2F1; }

.nav-wrap {
  text-align: center; }
  @media all and (min-width: 48.0625em) {
    .nav-wrap {
      width: 49.57983%;
      float: right;
      margin-right: 0; } }
  @media all and (min-width: 54.6875em) {
    .nav-wrap {
      width: 70.58824%;
      float: right;
      margin-right: 0;
      padding-left: 65px;
      text-align: left; } }
  .nav-wrap .border-wrap {
    max-width: 1220px;
    max-width: 71.76471rem;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1.47059rem;
    margin-bottom: 1.47059rem;
    width: 80%; }
    .nav-wrap .border-wrap:after {
      content: " ";
      display: block;
      clear: both; }
    @media all and (min-width: 48.0625em) {
      .nav-wrap .border-wrap {
        width: 100%;
        border-bottom: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.5); } }
  .nav-wrap ul {
    margin-top: 13px; }

.footer-quick ul {
  padding-left: 40px; }
@media all and (max-width: 48em) {
  .footer-quick ul {
    margin: 0;
    padding: 0; } }
@media all and (min-width: 54.6875em) {
  .footer-quick {
    width: 38.20225%;
    float: left;
    margin-right: 1.1236%; } }
.footer-quick a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.88235rem;
  line-height: 23px;
  line-height: 1.35294rem;
  letter-spacing: .5px; }
.footer-quick li {
  margin: 10px 0; }

.footer-nav {
  display: none;
  max-width: 1220px;
  max-width: 71.76471rem;
  margin-left: auto;
  margin-right: auto;
  width: 49.4382%;
  float: left;
  margin-right: 1.1236%;
  border-left: 1px solid rgba(255, 255, 255, 0.5); }
  .footer-nav ul {
    padding-left: 40px; }
  @media all and (min-width: 54.6875em) {
    .footer-nav {
      display: block; } }
  .footer-nav:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-nav li {
    width: 50%;
    float: left; }
  .footer-nav a {
    font-size: 16px;
    font-size: 0.94118rem;
    line-height: 23px;
    line-height: 1.35294rem;
    color: #fff; }
    .footer-nav a:focus, .footer-nav a:hover {
      color: #2FC2F1; }

.site-footer .footer-social-nav ul.social-nav {
  display: block;
  border: none; }
  .site-footer .footer-social-nav ul.social-nav li {
    display: inline-block; }
  .site-footer .footer-social-nav ul.social-nav a {
    width: 30px;
    height: 30px; }
  .site-footer .footer-social-nav ul.social-nav a[href*="facebook"] {
    background-image: url('../images/svg/icn_facebook_grey.png?1455044336');
    background-size: auto; }
  .site-footer .footer-social-nav ul.social-nav a[href*="instagram"] {
    background-image: url('../images/svg/icn_instagram_grey.png?1455044336');
    background-size: auto; }
  .site-footer .footer-social-nav ul.social-nav a[href*="youtube"] {
    background-image: url('../images/svg/icn_youtube_grey.png?1455044336');
    background-size: auto; }
  .site-footer .footer-social-nav ul.social-nav a[href*="twitter"] {
    background-image: url('../images/svg/icn_twitter_grey.png?1455044336');
    background-size: auto; }

.home header {
  height: auto; }
.home .header-image {
  background-size: cover;
  height: auto;
  overflow: hidden; }
  .home .header-image .text {
    z-index: 100;
    position: absolute;
    top: 100px; }
    .home .header-image .text .intro-1 {
      color: #fff;
      text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      max-width: 90%;
      font-size: 35px;
      font-size: 2.05882rem;
      line-height: 35px;
      line-height: 2.05882rem; }
      @media all and (min-width: 48.0625em) {
        .home .header-image .text .intro-1 {
          font-size: 55px;
          font-size: 3.23529rem;
          line-height: 55px;
          line-height: 3.23529rem; } }
      @media all and (min-width: 62.5em) {
        .home .header-image .text .intro-1 {
          font-size: 75px;
          font-size: 4.41176rem;
          line-height: 75px;
          line-height: 4.41176rem; } }
    .home .header-image .text .intro-2 {
      color: #fff;
      font-size: 30px;
      font-size: 1.76471rem;
      line-height: 40px;
      line-height: 2.35294rem;
      text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      font-size: 18px;
      font-size: 1.05882rem;
      line-height: 22px;
      line-height: 1.29412rem; }
      @media all and (min-width: 48.0625em) {
        .home .header-image .text .intro-2 {
          font-size: 22px;
          font-size: 1.29412rem;
          line-height: 32px;
          line-height: 1.88235rem; } }
      @media all and (min-width: 62.5em) {
        .home .header-image .text .intro-2 {
          font-size: 30px;
          font-size: 1.76471rem;
          line-height: 40px;
          line-height: 2.35294rem; } }
  .home .header-image img {
    opacity: 0;
    width: 100%;
    height: auto;
    z-index: 1; }
.home .fixed .header-image {
  height: 350px !important; }
  .home .fixed .header-image .text {
    top: 80px; }
    @media all and (min-width: 48.0625em) {
      .home .fixed .header-image .text {
        top: 161px; } }
    .home .fixed .header-image .text .intro-1 {
      max-width: 70%;
      font-size: 20px;
      font-size: 1.17647rem;
      line-height: 30px;
      line-height: 1.76471rem; }
      @media all and (min-width: 48.0625em) {
        .home .fixed .header-image .text .intro-1 {
          font-size: 36px;
          font-size: 2.11765rem;
          line-height: 46px;
          line-height: 2.70588rem; } }
      @media all and (min-width: 62.5em) {
        .home .fixed .header-image .text .intro-1 {
          font-size: 46px;
          font-size: 2.70588rem;
          line-height: 56px;
          line-height: 3.29412rem; } }
    .home .fixed .header-image .text .intro-2 {
      display: none; }
  .home .fixed .header-image img {
    margin-top: -20%; }
.home .navigation-bar {
  top: auto;
  bottom: 0; }

.has-sidebar {
  width: 74.78992%;
  float: left;
  margin-right: 0.84034%;
  margin-bottom: 1.47059rem; }

.sidebar {
  width: 24.36975%;
  float: right;
  margin-right: 0;
  margin-top: 1.47059rem;
  margin-bottom: 1.47059rem; }

.posts-index article {
  clear: both;
  margin-top: 1.47059rem;
  margin-bottom: 1.47059rem;
  max-width: 1220px;
  max-width: 71.76471rem;
  margin-left: auto;
  margin-right: auto; }
  .posts-index article:after {
    content: " ";
    display: block;
    clear: both; }
.posts-index h3 {
  margin-top: 0;
  margin-bottom: 1.47059rem; }
.posts-index .post-thumbnail {
  float: left;
  margin-right: 63px;
  display: block;
  max-width: 396px; }
  .posts-index .post-thumbnail img {
    display: block; }
.posts-index .post-excerpt > p {
  margin-top: 0; }
.posts-index .view-article {
  padding: 5px 10px; }

html {
  margin: 0; }

.main,
main {
  overflow: hidden; }

.container {
  max-width: 1220px;
  max-width: 71.76471rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.admin-bar {
  margin: 0 !important; }
  .admin-bar body {
    padding-top: 46px; }
  .admin-bar #header,
  .admin-bar .splash-overlay {
    top: 46px; }
  @media all and (min-width: 48.9375em) {
    .admin-bar body {
      padding-top: 32px; }
    .admin-bar #header,
    .admin-bar .splash-overlay {
      top: 32px; } }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 31px 10px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 10px 31px; }
  .column .alignright {
    margin: 5px 0 10px 31px; }

.alignleft {
  float: left;
  margin: 5px 31px 10px 0; }
  .column .alignleft {
    margin: 5px 31px 10px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=screen.css.map */
