/* 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" /> */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, ../scss/_basestyles.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/* line 21, ../scss/_basestyles.scss */
body {
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 35, ../scss/_basestyles.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 40, ../scss/_basestyles.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 49, ../scss/_basestyles.scss */
a {
  text-decoration: none; }

/* line 51, ../scss/_basestyles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 68, ../scss/_basestyles.scss */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 76, ../scss/_basestyles.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 86, ../scss/_basestyles.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 94, ../scss/_basestyles.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*===================== break points mixin ==================*/
/*===================== font size mixin ===============*/
/*===================== Variables =====================*/
/* ==================== font icon =====================*/
@font-face {
  font-family: "platinum";
  src: url("fonts/platinum.eot");
  src: url("fonts/platinum.eot?#iefix") format("embedded-opentype"), url("fonts/platinum.woff") format("woff"), url("fonts/platinum.ttf") format("truetype"), url("fonts/platinum.svg#platinum") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 59, ../scss/_base.scss */
[data-icon]:before {
  font-family: "platinum" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 73, ../scss/_base.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "platinum" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* CSS Document */
/* =============================================================================
   RESET STYLES
   ========================================================================== */
/* line 7, ../scss/_text.scss */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 unit for REMs */ }

/* line 8, ../scss/_text.scss */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

/* line 10, ../scss/_text.scss */
::-moz-selection {
  background: #777;
  color: #fff;
  text-shadow: none; }

/* line 11, ../scss/_text.scss */
::selection {
  background: #777;
  color: #fff;
  text-shadow: none; }

/* THIS CAN GO */
/* line 14, ../scss/_text.scss */
a:hover, a:active, a:selected, a:visited, a img {
  border: 0;
  outline: none !important; }

/* line 16, ../scss/_text.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* line 18, ../scss/_text.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* line 19, ../scss/_text.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 21, ../scss/_text.scss */
form {
  margin: 0; }

/* line 22, ../scss/_text.scss */
fieldset {
  border: 0;
  margin: 0;
  /*padding: 0;*/ }

/* line 23, ../scss/_text.scss */
label {
  cursor: pointer; }

/* line 24, ../scss/_text.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal; }

/* line 25, ../scss/_text.scss */
button, input, select, textarea {
  margin: 0;
  vertical-align: baseline; }

/* line 26, ../scss/_text.scss */
button, input {
  line-height: normal; }

/* line 27, ../scss/_text.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/* line 28, ../scss/_text.scss */
button[disabled], input[disabled] {
  cursor: default; }

/* line 29, ../scss/_text.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 30, ../scss/_text.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 31, ../scss/_text.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 32, ../scss/_text.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 33, ../scss/_text.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* line 34, ../scss/_text.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* line 36, ../scss/_text.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 37, ../scss/_text.scss */
td {
  vertical-align: top; }

/*-------------------------------------------
GENERIC
-------------------------------------------*/
/* line 43, ../scss/_text.scss */
body, input, textarea, select, button {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  /* ie8 fallback */
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000; }

/* line 53, ../scss/_text.scss */
strong, label, th, legend, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  font-weight: 400; }

/* line 57, ../scss/_text.scss */
em {
  font-style: italic; }

/* line 59, ../scss/_text.scss */
h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dd, p, figure, form, pre, table, hr {
  margin: 0 0 35px 0;
  /* ie8 fallback */
  margin: 0 0 3.5rem 0; }

/* line 64, ../scss/_text.scss */
a, a img {
  color: #000;
  border: 0;
  outline: none; }

/* line 69, ../scss/_text.scss */
a:hover {
  color: #999; }

/* line 71, ../scss/_text.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  padding: 0; }

/*-------------------------------------------
DARK COLOURS
-------------------------------------------*/
/*.darkBg {background-color:#000;}*/
/* line 81, ../scss/_text.scss */
.darkBg,
.darkBg a {
  color: #fff; }

/* line 84, ../scss/_text.scss */
.darkBg a:hover {
  color: #666; }

/* line 86, ../scss/_text.scss */
.darkBg hr {
  border-top: 1px solid white; }

/*-------------------------------------------
FONTS
-------------------------------------------*/
/* line 92, ../scss/_text.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/* line 94, ../scss/_text.scss */
h1, .tx-xlarge {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.25; }

/* line 95, ../scss/_text.scss */
h2, .tx-large {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3; }

/* line 96, ../scss/_text.scss */
h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4; }

/* line 97, ../scss/_text.scss */
h4, .tx-medium {
  font-size: 15px;
  font-size: 1.5rem; }

/* line 98, ../scss/_text.scss */
h5, .tx-normal {
  font-size: 15px;
  font-size: 1.5rem; }

/* line 99, ../scss/_text.scss */
h6, .tx-small {
  font-size: 12px;
  font-size: 1.2rem; }

/*-------------------------------------------
FORM
-------------------------------------------*/
/* line 105, ../scss/_text.scss */
form br {
  clear: left; }

/* line 107, ../scss/_text.scss */
fieldset {
  border: 1px solid #cccccc;
  margin: 0 0 15px 0;
  margin: 0 0 1.5rem 0; }

/* line 113, ../scss/_text.scss */
legend {
  display: block; }

/* line 119, ../scss/_text.scss */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #cccccc;
  padding: 5px;
  outline: none;
  margin: 0 0 15px 0;
  margin: 0 0 1.5rem 0;
  max-width: 100%;
  display: block;
  background: #fff; }

/* line 132, ../scss/_text.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaaaaa;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

/* line 137, ../scss/_text.scss */
textarea {
  min-height: 60px; }

/* line 139, ../scss/_text.scss */
input[type="checkbox"] {
  display: inline; }

/* line 145, ../scss/_text.scss */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #000;
  border: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 15px; }

/* line 159, ../scss/_text.scss */
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #666666; }

/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 650px) {
  /* line 169, ../scss/_text.scss */
  h1, .tx-xlarge {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3; }

  /* line 170, ../scss/_text.scss */
  h2, .tx-large {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.35; }

  /* line 171, ../scss/_text.scss */
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45; }

  /* line 172, ../scss/_text.scss */
  h4, .tx-medium {
    font-size: 17px;
    font-size: 1.7rem; } }
