@charset "UTF-8";
/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*********************************************
:: Normalize                        
********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300);
/* line 4, ../src/scss/core/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 4, ../src/scss/core/_normalize.scss */
body {
  margin: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../src/scss/core/_normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 4, ../src/scss/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
[hidden], template {
  display: none;
}

/* line 4, ../src/scss/core/_normalize.scss */
a {
  background-color: transparent;
}

/* line 4, ../src/scss/core/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 4, ../src/scss/core/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 4, ../src/scss/core/_normalize.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 4, ../src/scss/core/_normalize.scss */
small {
  font-size: 80%;
}

/* line 4, ../src/scss/core/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 4, ../src/scss/core/_normalize.scss */
sup {
  top: -.5em;
}

/* line 4, ../src/scss/core/_normalize.scss */
sub {
  bottom: -.25em;
}

/* line 4, ../src/scss/core/_normalize.scss */
img {
  border: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 4, ../src/scss/core/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 4, ../src/scss/core/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
pre {
  overflow: auto;
}

/* line 4, ../src/scss/core/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 4, ../src/scss/core/_normalize.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
button {
  overflow: visible;
}

/* line 4, ../src/scss/core/_normalize.scss */
button, select {
  text-transform: none;
}

/* line 4, ../src/scss/core/_normalize.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

/* line 4, ../src/scss/core/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 4, ../src/scss/core/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
input {
  line-height: normal;
}

/* line 4, ../src/scss/core/_normalize.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 4, ../src/scss/core/_normalize.scss */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 4, ../src/scss/core/_normalize.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 4, ../src/scss/core/_normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 4, ../src/scss/core/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 4, ../src/scss/core/_normalize.scss */
optgroup {
  font-weight: 700;
}

/* line 4, ../src/scss/core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
td, th {
  padding: 0;
}

/* line 4, ../src/scss/core/_normalize.scss */
h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px;
}

/* line 4, ../src/scss/core/_normalize.scss */
.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px;
}

/* line 4, ../src/scss/core/_normalize.scss */
legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}

/* line 4, ../src/scss/core/_normalize.scss */
figure {
  margin: 0px;
}

/* line 5, ../src/scss/core/_normalize.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/*******************************************/
/* line 9, ../src/scss/core/_normalize.scss */
::-moz-selection, ::selection {
  background: #f00;
  color: white;
}

/* line 14, ../src/scss/core/_normalize.scss */
::selection {
  background: #f00;
  color: white;
}

/* line 19, ../src/scss/core/_normalize.scss */
img {
  display: inline-block;
  max-width: 100%;
  width: auto\9;
  height: auto;
}

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, ../src/scss/core/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 31, ../src/scss/core/_fonts.scss */
.icon-angle-double-down:before {
  content: "\e922";
}

/* line 34, ../src/scss/core/_fonts.scss */
.icon-angle-double-left:before {
  content: "\e923";
}

/* line 37, ../src/scss/core/_fonts.scss */
.icon-angle-double-right:before {
  content: "\e924";
}

/* line 40, ../src/scss/core/_fonts.scss */
.icon-angle-double-up:before {
  content: "\e925";
}

/* line 43, ../src/scss/core/_fonts.scss */
.icon-angle-down:before {
  content: "\e926";
}

/* line 46, ../src/scss/core/_fonts.scss */
.icon-angle-left:before {
  content: "\e927";
}

/* line 49, ../src/scss/core/_fonts.scss */
.icon-angle-right:before {
  content: "\e928";
}

/* line 52, ../src/scss/core/_fonts.scss */
.icon-angle-up:before {
  content: "\e929";
}

/* line 55, ../src/scss/core/_fonts.scss */
.icon-arrow-circle-down:before {
  content: "\e92a";
}

/* line 58, ../src/scss/core/_fonts.scss */
.icon-arrow-circle-left:before {
  content: "\e92b";
}

/* line 61, ../src/scss/core/_fonts.scss */
.icon-arrow-circle-o-down:before {
  content: "\e92c";
}

/* line 64, ../src/scss/core/_fonts.scss */
.icon-arrow-circle-o-left:before {
  content: "\e92d";
}

/* line 67, ../src/scss/core/_fonts.scss */
.icon-arrow-circle-o-right:before {
  content: "\e92e";
}

/* line 70, ../src/scss/core/_fonts.scss */
.icon-arrow-circle-o-up:before {
  content: "\e92f";
}

/* line 73, ../src/scss/core/_fonts.scss */
.icon-arrow-circle-right:before {
  content: "\e930";
}

/* line 76, ../src/scss/core/_fonts.scss */
.icon-arrow-circle-up:before {
  content: "\e931";
}

/* line 79, ../src/scss/core/_fonts.scss */
.icon-bars:before {
  content: "\e932";
}

/* line 82, ../src/scss/core/_fonts.scss */
.icon-behance:before {
  content: "\f1b4";
}

/* line 85, ../src/scss/core/_fonts.scss */
.icon-behance-square:before {
  content: "\f1b5";
}

/* line 88, ../src/scss/core/_fonts.scss */
.icon-calendar2:before {
  content: "\e933";
}

/* line 91, ../src/scss/core/_fonts.scss */
.icon-check2:before {
  content: "\e934";
}

/* line 94, ../src/scss/core/_fonts.scss */
.icon-chevron-circle-down:before {
  content: "\e935";
}

/* line 97, ../src/scss/core/_fonts.scss */
.icon-chevron-circle-left:before {
  content: "\e936";
}

/* line 100, ../src/scss/core/_fonts.scss */
.icon-chevron-circle-right:before {
  content: "\e937";
}

/* line 103, ../src/scss/core/_fonts.scss */
.icon-chevron-circle-up:before {
  content: "\e938";
}

/* line 106, ../src/scss/core/_fonts.scss */
.icon-chevron-down:before {
  content: "\e939";
}

/* line 109, ../src/scss/core/_fonts.scss */
.icon-chevron-left:before {
  content: "\e93a";
}

/* line 112, ../src/scss/core/_fonts.scss */
.icon-chevron-right:before {
  content: "\e93b";
}

/* line 115, ../src/scss/core/_fonts.scss */
.icon-chevron-up:before {
  content: "\e93c";
}

/* line 118, ../src/scss/core/_fonts.scss */
.icon-commenting:before {
  content: "\f27a";
}

/* line 121, ../src/scss/core/_fonts.scss */
.icon-commenting-o:before {
  content: "\f27b";
}

/* line 124, ../src/scss/core/_fonts.scss */
.icon-envelope-o:before {
  content: "\e93d";
}

/* line 127, ../src/scss/core/_fonts.scss */
.icon-facebook:before {
  content: "\e93f";
}

/* line 130, ../src/scss/core/_fonts.scss */
.icon-facebook-square:before {
  content: "\e93e";
}

/* line 133, ../src/scss/core/_fonts.scss */
.icon-file:before {
  content: "\e940";
}

/* line 136, ../src/scss/core/_fonts.scss */
.icon-file-excel-o:before {
  content: "\f1c3";
}

/* line 139, ../src/scss/core/_fonts.scss */
.icon-file-image-o:before {
  content: "\f1c5";
}

/* line 142, ../src/scss/core/_fonts.scss */
.icon-file-photo-o:before {
  content: "\f1c5";
}

/* line 145, ../src/scss/core/_fonts.scss */
.icon-file-picture-o:before {
  content: "\f1c5";
}

/* line 148, ../src/scss/core/_fonts.scss */
.icon-file-pdf-o:before {
  content: "\f1c1";
}

/* line 151, ../src/scss/core/_fonts.scss */
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 154, ../src/scss/core/_fonts.scss */
.icon-file-word-o:before {
  content: "\f1c2";
}

/* line 157, ../src/scss/core/_fonts.scss */
.icon-google:before {
  content: "\f1a0";
}

/* line 160, ../src/scss/core/_fonts.scss */
.icon-google-plus:before {
  content: "\e942";
}

/* line 163, ../src/scss/core/_fonts.scss */
.icon-google-plus2:before {
  content: "\f0d5";
}

/* line 166, ../src/scss/core/_fonts.scss */
.icon-google-plus-square:before {
  content: "\e941";
}

/* line 169, ../src/scss/core/_fonts.scss */
.icon-google-plus-square2:before {
  content: "\f0d4";
}

/* line 172, ../src/scss/core/_fonts.scss */
.icon-info-circle:before {
  content: "\e943";
}

/* line 175, ../src/scss/core/_fonts.scss */
.icon-instagram:before {
  content: "\e944";
}

/* line 178, ../src/scss/core/_fonts.scss */
.icon-instagram2:before {
  content: "\f16d";
}

/* line 181, ../src/scss/core/_fonts.scss */
.icon-linkedin:before {
  content: "\e946";
}

/* line 184, ../src/scss/core/_fonts.scss */
.icon-linkedin-square:before {
  content: "\e945";
}

/* line 187, ../src/scss/core/_fonts.scss */
.icon-map3:before {
  content: "\f279";
}

/* line 190, ../src/scss/core/_fonts.scss */
.icon-map-marker:before {
  content: "\e947";
}

/* line 193, ../src/scss/core/_fonts.scss */
.icon-map-o:before {
  content: "\f278";
}

/* line 196, ../src/scss/core/_fonts.scss */
.icon-minus-circle:before {
  content: "\e948";
}

/* line 199, ../src/scss/core/_fonts.scss */
.icon-phone-diagonal:before {
  content: "\e949";
}

/* line 202, ../src/scss/core/_fonts.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 205, ../src/scss/core/_fonts.scss */
.icon-pinterest2:before {
  content: "\e94b";
}

/* line 208, ../src/scss/core/_fonts.scss */
.icon-pinterest-square:before {
  content: "\e94a";
}

/* line 211, ../src/scss/core/_fonts.scss */
.icon-pinterest-square2:before {
  content: "\f0d3";
}

