/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=26ff99fd1d154d0c751892b911b04e69)
 * Config saved to config.json and https://gist.github.com/26ff99fd1d154d0c751892b911b04e69
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*------------------------------------*\
	FONTS
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
/*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
@font-face {
  font-family: 'KrauseSCafe';
  src: url('../icons/icons.eot');
  src: url('../icons/icons.eot?#iefix') format('embedded-opentype'), url('../icons/icons.woff2') format('woff2'), url('../icons/icons.woff') format('woff'), url('../icons/icons.ttf') format('truetype'), url('../icons/icons.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../typefaces/montserrat-normal-normal-27aca7f97.eot');
  src: url('../typefaces/montserrat-normal-normal-27aca7f97.eot?#iefix') format('embedded-opentype'), url('../typefaces/montserrat-normal-normal-27aca7f97.woff2') format('woff2'), url('../typefaces/montserrat-normal-normal-27aca7f97.woff') format('woff'), url('../typefaces/montserrat-normal-normal-27aca7f97.ttf') format('truetype'), url('../typefaces/montserrat-normal-normal-27aca7f97.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../typefaces/playfair-display-normal-normal-4604ac2ad.eot');
  src: url('../typefaces/playfair-display-normal-normal-4604ac2ad.eot?#iefix') format('embedded-opentype'), url('../typefaces/playfair-display-normal-normal-4604ac2ad.woff2') format('woff2'), url('../typefaces/playfair-display-normal-normal-4604ac2ad.woff') format('woff'), url('../typefaces/playfair-display-normal-normal-4604ac2ad.ttf') format('truetype'), url('../typefaces/playfair-display-normal-normal-4604ac2ad.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  /*
@font-face {
  font-family: 'Brothers';
  src: url('../typefaces/brothers-normal-normal-566af720d.eot');
  src: url('../typefaces/brothers-normal-normal-566af720d.eot?#iefix') format('embedded-opentype'),
       url('../typefaces/brothers-normal-normal-566af720d.woff2') format('woff2'),
       url('../typefaces/brothers-normal-normal-566af720d.woff') format('woff'),
       url('../typefaces/brothers-normal-normal-566af720d.ttf') format('truetype'),
       url('../typefaces/brothers-normal-normal-566af720d.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}



.fi-brothers {
  font-family: 'Brothers';
}

.fa-brothers {
  font-family: 'Brothers';
}
*/
}
.fi-montserrat {
  font-family: 'Montserrat';
}
.fa-montserrat {
  font-family: 'Montserrat';
}
.fi-playfair-display {
  font-family: 'Playfair Display';
}
.fa-playfair-display {
  font-family: 'Playfair Display';
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 'KrauseSCafe';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-twitter:before {
  content: '\f009';
}
.fa-google-plus:before {
  content: '\f00b';
}
.fa-linkedin:before {
  content: '\f00d';
}
.fa-facebook-official:before {
  content: '\f00e';
}
.fa-plus:before {
  content: '\f00f';
}
.fa-search:before {
  content: '\f010';
}
.fa-check:before {
  content: '\f011';
}
.fa-times:before {
  content: '\f013';
}
.fa-user:before {
  content: '\f014';
}
.fa-home:before {
  content: '\f015';
}
.fa-bars:before {
  content: '\f016';
}
.fa-envelope:before {
  content: '\f017';
}
.fa-phone:before {
  content: '\f018';
}
.fa-star:before {
  content: '\f019';
}
.fa-comment:before {
  content: '\f01a';
}
.fa-chevron-up:before {
  content: '\f01b';
}
.fa-chevron-down:before {
  content: '\f01c';
}
.fa-chevron-right:before {
  content: '\f01d';
}
.fa-minus:before {
  content: '\f01e';
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive, .thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #eb6833;
}
.thumbnail .caption {
  padding: 9px;
  color: #474747;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #eb6833;
  border-color: #eb6833;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fdf2ed;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url('../../fonts/PlayfairDisplay-Black.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  src: local('Montserrat-Regular'), url('../../fonts/Montserrat-Regular.woff') format('woff');
  /*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4;
  color: #414042;
}
h1, .h1 {
  font-size: 4em;
  font-family: 'Brothers';
}
h2, .h2 {
  font-size: 3em;
}
h3, .h3 {
  font-size: 2em;
}
h4, .h4 {
  font-size: 1.5em;
}
h5, .h5 {
  font-size: 1.25em;
}
h6, .h6 {
  font-size: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}
.p-lead {
  font-size: 1.2em;
  font-weight: bold;
  display: inline;
  font-family: sans-serif;
  color: #fff;
  text-shadow: 2px 2px 7px #000;
}
.text-center {
  text-align: center;
}
.fancy {
  font-family: 'Brothers';
}
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt, .h1.alt, .h2.alt, .h3.alt, .h4.alt, .h5.alt, .h6.alt {
  font-family: 'Brothers';
}
h1.alt2, h2.alt2, h3.alt2, h4.alt2, h5.alt2, h6.alt2, .h1.alt2, .h2.alt2, .h3.alt2, .h4.alt2, .h5.alt2, .h6.alt2 {
  font-family: 'Playfair Display';
}
p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin-bottom: 1em;
}
pre {
  display: block;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  word-break: inherit;
  word-wrap: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.btn, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  margin: 0 !important;
  padding: 0 15px;
  font-size: 2em !important;
  line-height: 1.8;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Brothers';
}
.btn:hover, .btn:focus, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn.btn-flat, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  color: #fff;
  background-color: #eb6833;
  border: none;
}
.btn.btn-flat:hover, .btn.btn-flat:focus, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: #d64d15;
  color: #fff;
}
.btn.btn-flat:active {
  background-color: #a83c10;
}
.btn.btn-border {
  color: #eb6833;
  background: rgba(0, 0, 0, 0);
  border: 5px solid #eb6833;
}
.btn.btn-border:hover, .btn.btn-border:focus {
  border-color: #d64d15;
  color: #d64d15;
}
.btn.btn-border:active {
  border-color: #a83c10;
  color: #a83c10;
}
.btn.btn-sm {
  padding: 0 5px;
  font-size: 1em !important;
  line-height: 2em;
}
.btn.btn-lg {
  padding: 0 25px;
  font-size: 3em !important;
}
.btn.btn-block {
  display: block;
  text-align: center;
}
.btn.btn-accent {
  background-color: #b6ae87;
  color: #414042;
}
.btn.btn-accent:hover, .btn.btn-accent:focus {
  background-color: #a39967;
  color: #414042;
}
.btn.btn-border.btn-accent {
  border-color: #b6ae87;
  color: #b6ae87;
}
.btn.btn-border.btn-accent:hover, .btn.btn-border.btn-accent:focus {
  border-color: #a39967;
  color: #a39967;
}
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* html element 62.5% font-size for REM use */
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #414042;
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4em;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
}
body .wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body .page-wrap {
  flex: 1;
  background: #fff;
}
.container {
  /* clear */
}
.clear:before, .clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #444;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
  /*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
  /* wrapper */
}
.home h1.page-title {
  /* header 
    moved to nav.scss
*/
  /* logo */
  /* nav */
}
.shiftnav.shiftnav-skin-standard-dark .shiftnav-inner {
  padding-top: 25px;
}
.shiftnav h1, .shiftnav h2, .shiftnav h3, .shiftnav h4, .shiftnav h5, .shiftnav h6, .shiftnav p {
  padding: 0 25px;
}
.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
  background: #414042;
}
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background: #eb6833 !important;
  color: #130101 !important;
  text-shadow: none !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
  background: #d64d15 !important;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target:focus {
  background: #eb6833 !important;
  color: #fff !important;
}
.shiftnav .title {
  margin: 30px 0 10px;
}
.shiftnav p {
  font-size: 16px;
  margin-bottom: 15px;
}
.shiftnav p span {
  margin-bottom: 10px;
  display: block;
}
.homepage-h1 {
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 0 !important;
  height: 0 !important;
}
.header {
  padding: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 3px solid #eb6833;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .header {
    background: transparent;
    height: 218px;
    border-bottom: none;
  }
}
.mobile-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 57px;
  margin: 0 -15px;
}
.mobile-nav a {
  color: #414042;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #eb6833;
}
.mobile-nav .menu-button {
  display: inline-block;
  height: 57px;
  text-align: center;
  margin-right: 15px !important;
  padding-top: 5px;
  padding-bottom: 0;
}
.mobile-nav .menu-button .toggle-wrap i {
  display: block;
  font-size: 35px;
}
.mobile-nav .menu-button .toggle-wrap span {
  display: block;
  font-size: 11px;
  line-height: 1;
}
.mobile-nav .logo {
  display: inline-block;
  text-align: left;
}
.mobile-nav .logo-img {
  width: auto;
  height: 50px;
}
@media only screen and (min-width: 992px) {
  .mobile-nav {
    display: none;
    margin: 0;
  }
  .desktop-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .desktop-nav .logo {
    display: block;
    text-align: center;
    padding: 30px 0;
  }
  .desktop-nav .logo-img {
    width: 250px;
  }
  .desktop-nav .logo-img.scrolled {
    display: none;
  }
  .desktop-nav .nav-menu {
    -webkit-padding-start: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 218px;
    line-height: 218px;
  }
  .desktop-nav .nav-menu li {
    list-style-type: none;
  }
  .desktop-nav .nav-menu li a {
    font-family: 'Brothers';
    padding: 0px 20px;
    font-size: 2em;
    color: #eb6833;
    line-height: 1;
    text-shadow: 2px 2px 7px #000;
    /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
  }
  .desktop-nav .nav-menu li a:hover, .desktop-nav .nav-menu li a:focus {
    color: #b6ae87;
  }
  .desktop-nav .nav-menu li.current-menu-item a, .desktop-nav .nav-menu li.current_page_item a {
    color: #b6ae87;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .desktop-nav .nav-menu li a {
    font-size: 2.5em;
    padding: 0 30px;
  }
}
.header.smaller {
  background: #fff;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  border-bottom: 3px solid #eb6833;
  height: 60px;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .header.smaller {
    border-bottom: 3px solid #eb6833;
    height: 109px;
  }
}
.header.smaller .logo {
  padding: 0;
  height: 109px;
  line-height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.smaller .logo-img {
  display: block;
  padding: 0;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .header.smaller .logo-img {
    display: none;
  }
}
.header.smaller .logo-img.scrolled {
  display: block;
}
.header.smaller .desktop-nav .nav-menu {
  height: 109px;
  line-height: 109px;
}
.header.smaller .desktop-nav .nav-menu li a {
  font-size: 2em;
  text-shadow: none;
}
.hero-wrap {
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
}
.hero-wrap .container > div {
  margin: 0 -15px;
}
.wrapper.smaller .hero-wrap {
  margin-top: 0;
}
.hero-image {
  background: url('../../img/default-hero.jpg') no-repeat bottom center scroll;
  background-size: cover;
  height: 300px;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
  /* main */
}
@media only screen and (min-width: 992px) {
  .hero-image {
    height: 400px;
  }
}
.main {
  padding-top: 60px;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .main {
    padding-top: 0;
  }
}
.main .content-wrap {
  border-top: 20px solid #eb6833;
  background: #fff;
  color: #414042;
}
.main .content-wrap .content .page-title-wrap {
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.main .content-wrap .content .page-title {
  text-align: center;
  font-family: 'Brothers';
  margin-top: 1.67em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .main .content-wrap .content .page-title {
    max-width: calc(100% - 244px);
  }
}
.main .content-wrap .content .page-title span {
  position: relative;
  padding: 0;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .main .content-wrap .content .page-title span {
    padding: 0;
    display: inline-block;
  }
}
.main .content-wrap .content .page-title span:before, .main .content-wrap .content .page-title span:after {
  content: '';
  background: url('../../img/page-title-wrap.png') no-repeat left center scroll;
  width: 107px;
  height: 35px;
  position: absolute;
  top: 30%;
  display: none;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .main .content-wrap .content .page-title span:before, .main .content-wrap .content .page-title span:after {
    display: block;
  }
}
.main .content-wrap .content .page-title span:before {
  left: -122px;
}
.main .content-wrap .content .page-title span:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transform: scaleX(-1);
  right: -122px;
}
.main .content-wrap .content .stripe.stripe-text {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main .content-wrap .content .stripe.stripe-hero_image {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 768px) {
  .main .content-wrap .content .stripe.stripe-hero_image {
    min-height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .main .content-wrap .content .stripe.stripe-hero_image {
    min-height: 500px;
  }
}
.main .content-wrap .content .stripe.stripe-hero_image .image-container {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
.main .content-wrap .content .stripe.stripe-hero_image .image-container img {
  margin: 0 auto;
}
.main .content-wrap .content .stripe.stripe-fullwidth_image .inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main .content-wrap .content .stripe.stripe-cta_block {
  padding-left: 15px;
  padding-right: 15px;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell {
  padding-left: 0;
  padding-right: 0;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.graphic {
  background-size: cover;
  background-position: center center;
  /*
    						    min-height: 400px;
    						    height: 400px;
*/
  background-repeat: no-repeat;
  min-height: 768px;
  height: calc(100vh - 120px) !important;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.graphic img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main .content-wrap .content .stripe.stripe-cta_block .cell.graphic {
    height: calc(100vh - 218px) !important;
  }
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.text {
  box-shadow: inset 0px 0px 133px 0px #130101;
  background-color: #414042;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 768px;
  height: calc(100vh - 120px) !important;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 768px) {
  .main .content-wrap .content .stripe.stripe-cta_block .cell.text {
    height: calc(100vh - 218px) !important;
  }
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption {
  text-align: center;
  position: relative;
  z-index: 999;
  padding: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption .text_desc {
  max-width: 400px;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption .cta-title-wrap .cta-title {
  line-height: 1;
  margin: 0;
  letter-spacing: 5px;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption .cta-title-wrap hr {
  margin: 30px auto;
  padding: 0;
  /* width: calc(100% + 60px);max-width: 80%; */
  height: 1px;
  width: 100%;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption .cta-subtitle, .main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption .cta-textarea {
  color: #fff;
  text-align: center;
  font-size: 1em;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption .cta-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption .cta-textarea {
  line-height: 1.5;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 768px) {
  .main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption .cta-textarea .cta-subtitle {
    font-size: 1.3em;
  }
  .main .content-wrap .content .stripe.stripe-cta_block .cell.text .caption .cta-textarea .cta-textarea {
    font-size: 1.2em;
  }
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.style1 .frame {
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 60px);
  top: 30px;
  left: 40px;
  pointer-events: none;
  border: 1px solid #b6ae87;
  box-sizing: border-box;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.style1 .frame:after {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: -10px;
  pointer-events: none;
  border: 1px solid #b6ae87;
  box-sizing: border-box;
  content: '';
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.style1 .caption .cta-title-wrap .cta-title {
  font-family: 'Brothers';
  color: #b6ae87;
  text-transform: uppercase;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.style1 .caption .cta-title-wrap hr {
  border-color: #b6ae87;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.style2 .frame {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
  border: 2px solid #eb6833;
  border-image: url('../../img/frame2.png') 33 round;
  box-sizing: border-box;
  border-image-width: 33px;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.style2 .caption .cta-title-wrap .cta-title {
  font-family: 'Brothers';
  color: #eb6833;
  text-transform: uppercase;
}
.main .content-wrap .content .stripe.stripe-cta_block .cell.style2 .caption .cta-title-wrap hr {
  /*
    										margin-left: -26px;
    										margin-right: -26px;
    										width: calc(100% + 52px);
*/
  border-color: #eb6833;
}
.gf_repeater_add, .gf_repeater_remove {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 30px !important;
  background: none !important;
  font-family: 'KrauseSCafe';
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
}
.gf_repeater_add:before, .gf_repeater_remove:before {
  content: '\f00f';
}
.gf_repeater_remove {
  /* Slider */
}
.gf_repeater_remove:before {
  content: '\f01e';
}
.mouse-wheel-wrap span {
  /*
      width: 5px;
      height: 5px;
*/
  display: block;
  width: 10px;
  height: 10px;
  /* IE 9 */
  -ms-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 6px;
}
.mouse-wheel-wrap .unu {
  margin-top: 6px;
}
.mouse-wheel-wrap .unu, .mouse-wheel-wrap .doi, .mouse-wheel-wrap .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
.mouse-wheel-wrap .unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}
.mouse-wheel-wrap .doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
}
.mouse-wheel-wrap .trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
}
.mouse-wheel-wrap .mouse {
  height: 31px;
  width: 20px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}
.mouse-wheel-wrap .wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
}
.mouse-wheel-wrap .wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  /* Contact form */
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.page-template-page-contact {
  /* sidebar */
}
.page-template-page-contact .page-wrap-contact {
  flex: 1;
  background-image: url('../../img/contact_bg_1.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
.page-template-page-contact .page-wrap-contact .main {
  padding-bottom: 34px;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .page-template-page-contact .page-wrap-contact .main {
    padding-bottom: 0;
  }
}
.page-template-page-contact .hero-wrap .hero-image {
  height: auto;
  background-position: bottom right;
  background-image: none !important;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .page-template-page-contact .hero-wrap .hero-image {
    height: 734px;
  }
}
.page-template-page-contact .hero-wrap .form-wrap {
  padding-top: 30px;
  max-width: 1060px;
  margin: 0 auto;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .page-template-page-contact .hero-wrap .form-wrap {
    padding-top: 248px;
    padding-bottom: 30px;
  }
}
.page-template-page-contact .hero-wrap .form-wrap h2 {
  text-align: left !important;
  color: #fff;
  margin: 0;
  font-family: 'Brothers';
  font-size: 4em;
  text-shadow: 2px 2px 7px #000;
}
.page-template-page-contact .hero-wrap .form-wrap p {
  font-size: 1.2em;
  font-weight: bold;
}
.page-template-page-contact .hero-wrap .form-wrap .gform_wrapper .top_label .gfield_label {
  color: #fff !important;
}
.page-template-page-contact .hero-wrap .form-wrap .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important;
}
.page-template-page-contact .hero-wrap .form-wrap .gform_wrapper .top_label input.medium, .page-template-page-contact .hero-wrap .form-wrap .gform_wrapper .top_label select.medium {
  width: 100% !important;
}
.page-template-page-contact .hero-wrap .form-wrap .gform_wrapper ul.gform_fields {
  position: relative;
  margin: 0 -15px !important;
}
.page-template-page-contact .hero-wrap .form-wrap .gform_wrapper ul.gform_fields li.gfield {
  margin: 0 0 2em !important;
  clear: none;
}
.page-template-page-contact .hero-wrap .form-wrap .gform_wrapper ul.gform_fields li.gfield input, .page-template-page-contact .hero-wrap .form-wrap .gform_wrapper ul.gform_fields li.gfield textarea, .page-template-page-contact .hero-wrap .form-wrap .gform_wrapper ul.gform_fields li.gfield select {
  background: rgba(65, 64, 66, 0.5);
  color: #fff;
  border: 1px solid #eb6833;
}
.page-template-page-contact .hero-wrap .form-wrap .gform_wrapper ul.gform_fields li.gfield.phone {
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
  .page-template-page-contact .hero-wrap .form-wrap .gform_wrapper ul.gform_fields li.gfield.phone {
    clear: left;
  }
}
.page-template-page-contact .hero-wrap .form-wrap .gform_wrapper ul.gform_fields li.gfield.message {
  position: relative;
  top: 0;
  right: 0;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 992px) {
}
.page-template-page-contact .hero-wrap .form-wrap .gform_wrapper ul.gform_fields li.gfield.message textarea {
  height: 125px;
}
.sidebar {
  /* footer */
}
.footer {
  border-top: 20px solid #eb6833;
  background: #e5e0cc;
  color: #414042;
}
.footer .footer-main .footer-main-inner {
  background: #e5e0cc;
  color: #414042;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-main .footer-main-inner a {
  color: #414042;
}
.footer .footer-main .footer-main-inner a:hover, .footer .footer-main .footer-main-inner a:focus {
  color: #eb6833;
}
.footer .footer-main .footer-main-inner p, .footer .footer-main .footer-main-inner ul {
  margin: 0;
}
.footer .footer-main .footer-main-inner .flex-wrapper {
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 1200px) {
  .footer .footer-main .footer-main-inner .flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer .footer-main .footer-main-inner .footer-nav {
  padding: 0;
  text-align: center;
  list-style: none;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 1200px) {
  .footer .footer-main .footer-main-inner .footer-nav {
    text-align: right;
  }
}
.footer .footer-main .footer-main-inner .footer-nav li {
  display: block;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 1200px) {
  .footer .footer-main .footer-main-inner .footer-nav li {
    display: inline-block;
    margin-right: 30px;
  }
}
.footer .footer-main .footer-main-inner .social-icons {
  padding: 0;
  text-align: center;
  list-style: none;
  margin-top: 20px;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 1200px) {
  .footer .footer-main .footer-main-inner .social-icons {
    text-align: right;
    margin-top: 0;
  }
}
.footer .footer-main .footer-main-inner .social-icons li {
  display: inline-block;
  margin-left: 30px;
}
.footer .footer-main .footer-main-inner .social-icons li.first {
  margin-left: 0;
}
.footer .footer-main .footer-main-inner .social-icons li.last {
  margin-right: 0;
}
.footer .footer-main .footer-main-inner .item.logo-wrap img {
  margin: 0 auto 30px;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 1200px) {
  .footer .footer-main .footer-main-inner .item.logo-wrap img {
    margin-bottom: 0;
  }
}
.footer .footer-main .footer-main-inner .item.address-wrap {
  text-align: center;
  font-size: 1.5em;
  line-height: 2.5;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 1200px) {
  .footer .footer-main .footer-main-inner .item.address-wrap {
    text-align: left;
    font-size: inherit;
    line-height: 1;
  }
}
.footer .footer-main .footer-main-inner .item.address-wrap span {
  display: block;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 1200px) {
  .footer .footer-main .footer-main-inner .item.address-wrap span {
    display: inline-block;
  }
}
.footer .footer-main .footer-main-inner .item.address-wrap span.sep {
  display: none;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 1200px) {
  .footer .footer-main .footer-main-inner .item.address-wrap span.sep {
    display: inline;
  }
}
.footer .footer-main .footer-main-inner .item.social-wrap {
  text-align: center;
  font-size: 1.5em;
  line-height: 2.5;
  /*
.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xs) { width: 125px; }
  @include respond-to(lg) { float: none; }
}
*/
}
@media only screen and (min-width: 1200px) {
  .footer .footer-main .footer-main-inner .item.social-wrap {
    text-align: right;
    font-size: inherit;
    line-height: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.footer .copyright {
  padding: 15px 0;
}
.footer .copyright p {
  margin: 0;
}
.footer .copyright .site-credits {
  color: #989898;
  font-size: 0.8em;
}
.footer .copyright .site-credits a {
  color: #989898;
}
.footer .copyright .site-credits a:hover, .footer .copyright .site-credits a:focus {
  color: #eb6833;
}
.gf_repeater_add .gf_repeater_add_default, .gf_repeater_remove .gf_repeater_remove_default {
  display: none !important;
}
.gf_repeater_add, .gf_repeater_remove {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('img/add.png');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-right: 5px;
}
.gf_repeater_remove {
  background-image: url('img/remove.png');
}
.gf_repeater_add:hover, .gf_repeater_remove:hover, .gf_repeater_add:focus, .gf_repeater_remove:focus {
  cursor: pointer;
  /*------------------------------------*\
    PAGES
\*------------------------------------*/
}
.single-post .type-post {
  padding-bottom: 75px;
}
.single-post h1 {
  text-align: center;
}
.post-details, .post-bottom {
  display: none;
  /*------------------------------------*\
    IMAGES
\*------------------------------------*/
}
.download-button {
  background: #eb6833 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 2em !important;
  max-width: 512px;
}
.download-button small {
  display: none !important;
  /*------------------------------------*\
    MISC
\*------------------------------------*/
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
  /*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.gfield.inline_select .gfield_label, .gfield.inline_select .ginput_container {
  display: inline-block;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 1.2em !important;
}
.gf_repeater_add .gf_repeater_add_default, .gf_repeater_remove .gf_repeater_remove_default {
  background-size: 2em 2em !important;
  height: 2em !important;
  width: 2em !important;
  /* body.page-id-19 {color: #130101; background: #fff;} */
  /*------------------------------------*\
    PRINT
\*------------------------------------*/
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