@media only screen and (min-width: 980px) {
  /* line 181, ../scss/_text.scss */
  h1, h2 {
    margin: 0 0 42px 0;
    /* ie8 fallback */
    margin: 0 0 4.2rem 0; }

  /* line 185, ../scss/_text.scss */
  h3, h4, h5, h6, hgroup, ul, ol, dd, p, figure, form, pre, table, hr {
    margin: 0 0 38px 0;
    /* ie8 fallback */
    margin: 0 0 3.8rem 0; }

  /* line 190, ../scss/_text.scss */
  h1, .tx-xlarge {
    font-size: 44px;
    font-size: 4.4rem; }

  /* line 191, ../scss/_text.scss */
  h2, .tx-large {
    font-size: 32px;
    font-size: 3.2rem; }

  /* line 192, ../scss/_text.scss */
  h3 {
    font-size: 26px;
    font-size: 2.6rem; } }
/*===================== Global Styles =====================*/
/* line 8, ../scss/_main.scss */
.fixed {
  overflow: hidden;
  height: 100%; }

/* this will the buggy positioning of the fancybox wrapper on mobile devices*/
/* and will prevent the overlay to be overscrolled */
/* line 13, ../scss/_main.scss */
.fancybox-mobile[style] {
  top: 25%!important; }

/* end*/
/* line 17, ../scss/_main.scss */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 19, ../scss/_main.scss */
.inner_wrapper {
  max-width: 1000px;
  padding: 0 6.25%; }
  @media (min-width: 980px) {
    /* line 19, ../scss/_main.scss */
    .inner_wrapper {
      margin: 0 auto; } }

/* line 25, ../scss/_main.scss */
.bg_img img {
  width: 100%;
  height: auto; }

@media (min-width: 980px) {
  /* line 26, ../scss/_main.scss */
  .bg_img {
    position: absolute;
    bottom: 0; } }