/* line 214, ../src/scss/core/_fonts.scss */
.icon-play:before {
  content: "\e94c";
}

/* line 217, ../src/scss/core/_fonts.scss */
.icon-plus-circle:before {
  content: "\e94d";
}

/* line 220, ../src/scss/core/_fonts.scss */
.icon-question-circle:before {
  content: "\e94e";
}

/* line 223, ../src/scss/core/_fonts.scss */
.icon-safari:before {
  content: "\f267";
}

/* line 226, ../src/scss/core/_fonts.scss */
.icon-search:before {
  content: "\e950";
}

/* line 229, ../src/scss/core/_fonts.scss */
.icon-search-plus:before {
  content: "\e94f";
}

/* line 232, ../src/scss/core/_fonts.scss */
.icon-shopping-cart:before {
  content: "\e951";
}

/* line 235, ../src/scss/core/_fonts.scss */
.icon-sort:before {
  content: "\e952";
}

/* line 238, ../src/scss/core/_fonts.scss */
.icon-tags:before {
  content: "\e953";
}

/* line 241, ../src/scss/core/_fonts.scss */
.icon-times2:before {
  content: "\e954";
}

/* line 244, ../src/scss/core/_fonts.scss */
.icon-toggle-off:before {
  content: "\f204";
}

/* line 247, ../src/scss/core/_fonts.scss */
.icon-toggle-on:before {
  content: "\f205";
}

/* line 250, ../src/scss/core/_fonts.scss */
.icon-tripadvisor:before {
  content: "\f262";
}

/* line 253, ../src/scss/core/_fonts.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 256, ../src/scss/core/_fonts.scss */
.icon-tumblr2:before {
  content: "\e957";
}

/* line 259, ../src/scss/core/_fonts.scss */
.icon-tumblr-square:before {
  content: "\f174";
}

/* line 262, ../src/scss/core/_fonts.scss */
.icon-tumblr-square2:before {
  content: "\e956";
}

/* line 265, ../src/scss/core/_fonts.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 268, ../src/scss/core/_fonts.scss */
.icon-twitter2:before {
  content: "\e959";
}

/* line 271, ../src/scss/core/_fonts.scss */
.icon-twitter-square:before {
  content: "\e958";
}

/* line 274, ../src/scss/core/_fonts.scss */
.icon-twitter-square2:before {
  content: "\f081";
}

/* line 277, ../src/scss/core/_fonts.scss */
.icon-user:before {
  content: "\e95a";
}

/* line 280, ../src/scss/core/_fonts.scss */
.icon-vimeo-square:before {
  content: "\e95b";
}

/* line 283, ../src/scss/core/_fonts.scss */
.icon-vine:before {
  content: "\f1ca";
}

/* line 286, ../src/scss/core/_fonts.scss */
.icon-youtube:before {
  content: "\e95e";
}

/* line 289, ../src/scss/core/_fonts.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 292, ../src/scss/core/_fonts.scss */
.icon-youtube-play2:before {
  content: "\e95c";
}

/* line 295, ../src/scss/core/_fonts.scss */
.icon-youtube-square:before {
  content: "\e95d";
}

/* line 298, ../src/scss/core/_fonts.scss */
.icon-home:before {
  content: "\e900";
}

/* line 301, ../src/scss/core/_fonts.scss */
.icon-newspaper:before {
  content: "\e901";
}

/* line 304, ../src/scss/core/_fonts.scss */
.icon-image:before {
  content: "\e902";
}

/* line 307, ../src/scss/core/_fonts.scss */
.icon-file-empty:before {
  content: "\e903";
}

/* line 310, ../src/scss/core/_fonts.scss */
.icon-file-text2:before {
  content: "\e904";
}

/* line 313, ../src/scss/core/_fonts.scss */
.icon-phone:before {
  content: "\e905";
}

/* line 316, ../src/scss/core/_fonts.scss */
.icon-phone-hang-up:before {
  content: "\e906";
}

/* line 319, ../src/scss/core/_fonts.scss */
.icon-pin:before {
  content: "\e955";
}

/* line 322, ../src/scss/core/_fonts.scss */
.icon-location:before {
  content: "\e907";
}

/* line 325, ../src/scss/core/_fonts.scss */
.icon-location2:before {
  content: "\e908";
}

/* line 328, ../src/scss/core/_fonts.scss */
.icon-compass:before {
  content: "\e909";
}

/* line 331, ../src/scss/core/_fonts.scss */
.icon-map:before {
  content: "\e90a";
}

/* line 334, ../src/scss/core/_fonts.scss */
.icon-map2:before {
  content: "\e90b";
}

/* line 337, ../src/scss/core/_fonts.scss */
.icon-alarm:before {
  content: "\e90f";
}

/* line 340, ../src/scss/core/_fonts.scss */
.icon-bell:before {
  content: "\e910";
}

/* line 343, ../src/scss/core/_fonts.scss */
.icon-stopwatch:before {
  content: "\e911";
}

/* line 346, ../src/scss/core/_fonts.scss */
.icon-calendar:before {
  content: "\e91e";
}

/* line 349, ../src/scss/core/_fonts.scss */
.icon-display:before {
  content: "\e91f";
}

/* line 352, ../src/scss/core/_fonts.scss */
.icon-laptop:before {
  content: "\e920";
}

/* line 355, ../src/scss/core/_fonts.scss */
.icon-mobile:before {
  content: "\e912";
}

/* line 358, ../src/scss/core/_fonts.scss */
.icon-mobile2:before {
  content: "\e913";
}

/* line 361, ../src/scss/core/_fonts.scss */
.icon-tablet:before {
  content: "\e914";
}

/* line 364, ../src/scss/core/_fonts.scss */
.icon-tv:before {
  content: "\e915";
}

/* line 367, ../src/scss/core/_fonts.scss */
.icon-plus2:before {
  content: "\e91a";
}

/* line 370, ../src/scss/core/_fonts.scss */
.icon-minus2:before {
  content: "\e91b";
}

/* line 373, ../src/scss/core/_fonts.scss */
.icon-checkmark:before {
  content: "\e91c";
}

/* line 376, ../src/scss/core/_fonts.scss */
.icon-checkmark2:before {
  content: "\e91d";
}

/* line 379, ../src/scss/core/_fonts.scss */
.icon-thin-search:before {
  content: "\e921";
}

/* line 382, ../src/scss/core/_fonts.scss */
.icon-substract:before {
  content: "\e90c";
}

/* line 385, ../src/scss/core/_fonts.scss */
.icon-add:before {
  content: "\e90d";
}

/* line 388, ../src/scss/core/_fonts.scss */
.icon-cross:before {
  content: "\e90e";
}

/* line 391, ../src/scss/core/_fonts.scss */
.icon-left-arrow:before {
  content: "\e916";
}

/* line 394, ../src/scss/core/_fonts.scss */
.icon-right-arrow:before {
  content: "\e917";
}

/* line 397, ../src/scss/core/_fonts.scss */
.icon-left-arrow2:before {
  content: "\e918";
}

/* line 400, ../src/scss/core/_fonts.scss */
.icon-arrow-pointing-to-right:before {
  content: "\e919";
}

/* line 403, ../src/scss/core/_fonts.scss */
.icon-ico-cart-secure:before {
  content: "\e96f";
}

/* line 406, ../src/scss/core/_fonts.scss */
.icon-ico-cart-edit:before {
  content: "\e970";
}

/* line 409, ../src/scss/core/_fonts.scss */
.icon-ico-nav:before {
  content: "\e98a";
}

/* line 412, ../src/scss/core/_fonts.scss */
.icon-ico-search:before {
  content: "\e98d";
}

/* line 415, ../src/scss/core/_fonts.scss */
.icon-ico-download:before {
  content: "\e96e";
}

/* line 418, ../src/scss/core/_fonts.scss */
.icon-ico-heart:before {
  content: "\e963";
}

/* line 421, ../src/scss/core/_fonts.scss */
.icon-ico-edit:before {
  content: "\e964";
}

/* line 424, ../src/scss/core/_fonts.scss */
.icon-ico-secure:before {
  content: "\e965";
}

/* line 427, ../src/scss/core/_fonts.scss */
.icon-ico-user:before {
  content: "\e966";
}

/* line 430, ../src/scss/core/_fonts.scss */
.icon-ico-question:before {
  content: "\e967";
}

/* line 433, ../src/scss/core/_fonts.scss */
.icon-ico-map:before {
  content: "\e968";
}

/* line 436, ../src/scss/core/_fonts.scss */
.icon-ico-mail:before {
  content: "\e969";
}

/* line 439, ../src/scss/core/_fonts.scss */
.icon-ico-phone:before {
  content: "\e96a";
}

/* line 442, ../src/scss/core/_fonts.scss */
.icon-ico-zoom:before {
  content: "\e96b";
}

/* line 445, ../src/scss/core/_fonts.scss */
.icon-ico-cart:before {
  content: "\e96c";
}

/* line 448, ../src/scss/core/_fonts.scss */
.icon-ico-menu:before {
  content: "\e96d";
}

/* line 451, ../src/scss/core/_fonts.scss */
.icon-search2:before {
  content: "\e971";
}

/* line 454, ../src/scss/core/_fonts.scss */
.icon-menu:before {
  content: "\e972";
}

/*********************************************
:: Typography
********************************************/
/* line 5, ../src/scss/core/_typography.scss */
html {
  font-family: "Roboto", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
}

/* line 10, ../src/scss/core/_typography.scss */
h1, h2, legend, h3, h4, h5, h6 {
  margin-bottom: 8px;
  font-family: "Slabo 27px", "Roboto", sans-serif !important;
  font-weight: 300;
}
@media all and (min-width: 64em) {
  /* line 10, ../src/scss/core/_typography.scss */
  h1, h2, legend, h3, h4, h5, h6 {
    margin-bottom: 14px;
  }
}

