/*
 *  Front styles
 */
/* line 2, ../sass/tools/_placeholders.scss */
.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}

/* line 10, ../sass/tools/helpers/_clearfix.scss */
.clearfix {
  *zoom: 1;
}
/* line 11, ../sass/tools/helpers/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 17, ../sass/tools/helpers/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 2, ../sass/tools/helpers/_visibility.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

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

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

/* line 32, ../sass/tools/helpers/_visibility.scss */
.invisible {
  visibility: hidden;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../sass/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/vendor/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../sass/vendor/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/vendor/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/vendor/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/vendor/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/vendor/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/vendor/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

/* line 173, ../sass/vendor/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../sass/vendor/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/vendor/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../sass/vendor/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../sass/vendor/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

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

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../sass/vendor/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/vendor/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/vendor/_normalize.scss */
figure {
  margin: 0;
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../sass/vendor/_normalize.scss */
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.
 */
/* line 440, ../sass/vendor/_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 453, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

  /* line 14, ../sass/vendor/boilerplate/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

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

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

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

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

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

  /* line 47, ../sass/vendor/boilerplate/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

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

  @page {
    margin: 0.5cm;
  }
  /* line 60, ../sass/vendor/boilerplate/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 67, ../sass/vendor/boilerplate/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "Gill Sans";
  font-weight: 200;
  src: url("../fonts/c4be5717-c19c-43a5-9ad3-b548ddf070d4.eot?#iefix");
  src: url("../fonts/c4be5717-c19c-43a5-9ad3-b548ddf070d4.eot?#iefix") format("eot"), url("../fonts/4bfd13a9-3195-4d8f-87a9-83a212d18b16.woff2") format("woff2"), url("../fonts/63aa9f40-04be-453a-a672-aa8f9919115d.woff") format("woff"), url("../fonts/a82a5fb6-ad03-4675-801e-d3182a58ff5f.ttf") format("truetype"), url("../fonts/beb2cee2-1a51-44ca-848f-4f795394ee5a.svg#beb2cee2-1a51-44ca-848f-4f795394ee5a") format("svg");
}
@font-face {
  font-family: "Gill Sans";
  font-style: italic;
  src: url("../fonts/b5f8129c-7f57-4337-bd99-6f185073a899.eot?#iefix");
  src: url("../fonts/b5f8129c-7f57-4337-bd99-6f185073a899.eot?#iefix") format("eot"), url("../fonts/688f1581-b411-41b9-ac0a-cf8f11f9f016.woff2") format("woff2"), url("../fonts/ad4e4365-3d3d-427b-a9a9-94c3b9dfa074.woff") format("woff"), url("../fonts/e01d0d2d-4f9e-4189-8c81-4c9371bb4511.ttf") format("truetype"), url("../fonts/ffbadaac-c147-4d66-9fd0-5794c86b1ce0.svg#ffbadaac-c147-4d66-9fd0-5794c86b1ce0") format("svg");
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/beab4258-af94-4971-a0db-b7bc2bef74bc.eot?#iefix");
  src: url("../fonts/beab4258-af94-4971-a0db-b7bc2bef74bc.eot?#iefix") format("eot"), url("../fonts/d9f9decc-5fa8-4390-a105-4f89f6b7b055.woff2") format("woff2"), url("../fonts/cd5a93fc-2bb1-48df-8982-11119cd6e270.woff") format("woff"), url("../fonts/b6bdc93b-2720-4c92-b68d-48499456178e.ttf") format("truetype"), url("../fonts/944cce8d-20bf-41c1-ae29-2bc8199859db.svg#944cce8d-20bf-41c1-ae29-2bc8199859db") format("svg");
}
@font-face {
  font-family: "Gill Sans";
  font-weight: bold;
  src: url("../fonts/1a6dec8e-26f9-4243-8495-835709538f92.eot?#iefix");
  src: url("../fonts/1a6dec8e-26f9-4243-8495-835709538f92.eot?#iefix") format("eot"), url("../fonts/2029e71f-067d-46a8-bc44-b5c64a258928.woff2") format("woff2"), url("../fonts/f05272f9-83e3-4de6-8423-5d57f730c87b.woff") format("woff"), url("../fonts/33f5d8d9-105f-4a49-9351-74ecae7f4a49.ttf") format("truetype"), url("../fonts/b56150eb-5caa-4385-b907-373e97ddb2ff.svg#b56150eb-5caa-4385-b907-373e97ddb2ff") format("svg");
}
@font-face {
  font-family: "Gill Sans B";
  src: url("../fonts/1a6dec8e-26f9-4243-8495-835709538f92.eot?#iefix");
  src: url("../fonts/1a6dec8e-26f9-4243-8495-835709538f92.eot?#iefix") format("eot"), url("../fonts/2029e71f-067d-46a8-bc44-b5c64a258928.woff2") format("woff2"), url("../fonts/f05272f9-83e3-4de6-8423-5d57f730c87b.woff") format("woff"), url("../fonts/33f5d8d9-105f-4a49-9351-74ecae7f4a49.ttf") format("truetype"), url("../fonts/b56150eb-5caa-4385-b907-373e97ddb2ff.svg#b56150eb-5caa-4385-b907-373e97ddb2ff") format("svg");
}
@font-face {
  font-family: "Helvetica W02 Roman";
  src: url("../fonts/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix");
  src: url("../fonts/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix") format("eot"), url("../fonts/e7752667-9e25-430d-bba5-da23d55d5d08.woff2") format("woff2"), url("../fonts/b56b944e-bbe0-4450-a241-de2125d3e682.woff") format("woff"), url("../fonts/7da02f05-ae8b-43a1-aeb9-83b3c0527c06.ttf") format("truetype"), url("../fonts/66cac56e-d017-4544-9d0c-f7d978f0c5c2.svg#66cac56e-d017-4544-9d0c-f7d978f0c5c2") format("svg");
}
@font-face {
  font-family: 'GillSansStdCondensed';
  src: url("../fonts/GillSansStdCondensed.eot");
  src: url("../fonts/GillSansStdCondensed.eot") format("embedded-opentype"), url("../fonts/GillSansStdCondensed.woff2") format("woff2"), url("../fonts/GillSansStdCondensed.woff") format("woff"), url("../fonts/GillSansStdCondensed.ttf") format("truetype"), url("../fonts/GillSansStdCondensed.svg#GillSansStdCondensed") format("svg");
}
@font-face {
  font-family: "Didot";
  src: url("../fonts/09bd6fba-b531-4761-a1f3-e41e419883f2.eot?#iefix");
  src: url("../fonts/09bd6fba-b531-4761-a1f3-e41e419883f2.eot?#iefix") format("eot"), url("../fonts/0b975edf-c3d1-40e8-afca-18b995455086.woff2") format("woff2"), url("../fonts/a2ec3c8c-fd1e-4628-8020-65a754d8e4ba.woff") format("woff"), url("../fonts/e1306697-7a55-4abd-a024-7eb3e7e8ffbd.ttf") format("truetype"), url("../fonts/59a475d4-0560-47a4-b24e-898ea5826f78.svg#59a475d4-0560-47a4-b24e-898ea5826f78") format("svg");
}
@font-face {
  font-family: "Didot";
  font-weight: bold;
  src: url("../fonts/726fc3f1-9c77-443b-b4ff-30c7f06fad13.eot?#iefix");
  src: url("../fonts/726fc3f1-9c77-443b-b4ff-30c7f06fad13.eot?#iefix") format("eot"), url("../fonts/140a9153-f179-4899-a56a-997593711b98.woff2") format("woff2"), url("../fonts/187a2352-6986-4150-8059-a8ecee626e14.woff") format("woff"), url("../fonts/ad18a692-5278-4fde-a3af-f13a1174f09a.ttf") format("truetype"), url("../fonts/3153e6e9-3c36-4971-946a-f138e324c240.svg#3153e6e9-3c36-4971-946a-f138e324c240") format("svg");
}
/* line 1, ../sass/layout/_footer.scss */
.site-footer {
  width: 100%;
  color: #fff;
  text-align: center;
  color: #b1b1b1;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 8, ../sass/layout/_footer.scss */
.site-footer .footer-desktop {
  display: block;
  height: 260px;
  line-height: 260px;
  background: #000;
}
@media only screen and (max-width: 66em) {
  /* line 8, ../sass/layout/_footer.scss */
  .site-footer .footer-desktop {
    display: none;
  }
}
/* line 19, ../sass/layout/_footer.scss */
.site-footer a {
  text-decoration: none;
  color: #b1b1b1;
}
/* line 22, ../sass/layout/_footer.scss */
.site-footer a:hover .hoverunder {
  text-decoration: underline;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 28, ../sass/layout/_footer.scss */
.site-footer .hoverunder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 32, ../sass/layout/_footer.scss */
.site-footer h2 {
  font-size: 17px;
  font-size: 1.03125rem;
}
/* line 36, ../sass/layout/_footer.scss */
.site-footer .footer-element {
  width: 500px;
  height: 140px;
  line-height: 140px;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}
/* line 45, ../sass/layout/_footer.scss */
.site-footer .footer-element:first-child {
  border-right: none;
}
/* line 50, ../sass/layout/_footer.scss */
.site-footer .footer-element-inner {
  line-height: normal;
  vertical-align: middle;
}
/* line 57, ../sass/layout/_footer.scss */
.site-footer .socials .social-list {
  display: inline-block;
  text-align: left;
}
/* line 62, ../sass/layout/_footer.scss */
.site-footer .socials a {
  display: block;
  margin: 10px 0;
}
/* line 65, ../sass/layout/_footer.scss */
.site-footer .socials a.gold {
  color: #e5d182;
}
/* line 68, ../sass/layout/_footer.scss */
.site-footer .socials a.gold:hover {
  color: #fff;
}
/* line 73, ../sass/layout/_footer.scss */
.site-footer .socials a .icon {
  margin-right: 15px;
}
/* line 77, ../sass/layout/_footer.scss */
.site-footer .socials a span {
  vertical-align: middle;
}
/* line 101, ../sass/layout/_footer.scss */
.site-footer .footer-sidebar {
  text-align: left;
  display: inline-block;
}
/* line 105, ../sass/layout/_footer.scss */
.site-footer .footer-sidebar > div {
  margin-bottom: 40px;
}
/* line 109, ../sass/layout/_footer.scss */
.site-footer .footer-sidebar h2 {
  margin: 0 0 10px;
}
/* line 114, ../sass/layout/_footer.scss */
.site-footer .footer-mobile {
  display: none;
  line-height: normal;
  padding: 30px 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMjAyMDIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(70%, #202020), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(left, #000000, #202020 70%, #000000);
  background-image: -webkit-linear-gradient(left, #000000, #202020 70%, #000000);
  background-image: linear-gradient(to right, #000000, #202020 70%, #000000);
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 121, ../sass/layout/_footer.scss */
.site-footer .footer-mobile a {
  display: inline-block;
}
@media only screen and (max-width: 66em) {
  /* line 114, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile {
    display: block;
    padding: 60px 0 45px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 114, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile {
    padding: 15px 0 25px;
  }
  /* line 133, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .btn.btn-black-gradient {
    padding: 12px 13px 13px;
  }
}
/* line 138, ../sass/layout/_footer.scss */
.site-footer .footer-mobile .block {
  vertical-align: top;
}
@media only screen and (max-width: 66em) {
  /* line 138, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .block {
    display: inline-block;
    width: 49%;
  }
}
@media only screen and (max-width: 45em) {
  /* line 138, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .block {
    display: block;
    width: 100%;
  }
}
/* line 152, ../sass/layout/_footer.scss */
.site-footer .footer-mobile .italic {
  margin: 30px 0 0;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 66em) {
  /* line 152, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .italic {
    font-size: 15px;
    font-size: 0.9375rem;
    display: none;
  }
}
@media only screen and (max-width: 45em) {
  /* line 152, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .italic {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    margin: 15px 0 10px;
  }
}
@media only screen and (max-width: 66em) {
  /* line 168, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .italic.bottom {
    display: block;
  }
}
@media only screen and (max-width: 45em) {
  /* line 168, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .italic.bottom {
    display: none;
  }
}
/* line 179, ../sass/layout/_footer.scss */
.site-footer .footer-mobile .title {
  margin: 0 0 25px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 66em) {
  /* line 179, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 45em) {
  /* line 179, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .title {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 15px;
  }
}
/* line 193, ../sass/layout/_footer.scss */
.site-footer .footer-mobile h2 {
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 66em) {
  /* line 193, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile h2 {
    margin: 0 0 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 45em) {
  /* line 193, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile h2 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
/* line 208, ../sass/layout/_footer.scss */
.site-footer .footer-mobile input {
  border: 1px solid #292929;
}
@media only screen and (max-width: 66em) {
  /* line 213, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .newsletter input {
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 213, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .newsletter input {
    padding: 7 12px;
  }
}
/* line 227, ../sass/layout/_footer.scss */
.site-footer .footer-mobile .newsletter .newsletter-email {
  width: 200px;
}
@media only screen and (max-width: 66em) {
  /* line 227, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .newsletter .newsletter-email {
    padding: 15px 12px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 227, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .newsletter .newsletter-email {
    padding: 7 12px;
  }
}
/* line 241, ../sass/layout/_footer.scss */
.site-footer .footer-mobile .iconmob {
  display: none;
}
@media only screen and (max-width: 45em) {
  /* line 245, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .icontab {
    display: none;
  }
  /* line 248, ../sass/layout/_footer.scss */
  .site-footer .footer-mobile .iconmob {
    display: inline-block;
  }
}

/* line 256, ../sass/layout/_footer.scss */
.pushbg {
  background: url("../images/pushbg.jpg") center center no-repeat;
  width: 100%;
  height: 280px;
  line-height: 280px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 45em) {
  /* line 256, ../sass/layout/_footer.scss */
  .pushbg {
    padding: 18px 0;
  }
}
/* line 267, ../sass/layout/_footer.scss */
.pushbg .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
}
@media only screen and (max-width: 45em) {
  /* line 267, ../sass/layout/_footer.scss */
  .pushbg .arrow {
    display: none;
  }
}
@media only screen and (max-width: 45em) {
  /* line 256, ../sass/layout/_footer.scss */
  .pushbg {
    height: 220px;
    line-height: 220px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 256, ../sass/layout/_footer.scss */
  .pushbg {
    height: 260px;
    line-height: 260px;
  }
}
/* line 290, ../sass/layout/_footer.scss */
.pushbg .pushbg-left,
.pushbg .pushbg-right {
  width: 408px;
  height: 188px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-align: left;
  padding: 35px;
  position: relative;
}
@media only screen and (max-width: 56em) {
  /* line 290, ../sass/layout/_footer.scss */
  .pushbg .pushbg-left,
  .pushbg .pushbg-right {
    width: 320px;
    height: 150px;
    padding: 25px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 290, ../sass/layout/_footer.scss */
  .pushbg .pushbg-left,
  .pushbg .pushbg-right {
    padding: 15px;
    width: 270px;
    height: 105px;
    display: block;
    text-align: center;
    margin: auto;
  }
}
/* line 316, ../sass/layout/_footer.scss */
.pushbg .pushbg-left {
  margin-right: 30px;
  background: url("../images/push_desktop_left.jpg") center center no-repeat;
}
@media only screen and (max-width: 56em) {
  /* line 316, ../sass/layout/_footer.scss */
  .pushbg .pushbg-left {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 316, ../sass/layout/_footer.scss */
  .pushbg .pushbg-left {
    background: #fff;
    margin: 0 auto 10px;
  }
}
/* line 328, ../sass/layout/_footer.scss */
.pushbg .pushbg-right {
  margin-left: 30px;
  background: url("../images/push_desktop_right.jpg") center center no-repeat;
}
@media only screen and (max-width: 56em) {
  /* line 328, ../sass/layout/_footer.scss */
  .pushbg .pushbg-right {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 328, ../sass/layout/_footer.scss */
  .pushbg .pushbg-right {
    margin: 10px auto 0;
    background: url("../images/push_desktop_right-mob.jpg") center center no-repeat;
  }
}
/* line 340, ../sass/layout/_footer.scss */
.pushbg .pushbtn {
  position: absolute;
  bottom: 35px;
  left: 35px;
  font-size: 9px;
  font-size: 0.5625rem;
}
@media only screen and (max-width: 56em) {
  /* line 340, ../sass/layout/_footer.scss */
  .pushbg .pushbtn {
    left: 25px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 340, ../sass/layout/_footer.scss */
  .pushbg .pushbtn {
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 15px;
  }
}
/* line 356, ../sass/layout/_footer.scss */
.pushbg .pushbtn .btn {
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 3px;
  letter-spacing: 0.15625rem;
}
@media only screen and (max-width: 45em) {
  /* line 356, ../sass/layout/_footer.scss */
  .pushbg .pushbtn .btn {
    padding: 6px 10px;
    padding: 0.375rem 0.625rem;
    font-size: 7px;
    font-size: 0.4375rem;
  }
}
/* line 366, ../sass/layout/_footer.scss */
.pushbg .pushlogo {
  display: block;
}
@media only screen and (max-width: 56em) {
  /* line 366, ../sass/layout/_footer.scss */
  .pushbg .pushlogo {
    width: 135px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 366, ../sass/layout/_footer.scss */
  .pushbg .pushlogo {
    margin: auto;
    width: 110px;
  }
}
/* line 379, ../sass/layout/_footer.scss */
.pushbg p {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 56em) {
  /* line 379, ../sass/layout/_footer.scss */
  .pushbg p {
    margin: 0 0 19px;
    margin: 0 0 1.1875rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 45em) {
  /* line 379, ../sass/layout/_footer.scss */
  .pushbg p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 9px;
    margin: 0 0 0.5625rem;
  }
}
/* line 392, ../sass/layout/_footer.scss */
.pushbg .pushtext {
  font-size: 14px;
  font-size: 0.875rem;
  width: 220px;
}
@media only screen and (max-width: 56em) {
  /* line 392, ../sass/layout/_footer.scss */
  .pushbg .pushtext {
    width: 180px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 45em) {
  /* line 392, ../sass/layout/_footer.scss */
  .pushbg .pushtext {
    font-size: 12px;
    font-size: 0.75rem;
    width: auto;
  }
}

/* line 406, ../sass/layout/_footer.scss */
.home .pushbg,
.page-template-page-allarticles .pushbg {
  margin-top: 70px;
}

/* line 1, ../sass/layout/_header.scss */
.site-header {
  width: 100%;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 66em) {
  /* line 1, ../sass/layout/_header.scss */
  .site-header {
    position: fixed;
    top: 0;
    z-index: 10000;
    height: auto;
  }
}
@media only screen and (max-width: 45em) {
  /* line 1, ../sass/layout/_header.scss */
  .site-header {
    text-align: center;
    height: 90px;
    line-height: 90px;
  }
}
/* line 19, ../sass/layout/_header.scss */
.site-header .nav-menu {
  text-align: center;
}
/* line 23, ../sass/layout/_header.scss */
.site-header li {
  display: inline-block;
  vertical-align: top;
  padding: 0 3%;
  line-height: 175px;
  height: 175px;
  color: #272727;
  position: relative;
  letter-spacing: 3px;
  letter-spacing: 0.15625rem;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 84em) {
  /* line 23, ../sass/layout/_header.scss */
  .site-header li {
    line-height: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 66em) {
  /* line 23, ../sass/layout/_header.scss */
  .site-header li {
    line-height: 105px;
    height: 105px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 45em) {
  /* line 23, ../sass/layout/_header.scss */
  .site-header li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    height: auto;
    padding: 16px 15px;
    display: block;
    text-align: left;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }
  /* line 56, ../sass/layout/_header.scss */
  .site-header li a {
    margin-left: 13px;
  }
}
/* line 61, ../sass/layout/_header.scss */
.site-header li a:not(.logo) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 65, ../sass/layout/_header.scss */
.site-header li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 69, ../sass/layout/_header.scss */
.site-header li.current-menu-item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #000;
}
/* line 73, ../sass/layout/_header.scss */
.site-header li.current-menu-item a:after,
.site-header li a:not(.logo):hover:after {
  content: "";
  display: block;
  background: #bea07b;
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0px;
}
@media only screen and (max-width: 45em) {
  /* line 73, ../sass/layout/_header.scss */
  .site-header li.current-menu-item a:after,
  .site-header li a:not(.logo):hover:after {
    display: block;
    height: 100%;
    width: 5px;
    left: 0;
    top: 0;
  }
}
/* line 94, ../sass/layout/_header.scss */
.site-header a {
  color: #272727;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  line-height: 175px;
  vertical-align: middle;
}
@media only screen and (max-width: 84em) {
  /* line 94, ../sass/layout/_header.scss */
  .site-header a {
    line-height: 150px;
  }
}
@media only screen and (max-width: 66em) {
  /* line 94, ../sass/layout/_header.scss */
  .site-header a {
    line-height: 105px;
  }
}
@media only screen and (max-width: 56em) {
  /* line 94, ../sass/layout/_header.scss */
  .site-header a {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 45em) {
  /* line 94, ../sass/layout/_header.scss */
  .site-header a {
    line-height: normal;
  }
}
/* line 116, ../sass/layout/_header.scss */
.site-header a.logo {
  line-height: normal;
  max-height: 100%;
}
/* line 119, ../sass/layout/_header.scss */
.site-header a.logo img {
  max-height: 100%;
}
/* line 124, ../sass/layout/_header.scss */
.site-header .logomobile {
  display: none;
}
/* line 127, ../sass/layout/_header.scss */
.site-header .logomobile .logobile {
  display: none;
}
@media only screen and (max-width: 66em) {
  /* line 124, ../sass/layout/_header.scss */
  .site-header .logomobile {
    display: inline-block;
    line-height: 100px;
    margin: 0 1% 0 0;
  }
  /* line 137, ../sass/layout/_header.scss */
  .site-header .logomobile img {
    max-width: 100%;
    display: block;
  }
  /* line 142, ../sass/layout/_header.scss */
  .site-header .logomobile .logoblet {
    display: inline-block;
    max-width: 160px;
    height: auto;
  }
}
@media only screen and (max-width: 45em) {
  /* line 124, ../sass/layout/_header.scss */
  .site-header .logomobile {
    width: auto;
    margin: auto;
    line-height: normal;
  }
  /* line 154, ../sass/layout/_header.scss */
  .site-header .logomobile .logobile {
    display: inline-block;
    max-width: 100px;
    height: auto;
  }
  /* line 160, ../sass/layout/_header.scss */
  .site-header .logomobile .logoblet {
    display: none;
  }
}
/* line 166, ../sass/layout/_header.scss */
.site-header .logodesktop {
  display: inline-block;
}
@media only screen and (max-width: 66em) {
  /* line 166, ../sass/layout/_header.scss */
  .site-header .logodesktop {
    display: none;
  }
}
/* line 174, ../sass/layout/_header.scss */
.site-header .hamburger {
  display: none;
  position: absolute;
  top: 50%;
  left: 6%;
  cursor: pointer;
  margin-top: -15px;
}
@media only screen and (max-width: 45em) {
  /* line 174, ../sass/layout/_header.scss */
  .site-header .hamburger {
    display: block;
  }
}
/* line 186, ../sass/layout/_header.scss */
.site-header .menu-mainmenu-container {
  width: 100%;
  float: none;
  line-height: 175px;
}
@media only screen and (max-width: 84em) {
  /* line 186, ../sass/layout/_header.scss */
  .site-header .menu-mainmenu-container {
    line-height: 150px;
  }
}
@media only screen and (max-width: 66em) {
  /* line 186, ../sass/layout/_header.scss */
  .site-header .menu-mainmenu-container {
    width: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 105px;
  }
}
@media only screen and (max-width: 56em) {
  /* line 186, ../sass/layout/_header.scss */
  .site-header .menu-mainmenu-container {
    width: 70%;
  }
}
@media only screen and (max-width: 45em) {
  /* line 186, ../sass/layout/_header.scss */
  .site-header .menu-mainmenu-container {
    position: absolute;
    top: 100%;
    background: #f7f8f9;
    width: 100%;
    left: 0;
    z-index: 1000;
    padding-bottom: 60px;
    display: none;
  }
}
/* line 215, ../sass/layout/_header.scss */
.site-header .menu-mainmenu-container ul {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

/* line 1, ../sass/layout/_main.scss */
body {
  font-family: "Gill Sans", "Helvetica W02 Roman", sans-serif;
  overflow-x: hidden;
}

/* line 6, ../sass/layout/_main.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 11, ../sass/layout/_main.scss */
.content-area {
  max-width: 1400px;
  margin: auto;
}

/* line 16, ../sass/layout/_main.scss */
.goldfont {
  color: #e5d182;
}

/* line 20, ../sass/layout/_main.scss */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* line 27, ../sass/layout/_main.scss */
.ajax-loader {
  background: url("../images/ajax-loader.gif") no-repeat center center;
  width: 16px;
  height: 31px;
  display: none;
}

/* line 34, ../sass/layout/_main.scss */
.socialshare {
  float: right;
  margin: 30px 0 65px;
}
/* line 38, ../sass/layout/_main.scss */
.socialshare a {
  margin: 0 5px 0 0;
  float: left;
}

@media only screen and (max-width: 66em) {
  /* line 44, ../sass/layout/_main.scss */
  .main-content,
  #primary {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 56em) {
  /* line 44, ../sass/layout/_main.scss */
  .main-content,
  #primary {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 44, ../sass/layout/_main.scss */
  .main-content,
  #primary {
    padding-top: 90px;
  }
}

/* line 58, ../sass/layout/_main.scss */
.italic {
  font-style: italic;
}

/* line 3, ../sass/sprites/_ico.scss */
.sprite-base, .ico-facebook, .ico-facebookfooter, .ico-facebookfooterbig, .ico-facebookshare-allarticles, .ico-facebookshare, .ico-hamburger, .ico-hubicon-blog-s, .ico-hubicon-blog, .ico-hubicon-facebook-s, .ico-hubicon-facebook, .ico-hubicon-instagram-s, .ico-hubicon-instagram, .ico-hubicon-twitter-s, .ico-hubicon-twitter, .ico-instagram, .ico-instagramfooter, .ico-instagramfooterbig, .ico-leftmanif, .page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-prev, .ico-mailshare-allarticles, .ico-mailshare, .ico-navleft-big, .ico-navleft, .flexslider.carousel .flex-direction-nav .flex-prev, .ico-navright-big, .ico-navright, .flexslider.carousel .flex-direction-nav .flex-next, .ico-plus, .ico-rightmanif, .page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-next, .ico-shield, .ico-tumblr, .ico-tumblrfooter, .ico-tumblrfooterbig, .ico-twitterfooter, .ico-twittershare-allarticles, .ico-twittershare, .ico-youtube, .ico-youtubefooter, .ico-youtubefooterbig {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  background-color: transparent;
}

/* line 368, ico/*.png */
.sprite-base, .ico-facebook, .ico-facebookfooter, .ico-facebookfooterbig, .ico-facebookshare-allarticles, .ico-facebookshare, .ico-hamburger, .ico-hubicon-blog-s, .ico-hubicon-blog, .ico-hubicon-facebook-s, .ico-hubicon-facebook, .ico-hubicon-instagram-s, .ico-hubicon-instagram, .ico-hubicon-twitter-s, .ico-hubicon-twitter, .ico-instagram, .ico-instagramfooter, .ico-instagramfooterbig, .ico-leftmanif, .page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-prev, .ico-mailshare-allarticles, .ico-mailshare, .ico-navleft-big, .ico-navleft, .flexslider.carousel .flex-direction-nav .flex-prev, .ico-navright-big, .ico-navright, .flexslider.carousel .flex-direction-nav .flex-next, .ico-plus, .ico-rightmanif, .page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-next, .ico-shield, .ico-tumblr, .ico-tumblrfooter, .ico-tumblrfooterbig, .ico-twitterfooter, .ico-twittershare-allarticles, .ico-twittershare, .ico-youtube, .ico-youtubefooter, .ico-youtubefooterbig {
  background-image: url('../images/ico-scda101fc1f.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-facebook {
  background-position: 0 -18px;
  height: 18px;
  width: 18px;
}
/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-facebook:hover, .site-footer .socials a:hover .ico-facebook, .ico-facebook.facebook-hover {
  background-position: 0 0;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-facebookfooter {
  background-position: 0 -36px;
  height: 24px;
  width: 24px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-facebookfooterbig {
  background-position: 0 -60px;
  height: 40px;
  width: 39px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-facebookshare-allarticles {
  background-position: 0 -100px;
  height: 16px;
  width: 18px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-facebookshare {
  background-position: 0 -116px;
  height: 27px;
  width: 27px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hamburger {
  background-position: 0 -143px;
  height: 16px;
  width: 22px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hubicon-blog-s {
  background-position: 0 -159px;
  height: 43px;
  width: 51px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hubicon-blog {
  background-position: 0 -202px;
  height: 77px;
  width: 92px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hubicon-facebook-s {
  background-position: 0 -279px;
  height: 43px;
  width: 51px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hubicon-facebook {
  background-position: 0 -322px;
  height: 77px;
  width: 93px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hubicon-instagram-s {
  background-position: 0 -399px;
  height: 43px;
  width: 51px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hubicon-instagram {
  background-position: 0 -442px;
  height: 77px;
  width: 92px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hubicon-twitter-s {
  background-position: 0 -519px;
  height: 43px;
  width: 51px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hubicon-twitter {
  background-position: 0 -562px;
  height: 77px;
  width: 93px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-instagram {
  background-position: 0 -657px;
  height: 18px;
  width: 18px;
}
/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-instagram:hover, .site-footer .socials a:hover .ico-instagram, .ico-instagram.instagram-hover {
  background-position: 0 -639px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-instagramfooter {
  background-position: 0 -675px;
  height: 24px;
  width: 24px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-instagramfooterbig {
  background-position: 0 -699px;
  height: 40px;
  width: 40px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-leftmanif, .page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-prev {
  background-position: 0 -739px;
  height: 64px;
  width: 64px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-mailshare-allarticles {
  background-position: 0 -803px;
  height: 16px;
  width: 18px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-mailshare {
  background-position: 0 -819px;
  height: 27px;
  width: 27px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-navleft-big {
  background-position: 0 -846px;
  height: 81px;
  width: 37px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-navleft, .flexslider.carousel .flex-direction-nav .flex-prev {
  background-position: 0 -927px;
  height: 28px;
  width: 13px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-navright-big {
  background-position: 0 -955px;
  height: 81px;
  width: 37px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-navright, .flexslider.carousel .flex-direction-nav .flex-next {
  background-position: 0 -1036px;
  height: 28px;
  width: 13px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-plus {
  background-position: 0 -1064px;
  height: 66px;
  width: 66px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-rightmanif, .page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-next {
  background-position: 0 -1130px;
  height: 64px;
  width: 64px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-shield {
  background-position: 0 -1212px;
  height: 18px;
  width: 18px;
}
/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-shield:hover, .site-footer .socials a:hover .ico-shield, .ico-shield.shield-hover {
  background-position: 0 -1194px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-tumblr {
  background-position: 0 -1248px;
  height: 18px;
  width: 18px;
}
/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-tumblr:hover, .site-footer .socials a:hover .ico-tumblr, .ico-tumblr.tumblr-hover {
  background-position: 0 -1230px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-tumblrfooter {
  background-position: 0 -1266px;
  height: 24px;
  width: 24px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-tumblrfooterbig {
  background-position: 0 -1290px;
  height: 40px;
  width: 39px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-twitterfooter {
  background-position: 0 -1330px;
  height: 33px;
  width: 33px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-twittershare-allarticles {
  background-position: 0 -1363px;
  height: 16px;
  width: 18px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-twittershare {
  background-position: 0 -1379px;
  height: 27px;
  width: 27px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-youtube {
  background-position: 0 -1419px;
  height: 13px;
  width: 18px;
}
/* line 59, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-youtube:hover, .site-footer .socials a:hover .ico-youtube, .ico-youtube.youtube-hover {
  background-position: 0 -1406px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-youtubefooter {
  background-position: 0 -1432px;
  height: 24px;
  width: 24px;
}

/* line 84, ../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-youtubefooterbig {
  background-position: 0 -1456px;
  height: 40px;
  width: 40px;
}

/* line 3, ../sass/components/_allarticles.scss */
.page-template-page-allarticles .site-header {
  border-bottom: 1px solid #f2ece5;
}
/* line 7, ../sass/components/_allarticles.scss */
.page-template-page-allarticles .main-content {
  padding-top: 35px;
  padding-top: 2.1875rem;
}
@media only screen and (max-width: 66em) {
  /* line 7, ../sass/components/_allarticles.scss */
  .page-template-page-allarticles .main-content {
    padding-top: 130px;
    padding-top: 8.125rem;
  }
}
@media only screen and (max-width: 45em) {
  /* line 7, ../sass/components/_allarticles.scss */
  .page-template-page-allarticles .main-content {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}
/* line 19, ../sass/components/_allarticles.scss */
.page-template-page-allarticles .filters {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 35em) {
  /* line 19, ../sass/components/_allarticles.scss */
  .page-template-page-allarticles .filters {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    padding: 15px 0;
    top: 80px;
    left: 0;
  }
}

@media only screen and (max-width: 35em) {
  /* line 34, ../sass/components/_allarticles.scss */
  .allfilter .hub-inner {
    padding: 0;
  }
}
/* line 40, ../sass/components/_allarticles.scss */
.allfilter .hub-inner .hub-element:first-child,
.allfilter .hub-inner .hub-element:first-child + .hub-element + .hub-element {
  margin-top: 80px;
}
/* line 45, ../sass/components/_allarticles.scss */
.allfilter .hub-element {
  padding: 0;
  background: none;
  margin: 30px 1.5%;
}
@media only screen and (max-width: 66em) {
  /* line 45, ../sass/components/_allarticles.scss */
  .allfilter .hub-element {
    width: 47%;
    padding: 0 1.5%;
  }
}
@media only screen and (max-width: 35em) {
  /* line 45, ../sass/components/_allarticles.scss */
  .allfilter .hub-element {
    width: 100%;
    padding: 0;
    margin: 30px 0;
  }
}
/* line 62, ../sass/components/_allarticles.scss */
.allfilter .hub-element .textblock {
  padding: 32px 0;
}
/* line 66, ../sass/components/_allarticles.scss */
.allfilter .hub-element .thumbnail {
  position: relative;
}
/* line 70, ../sass/components/_allarticles.scss */
.allfilter .hub-element .entry-title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
}
/* line 75, ../sass/components/_allarticles.scss */
.allfilter .hub-element h3 {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
/* line 79, ../sass/components/_allarticles.scss */
.allfilter .hub-element .entry-content {
  color: #999999;
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
@media only screen and (max-width: 66em) {
  /* line 79, ../sass/components/_allarticles.scss */
  .allfilter .hub-element .entry-content {
    max-height: 150px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 79, ../sass/components/_allarticles.scss */
  .allfilter .hub-element .entry-content {
    max-height: 100px;
  }
}
/* line 94, ../sass/components/_allarticles.scss */
.allfilter .hub-element .cateblock {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  color: #7f7f7f;
  padding: 9px 13px;
  text-transform: uppercase;
  font-family: "GillSansStdCondensed", "Helvetica W02 Roman", sans-serif;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 109, ../sass/components/_allarticles.scss */
.allfilter .socialshare {
  float: left;
  margin: 15px 0 0;
}
/* line 113, ../sass/components/_allarticles.scss */
.allfilter .socialshare a {
  margin: 0 7px 0 0;
}
/* line 116, ../sass/components/_allarticles.scss */
.allfilter .socialshare a:first-child {
  margin: 0;
}
/* line 120, ../sass/components/_allarticles.scss */
.allfilter .socialshare a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 1, ../sass/components/_buttons.scss */
.btn {
  padding: 8px 13px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 7, ../sass/components/_buttons.scss */
.btn.btn-white {
  background: #fff;
  color: #000;
}
/* line 12, ../sass/components/_buttons.scss */
.btn.btn-black {
  background: #000;
  color: #fff;
}
/* line 16, ../sass/components/_buttons.scss */
.btn.btn-black:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 21, ../sass/components/_buttons.scss */
.btn.btn-black-gradient {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(100%, #202020));
  background-image: -moz-linear-gradient(left, #000000, #202020);
  background-image: -webkit-linear-gradient(left, #000000, #202020);
  background-image: linear-gradient(to right, #000000, #202020);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 13px 6px;
}
/* line 27, ../sass/components/_buttons.scss */
.btn.btn-yellow {
  background: #e5d182;
}

/* line 32, ../sass/components/_buttons.scss */
.overlink {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -33px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 41, ../sass/components/_buttons.scss */
.thumbnail:hover .overlink {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 1, ../sass/components/_contentsocialhub.scss */
.hub-element {
  width: 30%;
  margin: 1.5%;
  padding: 8px;
  float: left;
  color: #000;
  position: relative;
  background: #eaeaea;
}
@media only screen and (max-width: 66em) {
  /* line 1, ../sass/components/_contentsocialhub.scss */
  .hub-element {
    width: 47%;
  }
}
@media only screen and (max-width: 45em) {
  /* line 1, ../sass/components/_contentsocialhub.scss */
  .hub-element {
    width: 100%;
    margin: 1.5% 0;
  }
}
/* line 20, ../sass/components/_contentsocialhub.scss */
.hub-element.justadded {
  top: 3000px;
}
/* line 24, ../sass/components/_contentsocialhub.scss */
.hub-element .textblock {
  padding: 0 24px 24px;
}
/* line 28, ../sass/components/_contentsocialhub.scss */
.hub-element.type-twitter {
  background: #eaf1f7;
  padding: 32px 8px 86px;
  padding: 2rem 0.5rem 5.375rem;
  text-align: center;
}
/* line 33, ../sass/components/_contentsocialhub.scss */
.hub-element.type-twitter.thumbed {
  padding: 8px 8px 86px;
  padding: 0.5rem 0.5rem 5.375rem;
}
@media only screen and (max-width: 66em) {
  /* line 28, ../sass/components/_contentsocialhub.scss */
  .hub-element.type-twitter {
    min-height: 260px;
    line-height: 260px;
  }
}
@media only screen and (max-width: 35em) {
  /* line 28, ../sass/components/_contentsocialhub.scss */
  .hub-element.type-twitter {
    padding: 42px 32px;
    padding: 2.625rem 2rem;
  }
}
/* line 45, ../sass/components/_contentsocialhub.scss */
.hub-element.type-twitter .textblock {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0;
  max-width: 100%;
  word-break: break-word;
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1rem;
}
/* line 56, ../sass/components/_contentsocialhub.scss */
.hub-element.type-twitter .entry-content,
.hub-element.type-twitter .entry-content p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #272727;
}
/* line 63, ../sass/components/_contentsocialhub.scss */
.hub-element.type-twitter .entry-content a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  color: #444444;
}
/* line 68, ../sass/components/_contentsocialhub.scss */
.hub-element.type-twitter .entry-content a.related {
  color: #C6B46F;
}
/* line 75, ../sass/components/_contentsocialhub.scss */
.hub-element.type-blog .entry-title {
  font-size: 17px;
  font-size: 1.0625rem;
}
/* line 78, ../sass/components/_contentsocialhub.scss */
.hub-element.type-blog .entry-content {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 84, ../sass/components/_contentsocialhub.scss */
.hub-element.type-instagram .entry-title {
  font-size: 16px;
  font-size: 1rem;
}
/* line 87, ../sass/components/_contentsocialhub.scss */
.hub-element.type-instagram .entry-content {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 92, ../sass/components/_contentsocialhub.scss */
.hub-element.type-instagram {
  background: #fff5eb;
}
/* line 96, ../sass/components/_contentsocialhub.scss */
.hub-element img {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
/* line 104, ../sass/components/_contentsocialhub.scss */
.hub-element .entry-title {
  font-size: 16px;
  font-size: 1rem;
  margin: 32px 0 16px;
}
/* line 109, ../sass/components/_contentsocialhub.scss */
.hub-element .entry-content {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 112, ../sass/components/_contentsocialhub.scss */
.hub-element .entry-content a {
  color: #000;
  text-decoration: none;
}
/* line 117, ../sass/components/_contentsocialhub.scss */
.hub-element .entry-content .related {
  margin-top: 35px;
  color: #C6B46F;
  display: block;
}
/* line 123, ../sass/components/_contentsocialhub.scss */
.hub-element .entry-content p {
  margin: 0 0 16px;
}
/* line 127, ../sass/components/_contentsocialhub.scss */
.hub-element .entry-content .invisible {
  display: none;
}
/* line 132, ../sass/components/_contentsocialhub.scss */
.hub-element .hubicon {
  position: absolute;
  right: -8px;
  top: 16px;
}
@media only screen and (max-width: 66em) {
  /* line 132, ../sass/components/_contentsocialhub.scss */
  .hub-element .hubicon {
    display: none;
  }
}
/* line 142, ../sass/components/_contentsocialhub.scss */
.hub-element .hubicon-mobile {
  display: none;
  position: absolute;
  right: -15px;
  top: 16px;
}
@media only screen and (max-width: 66em) {
  /* line 142, ../sass/components/_contentsocialhub.scss */
  .hub-element .hubicon-mobile {
    display: block;
  }
}

/* line 155, ../sass/components/_contentsocialhub.scss */
.hub-inner {
  padding-left: 0.5%;
  text-align: left;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media only screen and (max-width: 66em) {
  /* line 155, ../sass/components/_contentsocialhub.scss */
  .hub-inner {
    padding-left: 0;
  }
}

/* line 165, ../sass/components/_contentsocialhub.scss */
.filters {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 45em) {
  /* line 165, ../sass/components/_contentsocialhub.scss */
  .filters {
    margin-bottom: 40px;
  }
}
/* line 173, ../sass/components/_contentsocialhub.scss */
.filters .filter {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 20px;
  margin: 0 1.25rem;
  display: inline-block;
}
@media only screen and (max-width: 45em) {
  /* line 173, ../sass/components/_contentsocialhub.scss */
  .filters .filter {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 10px;
  }
}
/* line 183, ../sass/components/_contentsocialhub.scss */
.filters .filter .filter-checkbox {
  display: none;
}
/* line 187, ../sass/components/_contentsocialhub.scss */
.filters .filter .filter-label {
  cursor: pointer;
  padding-left: 21px;
  padding-top: 10px;
  min-height: 24px;
  display: inline-block;
  background: url("../images/check.png") no-repeat left center;
}
/* line 195, ../sass/components/_contentsocialhub.scss */
.filters .filter .filter-label.unchecked {
  background: url("../images/uncheck.png") no-repeat left center;
}

/* line 1, ../sass/components/_contentteaser.scss */
.content-teaser {
  text-align: left;
  color: #424242;
}
@media only screen and (max-width: 45em) {
  /* line 1, ../sass/components/_contentteaser.scss */
  .content-teaser {
    text-align: center;
  }
}
/* line 10, ../sass/components/_contentteaser.scss */
.content-teaser .entry-header h1 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media only screen and (max-width: 45em) {
  /* line 10, ../sass/components/_contentteaser.scss */
  .content-teaser .entry-header h1 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
/* line 21, ../sass/components/_contentteaser.scss */
.content-teaser .entry-summary {
  max-height: 60px;
  overflow: hidden;
  word-break: break-word;
  color: #444444;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media only screen and (max-width: 45em) {
  /* line 21, ../sass/components/_contentteaser.scss */
  .content-teaser .entry-summary {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* line 2, ../sass/components/_forms.scss */
.newsletter p {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
/* line 8, ../sass/components/_forms.scss */
.newsletter input {
  background: #262626;
  color: #fff;
  border: #292929;
  width: 24px;
  height: 24px;
  padding: 7px 5px;
  vertical-align: top;
  font-size: 10px;
  font-size: 0.625rem;
}
/* line 19, ../sass/components/_forms.scss */
.newsletter .newsletter-email {
  width: 138px;
  padding: 7px 12px;
  margin-right: 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #131313), color-stop(100%, #262626));
  background-image: -moz-linear-gradient(left, #131313, #262626);
  background-image: -webkit-linear-gradient(left, #131313, #262626);
  background-image: linear-gradient(to right, #131313, #262626);
}

/* line 3, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container {
  margin: 0;
  border: none;
  overflow: hidden;
}
/* line 9, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container:hover .flex-direction-nav .flex-next, .page-template-page-manifesto .flexslider.manifesto-container:hover .flex-direction-nav .flex-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 12, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container:hover .flex-direction-nav .flex-next:hover, .page-template-page-manifesto .flexslider.manifesto-container:hover .flex-direction-nav .flex-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 17, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container:hover .flex-direction-nav .flex-next {
  right: 0;
}
/* line 21, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container:hover .flex-direction-nav .flex-prev {
  left: 0;
}
/* line 26, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-next {
  right: -70px;
}
/* line 30, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-prev {
  left: -70px;
}
/* line 34, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav a {
  top: 50%;
  margin-top: -40px;
}
/* line 37, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav a:before {
  content: "";
  display: none;
}
@media only screen and (max-width: 35em) {
  /* line 25, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav {
    display: none;
  }
}
/* line 48, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 52, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container .flex-direction-nav .flex-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 56, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container .flex-control-nav {
  bottom: 20px;
}
@media only screen and (max-width: 35em) {
  /* line 56, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .flexslider.manifesto-container .flex-control-nav {
    position: static;
    margin: 20px 0;
    margin: 1.25rem 0;
  }
}
/* line 65, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container .flex-control-paging li a {
  background: #fff;
}
@media only screen and (max-width: 35em) {
  /* line 65, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .flexslider.manifesto-container .flex-control-paging li a {
    background: #000;
  }
}
/* line 72, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.manifesto-container .flex-control-paging li a.flex-active {
  background: #e7d58c;
}
/* line 78, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .flexslider.carousel {
  max-width: none;
}
/* line 82, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element {
  width: 100%;
  text-align: center;
}
/* line 86, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .bg {
  height: 572px;
  line-height: 572px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 84em) {
  /* line 86, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .bg {
    height: 542px;
    line-height: 542px;
  }
}
@media only screen and (max-width: 35em) {
  /* line 86, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .bg {
    height: 200px;
    line-height: 200px;
  }
}
/* line 104, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .bgimg {
  z-index: 1;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}
@media only screen and (max-width: 45em) {
  /* line 104, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .bgimg {
    max-height: 100%;
  }
}
@media only screen and (max-width: 35em) {
  /* line 121, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .desktop {
    display: none;
  }
}
/* line 128, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .mobile {
  display: none;
}
@media only screen and (max-width: 35em) {
  /* line 128, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .mobile {
    display: block;
  }
}
/* line 135, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .textblock {
  width: 680px;
  max-width: 85%;
  min-height: 325px;
  vertical-align: middle;
  line-height: normal;
  background: #fff;
  margin: auto;
  display: inline-block;
  position: relative;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 45em) {
  /* line 135, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .textblock {
    width: 610px;
  }
}
@media only screen and (max-width: 35em) {
  /* line 135, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .textblock {
    width: 60%;
    min-height: 0px;
  }
}
/* line 159, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .entry-header {
  position: relative;
}
/* line 163, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .manifesto-text {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 75px 0 65px;
  margin: 4.6875rem 0 4.0625rem;
  letter-spacing: 3px;
  letter-spacing: 0.15625rem;
  color: #4d4d4d;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 35em) {
  /* line 163, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .manifesto-text {
    margin: 40px 0;
    margin: 2.5rem 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 177, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .manifesto-number {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -60px;
  color: #b2b2af;
  font-family: "Didot", "Helvetica W02 Roman", sans-serif;
  font-size: 112px;
  font-size: 7rem;
  line-height: 112px;
  line-height: 7rem;
  z-index: 1;
}
@media only screen and (max-width: 35em) {
  /* line 177, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .manifesto-number {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 52px;
    line-height: 3.25rem;
    margin-top: -28px;
  }
}
/* line 195, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
  letter-spacing: 3px;
  letter-spacing: 0.15625rem;
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 35em) {
  /* line 195, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .entry-title {
    margin: 15px 10% 30px;
    margin: 0.9375rem 10% 1.875rem;
  }
}
/* line 206, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .entry-title:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: #000;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media only screen and (max-width: 35em) {
  /* line 206, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .entry-title:after {
    width: 100px;
    margin: 15px auto 0;
    margin: 0.9375rem auto 0;
  }
}
/* line 221, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .manifesto_element .entry-content {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #424242;
  max-width: 530px;
  margin: auto;
}
@media only screen and (max-width: 35em) {
  /* line 221, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .manifesto_element .entry-content {
    margin: auto 10%;
  }
}
/* line 233, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .second-part h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #272727;
  margin: 30px auto 20px;
  text-align: center;
  font-weight: bold;
}
/* line 240, ../sass/components/_manifesto.scss */
.page-template-page-manifesto .second-part h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 120px;
  background: #d9d9d9;
  margin: 30px auto 0;
}
@media only screen and (max-width: 66em) {
  /* line 240, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .second-part h2:after {
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 45em) {
  /* line 233, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .second-part h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 15px auto 20px;
  }
}
@media only screen and (max-width: 35em) {
  /* line 233, ../sass/components/_manifesto.scss */
  .page-template-page-manifesto .second-part h2 {
    display: none;
  }
}

/* line 1, ../sass/components/_nav-button.scss */
.navigation {
  clear: both;
  text-align: center;
}
/* line 5, ../sass/components/_nav-button.scss */
.navigation .next,
.navigation .previous {
  display: inline-block;
  padding: 0 10px 0 13px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
/* line 13, ../sass/components/_nav-button.scss */
.navigation .next > a,
.navigation .previous > a {
  display: block;
}
/* line 17, ../sass/components/_nav-button.scss */
.navigation .next {
  border-left: 1px solid #e5d182;
}

/* line 1, ../sass/components/_slider.scss */
#carouselcontainer {
  background: #f5f5f5;
}

/* line 5, ../sass/components/_slider.scss */
.flexslider.carousel {
  width: 100%;
  padding: 50px 2.5%;
  margin: 0;
  background: #f5f5f5;
  min-height: 400px;
  border: none;
  max-width: 1400px;
  margin: auto;
}
/* line 17, ../sass/components/_slider.scss */
.flexslider.carousel:hover .flex-direction-nav .flex-next, .flexslider.carousel:hover .flex-direction-nav .flex-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 20, ../sass/components/_slider.scss */
.flexslider.carousel:hover .flex-direction-nav .flex-next:hover, .flexslider.carousel:hover .flex-direction-nav .flex-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
@media only screen and (max-width: 45em) {
  /* line 5, ../sass/components/_slider.scss */
  .flexslider.carousel {
    padding: 40px 2.5% 70px;
    min-height: 0;
  }
}
/* line 30, ../sass/components/_slider.scss */
.flexslider.carousel .post {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: auto;
}
/* line 36, ../sass/components/_slider.scss */
.flexslider.carousel .post img {
  max-width: 100%;
  height: auto;
}
/* line 42, ../sass/components/_slider.scss */
.flexslider.carousel .thumbnail {
  height: 163px;
  position: relative;
  overflow: hidden;
}
/* line 47, ../sass/components/_slider.scss */
.flexslider.carousel .thumbnail img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: 100%;
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}
/* line 65, ../sass/components/_slider.scss */
.flexslider.carousel h1 {
  margin: 17px 0 11px;
  margin: 1.0625rem 0 0.6875rem;
}
/* line 68, ../sass/components/_slider.scss */
.flexslider.carousel h1 a {
  text-decoration: none;
  color: #272727;
}
/* line 74, ../sass/components/_slider.scss */
.flexslider.carousel li {
  text-align: center;
  margin-right: 60px;
}
@media only screen and (max-width: 66em) {
  /* line 74, ../sass/components/_slider.scss */
  .flexslider.carousel li {
    margin-right: 30px;
  }
}
/* line 84, ../sass/components/_slider.scss */
.flexslider.carousel .flex-direction-nav .flex-next {
  right: 0px;
}
/* line 88, ../sass/components/_slider.scss */
.flexslider.carousel .flex-direction-nav .flex-prev {
  left: 0;
}
/* line 92, ../sass/components/_slider.scss */
.flexslider.carousel .flex-direction-nav a {
  top: 135px;
}
/* line 94, ../sass/components/_slider.scss */
.flexslider.carousel .flex-direction-nav a:before {
  content: "";
  display: none;
}
/* line 101, ../sass/components/_slider.scss */
.flexslider.carousel .flex-direction-nav .flex-next {
  right: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 106, ../sass/components/_slider.scss */
.flexslider.carousel .flex-direction-nav .flex-prev {
  left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 113, ../sass/components/_slider.scss */
.flexslider .flex-control-nav {
  bottom: 10px;
  left: 0;
}
/* line 116, ../sass/components/_slider.scss */
.flexslider .flex-control-nav li {
  margin: 0 16px;
}
@media only screen and (max-width: 35em) {
  /* line 116, ../sass/components/_slider.scss */
  .flexslider .flex-control-nav li {
    margin: 0 8px;
  }
}
/* line 122, ../sass/components/_slider.scss */
.flexslider .flex-control-nav li a {
  background: #000;
  height: 10px;
  width: 10px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
/* line 128, ../sass/components/_slider.scss */
.flexslider .flex-control-nav li a:hover {
  width: 14px;
  height: 14px;
  line-height: 21px;
}
@media only screen and (max-width: 45em) {
  /* line 122, ../sass/components/_slider.scss */
  .flexslider .flex-control-nav li a {
    height: 14px;
    width: 14px;
  }
}
/* line 140, ../sass/components/_slider.scss */
.flexslider .flex-control-nav li .flex-active {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 12px;
  width: 12px;
  background: #e7d58c;
  border: 1px solid #e7D58C;
}
/* line 147, ../sass/components/_slider.scss */
.flexslider .flex-control-nav li .flex-active:hover {
  height: 12px;
  width: 12px;
  line-height: normal;
}
@media only screen and (max-width: 45em) {
  /* line 140, ../sass/components/_slider.scss */
  .flexslider .flex-control-nav li .flex-active {
    height: 16px;
    width: 16px;
  }
  /* line 157, ../sass/components/_slider.scss */
  .flexslider .flex-control-nav li .flex-active:hover {
    height: 16px;
    width: 16px;
  }
}

/* line 167, ../sass/components/_slider.scss */
.seealllink {
  position: absolute;
  bottom: 15px;
  right: 0;
  line-height: 20px;
  color: #444444;
  letter-spacing: 2.5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 176, ../sass/components/_slider.scss */
.seealllink span {
  vertical-align: middle;
  line-height: normal;
}
@media only screen and (max-width: 45em) {
  /* line 167, ../sass/components/_slider.scss */
  .seealllink {
    bottom: 40px;
  }
}

/* line 1, ../sass/pages/_home.scss */
.home-featured {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 45em) {
  /* line 1, ../sass/pages/_home.scss */
  .home-featured {
    display: none;
  }
}
/* line 11, ../sass/pages/_home.scss */
.home-featured .thumbnail {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}
/* line 17, ../sass/pages/_home.scss */
.home-featured .thumbnail img {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  max-width: 1400px;
}
/* line 31, ../sass/pages/_home.scss */
.home-featured .textblock {
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0;
  left: 100px;
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 66em) {
  /* line 31, ../sass/pages/_home.scss */
  .home-featured .textblock {
    width: 50%;
    left: 0;
  }
}
/* line 49, ../sass/pages/_home.scss */
.home-featured .textblock .entry-header {
  margin-bottom: 25px;
  font-family: "Gill Sans", "Helvetica W02 Roman", sans-serif;
}
/* line 53, ../sass/pages/_home.scss */
.home-featured .textblock .entry-header h1 {
  font-weight: normal;
}
/* line 58, ../sass/pages/_home.scss */
.home-featured .textblock .entry-summary {
  margin-bottom: 45px;
  font-family: "Gill Sans", "Helvetica W02 Roman", sans-serif;
  font-style: italic;
}
/* line 65, ../sass/pages/_home.scss */
.home-featured .textblock-inner {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
/* line 70, ../sass/pages/_home.scss */
.home-featured .textblock-inner p {
  line-height: 22px;
  line-height: 1.375rem;
}

/* line 76, ../sass/pages/_home.scss */
.hub {
  width: 90%;
  margin: auto;
  text-align: center;
  max-width: 1400px;
}

/* line 84, ../sass/pages/_home.scss */
.home-hub-maint-title h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #5b5b5b;
  margin: 30px auto 20px;
  text-align: center;
  font-weight: normal;
}
/* line 91, ../sass/pages/_home.scss */
.home-hub-maint-title h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 120px;
  background: #d9d9d9;
  margin: 30px auto 0;
}
@media only screen and (max-width: 45em) {
  /* line 91, ../sass/pages/_home.scss */
  .home-hub-maint-title h2:after {
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 45em) {
  /* line 84, ../sass/pages/_home.scss */
  .home-hub-maint-title h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 15px auto 10px;
  }
}

/* line 110, ../sass/pages/_home.scss */
.ajax-loader {
  margin: 70px auto;
}

/* line 114, ../sass/pages/_home.scss */
.showmore {
  margin: 70px auto 0;
  display: inline-block;
}

/* line 3, ../sass/pages/_page.scss */
.page .headerImage {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
/* line 9, ../sass/pages/_page.scss */
.page .headerImage img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 16, ../sass/pages/_page.scss */
.page .content {
  max-width: 740px;
  margin: -80px auto 0;
  padding: 40px 75px;
  position: relative;
  z-index: 999;
  color: #444444;
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
@media only screen and (max-width: 66em) {
  /* line 16, ../sass/pages/_page.scss */
  .page .content {
    margin-top: 0;
    padding: 40px 5%;
  }
}
@media only screen and (max-width: 45em) {
  /* line 16, ../sass/pages/_page.scss */
  .page .content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
/* line 35, ../sass/pages/_page.scss */
.page .content h1 {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  color: #272727;
}
/* line 43, ../sass/pages/_page.scss */
.page .content .body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
}

/* line 3, ../sass/pages/_single.scss */
.single-post .headerImage {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 75em) {
  /* line 3, ../sass/pages/_single.scss */
  .single-post .headerImage {
    height: 400px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 3, ../sass/pages/_single.scss */
  .single-post .headerImage {
    height: auto;
  }
}
/* line 17, ../sass/pages/_single.scss */
.single-post .headerImage img {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  max-width: 1400px;
  max-height: 100%;
}
@media only screen and (max-width: 45em) {
  /* line 17, ../sass/pages/_single.scss */
  .single-post .headerImage img {
    width: 100%;
    position: static;
    max-height: none;
  }
}
/* line 38, ../sass/pages/_single.scss */
.single-post .category-post {
  padding: 3px 9px;
  margin-right: 5px;
  background: #E5D182;
  color: #fff;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 45em) {
  /* line 38, ../sass/pages/_single.scss */
  .single-post .category-post {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 51, ../sass/pages/_single.scss */
.single-post .post-content {
  max-width: 740px;
  margin: -80px auto 0;
  padding: 40px 75px;
  position: relative;
  z-index: 999;
  color: #444444;
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
@media only screen and (max-width: 75em) {
  /* line 51, ../sass/pages/_single.scss */
  .single-post .post-content {
    padding: 40px 5%;
    max-width: 680px;
  }
}
@media only screen and (max-width: 45em) {
  /* line 51, ../sass/pages/_single.scss */
  .single-post .post-content {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
/* line 72, ../sass/pages/_single.scss */
.single-post .post-content iframe {
  max-width: 100%;
}
/* line 77, ../sass/pages/_single.scss */
.single-post .entry-content {
  text-align: justify;
}
/* line 80, ../sass/pages/_single.scss */
.single-post .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 87, ../sass/pages/_single.scss */
.single-post h1 {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  font-size: bold;
  margin-bottom: 50px;
  color: #272727;
}
/* line 95, ../sass/pages/_single.scss */
.single-post .entry-date {
  margin: 30px 0 65px;
  float: left;
  color: #424242;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 102, ../sass/pages/_single.scss */
.single-post .entry-content a {
  text-decoration: underline;
}

/* line 18, ../sass/front.scss */
* {
  box-sizing: border-box;
}

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