/* line 29, ../scss/_main.scss */
.logo img {
  width: 200px;
  height: auto; }
  @media (min-width: 650px) {
    /* line 29, ../scss/_main.scss */
    .logo img {
      width: 292px; } }

/* line 33, ../scss/_main.scss */
.black_bg {
  background: #000;
  color: #fff;
  padding-bottom: 30px; }
  /* line 34, ../scss/_main.scss */
  .black_bg a {
    color: #fff; }
    /* line 35, ../scss/_main.scss */
    .black_bg a:hover {
      color: #999; }
  /* line 37, ../scss/_main.scss */
  .black_bg .nav_button {
    background: url(img/mobile_nav_white@2x.png) no-repeat;
    background-size: 33px 22px; }

/* line 40, ../scss/_main.scss */
header {
  position: relative;
  padding-top: 30px; }
  /* line 41, ../scss/_main.scss */
  header .logo_border {
    height: 2px;
    background: #000;
    width: 100%;
    display: block; }
  /* line 42, ../scss/_main.scss */
  header .logo {
    position: relative;
    top: -8px; }
    @media (min-width: 980px) {
      /* line 42, ../scss/_main.scss */
      header .logo {
        top: 0px; } }
  /* line 46, ../scss/_main.scss */
  header .black .logo{
    top: 12px;
  }
  header .black .logo_border {
    background: #fff; }
  @media (min-width: 650px) {
    /* line 40, ../scss/_main.scss */
    header {
      padding-top: 60px; } }

/* line 51, ../scss/_main.scss */
.nav_button {
  position: absolute;
  right: 0;
  top: 40px;
  height: 25px;
  width: 33px;
  background: url(img/mobile_nav_black@2x.png) no-repeat;
  background-size: 33px 22px;
  padding: 0; }
  @media (min-width: 650px) {
    /* line 51, ../scss/_main.scss */
    .nav_button {
      top: 80px; } }
  @media (min-width: 980px) {
    /* line 51, ../scss/_main.scss */
    .nav_button {
      display: none; } }

/* line 56, ../scss/_main.scss */
.content {
  padding: 0px 0 20px 0;
  /*@include breakpoint(desktop_tall) {margin-top: 150px;}*/
  /*@include breakpoint(desktop_large_tall) {margin-top: 100px;}*/ }
  /* line 57, ../scss/_main.scss */
  .content ul {
    margin: 0 0 0 20px;
    list-style-type: disc;
    margin-bottom: 20px; }
    /* line 58, ../scss/_main.scss */
    .content ul li {
      margin-bottom: 10px; }
  @media (min-width: 980px) {
    /* line 60, ../scss/_main.scss */
    .content .column {
      width: 41.6666%;
      float: right; }
      /* line 63, ../scss/_main.scss */
      .content .column:first-child {
        width: 50%;
        float: left; } }
  /* line 66, ../scss/_main.scss */
  .content a {
    text-decoration: underline; }
  /* line 68, ../scss/_main.scss */
  .content h1 {
    border-bottom: 2px solid white; }
    /* line 69, ../scss/_main.scss */
    .content h1 a {
      text-decoration: none; }
  @media (min-width: 650px) {
    /* line 56, ../scss/_main.scss */
    .content {
      padding: 30px 0 60px 0; } }
  @media (min-width: 980px) {
    /* line 56, ../scss/_main.scss */
    .content {
      padding: 40px 0 80px 0; } }

@media only screen and (max-height: 1000px) and (min-width: 1400px) {
  /* line 78, ../scss/_main.scss */
  .content {
    padding: 20px 0 40px 0; } }
/* line 81, ../scss/_main.scss */
.main_nav {
  font-size: 30px;
  font-size: 3rem;
  display: none; }
  @media (min-width: 980px) {
    /* line 81, ../scss/_main.scss */
    .main_nav {
      top: 75px;
      display: inline;
      position: absolute;
      right: 0;
      font-size: 17px;
      font-size: 1.7rem; }
      /* line 84, ../scss/_main.scss */
      .main_nav li {
        float: left;
        margin-left: 10px; } }
      @media (min-width: 980px) and (min-width: 768px) {
        /* line 84, ../scss/_main.scss */
        .main_nav li {
          margin-left: 30px; } }
  /* line 88, ../scss/_main.scss */
  .main_nav .active {
    text-decoration: underline; }

/*================== mobile navigation ============================*/
@media (min-width: 980px) {
  /* line 94, ../scss/_main.scss */
  #mobile {
    display: none; } }

/* line 98, ../scss/_main.scss */
#section2 {
  background: #fff; }

/*================== full page scroll navigation ============================*/
/* line 102, ../scss/_main.scss */
.scroll_nav {
  margin-right: 6.25%; }

@media screen and (min-width: 1140px) {
  /* line 105, ../scss/_main.scss */
  .scroll_nav {
    margin-right: auto; } }
@media (min-width: 980px) and (min-height: 768px) {
  /* line 109, ../scss/_main.scss */
  .scroll_nav {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 110, ../scss/_main.scss */
  .onepage-pagination {
    z-index: 2; }

  /* line 111, ../scss/_main.scss */
  .viewing-page-2 .main_nav a, .viewing-page-4 .main_nav a {
    color: #fff; }
    /* line 112, ../scss/_main.scss */
    .viewing-page-2 .main_nav a:hover, .viewing-page-4 .main_nav a:hover {
      color: #999; }

  /* line 114, ../scss/_main.scss */
  .main_nav a {
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; } }
/*================== fallback naavigation ============================*/
/* line 119, ../scss/_main.scss */
.fallback_nav {
  display: none!important; }

/*================== staff section ============================*/
/* line 123, ../scss/_main.scss */
#staff_list {
  margin: 0;
  list-style-type: none;
  overflow: hidden; }
  /* line 124, ../scss/_main.scss */
  #staff_list a[href^="mailto"] {
    display: none; }
    @media (min-width: 980px) {
      /* line 124, ../scss/_main.scss */
      #staff_list a[href^="mailto"] {
        display: inline-block;
        font-size: 17px;
        font-size: 1.7rem;
        position: relative;
        top: -9px;
        margin-right: 20px; } }
  /* line 128, ../scss/_main.scss */
  #staff_list li {
    height: 20px;
    line-height: 20px;
    padding: 10px 0;
    font-size: 20px;
    font-size: 2rem;
    border-bottom: 2px solid black;
    width: 100%;
    margin-bottom: 25px; }
    @media (min-width: 650px) {
      /* line 128, ../scss/_main.scss */
      #staff_list li {
        height: 35px;
        line-height: 45px; } }
    @media (min-width: 980px) {
      /* line 128, ../scss/_main.scss */
      #staff_list li {
        height: 40px;
        line-height: 60px; } }
  /* line 133, ../scss/_main.scss */
  #staff_list .staff_links {
    float: right; }
  /* line 134, ../scss/_main.scss */
  #staff_list .popup_list {
    font-size: 40px;
    font-size: 4rem;
    text-decoration: none; }
  /* line 135, ../scss/_main.scss */
  #staff_list h1 {
    float: left;
    clear: both;
    margin-bottom: 0;
    border-bottom: none!important; }