/* line 20, ../src/scss/core/_typography.scss */
h1 {
  font-size: 28px;
  line-height: 32px;
  color: #212121;
}
@media all and (min-width: 64em) {
  /* line 20, ../src/scss/core/_typography.scss */
  h1 {
    font-size: 44px;
    line-height: 36px;
  }
}

/* line 31, ../src/scss/core/_typography.scss */
h2, legend {
  font-size: 24px;
  line-height: 28px;
}
@media all and (min-width: 64em) {
  /* line 31, ../src/scss/core/_typography.scss */
  h2, legend {
    font-size: 26px;
  }
}

/* line 40, ../src/scss/core/_typography.scss */
h3 {
  font-size: 20px;
  line-height: 26px;
}
@media all and (min-width: 64em) {
  /* line 40, ../src/scss/core/_typography.scss */
  h3 {
    font-size: 24px;
  }
}

/* line 49, ../src/scss/core/_typography.scss */
h4 {
  font-size: 18px;
  line-height: 24px;
}
@media all and (min-width: 64em) {
  /* line 49, ../src/scss/core/_typography.scss */
  h4 {
    font-size: 20px;
  }
}

/* line 58, ../src/scss/core/_typography.scss */
h5 {
  font-size: 16px;
  line-height: 24px;
}
@media all and (min-width: 64em) {
  /* line 58, ../src/scss/core/_typography.scss */
  h5 {
    font-size: 18px;
  }
}

/* line 67, ../src/scss/core/_typography.scss */
h6 {
  font-size: 16px;
  line-height: 24px;
}
@media all and (min-width: 64em) {
  /* line 67, ../src/scss/core/_typography.scss */
  h6 {
    font-size: 16px;
  }
}

/* line 76, ../src/scss/core/_typography.scss */
.special-title {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto 70px;
}
@media all and (min-width: 64em) {
  /* line 76, ../src/scss/core/_typography.scss */
  .special-title {
    margin-bottom: 140px;
  }
}
/* line 86, ../src/scss/core/_typography.scss */
.special-title h1, .special-title h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
  color: black;
}
@media all and (min-width: 64em) {
  /* line 86, ../src/scss/core/_typography.scss */
  .special-title h1, .special-title h3 {
    font-size: 36px;
  }
}
/* line 98, ../src/scss/core/_typography.scss */
.special-title h1:before, .special-title h3:before {
  content: '';
  position: absolute;
  top: 28px;
  left: -118px;
  width: 106px;
  height: 2px;
  background: black;
}
/* line 110, ../src/scss/core/_typography.scss */
.special-title.left {
  margin-left: 126px;
  text-align: left;
}
@media all and (min-width: 64em) {
  /* line 110, ../src/scss/core/_typography.scss */
  .special-title.left {
    margin-left: 106px;
  }
}
/* line 118, ../src/scss/core/_typography.scss */
.special-title.mid-left {
  margin-left: 166px;
  text-align: left;
}
@media all and (min-width: 64em) {
  /* line 118, ../src/scss/core/_typography.scss */
  .special-title.mid-left {
    margin-left: 306px;
  }
}

/*******************************************/
/* line 130, ../src/scss/core/_typography.scss */
p, li, td, th, a, mark, time, dl, label, address {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
}
@media all and (min-width: 64em) {
  /* line 130, ../src/scss/core/_typography.scss */
  p, li, td, th, a, mark, time, dl, label, address {
    margin-bottom: 20px;
  }
}
/* line 140, ../src/scss/core/_typography.scss */
p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
  font-size: 1em;
}

/* line 145, ../src/scss/core/_typography.scss */
a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #212121;
  transition: all .5s ease-in-out;
}
/* line 152, ../src/scss/core/_typography.scss */
a:hover, a:focus, a:active {
  color: #020202;
}

/* line 157, ../src/scss/core/_typography.scss */
small {
  font-size: 70%;
}

/* line 161, ../src/scss/core/_typography.scss */
strong, b {
  font-weight: 700;
}

/* line 165, ../src/scss/core/_typography.scss */
em, i {
  font-style: italic;
}

/* line 169, ../src/scss/core/_typography.scss */
hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #ccc;
  border: none;
  outline: none;
}

/*******************************************/
/* line 184, ../src/scss/core/_typography.scss */
dt {
  font-weight: 700;
}
/* line 187, ../src/scss/core/_typography.scss */
dt:after {
  content: ':';
}

/* line 192, ../src/scss/core/_typography.scss */
dt:after {
  content: ": ";
}

/* line 197, ../src/scss/core/_typography.scss */
ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

/* line 214, ../src/scss/core/_typography.scss */
ol li {
  list-style-type: decimal;
}

/*******************************************/
/* line 223, ../src/scss/core/_typography.scss */
code, pre, samp, kbd, var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2D747E;
  white-space: pre-wrap;
}

/* line 232, ../src/scss/core/_typography.scss */
pre {
  padding: 10px;
}

/*******************************************/
/* line 239, ../src/scss/core/_typography.scss */
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #212121;
}
@media all and (min-width: 64em) {
  /* line 239, ../src/scss/core/_typography.scss */
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
/* line 262, ../src/scss/core/_typography.scss */
.wysiwyg {
  max-width: 700px;
  margin-bottom: 32px;
  text-align: left;
}
@media all and (min-width: 64em) {
  /* line 262, ../src/scss/core/_typography.scss */
  .wysiwyg {
    margin-bottom: 100px;
  }
}
/* line 270, ../src/scss/core/_typography.scss */
.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}
/* line 275, ../src/scss/core/_typography.scss */
.wysiwyg ul {
  margin: 0 0 20px 20px;
}
/* line 277, ../src/scss/core/_typography.scss */
.wysiwyg ul li {
  margin: 0 0 5px 0;
  list-style-type: none;
}
/* line 281, ../src/scss/core/_typography.scss */
.wysiwyg ul li:before {
  content: "\e934";
  position: absolute;
  left: -20px;
  top: 2px;
  display: block;
  width: 13px;
  height: 13px;
  font-family: "icomoon";
  font-size: 14px;
  color: #212121;
}
/* line 298, ../src/scss/core/_typography.scss */
.wysiwyg a {
  color: #212121;
}

/* line 303, ../src/scss/core/_typography.scss */
.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: black;
}
@media all and (min-width: 64em) {
  /* line 303, ../src/scss/core/_typography.scss */
  .leadcopy {
    font-size: 17px;
  }
}

/*******************************************/
/* line 317, ../src/scss/core/_typography.scss */
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*********************************************
:: Buttons                             
********************************************/
/* line 5, ../src/scss/core/_buttons.scss */
button, button:focus, a:focus {
  outline: none;
}

/*******************************************/
/* line 12, ../src/scss/core/_buttons.scss */
.button {
  display: inline-block;
  height: auto;
  padding: 0px 12px;
  font-family: "Slabo 13px", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  color: #212121;
  background: transparent;
  transition: all .4s ease-in-out;
}
/* line 27, ../src/scss/core/_buttons.scss */
.button:hover, .button:focus, .button:active {
  color: #212121;
}

/* line 32, ../src/scss/core/_buttons.scss */
.button-view {
  width: auto;
  height: 38px;
  padding: 0 49px;
  font-family: "Slabo 13px", "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  color: white;
  border: 1px dashed #F3F3F3;
  transition: all 0.5s ease-in-out;
}
/* line 46, ../src/scss/core/_buttons.scss */
.button-view:hover {
  color: black;
  background: rgba(255, 255, 255, 0.8);
}

/*******************************************/
/* line 55, ../src/scss/core/_buttons.scss */
a.button-border, button.button-border {
  display: inline-block;
  width: auto;
  height: 38px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: white !important;
  background: transparent;
  border: 1px solid white;
  border-radius: 6px;
}
@media all and (min-width: 48em) {
  /* line 71, ../src/scss/core/_buttons.scss */
  a.button-border:hover, a.button-border:focus, a.button-border:active, button.button-border:hover, button.button-border:focus, button.button-border:active {
    background: #212121;
    border-color: #212121;
  }
}

/*******************************************/
/* line 81, ../src/scss/core/_buttons.scss */
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

/*********************************************
:: Tables                    
********************************************/
/* line 4, ../src/scss/core/_tables.scss */
table {
  width: 100%;
  margin-bottom: 15px;
}
/* line 8, ../src/scss/core/_tables.scss */
table td, table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  text-align: left;
  color: #212121;
}
/* line 15, ../src/scss/core/_tables.scss */
table th {
  font-weight: 700;
  background: #ececec;
}
/* line 20, ../src/scss/core/_tables.scss */
table thead {
  width: 100%;
  background: #ececec;
}
/* line 24, ../src/scss/core/_tables.scss */
table thead td, table thead th {
  padding: 5px 10px 5px 10px;
}
/* line 29, ../src/scss/core/_tables.scss */
table tfoot {
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
}
/* line 33, ../src/scss/core/_tables.scss */
table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
/* line 42, ../src/scss/core/_tables.scss */
.compact-table {
  width: auto;
}
/* line 45, ../src/scss/core/_tables.scss */
.compact-table td, .compact-table th {
  padding: 5px 10px 5px 10px;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
  background: none;
  border: 1px solid #ccc;
}
/* line 56, ../src/scss/core/_tables.scss */
.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
/* line 67, ../src/scss/core/_tables.scss */
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout                        
********************************************/
/* line 5, ../src/scss/core/_layout.scss */
html {
  margin-top: 0 !important;
}

/* line 10, ../src/scss/core/_layout.scss */
* {
  -webkit-tap-highlight-color: transparent;
}

/*******************************************/
/* line 17, ../src/scss/core/_layout.scss */
.main {
  display: block;
}

