/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* normalize.scss v2.0.1 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 15, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 33, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 48, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 57, ../sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 73, ../sass/_normalize.scss */
html {
  font-family: "futura-pt";
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establishes a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em; }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
/* line 88, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: "futura-pt"; }

/*
 * Removes default margin.
 */
/* line 100, ../sass/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 112, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 120, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Sets 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 133, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0; }

/* line 138, ../sass/_normalize.scss */
blockquote {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px; }

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 148, ../sass/_normalize.scss */
h1 {
  /* Sets the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2.1em;
  line-height: 1.42857em;
  /* Sets 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.71429em;
  margin-bottom: 0.71429em; }

/* line 157, ../sass/_normalize.scss */
h2 {
  font-size: 1.6em;
  line-height: 1.875em;
  margin-top: 0.9375em;
  margin-bottom: 0.9375em; }

/* line 163, ../sass/_normalize.scss */
h3 {
  font-size: 1.4em;
  line-height: 2.14286em;
  margin-top: 1.07143em;
  margin-bottom: 1.07143em; }

/* line 169, ../sass/_normalize.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

/* line 175, ../sass/_normalize.scss */
h5 {
  font-size: 1.1em;
  line-height: 1.36364em;
  margin-top: 1.36364em;
  margin-bottom: 1.36364em; }

/* line 181, ../sass/_normalize.scss */
h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 191, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 199, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 208, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 216, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 225, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 240, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 250, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 258, ../sass/_normalize.scss */
small {
  font-size: 80%; }

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
/* line 290, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
  padding: 0 0 0 40px; }

/* line 298, ../sass/_normalize.scss */
dl {
  padding: 0; }

/* line 302, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 311, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 326, ../sass/_normalize.scss */
img {
  border: 0;
  /* Improves image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 338, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 350, ../sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 363, ../sass/_normalize.scss */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/_normalize.scss */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 388, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 * 4. Improves appearance and consistency with IE 6/7.
 */
/* line 403, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 421, ../sass/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 436, ../sass/_normalize.scss */
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.
 */
/* line 451, ../sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 463, ../sass/_normalize.scss */
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 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 489, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 498, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 509, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 522, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 10, ../sass/main.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

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

/* line 31, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 40, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #a4c8da;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 53, ../sass/main.scss */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 61, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 71, ../sass/main.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 79, ../sass/main.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== Author Styles ==================================================
   ========================================================================== */
/* ==========================================================================
  Old browsers and basic mobile layout
  ========================================================================== */
/* line 93, ../sass/main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 97, ../sass/main.scss */
html, body {
  height: 100%; }

/* line 102, ../sass/main.scss */
body {
  color: #fff;
  margin: 0;
  padding: 0;
  background: #000;
  font: 100%/1.5 "futura-pt";
  font-weight: 400; }

/* line 113, ../sass/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt";
  color: #fff;
  margin-top: 0;
  display: block;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase; }

/* line 122, ../sass/main.scss */
h2 {
  margin-bottom: 2em; }

/* line 126, ../sass/main.scss */
strong {
  font-weight: 500;
  color: #8a742a; }

/* line 131, ../sass/main.scss */
form p {
  margin: 0.5em 0; }

/* line 137, ../sass/main.scss */
label {
  display: none; }

/* line 142, ../sass/main.scss */
p {
  font-size: 1.2em; }

/* line 145, ../sass/main.scss */
p:first-of-type {
  margin-top: 0;
  padding-top: 0; }

/* line 149, ../sass/main.scss */
blockquote {
  margin-left: 0;
  margin-right: 0; }
  /* line 153, ../sass/main.scss */
  blockquote p {
    font-size: 1em;
    font-weight: 400;
    text-transform: none; }

/* line 163, ../sass/main.scss */
p.intro-text {
  font-size: 1.4em;
  font-weight: 500; }

/* line 169, ../sass/main.scss */
a:link, a:visited, a:active {
  color: #8a742a;
  text-decoration: none; }

/* line 176, ../sass/main.scss */
img {
  max-width: 100%; }

/* line 179, ../sass/main.scss */
ul {
  padding-left: 16px;
  padding-left: 1rem; }

/* line 185, ../sass/main.scss */
#holder {
  height: 100%; }

/* line 189, ../sass/main.scss */
.logo {
  float: left;
  margin: 0; }
  /* line 192, ../sass/main.scss */
  .logo a {
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
    line-height: 4.375rem;
    font-size: 1.2em;
    letter-spacing: 1.5px;
    font-weight: 500; }
    @media (min-width: 45em) {
      /* line 192, ../sass/main.scss */
      .logo a {
        padding-left: 1em; } }

/* line 207, ../sass/main.scss */
.menu-link {
  line-height: 70px;
  line-height: 4.375rem;
  font-size: 2em;
  color: #fff; }
  /* line 213, ../sass/main.scss */
  .menu-link span {
    display: none; }
  @media (min-width: 45em) {
    /* line 207, ../sass/main.scss */
    .menu-link {
      display: none; } }

/* line 223, ../sass/main.scss */
#main-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  width: 100%;
  background: #000;
  overflow: auto;
  padding: 0 2em;
  text-align: right; }
  @media (min-width: 59em) {
    /* line 223, ../sass/main.scss */
    #main-nav {
      padding: 0; } }

/* line 240, ../sass/main.scss */
nav[role=navigation] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* line 247, ../sass/main.scss */
.js nav[role=navigation] {
  overflow: hidden;
  max-height: 0; }
  @media (min-width: 45em) {
    /* line 247, ../sass/main.scss */
    .js nav[role=navigation] {
      max-height: none; } }

/* line 255, ../sass/main.scss */
nav[role=navigation].active {
  max-height: 30em; }

/* line 260, ../sass/main.scss */
.nav {
  text-align: left; }
  @media (min-width: 45em) {
    /* line 260, ../sass/main.scss */
    .nav {
      text-align: right; } }

/* line 267, ../sass/main.scss */
#main-nav a.nav-item {
  line-height: 35px;
  line-height: 2.1875rem;
  font-size: .9em;
  padding: 0 1.3em;
  font-weight: 500;
  display: block;
  margin: 0px;
  color: #fff;
  background-color: transparent;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "futura-pt"; }
  @media (min-width: 45em) {
    /* line 267, ../sass/main.scss */
    #main-nav a.nav-item {
      display: inline-block;
      line-height: 70px;
      line-height: 4.375rem;
      font-size: .9em;
      padding: 0 1em; } }
  @media (min-width: 59em) {
    /* line 267, ../sass/main.scss */
    #main-nav a.nav-item {
      font-size: .9em;
      padding: 0 1.3em; } }