/*================== staff popup ============================*/
/* line 140, ../scss/_main.scss */
.popup {
  display: none; }

/* line 142, ../scss/_main.scss */
.popup_wrapper {
  padding: 0 6.25%; }
  @media (min-width: 650px) {
    /* line 142, ../scss/_main.scss */
    .popup_wrapper {
      padding: 0 20%; } }
  /* line 146, ../scss/_main.scss */
  .popup_wrapper header {
    margin-bottom: 70px; }
  /* line 147, ../scss/_main.scss */
  .popup_wrapper h1 {
    float: left;
    margin-bottom: 5px; }
  /* line 148, ../scss/_main.scss */
  .popup_wrapper .title {
    clear: both;
    display: block; }
  /* line 149, ../scss/_main.scss */
  .popup_wrapper a[href^="mailto"] {
    float: left;
    text-decoration: underline;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 20px; }

/*================== contact section ============================*/
/* line 155, ../scss/_main.scss */
.details_container {
  margin-bottom: 20px; }
  @media (min-width: 650px) {
    /* line 155, ../scss/_main.scss */
    .details_container {
      width: 50%;
      float: left;
      margin-bottom: 40px; } }
  /* line 157, ../scss/_main.scss */
  .details_container span {
    display: block; }

/* line 160, ../scss/_main.scss */
#fax, #email {
  display: block; }