/*******************************************/
/* line 24, ../src/scss/core/_layout.scss */
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px;
}
@media all and (min-width: 64em) {
  /* line 24, ../src/scss/core/_layout.scss */
  .sidebar {
    padding: 45px 0px 45px 0px;
  }
}

/*******************************************/
/* line 36, ../src/scss/core/_layout.scss */
.content-max-width {
  position: relative;
  width: 100%;
  padding: 0 6%;
  clear: both;
}
@media all and (min-width: 64em) {
  /* line 36, ../src/scss/core/_layout.scss */
  .content-max-width {
    max-width: 940px;
    margin: 0 auto;
    padding: 0px;
  }
}
@media all and (min-width: 73.125em) {
  /* line 36, ../src/scss/core/_layout.scss */
  .content-max-width {
    max-width: 1170px;
  }
}

/* line 53, ../src/scss/core/_layout.scss */
.clear-after:after {
  content: '';
  display: block;
  clear: both;
}

/*******************************************/
/* line 62, ../src/scss/core/_layout.scss */
.content-slider-width {
  padding: 0;
  position: relative;
  clear: both;
}
@media all and (min-width: 64em) {
  /* line 62, ../src/scss/core/_layout.scss */
  .content-slider-width {
    max-width: 940px;
    margin: 0 auto;
    padding: 0px;
  }
}
@media all and (min-width: 73.125em) {
  /* line 62, ../src/scss/core/_layout.scss */
  .content-slider-width {
    max-width: 1170px;
  }
}

/*******************************************/
@media all and (min-width: 64em) {
  /* line 78, ../src/scss/core/_layout.scss */
  .content-narrow-width {
    max-width: 740px;
    margin: 0 auto;
    clear: both;
  }
}
@media all and (min-width: 73.125em) {
  /* line 78, ../src/scss/core/_layout.scss */
  .content-narrow-width {
    max-width: 740px;
  }
}

/*******************************************/
@media all and (min-width: 64em) {
  /* line 91, ../src/scss/core/_layout.scss */
  .mob, .mobile {
    display: none !important;
  }
}

@media all and (max-width: 63.9375em) {
  /* line 97, ../src/scss/core/_layout.scss */
  .desk, .desktop {
    display: none !important;
  }
}

/*********************************************
:: Forms
********************************************/
/* line 5, ../src/scss/core/_forms.scss */
form {
  width: 100%;
}

/* line 9, ../src/scss/core/_forms.scss */
legend {
  margin-bottom: 15px;
}

/* line 14, ../src/scss/core/_forms.scss */
label, .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 20px;
  color: black;
}

/*******************************************/
/* line 22, ../src/scss/core/_forms.scss */
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
/* line 35, ../src/scss/core/_forms.scss */
input, textarea, select {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 36px;
  background: white;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  outline: none;
  transition: all .5s ease-in-out;
}
/* line 50, ../src/scss/core/_forms.scss */
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  background: #f1f1f1;
  border: 1px solid #212121;
  transition: all .5s ease-in;
}

/*******************************************/
/* line 60, ../src/scss/core/_forms.scss */
*::placeholder {
  font-family: "Slabo 13px", "Roboto", sans-serif;
  color: #212121;
}

/* line 65, ../src/scss/core/_forms.scss */
textarea, select[multiple] {
  height: 157px;
}

/* line 69, ../src/scss/core/_forms.scss */
input[type=checkbox], input[type=radio] {
  width: 20px;
  height: auto;
}

/*******************************************/
/* line 76, ../src/scss/core/_forms.scss */
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
/* line 86, ../src/scss/core/_forms.scss */
.form-field .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/*******************************************/
/* line 103, ../src/scss/core/_forms.scss */
.custom-file-input {
  width: 100%;
  background: white;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin: 0 0 20px 0;
  padding: 20px;
}
@media all and (min-width: 64em) {
  /* line 103, ../src/scss/core/_forms.scss */
  .custom-file-input {
    margin: 0 0 40px 0;
  }
}
/* line 114, ../src/scss/core/_forms.scss */
.custom-file-input input {
  height: auto;
  font-size: 14px;
  line-height: inherit;
  border: none;
  margin: 0 0 5px 0;
  padding: 0;
}
/* line 123, ../src/scss/core/_forms.scss */
.custom-file-input span {
  font-size: 12px;
  font-style: italic;
  color: #666666;
}

/*******************************************/
/* line 132, ../src/scss/core/_forms.scss */
.form-field {
  float: left;
  width: 100%;
  padding: 0 0 15px;
}
@media all and (min-width: 64em) {
  /* line 132, ../src/scss/core/_forms.scss */
  .form-field {
    width: 98%;
    margin: 0 1%;
  }
}
/* line 141, ../src/scss/core/_forms.scss */
.form-field label {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}

/*******************************************/
/* line 150, ../src/scss/core/_forms.scss */
input.wpcf7-submit {
  display: inline-block;
  width: auto;
  height: 38px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: white !important;
  background: #212121;
  border: 1px solid #212121;
  border-radius: 6px;
}
@media all and (min-width: 48em) {
  /* line 166, ../src/scss/core/_forms.scss */
  input.wpcf7-submit:hover, input.wpcf7-submit:focus, input.wpcf7-submit:active {
    background: #212121;
    border-color: #212121;
  }
}

/*******************************************/
/* line 176, ../src/scss/core/_forms.scss */
.form-fields-stack {
  width: 100%;
  display: inline-block;
}
/* line 181, ../src/scss/core/_forms.scss */
.form-fields-stack.two-column .form-field {
  width: 100%;
}
@media all and (min-width: 64em) {
  /* line 181, ../src/scss/core/_forms.scss */
  .form-fields-stack.two-column .form-field {
    width: 48%;
    margin: 0 1%;
  }
}
/* line 191, ../src/scss/core/_forms.scss */
.form-fields-stack.three-column .form-field {
  width: 100%;
}
@media all and (min-width: 64em) {
  /* line 191, ../src/scss/core/_forms.scss */
  .form-fields-stack.three-column .form-field {
    width: 30%;
    margin: 0 1.11%;
  }
}
/* line 201, ../src/scss/core/_forms.scss */
.form-fields-stack.four-column .form-field {
  width: 48%;
  margin: 0 1%;
}
@media all and (min-width: 64em) {
  /* line 201, ../src/scss/core/_forms.scss */
  .form-fields-stack.four-column .form-field {
    width: 23%;
  }
}

/*******************************************/
/* line 214, ../src/scss/core/_forms.scss */
.wpcf7-not-valid {
  border-color: #f00;
}

/* line 218, ../src/scss/core/_forms.scss */
.wpcf7-not-valid-tip {
  margin: 10px 0 0;
  font-size: 11px !important;
  color: #f00 !important;
}

/* line 224, ../src/scss/core/_forms.scss */
div.wpcf7-response-output {
  margin: 0;
  padding: 10px 0;
}

/* line 229, ../src/scss/core/_forms.scss */
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  border: none;
  border-bottom: 1px solid #f00;
}

/*********************************************
:: Animations
********************************************/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*********************************************
:: Print                        
********************************************/
@media print {
  /* line 6, ../src/scss/core/_print.scss */
  header,
  footer,
  .breadcrumbs-module,
  .small-screen-menu-panel,
  .lightbox-popup,
  .tabs-module .buttons,
  .share-module,
  .onclick-lazyload-google-map,
  .lightbox-inline-trigger,
  .slideshow {
    display: none !important;
  }

  /* line 19, ../src/scss/core/_print.scss */
  .tabs-module .tab-content {
    display: block !important;
  }

  /* line 23, ../src/scss/core/_print.scss */
  .gallery-module, img {
    border-bottom: none !important;
    max-width: 400px;
    max-height: 400px;
  }
}
/*********************************************
  :: Site Header
********************************************/
/* line 4, ../src/scss/layout/_site-header.scss */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
/* line 12, ../src/scss/layout/_site-header.scss */
.site-header .hamburger {
  position: fixed;
  top: 35px;
  left: 3%;
  width: 30px;
  height: 22.5px;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}
/* line 27, ../src/scss/layout/_site-header.scss */
.site-header .hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 1px;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
/* line 43, ../src/scss/layout/_site-header.scss */
.site-header .hamburger span:nth-child(1) {
  top: 0px;
}
/* line 47, ../src/scss/layout/_site-header.scss */
.site-header .hamburger span:nth-child(2) {
  top: 8px;
}
/* line 51, ../src/scss/layout/_site-header.scss */
.site-header .hamburger span:nth-child(3) {
  top: 16px;
}
/* line 55, ../src/scss/layout/_site-header.scss */
.site-header .hamburger:focus {
  outline: none;
}
/* line 61, ../src/scss/layout/_site-header.scss */
.site-header .hamburger.color-change span {
  background: black;
}
/* line 68, ../src/scss/layout/_site-header.scss */
.site-header .hamburger.open span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}
/* line 73, ../src/scss/layout/_site-header.scss */
.site-header .hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
/* line 78, ../src/scss/layout/_site-header.scss */
.site-header .hamburger.open span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}

/* line 87, ../src/scss/layout/_site-header.scss */
.open-menu .hamburger span {
  background: white !important;
}

/********************************************/
/*********************************************
  :: Site Footer
********************************************/
/* line 4, ../src/scss/layout/_site-footer.scss */
.site-footer {
  position: relative;
  width: 100%;
  background: url(../assets/footerbg.jpg) no-repeat center;
  background-size: cover;
}
/* line 10, ../src/scss/layout/_site-footer.scss */
.site-footer .footer-legal {
  display: inline-block;
  width: 100%;
  padding: 30px 4%;
  text-align: center;
  background: white;
}
@media all and (min-width: 64em) {
  /* line 10, ../src/scss/layout/_site-footer.scss */
  .site-footer .footer-legal {
    padding: 70px 4%;
  }
}
/* line 21, ../src/scss/layout/_site-footer.scss */
.site-footer .footer-legal p {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #9b9b9b;
  padding: 0 10px;
}
@media all and (min-width: 64em) {
  /* line 21, ../src/scss/layout/_site-footer.scss */
  .site-footer .footer-legal p {
    width: auto;
  }
}
/* line 36, ../src/scss/layout/_site-footer.scss */
.site-footer .footer-legal .social {
  display: inline-block;
  width: 100%;
}
/* line 40, ../src/scss/layout/_site-footer.scss */
.site-footer .footer-legal .social a {
  display: inline-block;
  padding: 0 10px 14px;
  font-size: 22px;
  line-height: 22px;
  color: #3F3F3F;
}