/* line 303, ../sass/main.scss */
#main-nav a.nav-item:hover, #main-nav .current a.nav-item {
  color: #8a742a; }

/* line 309, ../sass/main.scss */
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative; }

/* line 317, ../sass/main.scss */
.page {
  padding-top: 2.8125rem;
  height: 100%; }

/* line 323, ../sass/main.scss */
.t-index {
  position: relative; }
  /* line 328, ../sass/main.scss */
  .t-index img {
    max-width: 100%; }
  @media (min-width: 45em) {
    /* line 323, ../sass/main.scss */
    .t-index {
      background: url("../img/IMG_1117-19-12-24.jpg") no-repeat center;
      background-size: cover;
      height: 100%;
      width: 100%;
      padding-top: 55px;
      padding-top: 3.4375rem;
      padding-bottom: 105px;
      padding-bottom: 6.5625rem; }
      /* line 342, ../sass/main.scss */
      .t-index img {
        display: none; } }

/* line 348, ../sass/main.scss */
.t-contact {
  position: relative;
  background: url("../img/IMG_1123b.jpg") no-repeat center;
background-size:cover;
  width: 100%; }
  @media (min-width: 45em) {
    /* line 348, ../sass/main.scss */
    .t-contact {
      background-size: cover;
      height: 100%;
      width: 100%;
      padding-top: 55px;
      padding-top: 3.4375rem;
      padding-bottom: 105px;
      padding-bottom: 6.5625rem; }
      /* line 363, ../sass/main.scss */
      .t-contact .content {
text-align:center;
        margin-top: 2em;
        font-size: 1em;
        text-transform: uppercase; } }