/* line 161, ../scss/_main.scss */
#email {
  margin-bottom: 60px; }

@media (min-width: 650px) {
  /* line 162, ../scss/_main.scss */
  #tel_link {
    cursor: default!important; } }

/*================== footer section ============================*/
/* line 167, ../scss/_main.scss */
.bylink a {
  text-decoration: underline; }
@media (min-width: 980px) and (min-height: 768px) {
  /* line 166, ../scss/_main.scss */
  .bylink {
    position: absolute;
    bottom: 50px; } }

/* line 171, ../scss/_main.scss */
.copyright {
  display: block; }
  @media (min-width: 650px) {
    /* line 171, ../scss/_main.scss */
    .copyright {
      display: inline;
      margin-right: 10px; } }

@media only screen and (min-height: 1000px) and (min-width: 980px) {
  /* line 177, ../scss/_main.scss */
  .inner_wrapper {
    height: 100%; }

  /* line 178, ../scss/_main.scss */
  .content {
    position: relative;
    top: 8%;
    margin-top: 0px; } }
/* line 181, ../scss/_main.scss */
body.disabled-onepage-scroll {
  width: 100%;
  position: static!important; }

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 12, ../scss/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 20, ../scss/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 27, ../scss/_fancybox.scss */
.fancybox-skin {
  position: relative;
  /*background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/ }

/* line 37, ../scss/_fancybox.scss */
.fancybox-opened {
  z-index: 8030; }

/* line 41, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/ }

/* line 47, ../scss/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 51, ../scss/_fancybox.scss */
.fancybox-inner {
  overflow: hidden; }

/* line 55, ../scss/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 59, ../scss/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 67, ../scss/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 73, ../scss/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 78, ../scss/_fancybox.scss */
#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background: url("img/fancybox_sprite.png"); }

/* line 82, ../scss/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 94, ../scss/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat; }

/* line 100, ../scss/_fancybox.scss */
.fancybox-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8040;
  background: url("img/close_button.png");
  position: fixed;
  top: 6px;
  right: 6px; }

/* line 112, ../scss/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

/* line 124, ../scss/_fancybox.scss */
.fancybox-prev {
  left: 0; }

/* line 128, ../scss/_fancybox.scss */
.fancybox-next {
  right: 0; }

/* line 132, ../scss/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 143, ../scss/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 148, ../scss/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 153, ../scss/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 157, ../scss/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 169, ../scss/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

/* line 174, ../scss/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important; }

/* line 178, ../scss/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important; }

/* line 182, ../scss/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010; }

/* line 191, ../scss/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 197, ../scss/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 204, ../scss/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 212, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 216, ../scss/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 225, ../scss/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 241, ../scss/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 247, ../scss/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 251, ../scss/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 266, ../scss/_fancybox.scss */
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  /* line 271, ../scss/_fancybox.scss */
  .fancybox-close {
    background-size: 40px 40px;
    background-image: url("img/close_button@2x.png"); }

  /* line 276, ../scss/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 10, ../scss/_helper.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 18, ../scss/_helper.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 29, ../scss/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 38, ../scss/_helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 55, ../scss/_helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 68, ../scss/_helper.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 85, ../scss/_helper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 90, ../scss/_helper.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 99, ../scss/_helper.scss */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 7, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 15, ../scss/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 19, ../scss/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 23, ../scss/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 33, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 38, ../scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  /* line 43, ../scss/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 48, ../scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 52, ../scss/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 62, ../scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 68, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
  .mh-135 { min-height: 135px; }