/*********************************************
  :: Main Menu Toggle                            
********************************************/
/* line 5, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu {
  right: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  z-index: 999;
}
/* line 12, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu .menu-close-icon {
  right: 3.2%;
}
/* line 16, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu li {
  opacity: 1;
  transform: translateX(0%);
}
/* line 20, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu li:first-of-type {
  transition-delay: 0s;
}
/* line 23, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu li:nth-of-type(2) {
  transition-delay: .1s;
}
/* line 26, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu li:nth-of-type(3) {
  transition-delay: .2s;
}
/* line 29, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu li:nth-of-type(3) {
  transition-delay: .3s;
}
/* line 32, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu li:nth-of-type(4) {
  transition-delay: .4s;
}
/* line 35, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu li:nth-of-type(5) {
  transition-delay: .5s;
}
/* line 40, ../src/scss/layout/_mobile-menu.scss */
body.open-menu #mobile-menu .social {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: .6s;
}

/* line 48, ../src/scss/layout/_mobile-menu.scss */
#mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0%;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  transition: opacity 0.5s ease-in-out;
  z-index: -999;
  opacity: 0;
}
/* line 65, ../src/scss/layout/_mobile-menu.scss */
#mobile-menu .logo {
  position: absolute;
  top: 35px;
  right: 6%;
  width: 118px;
}
@media all and (min-width: 48em) {
  /* line 65, ../src/scss/layout/_mobile-menu.scss */
  #mobile-menu .logo {
    display: none;
  }
}
/* line 76, ../src/scss/layout/_mobile-menu.scss */
#mobile-menu ul {
  padding-top: 130px;
  margin-left: 66px;
}
@media all and (min-width: 64em) {
  /* line 76, ../src/scss/layout/_mobile-menu.scss */
  #mobile-menu ul {
    padding-top: 20%;
    margin-left: 106px;
  }
}
/* line 86, ../src/scss/layout/_mobile-menu.scss */
#mobile-menu li {
  margin: 0;
  text-align: left;
  transition: 0.5s all ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
}
/* line 96, ../src/scss/layout/_mobile-menu.scss */
#mobile-menu a {
  position: relative;
  font-family: "Slabo 27px", "Roboto", sans-serif;
  font-size: 26px;
  line-height: 48px;
  color: #F3F3F3;
}
@media all and (min-width: 64em) {
  /* line 96, ../src/scss/layout/_mobile-menu.scss */
  #mobile-menu a {
    font-size: 32px;
  }
}
/* line 110, ../src/scss/layout/_mobile-menu.scss */
#mobile-menu li.active a:before {
  content: '';
  position: absolute;
  top: 28px;
  left: -118px;
  width: 106px;
  height: 2px;
  background: #F3F3F3;
}
/* line 123, ../src/scss/layout/_mobile-menu.scss */
#mobile-menu .social {
  margin: 32px 0 0 66px;
  text-align: left;
  transition: 0.5s all ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
}
@media all and (min-width: 64em) {
  /* line 123, ../src/scss/layout/_mobile-menu.scss */
  #mobile-menu .social {
    margin: 98px 0 0 106px;
  }
}
/* line 135, ../src/scss/layout/_mobile-menu.scss */
#mobile-menu .social a {
  margin-right: 24px;
  font-size: 24px;
  line-height: 24px;
}

/*********************************************
:: Title Module                    
********************************************/
/* line 4, ../src/scss/modules/_title-module.scss */
.title-module {
  width: calc(100% - 106px);
  display: inline-block;
  margin: 50px 0 0 106px;
  text-align: center;
}
@media all and (min-width: 64em) {
  /* line 4, ../src/scss/modules/_title-module.scss */
  .title-module {
    margin: 70px 0 0 106px;
  }
}
/* line 14, ../src/scss/modules/_title-module.scss */
.title-module .special-title {
  margin-bottom: 40px;
}

/********************************************/
/*********************************************
:: Template Page                   
********************************************/
/* line 4, ../src/scss/pages/_template.scss */
.page-template {
  /********************************************/
}
/* line 6, ../src/scss/pages/_template.scss */
.page-template .detail-container {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 50px;
}
/* line 12, ../src/scss/pages/_template.scss */
.page-template .detail-container .col1 {
  float: left;
  width: 100%;
}
@media all and (min-width: 64em) {
  /* line 12, ../src/scss/pages/_template.scss */
  .page-template .detail-container .col1 {
    width: 66.6%;
    padding: 0 60px 0 0;
  }
}
/* line 20, ../src/scss/pages/_template.scss */
.page-template .detail-container .col1 .forms-module {
  display: none;
}
/* line 25, ../src/scss/pages/_template.scss */
.page-template .detail-container .col2 {
  float: left;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 64em) {
  /* line 25, ../src/scss/pages/_template.scss */
  .page-template .detail-container .col2 {
    width: 33.3%;
  }
}
/* line 33, ../src/scss/pages/_template.scss */
.page-template .detail-container .col2 .images {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 20px;
}
/* line 40, ../src/scss/pages/_template.scss */
.page-template .detail-container .col2 a.image {
  float: left;
  width: 48%;
  height: 90px;
  margin: 0 1% 2%;
  background-position: center;
  background-size: cover;
  background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg");
}
/* line 47, ../src/scss/pages/_template.scss */
.page-template .detail-container .col2 a.image:first-of-type {
  width: 98%;
  height: 297px;
  margin: 0 1% 2%;
}

/*******************************************/
/* line 63, ../src/scss/pages/_template.scss */
.page-template.full .detail-container .col1 {
  width: 100%;
}