@media (min-width: 59em) {
  /* line 373, ../sass/main.scss */
  .container {
    max-width: 1200px;
    max-width: 75em; } }

/* line 379, ../sass/main.scss */
.pagepanel {
  position: relative;
  width: 100%; }
  @media (min-width: 59em) {
    /* line 379, ../sass/main.scss */
    .pagepanel {
      padding: 0; } }
  /* line 387, ../sass/main.scss */
  .pagepanel .container {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 70px;
    padding-top: 4.375rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem; }
    @media (min-width: 81em) {
      /* line 387, ../sass/main.scss */
      .pagepanel .container {
        padding-left: 0em;
        padding-right: 0em; } }
  @media (min-width: 59em) {
    /* line 408, ../sass/main.scss */
    .pagepanel .container.full {
      max-width: 100%; } }
  /* line 414, ../sass/main.scss */
  .pagepanel.myid3767 {
    background: #7d6a2c;
    color: #dfd9c6; }
  /* line 419, ../sass/main.scss */
  .pagepanel.myid3769 {
    background: #1b1b1b; }
    /* line 421, ../sass/main.scss */
    .pagepanel.myid3769 .content {
      font-size: 0.8em; }
  /* line 425, ../sass/main.scss */
  .pagepanel.myid3768 {
    text-align: center; }
  @media (min-width: 45em) {
    /* line 430, ../sass/main.scss */
    .pagepanel.myid3767 .content, .pagepanel.myid3769 .content {
      -moz-columns: 10em 2;
      -webkit-columns: 10em 2;
      columns: 10em 2;
      -moz-column-gap: 3.125em;
      -webkit-column-gap: 3.125em;
      column-gap: 3.125em; }
      /* line 434, ../sass/main.scss */
      .pagepanel.myid3767 .content h2, .pagepanel.myid3769 .content h2 {
        -moz-column-span: all;
        -webkit-column-span: all;
        column-span: all; } }

/* line 444, ../sass/main.scss */
.embeddedContent {
  max-width: 28.4375rem;
  max-width: 455px;
  margin: 0 auto; }

/* line 450, ../sass/main.scss */
#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  background: #000;
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  z-index: 1050;
  text-align: center;
  padding-top: 0.5em;
  -moz-box-shadow: 0px -5px 13px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px -5px 13px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -5px 13px rgba(0, 0, 0, 0.16); }

/* line 465, ../sass/main.scss */
#frmAcceptCookies p {
  color: #fff;
  line-height: 1.4em;
  padding-bottom: .5em; }

/* line 472, ../sass/main.scss */
#acceptCookieContinue {
  cursor: pointer;
  background: #fff;
  color: #000;
  display: inline;
  width: auto;
  height: 28px;
  text-transform: uppercase;
  font-size: 9px;
  color: #606060;
  padding: 0px 10px;
  margin-left: 2.5em;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #d9d9d9);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d9d9d9));
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 0px solid #171717;
  -moz-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(87, 87, 87, 0);
  -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(87, 87, 87, 0);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3); }

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 1024px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* line 517, ../sass/main.scss */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 528, ../sass/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

/* line 535, ../sass/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/* line 542, ../sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* line 547, ../sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 558, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 568, ../sass/main.scss */
.invisible {
  visibility: hidden; }

/* line 572, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

/* line 578, ../sass/main.scss */
.clearfix:after {
  clear: both; }

/* line 582, ../sass/main.scss */
.clearfix {
  *zoom: 1; }

@media (min-width: 81em) {
.t-contact.pagepanel .container{
padding-left: 0;
        padding-right: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 593, ../sass/main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 600, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline; }

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

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

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

  /* line 623, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 629, ../sass/main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 633, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 638, ../sass/main.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 646, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 653, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