/*********************************************
:: Home Page                   
********************************************/
/* line 4, ../src/scss/pages/_home.scss */
.page-home {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}
/* line 6, ../src/scss/pages/_home.scss */
.page-home video:fullscreen,
.page-home video:-ms-fullscreen,
.page-home video:-moz-full-screen,
.page-home video:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
/* line 14, ../src/scss/pages/_home.scss */
.page-home .hero-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 500px;
  margin-bottom: 70px;
  background: black;
  overflow: hidden;
}
@media all and (min-width: 28.125em) {
  /* line 14, ../src/scss/pages/_home.scss */
  .page-home .hero-container {
    height: 100vh;
    min-height: 440px;
    margin-bottom: 140px;
  }
}
@media all and (min-width: 64em) {
  /* line 14, ../src/scss/pages/_home.scss */
  .page-home .hero-container {
    min-height: 740px;
  }
}
/* line 33, ../src/scss/pages/_home.scss */
.page-home .hero-container #vimeo-background {
  display: none;
}
@media all and (min-width: 28.125em) {
  /* line 33, ../src/scss/pages/_home.scss */
  .page-home .hero-container #vimeo-background {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
  }
}
/* line 50, ../src/scss/pages/_home.scss */
.page-home .hero-container video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
/* line 57, ../src/scss/pages/_home.scss */
.page-home .hero-container iframe .player .vp-player-layout {
  top: 0 !important;
}
/* line 62, ../src/scss/pages/_home.scss */
.page-home .hero-container .logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 195px;
  margin: auto;
}
@media all and (min-width: 48em) {
  /* line 62, ../src/scss/pages/_home.scss */
  .page-home .hero-container .logo {
    z-index: 9999;
  }
}
/* line 77, ../src/scss/pages/_home.scss */
.page-home .hero-container .down {
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  width: 30px;
  margin: auto;
  cursor: pointer;
}
/* line 90, ../src/scss/pages/_home.scss */
.page-home .videos-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}
@media all and (min-width: 28.125em) {
  /* line 90, ../src/scss/pages/_home.scss */
  .page-home .videos-container {
    margin-bottom: 140px;
  }
}
/* line 102, ../src/scss/pages/_home.scss */
.page-home .videos-container .videos {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #F3F3F3;
}
@media all and (min-width: 37.5em) {
  /* line 109, ../src/scss/pages/_home.scss */
  .page-home .videos-container .videos:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 187px;
    background: url(../assets/logo.png) no-repeat center;
    background-color: #212121;
    background-size: 50%;
  }
}
@media all and (min-width: 48em) {
  /* line 122, ../src/scss/pages/_home.scss */
  .page-home .videos-container .videos:before {
    width: 33.33%;
    height: 360px;
  }
}
@media all and (min-width: 73.125em) {
  /* line 128, ../src/scss/pages/_home.scss */
  .page-home .videos-container .videos:before {
    width: 25%;
  }
}
@media all and (min-width: 105em) {
  /* line 133, ../src/scss/pages/_home.scss */
  .page-home .videos-container .videos:before {
    width: 20%;
  }
}
/* line 138, ../src/scss/pages/_home.scss */
.page-home .videos-container .videos article {
  position: relative;
  float: left;
  width: 50%;
  height: 187px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media all and (min-width: 48em) {
  /* line 138, ../src/scss/pages/_home.scss */
  .page-home .videos-container .videos article {
    width: 33.33%;
    height: 360px;
  }
}
@media all and (min-width: 73.125em) {
  /* line 138, ../src/scss/pages/_home.scss */
  .page-home .videos-container .videos article {
    width: 25%;
  }
}
@media all and (min-width: 105em) {
  /* line 138, ../src/scss/pages/_home.scss */
  .page-home .videos-container .videos article {
    width: 20%;
  }
}
/* line 161, ../src/scss/pages/_home.scss */
.page-home .videos-container .videos article .hover {
  position: relative;
  display: none;
  width: 100.2%;
  height: 100%;
  text-align: center;
  background: transparent;
  transition: all 0.5s ease-in-out;
}
/* line 172, ../src/scss/pages/_home.scss */
.page-home .videos-container .videos article .hover .inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 176, ../src/scss/pages/_home.scss */
.page-home .videos-container .videos article .hover .inner h4 {
  margin: 0 0 22px;
  padding: 0 3%;
  font-family: "Slabo 13px", "Roboto", sans-serif;
  font-size: 16px;
  color: white;
}
@media all and (min-width: 64em) {
  /* line 189, ../src/scss/pages/_home.scss */
  .page-home .videos-container .videos article:hover .hover {
    display: table;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media all and (max-width: 63.9375em) {
  /* line 198, ../src/scss/pages/_home.scss */
  .page-home .videos-container .videos article.hover .hover {
    display: table;
    background: rgba(0, 0, 0, 0.5);
  }
}
/* line 210, ../src/scss/pages/_home.scss */
.page-home .detail-container {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 50px;
  background: white;
}
@media all and (min-width: 48em) {
  /* line 218, ../src/scss/pages/_home.scss */
  .page-home .detail-container .wysiwyg {
    max-width: none;
    padding-left: 390px;
  }
}
@media all and (min-width: 48em) {
  /* line 225, ../src/scss/pages/_home.scss */
  .page-home .detail-container .wysiwyg:nth-of-type(even) {
    max-width: 830px;
    padding-left: 130px;
  }
}
/* line 235, ../src/scss/pages/_home.scss */
.page-home .directors-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  background: white;
  text-align: center;
}
@media all and (min-width: 28.125em) {
  /* line 235, ../src/scss/pages/_home.scss */
  .page-home .directors-container {
    margin-bottom: 140px;
  }
}
/* line 248, ../src/scss/pages/_home.scss */
.page-home .directors-container .directors {
  max-width: 1165px;
}
/* line 251, ../src/scss/pages/_home.scss */
.page-home .directors-container .directors article {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
}
@media all and (min-width: 64em) {
  /* line 251, ../src/scss/pages/_home.scss */
  .page-home .directors-container .directors article {
    width: 33.3%;
  }
}
@media all and (min-width: 73.125em) {
  /* line 251, ../src/scss/pages/_home.scss */
  .page-home .directors-container .directors article {
    width: 25%;
  }
}
/* line 265, ../src/scss/pages/_home.scss */
.page-home .directors-container .directors article a {
  position: relative;
  display: table;
  width: 155px;
  height: 155px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
@media all and (min-width: 37.5em) {
  /* line 265, ../src/scss/pages/_home.scss */
  .page-home .directors-container .directors article a {
    width: 250px;
    height: 250px;
  }
}
/* line 283, ../src/scss/pages/_home.scss */
.page-home .directors-container .directors article a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 1;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
/* line 299, ../src/scss/pages/_home.scss */
.page-home .directors-container .directors article a h3 {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-family: "Slabo 13px", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 3;
}
/* line 318, ../src/scss/pages/_home.scss */
.page-home .directors-container .directors article:hover a:before {
  opacity: 0;
}
/* line 325, ../src/scss/pages/_home.scss */
.page-home .directors-container article.photoplay {
  display: inline-block;
}
/* line 328, ../src/scss/pages/_home.scss */
.page-home .directors-container article.photoplay a {
  display: inline-block;
  width: 120px;
  height: 120px;
}
/* line 333, ../src/scss/pages/_home.scss */
.page-home .directors-container article.photoplay a img {
  width: 100%;
}
/* line 342, ../src/scss/pages/_home.scss */
.page-home .contact-container {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
  background: #F3F3F3;
}
@media all and (min-width: 37.5em) {
  /* line 342, ../src/scss/pages/_home.scss */
  .page-home .contact-container {
    padding: 100px 0 200px;
  }
}
/* line 354, ../src/scss/pages/_home.scss */
.page-home .contact-container .contacts {
  float: left;
  width: 100%;
}
@media all and (min-width: 28.125em) {
  /* line 354, ../src/scss/pages/_home.scss */
  .page-home .contact-container .contacts {
    width: 50%;
  }
}
/* line 361, ../src/scss/pages/_home.scss */
.page-home .contact-container .contacts p {
  font-size: 16px;
  line-height: 24px;
  color: black;
  white-space: pre-wrap;
}
/* line 368, ../src/scss/pages/_home.scss */
.page-home .contact-container .contacts a {
  display: table;
  font-family: "Slabo 13px", "Roboto", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #212121;
}
/* line 377, ../src/scss/pages/_home.scss */
.page-home .contact-container .addresses {
  float: left;
  width: 100%;
}
@media all and (min-width: 28.125em) {
  /* line 377, ../src/scss/pages/_home.scss */
  .page-home .contact-container .addresses {
    width: 50%;
  }
}
/* line 384, ../src/scss/pages/_home.scss */
.page-home .contact-container .addresses .address {
  float: left;
  width: 100%;
  white-space: pre-wrap;
}
@media all and (min-width: 28.125em) {
  /* line 384, ../src/scss/pages/_home.scss */
  .page-home .contact-container .addresses .address {
    width: 50%;
    margin-top: -18px;
  }
}
/* line 394, ../src/scss/pages/_home.scss */
.page-home .contact-container .addresses .address p:first-of-type {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: black;
}
@media all and (min-width: 37.5em) {
  /* line 394, ../src/scss/pages/_home.scss */
  .page-home .contact-container .addresses .address p:first-of-type {
    margin-bottom: 23px;
  }
}

/*******************************************/
/*********************************************
:: Director Page                   
********************************************/
/* line 4, ../src/scss/pages/_director.scss */
.page-director {
  /********************************************/
}
/* line 6, ../src/scss/pages/_director.scss */
.page-director .detail-container {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 50px;
  text-align: center;
}
@media all and (min-width: 64em) {
  /* line 6, ../src/scss/pages/_director.scss */
  .page-director .detail-container {
    padding: 0 0 50px;
  }
}
/* line 18, ../src/scss/pages/_director.scss */
.page-director .detail-container .wysiwyg {
  float: none;
  max-width: 965px;
  margin: 0 auto;
}
/* line 25, ../src/scss/pages/_director.scss */
.page-director .detail-container .wysiwyg .vimeography-slides li:before, .page-director .detail-container .wysiwyg .vimeography-thumbnails li:before {
  display: none;
}
/* line 32, ../src/scss/pages/_director.scss */
.page-director .detail-container h3.appended-title {
  margin: 50px 0 0px;
  font-size: 20px;
  text-align: center;
  color: #212121;
}
@media all and (min-width: 64em) {
  /* line 32, ../src/scss/pages/_director.scss */
  .page-director .detail-container h3.appended-title {
    margin: 60px 0 0px;
    font-size: 24px;
  }
}
/* line 45, ../src/scss/pages/_director.scss */
.page-director .detail-container h4.appended-director {
  margin: 0px 0 50px;
  font-family: "Roboto", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #212121;
}
/* line 56, ../src/scss/pages/_director.scss */
.page-director .detail-container .text {
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
}
/* line 62, ../src/scss/pages/_director.scss */
.page-director .detail-container .text:before {
  content: '';
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
/* line 72, ../src/scss/pages/_director.scss */
.page-director .detail-container .text p {
  margin: 0;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 20px;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
  background: white;
  z-index: 2;
}
/* line 89, ../src/scss/pages/_director.scss */
.page-director .detail-container .vimeography-slides li {
  position: relative !important;
  height: 105px !important;
  overflow: hidden;
}
/* line 94, ../src/scss/pages/_director.scss */
.page-director .detail-container .vimeography-slides li img {
  border-radius: 0px !important;
}
/* line 98, ../src/scss/pages/_director.scss */
.page-director .detail-container .vimeography-slides li p.hover-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 40px 10px 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
/* line 120, ../src/scss/pages/_director.scss */
.page-director .detail-container .vimeography-bugsauce-next, .page-director .detail-container .vimeography-bugsauce-prev {
  top: 70%;
}

/*********************************************
:: Blog Page                   
********************************************/
/* line 6, ../src/scss/pages/_blog.scss */
.page-blog .detail-container {
  display: inline-block;
  width: 100%;
}
/* line 11, ../src/scss/pages/_blog.scss */
.page-blog .col1 {
  width: 100%;
  float: left;
  padding: 16px 0;
}
@media all and (min-width: 64em) {
  /* line 11, ../src/scss/pages/_blog.scss */
  .page-blog .col1 {
    width: 76%;
  }
}
/* line 19, ../src/scss/pages/_blog.scss */
.page-blog .col1 .filter-list {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
/* line 23, ../src/scss/pages/_blog.scss */
.page-blog .col1 .filter-list .list {
  padding: 15px 0px;
}
/* line 26, ../src/scss/pages/_blog.scss */
.page-blog .col1 .filter-list .list a {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 4px 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  color: white;
  background: #212121;
  border-radius: 16px;
}
/* line 39, ../src/scss/pages/_blog.scss */
.page-blog .col1 .filter-list .list a.active {
  color: #444;
  background: white;
  border: 1px solid #CCCCCC;
  padding-right: 30px;
}
/* line 49, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item {
  overflow: hidden;
  position: relative;
}
/* line 53, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item .image {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 1px 0px 1px;
}
@media all and (min-width: 64em) {
  /* line 53, ../src/scss/pages/_blog.scss */
  .page-blog .col1 .item .image {
    display: inline-block;
    width: 175px;
  }
}
/* line 66, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item .image .img-wrap {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media all and (min-width: 64em) {
  /* line 66, ../src/scss/pages/_blog.scss */
  .page-blog .col1 .item .image .img-wrap {
    float: left;
    width: 128px;
    height: 128px;
  }
}
/* line 84, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item .content {
  float: left;
  width: 100%;
  padding: 15px 0;
}
@media all and (min-width: 64em) {
  /* line 84, ../src/scss/pages/_blog.scss */
  .page-blog .col1 .item .content {
    width: calc(100% - 175px);
    padding: 20px 0;
  }
}
/* line 93, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item .content h4 {
  margin-bottom: 0px;
}
/* line 96, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item .content h4 a {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}
@media all and (min-width: 64em) {
  /* line 96, ../src/scss/pages/_blog.scss */
  .page-blog .col1 .item .content h4 a {
    padding-left: 0px;
    font-size: 18px;
  }
}
/* line 108, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item .content .author {
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 25px;
  color: #444;
  border-bottom: 1px solid #CCCCCC;
}
@media all and (min-width: 64em) {
  /* line 108, ../src/scss/pages/_blog.scss */
  .page-blog .col1 .item .content .author {
    padding-left: 0px;
  }
}
/* line 120, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item .content .author strong {
  color: #212121;
}
/* line 126, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item .content .tags i {
  font-weight: 700;
  font-size: 14px;
}
/* line 130, ../src/scss/pages/_blog.scss */
.page-blog .col1 .item .content .tags a {
  font-weight: 700;
  font-size: 14px;
  color: #212121;
}
/* line 139, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation {
  float: left;
  width: 100%;
}
/* line 143, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation .screen-reader-text {
  display: none;
}
/* line 147, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation .nav-links {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #CCCCCC;
}
/* line 153, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation .nav-links a {
  position: relative;
  padding: 0 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  color: #212121;
}
/* line 163, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation .nav-links a:before {
  font-family: "icomoon";
  position: absolute;
  top: 0px;
  font-size: 32px;
}
/* line 171, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation .nav-links .nav-previous {
  float: left;
}
/* line 174, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation .nav-links .nav-previous a:before {
  content: "\e927";
  left: -10px;
}
/* line 180, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation .nav-links .nav-next {
  float: right;
}
/* line 183, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation .nav-links .nav-next a {
  color: #d8d8d8;
}
/* line 187, ../src/scss/pages/_blog.scss */
.page-blog .col1 .posts-navigation .nav-links .nav-next a:before {
  content: "\e928";
  right: -10px;
}
/* line 197, ../src/scss/pages/_blog.scss */
.page-blog .col2 {
  float: right;
  vertical-align: top;
  width: 100%;
}
@media all and (min-width: 64em) {
  /* line 197, ../src/scss/pages/_blog.scss */
  .page-blog .col2 {
    width: 20%;
  }
}
/* line 206, ../src/scss/pages/_blog.scss */
.page-blog .col2 .title {
  display: inline-block;
  width: 100%;
  padding: 15px 0 20px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #212121;
  border-bottom: 2px solid #CCCCCC;
}
@media all and (min-width: 64em) {
  /* line 206, ../src/scss/pages/_blog.scss */
  .page-blog .col2 .title {
    font-size: 23px;
  }
}
/* line 222, ../src/scss/pages/_blog.scss */
.page-blog .col2 ul {
  margin: 0;
}
/* line 225, ../src/scss/pages/_blog.scss */
.page-blog .col2 ul li {
  padding: 7px 0px;
  color: black;
  border-bottom: 1px solid #CCCCCC;
}
/* line 230, ../src/scss/pages/_blog.scss */
.page-blog .col2 ul li a {
  font-size: 16px;
  color: black;
}

/********************************************/
/* Magnific Popup CSS */
/* line 2, ../src/scss/js-plugins/_lightbox.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, ../src/scss/js-plugins/_lightbox.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, ../src/scss/js-plugins/_lightbox.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../src/scss/js-plugins/_lightbox.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, ../src/scss/js-plugins/_lightbox.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, ../src/scss/js-plugins/_lightbox.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, ../src/scss/js-plugins/_lightbox.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 58, ../src/scss/js-plugins/_lightbox.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 61, ../src/scss/js-plugins/_lightbox.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 66, ../src/scss/js-plugins/_lightbox.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 72, ../src/scss/js-plugins/_lightbox.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 75, ../src/scss/js-plugins/_lightbox.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 83, ../src/scss/js-plugins/_lightbox.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 86, ../src/scss/js-plugins/_lightbox.scss */
.mfp-hide {
  display: none !important;
}

/* line 89, ../src/scss/js-plugins/_lightbox.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 99, ../src/scss/js-plugins/_lightbox.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 101, ../src/scss/js-plugins/_lightbox.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 104, ../src/scss/js-plugins/_lightbox.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 107, ../src/scss/js-plugins/_lightbox.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 110, ../src/scss/js-plugins/_lightbox.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 124, ../src/scss/js-plugins/_lightbox.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 128, ../src/scss/js-plugins/_lightbox.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 144, ../src/scss/js-plugins/_lightbox.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 148, ../src/scss/js-plugins/_lightbox.scss */
.mfp-close:active {
  top: 1px;
}

/* line 151, ../src/scss/js-plugins/_lightbox.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 154, ../src/scss/js-plugins/_lightbox.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 162, ../src/scss/js-plugins/_lightbox.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 171, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 182, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 184, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 188, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 202, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 207, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 213, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 215, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 219, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 224, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 226, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 230, ../src/scss/js-plugins/_lightbox.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 234, ../src/scss/js-plugins/_lightbox.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 237, ../src/scss/js-plugins/_lightbox.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 241, ../src/scss/js-plugins/_lightbox.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 244, ../src/scss/js-plugins/_lightbox.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 249, ../src/scss/js-plugins/_lightbox.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 260, ../src/scss/js-plugins/_lightbox.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 273, ../src/scss/js-plugins/_lightbox.scss */
.mfp-figure {
  line-height: 0;
}

/* line 275, ../src/scss/js-plugins/_lightbox.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 288, ../src/scss/js-plugins/_lightbox.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 293, ../src/scss/js-plugins/_lightbox.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 296, ../src/scss/js-plugins/_lightbox.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 304, ../src/scss/js-plugins/_lightbox.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 311, ../src/scss/js-plugins/_lightbox.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 314, ../src/scss/js-plugins/_lightbox.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 321, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 324, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 326, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 329, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 332, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 342, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 344, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 347, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 359, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 362, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 365, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 368, ../src/scss/js-plugins/_lightbox.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 372, ../src/scss/js-plugins/_lightbox.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 375, ../src/scss/js-plugins/_lightbox.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 382, ../src/scss/js-plugins/_lightbox.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 385, ../src/scss/js-plugins/_lightbox.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 388, ../src/scss/js-plugins/_lightbox.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*********************************************
  :: Lightbox Custom Styles (for: Magnific Popup)
********************************************/
/* Overiding Plugin Styles */
/* line 6, ../src/scss/js-plugins/overrides/_lightbox.scss */
button.mfp-close {
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 1100;
  width: 38px;
  height: 38px;
  font-family: "Roboto", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  border-radius: 50%;
  background: transparent;
  color: white !important;
  text-align: center;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

/* line 41, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-bg {
  z-index: 999999;
}

/* line 45, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-wrap {
  z-index: 9999999;
}

/* line 49, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-container {
  max-width: 695px;
  right: 0px;
  margin: auto;
  border-radius: 4px;
}

/* line 56, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-content {
  text-align: center;
}

/* Default Fade-zoom animation */
/* line 62, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}

/* line 67, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-zoom-in.mfp-ready .lightbox-popup,
.mfp-zoom-in.mfp-ready .mfp-close {
  /* animate in */
  opacity: 1;
  transform: scale(1);
}

/* line 72, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  transform: scale(0.9);
}

/* line 78, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-zoom-in.mfp-bg {
  /* Dark overlay, start state */
  opacity: 0;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.69);
}

/* line 83, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  /* animate in */
  opacity: 1;
}

/* line 86, ../src/scss/js-plugins/overrides/_lightbox.scss */
.mfp-zoom-in.mfp-removing.mfp-bg {
  /* animate out */
  opacity: 0;
}

/* line 92, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup {
  max-width: 838px;
  display: inline-block;
  background: white;
  margin: 0 auto;
  padding: 50px 8%;
}
/* line 100, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .col1 {
  width: 100%;
  float: left;
}
@media all and (min-width: 64em) {
  /* line 100, ../src/scss/js-plugins/overrides/_lightbox.scss */
  .lightbox-popup .col1 {
    width: 33.33%;
  }
}
/* line 107, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .col1 img {
  max-width: 200px;
  margin: 0 0 20px 0;
}
@media all and (min-width: 64em) {
  /* line 107, ../src/scss/js-plugins/overrides/_lightbox.scss */
  .lightbox-popup .col1 img {
    width: 300px;
    margin: 0;
  }
}
/* line 117, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .col2 {
  width: 100%;
  float: left;
  padding: 0 0 0 0px;
  text-align: left;
}
@media all and (min-width: 64em) {
  /* line 117, ../src/scss/js-plugins/overrides/_lightbox.scss */
  .lightbox-popup .col2 {
    width: 66.66%;
    padding: 0 0 0 30px;
  }
}
/* line 127, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .col2 h3 {
  margin: 0;
  font-size: 16px;
}
@media all and (min-width: 37.5em) {
  /* line 127, ../src/scss/js-plugins/overrides/_lightbox.scss */
  .lightbox-popup .col2 h3 {
    font-size: 18px;
  }
}
/* line 135, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .col2 p {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
}
/* line 142, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .col2 a.phone {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212121;
}
@media all and (min-width: 37.5em) {
  /* line 142, ../src/scss/js-plugins/overrides/_lightbox.scss */
  .lightbox-popup .col2 a.phone {
    font-size: 18px;
  }
}
/* line 154, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .col2 a.email {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  color: #212121;
}
@media all and (min-width: 37.5em) {
  /* line 154, ../src/scss/js-plugins/overrides/_lightbox.scss */
  .lightbox-popup .col2 a.email {
    font-size: 14px;
  }
}
/* line 165, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup h3.title {
  margin: 0 0 5px;
}
/* line 169, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .city {
  display: inline-block;
  width: auto;
  height: 48px;
  margin: 5px auto;
  padding: 0 30px;
  line-height: 48px;
  text-align: center;
  color: white;
  background: #212121;
  border-radius: 4px;
  cursor: pointer;
}
/* line 184, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .city.js-auckland {
  background: #212121;
}
/* line 190, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .popup-content {
  width: 100%;
  float: left;
  background: white;
  padding: 20px 0 0 0;
}
/* line 196, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .popup-content .error {
  color: red;
}
/* line 200, ../src/scss/js-plugins/overrides/_lightbox.scss */
.lightbox-popup .popup-content .success {
  color: green;
}

/* Slider */
/* Icons */
/* Arrows */
/* line 63, ../src/scss/js-plugins/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
}
/* line 82, ../src/scss/js-plugins/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 86, ../src/scss/js-plugins/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 90, ../src/scss/js-plugins/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 93, ../src/scss/js-plugins/_slick.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 40px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 104, ../src/scss/js-plugins/_slick.scss */
.slick-prev {
  left: 25px;
}
/* line 106, ../src/scss/js-plugins/_slick.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}
/* line 110, ../src/scss/js-plugins/_slick.scss */
.slick-prev:before {
  content: "";
}
/* line 112, ../src/scss/js-plugins/_slick.scss */
[dir="rtl"] .slick-prev:before {
  content: "";
}

/* line 118, ../src/scss/js-plugins/_slick.scss */
.slick-next {
  right: 25px;
}
/* line 120, ../src/scss/js-plugins/_slick.scss */
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}
/* line 124, ../src/scss/js-plugins/_slick.scss */
.slick-next:before {
  content: "";
}
/* line 126, ../src/scss/js-plugins/_slick.scss */
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
/* line 134, ../src/scss/js-plugins/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 138, ../src/scss/js-plugins/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 147, ../src/scss/js-plugins/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 155, ../src/scss/js-plugins/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 167, ../src/scss/js-plugins/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 169, ../src/scss/js-plugins/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 173, ../src/scss/js-plugins/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #D8D8D8;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 190, ../src/scss/js-plugins/_slick.scss */
.slick-dots li.slick-active button:before {
  color: #D8D8D8;
  opacity: 0.75;
}

/* Slider */
/* line 200, ../src/scss/js-plugins/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 214, ../src/scss/js-plugins/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 221, ../src/scss/js-plugins/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 225, ../src/scss/js-plugins/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 230, ../src/scss/js-plugins/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 239, ../src/scss/js-plugins/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 245, ../src/scss/js-plugins/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 251, ../src/scss/js-plugins/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 255, ../src/scss/js-plugins/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 259, ../src/scss/js-plugins/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 263, ../src/scss/js-plugins/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 266, ../src/scss/js-plugins/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 269, ../src/scss/js-plugins/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 275, ../src/scss/js-plugins/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 279, ../src/scss/js-plugins/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 283, ../src/scss/js-plugins/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 287, ../src/scss/js-plugins/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 293, ../src/scss/js-plugins/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, ../src/scss/js-plugins/_vimeo.scss */
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
}

/* line 7, ../src/scss/js-plugins/_vimeo.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Browser Resets */
/* line 16, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce-container a:active,
.vimeography-thumbnails a:active,
.vimeography-bugsauce-container a:focus,
.vimeography-thumbnails a:focus {
  outline: none;
}

/* line 20, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-slides,
.vimeography-bugsauce-control-nav,
.vimeography-bugsauce-direction-nav {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}

/* Flexslider Necessary Styles
*********************************/
/* line 26, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-thumbnails {
  margin: 0;
  padding: 0;
}

/* line 27, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-thumbnails .vimeography-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the vimeography-slides before the JS is loaded. Avoids image jumping */
/* line 28, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-thumbnails .vimeography-slides img {
  width: 100%;
  display: block;
}

/* line 29, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .vimeography-slides element */
/* line 32, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 33, ../src/scss/js-plugins/_vimeo.scss */
html[xmlns] .vimeography-slides {
  display: block;
}

/* line 34, ../src/scss/js-plugins/_vimeo.scss */
* html .vimeography-slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 39, ../src/scss/js-plugins/_vimeo.scss */
.no-js .vimeography-slides > li:first-child {
  display: block;
}

/* Flexslider Default Theme
*********************************/
/* line 44, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails {
  margin: 0;
  background: transparent;
  position: relative;
  border-radius: 0px;
  zoom: 1;
}

/* line 45, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  margin-left: 4px;
}

/* line 46, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .loading .vimeography-bugsauce-viewport {
  max-height: 300px;
}

/* line 47, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-slides {
  zoom: 1;
  position: static;
  margin: 0;
}

/* line 49, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 52, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-direction-nav li {
  list-style: none;
  content: none;
  background: none;
  position: static;
  padding: 0;
}

/* line 53, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-direction-nav a {
  width: 36px;
  height: 39px;
  margin: -20px 0 0;
  display: block;
  /*background: url(img/arrows.png) no-repeat 0 0;*/
  position: absolute;
  top: 50%;
  cursor: pointer;
  /*text-indent: -9999px;*/
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all .3s ease;
}

/* line 65, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-direction-nav a.vimeography-bugsauce-prev span {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #000000 transparent transparent;
  -webkit-transform: rotate(360deg);
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 7px;
  top: 10px;
}

/* line 78, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-direction-nav a.vimeography-bugsauce-next span {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000000;
  -webkit-transform: rotate(360deg);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 10px;
  left: 9px;
}

/* line 91, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails:hover .vimeography-bugsauce-next {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}

/* line 92, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails:hover .vimeography-bugsauce-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}

/* line 94, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-direction-nav .vimeography-bugsauce-next.vimeography-bugsauce-disabled,
.vimeography-bugsauce .vimeography-bugsauce-direction-nav .vimeography-bugsauce-next.disabled,
.vimeography-bugsauce .vimeography-bugsauce-direction-nav .vimeography-bugsauce-prev.vimeography-bugsauce-disabled,
.vimeography-bugsauce .vimeography-bugsauce-direction-nav .vimeography-bugsauce-prev.disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* line 99, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce-direction-nav .vimeography-bugsauce-next.vimeography-bugsauce-disabled,
.vimeography-bugsauce-direction-nav .vimeography-bugsauce-next.disabled {
  right: 0;
}

/* line 102, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce-direction-nav .vimeography-bugsauce-prev.vimeography-bugsauce-disabled,
.vimeography-bugsauce-direction-nav .vimeography-bugsauce-prev.disabled {
  left: 0;
}

/* Control Nav */
/* line 106, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
  position: static;
  margin: 0;
}

/* line 107, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 108, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-nav li:first-child {
  margin: 0;
}

/* line 109, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #dedede;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 0px;
}

/* line 110, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-paging li a:hover {
  background: #a4a4a4;
}

/* line 111, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-paging li a.active {
  background: #ff5454;
  cursor: default;
}

/* line 113, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 114, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 115, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

/* line 116, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-thumbs img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 117, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-bugsauce-control-thumbs .active {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 120, ../src/scss/js-plugins/_vimeo.scss */
  .vimeography-bugsauce .vimeography-bugsauce-direction-nav .vimeography-bugsauce-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }

  /* line 121, ../src/scss/js-plugins/_vimeo.scss */
  .vimeography-bugsauce .vimeography-bugsauce-direction-nav .vimeography-bugsauce-next {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0;
  }
}
/* Custom Modifications */
/* line 126, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce {
  clear: both;
  margin: 20px auto;
  width: 100%;
}

/* line 127, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li {
  list-style-type: none;
  content: none;
  width: 186px;
  height: 108px;
  overflow: hidden;
  margin: 0 8px 0 0;
  cursor: pointer;
  background: none;
  position: static;
  padding: 0;
  line-height: 1em;
}

/* line 128, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li:last-child {
  margin-right: 0;
}

/* line 129, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li img {
  margin: 0;
  width: 184px;
  height: 105px;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 0;
}

/* line 131, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li img:hover {
  opacity: .95;
}

/* line 132, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-slides li.vimeography-bugsauce-active-slide img {
  margin: 0;
  opacity: .95;
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 134, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-main {
  background: no-repeat 50% 50% transparent;
}

/* line 135, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-main .vimeography-slides {
  margin: 0;
}

/* line 136, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-main .vimeography-bugsauce-direction-nav {
  margin: 0;
  position: static;
}

/* line 137, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-main .vimeography-bugsauce-direction-nav li {
  list-style: none !important;
  content: none !important;
  list-style-type: none !important;
}

/* line 138, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-main .vimeography-bugsauce-direction-nav a {
  width: 62px;
  height: 124px;
}

/* line 139, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-main .vimeography-bugsauce-direction-nav .vimeography-bugsauce-next {
  background-position: -62px 0;
}

/* line 140, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-main .vimeography-bugsauce-direction-nav .vimeography-bugsauce-prev {
  background-position: 0 0;
}

/* line 142, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails {
  margin-top: 10px;
  padding: 0 22px;
}

/* line 143, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-bugsauce-direction-nav a {
  width: 22px;
  height: 40px;
}

/* line 144, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-bugsauce-direction-nav .vimeography-bugsauce-next {
  right: 0;
  background-position: -154px 0px;
}

/* line 145, ../src/scss/js-plugins/_vimeo.scss */
.vimeography-bugsauce .vimeography-thumbnails .vimeography-bugsauce-direction-nav .vimeography-bugsauce-prev {
  left: 0;
  background-position: -127px 0;
}

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