@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato-Black.ttf");
}
@font-face {
  font-family: "Lato-BlackItalic";
  src: url("../fonts/Lato-BlackItalic.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato-BoldItalic";
  src: url("../fonts/Lato-BoldItalic.ttf");
}
@font-face {
  font-family: "Lato-Hairline";
  src: url("../fonts/Lato-Hairline.ttf");
}
@font-face {
  font-family: "Lato-HairlineItalic";
  src: url("../fonts/Lato-HairlineItalic.ttf");
}
/**
 * |------------------------------------------|
 * |	     Name 	    | 	Weight 	| Italic? |
 * |--------------------|-----------|---------|
 * | Montserrat Bold    | 	700		| 	N	  |
 * | Montserrat Regular | 	400 	| 	N 	  |
 * |------------------------------------------|
 */
/**
 * |----------------------------------|
 * |	Name 	| 	Weight 	| Italic? |
 * |------------|-----------|---------|
 * | Lato Black | 	900		| 	Y	  |
 * | Lato Bold  | 	700 	| 	Y 	  |
 * |----------------------------------|
 */
/**
 * |-------------------------------------|
 * |	Name 	   |   Weight  | Italic? |
 * |---------------|-----------|---------|
 * | Lato Hairline | 	100	   | 	Y	 |
 * |-------------------------------------|
 */
/******************
 * SCSS Variables   *
 ******************/
/*
** http://stackoverflow.com/questions/17181849/placeholder-mixin-scss-css
*/
/*
** https://github.com/mastastealth/sass-flex-mixin
*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
------------------------------------------------------------- */
/******************
 * SCSS Variables   *
 ******************/
.height-100 {
  height: 100%;
}
.height-50 {
  height: 50%;
}
.nopad {
  padding: 0 !important;
}
.nomarg {
  margin: 0 !important;
}
.relative {
  position: relative !important;
}
.inline-list {
  list-style: none;
  margin: 0;
}
.inline-list li {
  display: inline-block;
}
[class*="block-grid-"], .row .row {
  margin: 0;
}
[class*="column"] + [class*="column"]:last-child {
  float: left;
}
html, body {
  min-height: 100%;
  background: #F8F8F8;
  line-height: 26px;
  color: #333333;
}
body, input, textarea {
  font-family: "Proximanova", sans-serif;
  font-size: 16px;
  color: #F2F2F2;
  line-height: 26px;
}
a {
  text-decoration: none;
  color: #F2F2F2;
}
a:hover {
  text-decoration: underline;
}
.std p {
  margin: 0 0 20px;
}
.std p img.left {
  float: left;
}
.std p img.right {
  float: right;
}
.std a {
  text-decoration: underline;
}
.std a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Streetvertising", sans-serif;
  margin: 0;
  text-decoration: none;
  color: #333333;
}
h1 {
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
}
h2 {
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
}
h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
}
h4 {
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
}
h5 {
  font-size: 13px;
  line-height: normal;
  font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
.std dl dl {
  margin: 0 0 1.5em 0;
}
.std dl dl dt {
  font-weight: normal;
}
.std dl dd {
  margin-left: 1.5em;
}
.std dl table {
  margin-bottom: 1.4em;
}
.std dl th {
  font-weight: normal;
}
.std dl th, .std dl td, .std dl caption {
  padding: 3px 10px 3px 0;
}
.std dl tfoot {
  font-style: italic;
}
.std dl caption {
  background: #eee;
}
.readmore {
  text-transform: uppercase;
}
.readmore:after {
  padding-left: 25px;
  display: inline-block;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 12px;
  margin-top: -1px;
}
.bottom-collapse-container {
  overflow: hidden;
  cursor: pointer;
}
.bottom-collapse-container .bottom-collapse {
  background-color: #F8F8F8;
  bottom: -70px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 70px;
  line-height: 70px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.bottom-collapse-container .bottom-collapse span {
  margin-top: 10px;
  display: block;
  -webkit-transition: transform 0.35s;
  -khtml-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  -khtml-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -o-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  text-transform: uppercase;
}
.bottom-collapse-container .bottom-collapse .fa {
  font-size: 12px;
  margin-top: 10px;
  -webkit-transition: transform 0.35s;
  -khtml-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  -khtml-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -o-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.bottom-collapse-container:hover .bottom-collapse {
  bottom: 0;
}
.bottom-collapse-container:hover .bottom-collapse span, .bottom-collapse-container:hover .bottom-collapse .fa {
  margin-top: 0;
  -webkit-transition-delay: 0.05s;
  -khtml-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-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);
}
.bottom-collapse-container:hover .bottom-collapse .fa {
  -webkit-transition-delay: 0.125s;
  -khtml-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  -ms-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-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);
}
.hide {
  overflow: hidden;
  height: 0;
}
.nodisplay {
  display: none;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 2em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/******************************************
 * Border (single-line)                   *
 * -------------------------------------- *
 * a: all             l: light            *
 * t: top             m: medium           *
 * r: right           d: dark             *
 * b: bottom          b: black            *
 * l: left                                *
 * h: horizontal                          *
 * v: vertical                            *
 ******************************************/
.no-border {
  border: none;
}
.bal {
  border: 1px solid #111111;
}
.bam {
  border: 1px solid #dadada;
}
.bad {
  border: 1px solid #ccc;
}
.bab {
  border: 1px solid #000;
}
.btl {
  border-top: 1px solid #111111;
}
.btm {
  border-top: 1px solid #dadada;
}
.btd {
  border-top: 1px solid #ccc;
}
.btb {
  border-top: 1px solid #000;
}
.brl {
  border-right: 1px solid #111111;
}
.brm {
  border-right: 1px solid #dadada;
}
.brd {
  border-right: 1px solid #ccc;
}
.brb {
  border-right: 1px solid #000;
}
.bbl {
  border-bottom: 1px solid #111111;
}
.bbm {
  border-bottom: 1px solid #dadada;
}
.bbd {
  border-bottom: 1px solid #ccc;
}
.bbb {
  border-bottom: 1px solid #000;
}
.bll {
  border-left: 1px solid #111111;
}
.blm {
  border-left: 1px solid #dadada;
}
.bld {
  border-left: 1px solid #ccc;
}
.blb {
  border-left: 1px solid #000;
}
.bhl {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
.bhm {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.bhd {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.bhb {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.bvl {
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
}
.bvm {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.bvd {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.bvb {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
/******************************************
 * Border radius                          *
 * -------------------------------------- *
 * a: all                n: none          *
 * t: top                t: tiny (2px)    *
 * r: right              s: small (5px)   *
 * b: bottom                              *
 * l: left                                *
 ******************************************/
.bran {
  border-radius: 0;
}
.brat {
  border-radius: 2px;
}
.bras {
  border-radius: 5px;
}
.brtn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.brtt {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.brts {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.brrn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.brrt {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.brrs {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.brbn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.brbt {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.brbs {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.brln {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.brlt {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.brls {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/******************************************
 * Margins & Paddings                     *
 * -------------------------------------- *
 * a: all                n: none          *
 * t: top                t: tiny (2px)    *
 * r: right              s: small (5px)   *
 * b: bottom             m: medium (10px) *
 * l: left               l: large (15px)  *
 * h: horizontal         h: huge (20px)   *
 * v: vertical                            *
 ******************************************/
.man {
  margin: 0;
}
.mat {
  margin: 2px;
}
.mas {
  margin: 15px;
}
.mam {
  margin: 30px;
}
.mal {
  margin: 60px;
}
.mah {
  margin: 90px;
}
.mtn {
  margin-top: 0;
}
.mtt {
  margin-top: 2px;
}
.mts {
  margin-top: 15px;
}
.mtm {
  margin-top: 30px;
}
.mtl {
  margin-top: 60px;
}
.mth {
  margin-top: 90px;
}
.mrn {
  margin-right: 0;
}
.mrt {
  margin-right: 2px;
}
.mrs {
  margin-right: 15px;
}
.mrm {
  margin-right: 30px;
}
.mrl {
  margin-right: 60px;
}
.mrh {
  margin-right: 90px;
}
.mbn {
  margin-bottom: 0;
}
.mbt {
  margin-bottom: 2px;
}
.mbs {
  margin-bottom: 15px;
}
.mbm {
  margin-bottom: 30px;
}
.mbl {
  margin-bottom: 60px;
}
.mbh {
  margin-bottom: 90px;
}
.mln {
  margin-left: 0;
}
.mlt {
  margin-left: 2px;
}
.mls {
  margin-left: 15px;
}
.mlm {
  margin-left: 30px;
}
.mll {
  margin-left: 60px;
}
.mlh {
  margin-left: 90px;
}
.mhn {
  margin-left: 0;
  margin-right: 0;
}
.mht {
  margin-left: 2px;
  margin-right: 2px;
}
.mhs {
  margin-left: 15px;
  margin-right: 15px;
}
.mhm {
  margin-left: 30px;
  margin-right: 30px;
}
.mhl {
  margin-left: 60px;
  margin-right: 60px;
}
.mhh {
  margin-left: 30px;
  margin-right: 90px;
}
.mvn {
  margin-top: 0;
  margin-bottom: 0;
}
.mvt {
  margin-top: 2px;
  margin-bottom: 2px;
}
.mvs {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mvm {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mvl {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mvh {
  margin-top: 30px;
  margin-bottom: 90px;
}
.pan {
  padding: 0;
}
.pat {
  padding: 2px;
}
.pas {
  padding: 15px;
}
.pam {
  padding: 30px;
}
.pal {
  padding: 60px;
}
.pah {
  padding: 90px;
}
.ptn {
  padding-top: 0;
}
.ptt {
  padding-top: 2px;
}
.pts {
  padding-top: 15px;
}
.ptm {
  padding-top: 30px;
}
.ptl {
  padding-top: 60px;
}
.pth {
  padding-top: 90px;
}
.prn {
  padding-right: 0;
}
.prt {
  padding-right: 2px;
}
.prs {
  padding-right: 15px;
}
.prm {
  padding-right: 30px;
}
.prl {
  padding-right: 60px;
}
.prh {
  padding-right: 90px;
}
.pbn {
  padding-bottom: 0;
}
.pbt {
  padding-bottom: 2px;
}
.pbs {
  padding-bottom: 15px;
}
.pbm {
  padding-bottom: 30px;
}
.pbl {
  padding-bottom: 60px;
}
.pbh {
  padding-bottom: 90px;
}
.pln {
  padding-left: 0;
}
.plt {
  padding-left: 2px;
}
.pls {
  padding-left: 15px;
}
.plm {
  padding-left: 30px;
}
.pll {
  padding-left: 60px;
}
.plh {
  padding-left: 90px;
}
.phn {
  padding-left: 0;
  padding-right: 0;
}
.pht {
  padding-left: 2px;
  padding-right: 2px;
}
.phs {
  padding-left: 15px;
  padding-right: 15px;
}
.phm {
  padding-left: 30px;
  padding-right: 30px;
}
.phl {
  padding-left: 60px;
  padding-right: 60px;
}
.phh {
  padding-left: 30px;
  padding-right: 90px;
}
.pvn {
  padding-top: 0;
  padding-bottom: 0;
}
.pvt {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pvs {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pvm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pvl {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pvh {
  padding-top: 30px;
  padding-bottom: 90px;
}
/**
 * Media query mixins, designed for using along the bootstrap responsive grid
 */
/**
 * Mixin and class for fullscreen height
 *
 * Uses viewport height when browser supports,
 * otherwise falls back on fixed height in pixels
 */
.fullscreen {
  height: 667px !important;
  height: 100vh !important;
}
@media only screen and (min-width: 40em) and (orientation: portrait) {
  .fullscreen {
    height: 1024px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (orientation: landscape) {
  .fullscreen {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 64em) {
  .fullscreen {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 90em) {
  .fullscreen {
    height: 900px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 120em) {
  .fullscreen {
    height: 1080px !important;
    height: 100vh !important;
  }
}
/**
 * Mixin and class to apply the same padding as a foundation column
 */
.colpad {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media only screen and (min-width: 40em) {
  .colpad {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
/**
 * Mixin and class to apply responsive 'section' padding to an element
 */
.sectionpad {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 40em) {
  .sectionpad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionpad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 90em) {
  .sectionpad {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 120em) {
  .sectionpad {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sectionpad-top {
  padding-top: 20px;
}
@media only screen and (min-width: 40em) {
  .sectionpad-top {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionpad-top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 90em) {
  .sectionpad-top {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 120em) {
  .sectionpad-top {
    padding-top: 100px;
  }
}
.sectionpad-bottom {
  padding-top: 20px;
}
@media only screen and (min-width: 40em) {
  .sectionpad-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .sectionpad-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 90em) {
  .sectionpad-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 120em) {
  .sectionpad-bottom {
    padding-bottom: 100px;
  }
}
/**
 * Foundation columns for extra large screen sizes
 */
@media only screen and (min-width: 90em) {
  .xlarge-1 {
    width: 8.33333% !important;
  }
  .xlarge-2 {
    width: 16.66667% !important;
  }
  .xlarge-3 {
    width: 25% !important;
  }
  .xlarge-4 {
    width: 33.33333% !important;
  }
  .xlarge-5 {
    width: 41.66667% !important;
  }
  .xlarge-6 {
    width: 50% !important;
  }
  .xlarge-7 {
    width: 58.33333% !important;
  }
  .xlarge-8 {
    width: 66.66667% !important;
  }
  .xlarge-9 {
    width: 75% !important;
  }
  .xlarge-10 {
    width: 83.33333% !important;
  }
  .xlarge-11 {
    width: 91.66667% !important;
  }
  .xlarge-12 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 120em) {
  .xxlarge-1 {
    width: 8.33333% !important;
  }
  .xxlarge-2 {
    width: 16.66667% !important;
  }
  .xxlarge-3 {
    width: 25% !important;
  }
  .xxlarge-4 {
    width: 33.33333% !important;
  }
  .xxlarge-5 {
    width: 41.66667% !important;
  }
  .xxlarge-6 {
    width: 50% !important;
  }
  .xxlarge-7 {
    width: 58.33333% !important;
  }
  .xxlarge-8 {
    width: 66.66667% !important;
  }
  .xxlarge-9 {
    width: 75% !important;
  }
  .xxlarge-10 {
    width: 83.33333% !important;
  }
  .xxlarge-11 {
    width: 91.66667% !important;
  }
  .xxlarge-12 {
    width: 100% !important;
  }
}
/**
 * Visibility classes for extra large screen sizes
 */
@media only screen and (max-width: 89.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media only screen and (max-width: 89.9375em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media only screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media only screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media only screen and (min-width: 90em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media only screen and (max-width: 119.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}
@media only screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
/**
 * Alignment classes for extra large screen sizes
 */
@media only screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
@media only screen and (min-width: 90em) {
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
}
@media only screen and (min-width: 120em) {
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
}
/**
 * Responsive grid to vertically adjust an element's height relative to its parent.
 *
 * To be used for responsive 'block grids' in conjunction with the Foundation grid.
 */
.height-1 {
  height: 8.33333%;
}
.height-2 {
  height: 16.66667%;
}
.height-3 {
  height: 25%;
}
.height-4 {
  height: 33.33333%;
}
.height-5 {
  height: 41.66667%;
}
.height-6 {
  height: 50%;
}
.height-7 {
  height: 58.33333%;
}
.height-8 {
  height: 66.66667%;
}
.height-9 {
  height: 75%;
}
.height-10 {
  height: 83.33333%;
}
.height-11 {
  height: 91.66667%;
}
.height-12 {
  height: 100%;
}
@media only screen and (max-width: 39.9375em) {
  .small-only-height-1 {
    height: 8.33333%;
  }
  .small-only-height-2 {
    height: 16.66667%;
  }
  .small-only-height-3 {
    height: 25%;
  }
  .small-only-height-4 {
    height: 33.33333%;
  }
  .small-only-height-5 {
    height: 41.66667%;
  }
  .small-only-height-6 {
    height: 50%;
  }
  .small-only-height-7 {
    height: 58.33333%;
  }
  .small-only-height-8 {
    height: 66.66667%;
  }
  .small-only-height-9 {
    height: 75%;
  }
  .small-only-height-10 {
    height: 83.33333%;
  }
  .small-only-height-11 {
    height: 91.66667%;
  }
  .small-only-height-12 {
    height: 100%;
  }
}
@media only screen and (min-width: 40em) {
  .medium-height-1 {
    height: 8.33333%;
  }
  .medium-height-2 {
    height: 16.66667%;
  }
  .medium-height-3 {
    height: 25%;
  }
  .medium-height-4 {
    height: 33.33333%;
  }
  .medium-height-5 {
    height: 41.66667%;
  }
  .medium-height-6 {
    height: 50%;
  }
  .medium-height-7 {
    height: 58.33333%;
  }
  .medium-height-8 {
    height: 66.66667%;
  }
  .medium-height-9 {
    height: 75%;
  }
  .medium-height-10 {
    height: 83.33333%;
  }
  .medium-height-11 {
    height: 91.66667%;
  }
  .medium-height-12 {
    height: 100%;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-only-height-1 {
    height: 8.33333%;
  }
  .medium-only-height-2 {
    height: 16.66667%;
  }
  .medium-only-height-3 {
    height: 25%;
  }
  .medium-only-height-4 {
    height: 33.33333%;
  }
  .medium-only-height-5 {
    height: 41.66667%;
  }
  .medium-only-height-6 {
    height: 50%;
  }
  .medium-only-height-7 {
    height: 58.33333%;
  }
  .medium-only-height-8 {
    height: 66.66667%;
  }
  .medium-only-height-9 {
    height: 75%;
  }
  .medium-only-height-10 {
    height: 83.33333%;
  }
  .medium-only-height-11 {
    height: 91.66667%;
  }
  .medium-only-height-12 {
    height: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .large-height-1 {
    height: 8.33333%;
  }
  .large-height-2 {
    height: 16.66667%;
  }
  .large-height-3 {
    height: 25%;
  }
  .large-height-4 {
    height: 33.33333%;
  }
  .large-height-5 {
    height: 41.66667%;
  }
  .large-height-6 {
    height: 50%;
  }
  .large-height-7 {
    height: 58.33333%;
  }
  .large-height-8 {
    height: 66.66667%;
  }
  .large-height-9 {
    height: 75%;
  }
  .large-height-10 {
    height: 83.33333%;
  }
  .large-height-11 {
    height: 91.66667%;
  }
  .large-height-12 {
    height: 100%;
  }
}
@media only screen and (min-width: 64em) and (max-width: 89.9375em) {
  .large-only-height-1 {
    height: 8.33333%;
  }
  .large-only-height-2 {
    height: 16.66667%;
  }
  .large-only-height-3 {
    height: 25%;
  }
  .large-only-height-4 {
    height: 33.33333%;
  }
  .large-only-height-5 {
    height: 41.66667%;
  }
  .large-only-height-6 {
    height: 50%;
  }
  .large-only-height-7 {
    height: 58.33333%;
  }
  .large-only-height-8 {
    height: 66.66667%;
  }
  .large-only-height-9 {
    height: 75%;
  }
  .large-only-height-10 {
    height: 83.33333%;
  }
  .large-only-height-11 {
    height: 91.66667%;
  }
  .large-only-height-12 {
    height: 100%;
  }
}
@media only screen and (min-width: 90em) {
  .xlarge-height-1 {
    height: 8.33333%;
  }
  .xlarge-height-2 {
    height: 16.66667%;
  }
  .xlarge-height-3 {
    height: 25%;
  }
  .xlarge-height-4 {
    height: 33.33333%;
  }
  .xlarge-height-5 {
    height: 41.66667%;
  }
  .xlarge-height-6 {
    height: 50%;
  }
  .xlarge-height-7 {
    height: 58.33333%;
  }
  .xlarge-height-8 {
    height: 66.66667%;
  }
  .xlarge-height-9 {
    height: 75%;
  }
  .xlarge-height-10 {
    height: 83.33333%;
  }
  .xlarge-height-11 {
    height: 91.66667%;
  }
  .xlarge-height-12 {
    height: 100%;
  }
}
@media only screen and (min-width: 90em) and (max-width: 119.9375em) {
  .xlarge-only-height-1 {
    height: 8.33333%;
  }
  .xlarge-only-height-2 {
    height: 16.66667%;
  }
  .xlarge-only-height-3 {
    height: 25%;
  }
  .xlarge-only-height-4 {
    height: 33.33333%;
  }
  .xlarge-only-height-5 {
    height: 41.66667%;
  }
  .xlarge-only-height-6 {
    height: 50%;
  }
  .xlarge-only-height-7 {
    height: 58.33333%;
  }
  .xlarge-only-height-8 {
    height: 66.66667%;
  }
  .xlarge-only-height-9 {
    height: 75%;
  }
  .xlarge-only-height-10 {
    height: 83.33333%;
  }
  .xlarge-only-height-11 {
    height: 91.66667%;
  }
  .xlarge-only-height-12 {
    height: 100%;
  }
}
@media only screen and (min-width: 120em) {
  .xxlarge-height-1 {
    height: 8.33333%;
  }
  .xxlarge-height-2 {
    height: 16.66667%;
  }
  .xxlarge-height-3 {
    height: 25%;
  }
  .xxlarge-height-4 {
    height: 33.33333%;
  }
  .xxlarge-height-5 {
    height: 41.66667%;
  }
  .xxlarge-height-6 {
    height: 50%;
  }
  .xxlarge-height-7 {
    height: 58.33333%;
  }
  .xxlarge-height-8 {
    height: 66.66667%;
  }
  .xxlarge-height-9 {
    height: 75%;
  }
  .xxlarge-height-10 {
    height: 83.33333%;
  }
  .xxlarge-height-11 {
    height: 91.66667%;
  }
  .xxlarge-height-12 {
    height: 100%;
  }
}
.row-full {
  max-width: 100% !important;
}
.row .row-full {
  margin: 0 !important;
}
.row-large {
  max-width: 1550px !important;
}
.row-small {
  max-width: 975px !important;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  display: inline-block;
  color: #66615D;
  border: 1px solid #fff;
  text-transform: uppercase;
  min-height: 45px;
  max-height: 90px;
  min-width: 50px;
  line-height: 43px;
  padding: 0 40px;
  text-decoration: none !important;
  transition: all 0.3s;
  cursor: pointer;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
}
.btn:hover {
  text-decoration: none !important;
}
.btn.btn-gray {
  color: #66615D;
  border-color: #66615D;
  background-color: #fff;
}
.btn.btn-gray:hover {
  color: #fff;
  background-color: #66615D;
}
.btn.btn-transparent {
  color: #66615D;
  border-color: #66615D;
  background-color: transparent;
}
.btn.btn-transparent:hover {
  color: #fff;
  background-color: #66615D;
}
.btn.btn-blue {
  color: #fff;
  border-color: #277DB8;
  background-color: #277DB8;
}
.btn.btn-blue:hover {
  color: #277DB8;
  background-color: #fff;
}
.btn.btn-blue.current {
  background-color: #F2F2F2;
  color: #66615D;
  border-color: #F2F2F2;
}
.btn.btn-blue.current:hover {
  background-color: #F2F2F2;
  color: #66615D;
}
.btn.btn-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn.btn-white:hover {
  color: #66615D;
  background-color: #fff;
}
.link {
  display: inline-block;
  color: #66615D;
  text-decoration: none;
  transition: color 0.3s;
}
.link:hover {
  color: #333333;
  text-decoration: none;
}
.link.link-white {
  color: #fff;
}
.link.link-white:hover {
  color: #fff;
}
.link.link-chevron {
  padding-right: 35px;
  position: relative;
}
.link.link-chevron:after {
  display: inline-block;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  transition: all 0.5s;
}
.link.link-chevron:hover:after {
  right: -20px;
}
.singular-content .gform_wrapper span.screen-reader-text, .section-content .gform_wrapper span.screen-reader-text {
  text-align: left;
  display: block;
  width: 100%;
}
.singular-content .gform_wrapper select, .section-content .gform_wrapper select {
  margin: 0;
  color: #66615D;
  font-size: 15px;
  font-weight: 300;
}
.singular-content .gform_wrapper textarea, .section-content .gform_wrapper textarea {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: inset 2px 2px 0 #F8F8F8;
  box-shadow: inset 2px 2px 0 #F8F8F8;
}
.singular-content .gform_wrapper textarea:focus, .section-content .gform_wrapper textarea:focus {
  border: 1px solid #eaeaea;
  box-shadow: 2px 2px 0 #F8F8F8 !important;
  -webkit-box-shadow: 2px 2px 0 #F8F8F8 !important;
}
.singular-content .gform_wrapper textarea::placeholder, .section-content .gform_wrapper textarea::placeholder {
  color: #66615D;
  font-size: 15px;
  font-weight: 300;
}
.singular-content .gform_wrapper input, .section-content .gform_wrapper input {
  margin: 0;
}
.singular-content .gform_wrapper input[type="text"], .section-content .gform_wrapper input[type="text"] {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: inset 2px 2px 0 #F8F8F8;
  box-shadow: inset 2px 2px 0 #F8F8F8;
}
.singular-content .gform_wrapper input[type="text"]:focus, .section-content .gform_wrapper input[type="text"]:focus {
  border: 1px solid #eaeaea;
  box-shadow: 2px 2px 0 #F8F8F8 !important;
  -webkit-box-shadow: 0 0 0 #F8F8F8 !important;
}
.singular-content .gform_wrapper input[type="text"]::placeholder, .section-content .gform_wrapper input[type="text"]::placeholder {
  color: #66615D;
  font-size: 15px;
  font-weight: 300;
}
.singular-content .gform_wrapper .gfield .gfield_checkbox li label, .section-content .gform_wrapper .gfield .gfield_checkbox li label {
  color: #66615D;
}
.gform_wrapper textarea {
  border: 0;
  -webkit-box-shadow: inset 0 0 0 #fff;
  box-shadow: inset 0 0 0 #fff;
}
.gform_wrapper textarea:focus {
  border: 0;
  box-shadow: 0 0 0 #fff !important;
  -webkit-box-shadow: 0 0 0 #fff !important;
}
.gform_wrapper textarea::placeholder {
  color: #66615D;
  font-size: 15px;
  font-weight: 300;
}
.gform_wrapper input {
  margin: 0;
}
.gform_wrapper input[type="text"] {
  border: 0;
  -webkit-box-shadow: inset 0 0 0 #fff;
  box-shadow: inset 0 0 0 #fff;
}
.gform_wrapper input[type="text"]:focus {
  border: 0;
  box-shadow: 0 0 0 #fff !important;
  -webkit-box-shadow: 0 0 0 #fff !important;
}
.gform_wrapper input[type="text"]::placeholder {
  color: #66615D;
  font-size: 15px;
  font-weight: 300;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input[type="submit"] {
  max-width: 100%;
  display: inline-block;
  color: #fff;
  background-color: #277DB8;
  border: 1px solid #277DB8;
  text-transform: uppercase;
  min-height: 45px;
  max-height: 90px;
  min-width: 50px;
  line-height: 43px;
  padding: 0 40px;
  text-decoration: none !important;
  transition: all 0.3s;
  cursor: pointer;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #277DB8;
  background-color: #fff;
}
.gform_wrapper .gfield_label {
  display: none;
  color: #66615D;
  font-size: 15px;
  font-weight: 300;
}
.gform_wrapper .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gfield {
  margin-bottom: 15px;
}
.gform_wrapper .gfield .gfield_checkbox {
  list-style-type: none;
  margin: 0;
}
.gform_wrapper .gfield .gfield_checkbox li {
  text-align: left;
}
.gform_wrapper .gfield .gfield_checkbox li label {
  color: #fff;
}
.gform_wrapper .gfield .validation_message {
  display: none;
}
.gform_wrapper .gfield.gfield_error input {
  border: 1px solid #9b0000;
}
.gform_wrapper .gfield.custom-fileupload {
  position: relative;
  cursor: pointer;
  height: 40px;
}
.gform_wrapper .gfield.custom-fileupload .gfield_label {
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
}
.gform_wrapper .gfield.custom-fileupload .filename {
  position: absolute;
  color: #66615D;
  top: 7px;
  left: 10px;
}
.gform_wrapper .gfield.custom-fileupload:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.gform_wrapper .gfield.custom-fileupload:after {
  display: inline-block;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  padding: 10px 0 0 10px;
  background-color: #66615D;
  transition: background-color 0.5s;
  font-size: 22px;
}
.gform_wrapper .gfield.custom-fileupload:hover:after {
  background-color: #277DB8;
}
.gform_wrapper .gfield.gfield_html {
  text-align: center;
}
.gform_wrapper .gform_fields {
  list-style: none;
  margin: 0;
}
.gform_wrapper.newsletter_wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper.newsletter_wrapper .gform_body {
    display: inline-block;
    width: 65%;
  }
}
.gform_wrapper.newsletter_wrapper .gform_fields {
  position: relative;
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield {
  width: 100%;
  display: inline-block;
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield.newsletter-email {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper.newsletter_wrapper .gform_fields .gfield.newsletter-email {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield.newsletter-button {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper.newsletter_wrapper .gform_fields .gfield.newsletter-button {
    width: 30%;
  }
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield.newsletter-button input {
  height: 38px;
  line-height: 36px;
  width: 100%;
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield label {
  display: none;
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield input {
  margin: 0;
}
.gform_wrapper.newsletter_wrapper .gform_fields .gfield input[type="text"] {
  height: 45px;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper.newsletter_wrapper .gform_footer {
    display: inline-block;
    width: 35%;
  }
}
.gform_wrapper.newsletter_wrapper .gform_footer input[type="submit"] {
  max-width: 100%;
  display: inline-block;
  color: #fff;
  background-color: #277DB8;
  border: 1px solid #277DB8;
  text-transform: uppercase;
  min-height: 45px;
  max-height: 90px;
  min-width: 50px;
  line-height: 43px;
  padding: 0 40px;
  text-decoration: none !important;
  transition: all 0.3s;
  cursor: pointer;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
}
.gform_wrapper.newsletter_wrapper .gform_footer input[type="submit"]:hover {
  color: #277DB8;
  background-color: #fff;
}
.heading {
  margin-bottom: 0;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.heading.heading-gray {
  color: #66615D;
}
.heading.heading-blue {
  color: #277DB8;
}
.heading.heading-white {
  color: #fff;
}
.heading.underline {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.heading.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 50px;
  left: calc(50% - 25px);
}
.heading.underline.underline-white:after {
  background-color: #fff;
}
.heading.underline.underline-gray:after {
  background-color: #66615D;
}
.heading.underline.underline-blue:after {
  background-color: #277DB8;
}
.content-usps {
  list-style: none;
  text-align: center;
  padding: 50px 0 0 0;
}
.content-usps li {
  display: inline-block;
  font-weight: 600;
  margin-right: 50px;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (min-width: 64em) {
  .content-usps li {
    font-size: 20px;
  }
}
.content-usps li:before {
  display: inline-block;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 15px;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 64em) {
  .content-usps li:before {
    font-size: 20px;
  }
}
.content-usps li:last-of-type {
  margin-right: 0;
}
.section-parallax {
  background-image: url(../../assets/img/home-parallax.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 39.9375em) {
  .section-parallax {
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-position: top;
    background-size: auto;
    height: auto !important;
  }
}
.section-parallax .parallax-inside {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-parallax .parallax-inside .widget .widget-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-parallax .parallax-inside .widget.widget-contentblock {
  color: #fff;
}
.section-parallax .parallax-inside .widget.widget-contentblock h1, .section-parallax .parallax-inside .widget.widget-contentblock h2, .section-parallax .parallax-inside .widget.widget-contentblock h3, .section-parallax .parallax-inside .widget.widget-contentblock h4, .section-parallax .parallax-inside .widget.widget-contentblock h5 {
  color: #fff;
}
.section-parallax .parallax-inside .title {
  text-align: center;
}
.sitemap {
  list-style: none;
}
.sitemap .page_item a {
  transition: 0.3s width ease-in-out;
  color: #133678;
  font-family: "Montserrat-Regular";
  font-size: 1.75em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 20px 0;
}
.sitemap .page_item a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30px;
  border: 2px solid #d43840;
  transition: 0.3s width ease-in-out;
}
.sitemap .page_item a:after {
  display: inline-block;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 0.8em;
  display: inline-block;
  line-height: 12px;
  margin-left: 10px;
  transition: 0.3s margin ease-in-out;
}
.sitemap .page_item a:hover {
  color: #133678;
}
.sitemap .page_item a:hover:before {
  width: 100px;
}
.sitemap .page_item a:hover:after {
  margin-left: 15px;
}
.sitemap .children {
  list-style: none;
}
.sitemap .children .page_item a {
  font-size: 1.375em;
}
.sitemap .children .page_item a:before {
  display: none;
}
.section-map {
  position: relative;
}
.section-map .social-list {
  text-align: left;
}
.section-map .social-list .social-item a {
  color: #fff;
}
.section-map .routeplanner {
  position: absolute;
  bottom: 200px;
  width: 235px;
  right: calc(50% - 115px);
}
@media only screen and (min-width: 64em) {
  .section-map .routeplanner {
    right: calc(50% - 250px - 115px);
  }
}
.section-map .map-contact {
  padding: 55px 0.9375rem 0 0.9375rem;
}
@media only screen and (max-width: 39.9375em) {
  .section-map .map-contact {
    background-color: #133678;
  }
}
@media only screen and (min-width: 40em) {
  .section-map .map-contact {
    background-color: #133678;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 64em) {
  .section-map .map-contact {
    background-color: rgba(19, 54, 120, 0.7);
  }
}
@media only screen and (min-width: 64em) {
  .section-map .map-contact {
    overflow: hidden;
    padding-top: 180px;
    padding-left: 45px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    z-index: 1;
  }
}
@media only screen and (min-width: 64em) and (max-height: 650px) {
  .section-map .map-contact {
    overflow-y: auto;
    padding-top: 180px;
  }
}
.section-map .map-contact .block {
  margin-bottom: 45px;
}
.section-map .map-contact .block h3 {
  margin-bottom: 6px;
  color: #fff;
}
@media only screen and (max-width: 39.9375em) {
  .section-map .map-contact .block h3 {
    font-size: 1em !important;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .section-map .map-contact .block h3 {
    font-size: 1em !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 89.9375em) {
  .section-map .map-contact .block h3 {
    font-size: 1em !important;
  }
}
.section-map .map-contact .block p {
  margin-bottom: 6px;
  color: #fff;
}
.section-map .map-contact .block p a {
  color: #fff;
}
.section-map .map-contact .mail-link {
  padding-top: 6px;
}
.section-map .map-contact .phone {
  color: #fff;
  text-decoration: none;
}
.template-home {
  /**
	 * Homepage header section
	 */
  /**
	 * Parralax section
	 */
}
.template-home .home-menu {
  position: fixed;
  right: 0;
  top: 27px;
  height: 50px;
  background-color: #fff;
  z-index: 30;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  padding-left: 10px;
}
@media only screen and (min-width: 40em) {
  .template-home .home-menu {
    top: 87px;
  }
}
.template-home .home-menu a {
  line-height: 50px;
  color: #333333;
  transition: 0.3s color ease-in-out;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 39.9375em) {
  .template-home .home-menu a {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 40em) {
  .template-home .home-menu a {
    padding: 0 30px;
  }
}
.template-home .home-menu a:hover {
  text-decoration: none;
  color: #277DB8;
}
.template-home .timeline-carousel-nav {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #F2F2F2;
}
.template-home .timeline-carousel-nav .slick-track {
  margin: 0 auto;
}
@media only screen and (max-width: 39.9375em) {
  .template-home .section-home-values .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 40em) {
  .template-home .section-home-values .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 90em) {
  .template-home .section-home-values .content {
    padding: 0;
  }
}
.template-home .section-home-usps .content-container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 39.9375em) {
  .template-home .section-home-blocks .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 40em) {
  .template-home .section-home-blocks .content {
    padding: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.template-home .section-home-blocks .thumb {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.template-home .section-home-header {
  position: relative;
}
.template-home .section-home-header .home-header {
  margin-bottom: 0 !important;
}
.template-home .section-home-header .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 39.9375em) {
  .template-home .section-home-header .slide {
    min-height: 500px;
    min-height: 50vh;
  }
}
@media only screen and (min-width: 40em) {
  .template-home .section-home-header .slide {
    min-height: 1080px;
    min-height: 100vh;
  }
}
.template-home .section-home-header .slide .slide-content {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000",GradientType=1);
  /* IE6-9 */
  background-image: url(../img/bg-honeygrid-gallery.png), -moz-linear-gradient(left, rgba(0, 0, 0, 0) 50%, black 100%);
  background-image: url(../img/bg-honeygrid-gallery.png), -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, black 100%);
  background-image: url(../img/bg-honeygrid-gallery.png), linear-gradient(to right, rgba(0, 0, 0, 0) 50%, black 100%);
  background-position: right;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 39.9375em) {
  .template-home .section-home-header .slide .slide-content {
    display: none;
  }
}
@media only screen and (min-width: 40em) {
  .template-home .section-home-header .slide .slide-content {
    right: 0;
    top: 0;
    left: 0;
    text-align: right;
    bottom: 0;
  }
}
.template-home .section-home-header .slide .slide-content .slide-text {
  color: #fff;
  position: absolute;
  text-align: right;
  padding: 60px 30px 60px 60px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 40em) {
  .template-home .section-home-header .slide .slide-content .slide-text {
    width: 100%;
    top: 20%;
    right: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .template-home .section-home-header .slide .slide-content .slide-text {
    width: 70%;
    top: 20%;
    right: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 90em) {
  .template-home .section-home-header .slide .slide-content .slide-text {
    width: 40%;
    top: 20%;
    right: 0;
    text-align: right;
  }
}
.template-home .section-home-header .slick-dots {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 5px;
  text-align: right;
}
.template-home .section-home-header .slick-dots li button:before {
  content: "";
  border: 2px solid #fff;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  opacity: 1;
  transition: background-color 0.3s;
}
.template-home .section-home-header .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
  transition: background-color 0.3s;
}
.template-home .section-home-header .home-header-overlay {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  padding-bottom: 50px;
  width: 100%;
  color: #fff;
}
.template-home .section-home-header .home-header-overlay h1, .template-home .section-home-header .home-header-overlay h2, .template-home .section-home-header .home-header-overlay h3 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  text-transform: none;
}
.template-home .section-home-header .home-header-overlay .btn {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 70px 0 60px;
  margin: 10px;
  pointer-events: all;
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-family: "Montserrat-Bold", sans-serif !important;
}
.template-home .section-home-header .home-header-overlay .btn.btn-clear {
  border: 2px solid #fff;
  color: #fff;
}
.template-home .section-home-header .home-header-overlay .btn:after {
  display: inline-block;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  position: absolute;
  right: 45px;
  top: 26px;
  transition: all 0.5s;
}
.template-home .section-home-header .home-header-overlay .btn:hover {
  text-decoration: none;
}
.template-home .section-home-header .home-header-overlay .btn:hover:after {
  right: 20px;
}
.template-home .section-home-header .home-header-overlay .scrollto {
  pointer-events: all;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  font-size: 35px;
}
.template-home .section-home-header .home-header-overlay .scrollto i {
  transition: all 0.5s;
  position: absolute;
  top: -5px;
  left: 15px;
  -webkit-animation-name: updown;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
}
.template-home .section-home-header .home-header-overlay .scrollto:hover i {
  top: 20px;
}
.template-home .section-parallax .widget.widget-contentblock {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media only screen and (min-width: 40em) {
  .template-home .section-parallax .widget.widget-contentblock {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.template-home .section-parallax .widget.widget-contentblock .std {
  max-width: 1050px;
}
.template-home .section-home-values {
  background-image: url(../img/bg-honeygrid-gallery.png);
  background-position: right;
  background-repeat: repeat-y;
}
.template-home .section-home-values .widget-contentblock .widget-content {
  padding: 60px 0 0 0;
}
.template-home .section-home-values .social-list {
  padding-bottom: 55px;
}
@keyframes updown {
  0% {
    top: -5px;
    opacity: 0;
  }
  50% {
    opacity: 1;
    top: 20px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@-o-keyframes updown {
  0% {
    top: -5px;
    opacity: 0;
  }
  50% {
    opacity: 1;
    top: 20px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@-moz-keyframes updown {
  0% {
    top: -5px;
    opacity: 0;
  }
  50% {
    opacity: 1;
    top: 20px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@-webkit-keyframes updown {
  0% {
    top: -5px;
    opacity: 0;
  }
  50% {
    opacity: 1;
    top: 20px;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
.page-template-template-contact .main-logo {
  position: absolute;
  top: 22px;
  left: 15px;
  width: 80px;
  height: auto;
  z-index: 2;
}
@media only screen and (min-width: 40em) {
  .page-template-template-contact .main-logo {
    left: 50px;
    top: 80px;
    width: 300px;
  }
}
@media only screen and (min-width: 64em) {
  .page-template-template-contact .main-logo {
    top: 70px;
    width: 250px;
  }
}
.template-contact .section-contact-header .map-container #map {
  height: 667px !important;
  height: 100vh !important;
}
@media only screen and (min-width: 40em) and (orientation: portrait) {
  .template-contact .section-contact-header .map-container #map {
    height: 1024px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (orientation: landscape) {
  .template-contact .section-contact-header .map-container #map {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 64em) {
  .template-contact .section-contact-header .map-container #map {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 90em) {
  .template-contact .section-contact-header .map-container #map {
    height: 900px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 120em) {
  .template-contact .section-contact-header .map-container #map {
    height: 1080px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 64em) {
  .template-contact .section-map .map-contact {
    padding-top: 180px;
    padding-left: 50px;
  }
}
.template-contact .section-contact-content .contact-blocks .title {
  font-size: 34px !important;
}
.template-contact .section-contact-content .inside {
  height: 100%;
  padding: 70px;
  color: #fff;
  transition: background-color 0.5s;
}
.template-contact .section-contact-content .inside h1, .template-contact .section-contact-content .inside h2, .template-contact .section-contact-content .inside h3 {
  font-size: 34px;
  margin-bottom: 20px;
}
.template-contact .section-contact-content .inside .block {
  margin-bottom: 40px;
}
.template-contact .section-contact-content .inside .block p {
  margin-bottom: 0;
}
.template-contact .section-contact-content .inside .block a {
  color: #fff;
  text-decoration: none;
}
.template-contact .section-contact-content .widget.widget-contentblock {
  text-align: left;
}
.template-contact .section-contact-content .widget.widget-contentblock .std {
  padding: 50px 50px;
}
.template-contact .section-contact-content .widget.widget-featured-contentblock .featured-contentblock-clickable-image {
  text-align: left !important;
}
.template-contact .section-contact-content .widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container .img {
  height: 600px;
}
.template-contact .section-contact-content .widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container .img-overlay {
  padding: 50px 50px;
}
.template-contact .section-contact-content .widget.widget-featured-contentblock .featured-contentblock-clickable-image .underline:after {
  display: none;
}
.template-contact .section-parallax .widget.widget-contentblock .std {
  max-width: 1374px;
  text-align: left;
}
.template-contact .gform_footer {
  text-align: center;
}
.template-contact .gform_footer input[type="submit"] {
  display: inline-block;
  color: #fff;
  border: 1px solid #277DB8;
  background-color: #277DB8;
  text-transform: uppercase;
  min-height: 45px;
  max-height: 90px;
  min-width: 50px;
  line-height: 43px;
  padding: 0 40px;
  text-decoration: none !important;
  transition: all 0.3s;
  cursor: pointer;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
}
.template-contact .gform_footer input[type="submit"]:hover {
  color: #277DB8;
  background-color: #fff;
}
.template-contact .gform_wrapper ul {
  list-style: none;
}
.template-contact .gform_wrapper textarea {
  height: 147px;
}
.gradient-border {
  height: 2px;
  width: 100%;
  max-width: 380px;
  margin: 50px auto 0 auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-radial-gradient(center, ellipse cover, rgba(102, 97, 93, 0.65) 0%, rgba(102, 97, 93, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(102, 97, 93, 0.65) 0%, rgba(102, 97, 93, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(102, 97, 93, 0.65) 0%, rgba(102, 97, 93, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.widget.widget-featured-contentblock .img-container .img {
  min-height: 500px;
  height: auto;
}
.footer {
  height: 50px;
}
.footer .footer-bottom {
  padding: 16px 0;
  background-color: #133678;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  color: #fff;
}
.footer .footer-bottom .copyright a {
  color: #fff;
  transition: 0.3s color ease-in-out;
}
.footer .footer-bottom .copyright a:hover {
  color: #333333;
  text-decoration: none;
}
.footer .footer-bottom p {
  margin: 0;
}
.footer .footer-bottom #footer-menu .menu-item {
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
}
.footer .footer-bottom #footer-menu .menu-item a {
  color: #fff;
}
.footer .footer-bottom #footer-menu .menu-item:before {
  position: absolute;
  left: 0;
  content: "|";
}
.footer .footer-bottom #footer-menu .menu-item:first-of-type:before {
  display: none;
}
.social-list {
  text-align: center;
  margin: 0;
}
.social-list .social-item {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.social-list .social-item a {
  color: #66615D;
  font-size: 26px;
}
.social-list .social-item:hover a.facebook {
  color: #3B5998;
}
.social-list .social-item:hover a.twitter {
  color: #1DA1F2;
}
.social-list .social-item:hover a.linkedin {
  color: #0077B5;
}
.social-list .social-item:hover a.youtube {
  color: #e62117;
}
.social-list .social-item:hover a.pinterest {
  color: #e62117;
}
.singular-content {
  background-color: #fff;
  text-align: center;
  padding: 25px 0 0 0;
}
.singular-content h1, .singular-content h2, .singular-content h3 {
  text-transform: uppercase;
  color: #66615D;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.singular-content p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.938em;
}
.singular-content p a {
  color: #277DB8;
  text-decoration: none;
}
.singular-content p a:hover {
  text-decoration: underline;
}
.singular-content .inner-content {
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 50px;
}
.singular-content .inner-content .gradient-border {
  height: 2px;
  width: 100%;
  max-width: 380px;
  margin: 50px auto 0 auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-radial-gradient(center, ellipse cover, rgba(102, 97, 93, 0.65) 0%, rgba(102, 97, 93, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(102, 97, 93, 0.65) 0%, rgba(102, 97, 93, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(102, 97, 93, 0.65) 0%, rgba(102, 97, 93, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.singular-content .sharethis {
  padding-top: 50px;
  color: #66615D;
}
.singular-content .sharethis .share-list {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.singular-content .sharethis .share-list .share-item {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
}
.singular-content .sharethis .share-list .share-item a {
  color: #66615D;
  font-size: 22px;
}
.singular-content .sharethis h4 {
  display: inline-block;
  text-transform: none;
  font-weight: 300;
  font-size: 22px;
  font-family: "Lato", sans-serif !important;
}
.widget.widget-contentblock h1, .widget.widget-contentblock h2, .widget.widget-contentblock h3, .widget.widget-contentblock h4, .widget.widget-contentblock h5, .widget.widget-contentblock h6, .widget.widget-featured-contentblock h1, .widget.widget-featured-contentblock h2, .widget.widget-featured-contentblock h3, .widget.widget-featured-contentblock h4, .widget.widget-featured-contentblock h5, .widget.widget-featured-contentblock h6 {
  margin-bottom: 20px;
}
.widget.widget-contentblock {
  text-align: center;
}
.widget.widget-contentblock .widget-content {
  padding: 60px 0;
}
.widget.widget-contentblock .std {
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
}
@media only screen and (max-width: 39.9375em) {
  .widget.widget-contentblock .std {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.widget.widget-featured-contentblock .featured-contentblock-text-right .img, .widget.widget-featured-contentblock .featured-contentblock-text-left .img {
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64em) {
  .widget.widget-featured-contentblock .featured-contentblock-text-right .img, .widget.widget-featured-contentblock .featured-contentblock-text-left .img {
    height: 100%;
  }
}
.widget.widget-featured-contentblock .featured-contentblock-text-right .content-container, .widget.widget-featured-contentblock .featured-contentblock-text-left .content-container {
  padding: 60px 0;
}
@media only screen and (min-width: 40em) {
  .widget.widget-featured-contentblock .featured-contentblock-text-right .content-container, .widget.widget-featured-contentblock .featured-contentblock-text-left .content-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 40em) {
  .widget.widget-featured-contentblock .featured-contentblock-text-left {
    text-align: right;
  }
}
.widget.widget-featured-contentblock .featured-contentblock-clickable-image {
  text-align: center;
}
.widget.widget-featured-contentblock .featured-contentblock-clickable-image a {
  display: block;
  text-decoration: none;
}
.widget.widget-featured-contentblock .featured-contentblock-clickable-image a:hover {
  text-decoration: none;
}
.widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container {
  position: relative;
}
.widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container .img {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container .img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 90px 50px;
  transition: background-color 0.5s;
}
.widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container .img-overlay:hover {
  background-color: rgba(39, 125, 184, 0.7);
}
.widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container .title {
  color: #fff;
}
.section-breadcrumbs {
  padding: 30px 0;
  font-size: 22px;
  color: #66615D;
}
.section-breadcrumbs .breadcrumbs {
  margin: 0;
  display: inline-block;
}
.widget-timeline .slick-track {
  margin: 0 auto;
}
.widget-timeline .timeline {
  background-color: #F2F2F2;
}
.widget-timeline .timeline .row-full {
  background-color: #F2F2F2;
}
.widget-timeline .timeline .timeline-carousel {
  background-color: #F2F2F2;
}
.widget-timeline .timeline .timeline-carousel .slide {
  background-color: #F2F2F2;
}
.widget-timeline .timeline .timeline-carousel .slide .content {
  padding: 40px 50px;
  text-align: center;
  background-color: #F2F2F2;
}
@media only screen and (min-width: 64em) {
  .widget-timeline .timeline .timeline-carousel .slide .content {
    text-align: right;
  }
}
.widget-timeline .timeline .timeline-carousel .slide .content .heading {
  text-transform: none;
}
.widget-timeline .timeline .timeline-carousel .slide .content .inner {
  width: 100%;
  max-width: 630px;
  float: right;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media only screen and (min-width: 64em) {
  .widget-timeline .timeline .timeline-carousel .slide .content .inner ul {
    list-style: none;
  }
  .widget-timeline .timeline .timeline-carousel .slide .content .inner ul li {
    padding-right: 25px;
    position: relative;
  }
  .widget-timeline .timeline .timeline-carousel .slide .content .inner ul li:after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    font-family: FontAwesome;
    font-size: 6px;
  }
}
.widget-timeline .timeline .timeline-carousel .slide .content .excerpt {
  font-weight: 600;
}
.widget-timeline .timeline .timeline-carousel .slide .img {
  height: 500px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.widget-timeline .timeline .timeline-carousel-nav {
  padding-top: 30px;
  padding-bottom: 30px;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav {
  text-align: center;
  height: 210px;
  cursor: pointer;
  position: relative;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav .top, .widget-timeline .timeline .timeline-carousel-nav .slide-nav .bottom {
  height: 105px;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav .top .balloon, .widget-timeline .timeline .timeline-carousel-nav .slide-nav .bottom .balloon {
  display: inline-block;
  padding: 0 7px;
  background-color: #F2F2F2;
  transition: background-color 0.5s;
  position: relative;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav .top .balloon:after, .widget-timeline .timeline .timeline-carousel-nav .slide-nav .bottom .balloon:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #F2F2F2 transparent;
  display: block;
  width: 0;
  z-index: 1;
  left: calc(50% - 10px);
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav .top .balloon .title, .widget-timeline .timeline .timeline-carousel-nav .slide-nav .bottom .balloon .title {
  font-size: 14px;
  text-transform: none;
  line-height: 15px !important;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav .bottom .balloon:after {
  border-width: 0 10px 10px;
  display: block;
  width: 0;
  z-index: 1;
  top: -10px;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav .top .balloon:after {
  border-width: 10px 10px 0;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -10px;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav .bottom {
  padding-top: 39px;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  background-color: #277DB8;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav.first:after {
  left: 50%;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav.last:after {
  right: 50%;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav:before {
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 15px;
  border: 2px solid #277DB8;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  background-color: #fff;
  z-index: 2;
  transition: background-color 0.5s;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav.slick-current:before {
  background-color: #277DB8;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav.slick-current .balloon {
  background-color: #fff;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav.slick-current .balloon:after {
  border-color: #fff transparent;
}
.widget-timeline.inverse .timeline .timeline-carousel .slide {
  background-color: #fff;
}
.widget-timeline.inverse .timeline .timeline-carousel-nav {
  background-color: #F8F8F8;
}
.widget-timeline.inverse .timeline .timeline-carousel-nav .slide-nav .top .balloon, .widget-timeline.inverse .timeline .timeline-carousel-nav .slide-nav .bottom .balloon {
  background-color: #F8F8F8;
}
.widget-timeline.inverse .timeline .timeline-carousel-nav .slide-nav .top .balloon:after, .widget-timeline.inverse .timeline .timeline-carousel-nav .slide-nav .bottom .balloon:after {
  border-color: #F8F8F8 transparent;
}
.widget-timeline.inverse .timeline .timeline-carousel-nav .slide-nav.slick-current .balloon {
  background-color: #fff;
}
.widget-timeline.inverse .timeline .timeline-carousel-nav .slide-nav.slick-current .balloon:after {
  border-color: #fff transparent;
}
.carousel {
  /**
	 * Products carousel
	 */
  /**
	 * Events carousel
	 */
  /**
	 * Recommendations carousel
	 */
}
@media only screen and (min-width: 40em) {
  .carousel.arrowpad {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.carousel .product-carousel .list-item {
  height: 340px;
}
.carousel .product-carousel .list-item .thumb {
  max-width: 490px;
  margin: 0 auto;
}
@media only screen and (min-width: 40em) {
  .carousel .events-carousel .event-slide {
    padding: 40px 70px;
  }
}
.carousel .events-carousel .event-slide p {
  text-align: center;
  font-family: "Lato", sans-serif;
  padding-top: 10px;
}
.carousel .events-carousel .event-slide .img {
  height: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel .recommendation-carousel .columns {
  margin-left: 2.5em;
  margin-right: 2.5em;
}
.carousel .recommendation-carousel .columns .columns {
  margin-left: 0;
  margin-right: 0;
}
.carousel .recommendation-carousel .recommendation {
  max-width: 700px;
  margin: 0 auto;
}
.slick-arrow {
  position: absolute;
  display: inline-block;
  width: 47px;
  background-color: #CACACA;
  font-size: 22px;
  color: #fff;
  transition: background-color 0.5s;
}
@media only screen and (max-width: 39.9375em) {
  .slick-arrow {
    height: 100px;
    top: calc(50% - 50px);
  }
  .slick-arrow i {
    top: 35px;
  }
}
@media only screen and (min-width: 40em) {
  .slick-arrow {
    height: 120px;
    top: calc(50% - 60px);
  }
  .slick-arrow i {
    top: 45px;
  }
}
@media only screen and (min-width: 90em) {
  .slick-arrow {
    height: 160px;
    top: calc(50% - 80px);
  }
  .slick-arrow i {
    top: 60px;
  }
}
.slick-arrow:hover {
  background-color: #277DB8;
  color: #fff;
}
.slick-arrow i {
  position: absolute;
  font-size: 40px;
}
.slick-arrow.prev-arrow {
  left: 0;
}
.slick-arrow.prev-arrow i {
  left: 5px;
}
.slick-arrow.next-arrow {
  right: 0;
}
.slick-arrow.next-arrow i {
  right: 5px;
}
.section-gallery {
  position: relative;
}
.section-gallery h2 {
  position: absolute !important;
  padding-top: 20px;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 40em) {
  .section-gallery h2 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .section-gallery h2 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 90em) {
  .section-gallery h2 {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 120em) {
  .section-gallery h2 {
    padding-top: 100px;
  }
}
.section-gallery .gallery .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-gallery .gallery .gallery-carousel .img {
  height: 250px;
}
@media only screen and (min-width: 40em) {
  .section-gallery .gallery .gallery-carousel .img {
    height: 400px;
  }
}
@media only screen and (min-width: 64em) {
  .section-gallery .gallery .gallery-carousel .img {
    height: 600px;
  }
}
@media only screen and (min-width: 64em) and (orientation: portrait) {
  .section-gallery .gallery .gallery-carousel .img {
    height: 700px;
  }
}
@media only screen and (min-width: 90em) {
  .section-gallery .gallery .gallery-carousel .img {
    height: 750px;
  }
}
.section-gallery .gallery .carousel-nav-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 19px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 19px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 19px 1px rgba(0, 0, 0, 0.2);
}
.section-gallery .gallery .gallery-carousel-nav .slide {
  padding: 10px 5px;
  position: relative;
  cursor: pointer;
}
.section-gallery .gallery .gallery-carousel-nav .slide .img {
  height: 160px;
}
.section-gallery .gallery .gallery-carousel-nav .slide .overlay {
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: 10px;
  left: 5px;
  transition: background-color 0.5s;
}
.section-gallery .gallery .gallery-carousel-nav .slide .overlay:hover {
  background-color: rgba(39, 125, 184, 0.7);
}
.gform_validation_container {
  display: none !important;
}
.page-template-default .section-page-content {
  min-height: 750px;
}
@media only screen and (max-width: 39.9375em) {
  .page-template-default .section-page-content {
    min-height: 850px;
  }
}
.columns:last-child:not(:first-child) {
  float: left !important;
}
.news-list-item-repeat .thumb {
  height: 300px;
}
.gfield_visibility_ {
  height: 0;
  overflow: hidden;
  width: 0 !important;
}
.header-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 40em) {
  .header-image {
    height: 400px;
  }
}
@media only screen and (min-width: 40em) and (orientation: landscape) {
  .header-image {
    height: 768px;
    height: 100vh;
  }
}
@media only screen and (min-width: 64em) {
  .header-image {
    height: 700px;
  }
}
@media only screen and (min-width: 64em) and (orientation: landscape) {
  .header-image {
    height: 1024px;
    height: 100vh;
  }
}
.header-image.header-image-half {
  height: 540px;
  height: 50vh;
}
.body {
  text-align: center;
}
.section-content {
  margin-top: -100px;
}
@media only screen and (min-width: 40em) {
  .section-content {
    margin-top: -160px;
  }
}
@media only screen and (min-width: 64em) {
  .section-content {
    margin-top: -180px;
  }
}
@media only screen and (min-width: 90em) {
  .section-content {
    margin-top: -220px;
  }
}
.loading-message {
  display: none;
  padding: 50px 0;
}
.full {
  height: 100%;
}
.search-list .thumb {
  height: 300px;
}
.pagination {
  padding-top: 50px;
}
.sitemap {
  text-align: left;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.sitemap a {
  text-decoration: none;
  color: #277DB8;
}
.sitemap a:hover {
  color: #66615D;
}
@media only screen and (max-width: 39.9375em) {
  #map {
    height: 500px;
    height: 50vh;
  }
}
@media only screen and (min-width: 40em) {
  #map {
    height: 667px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 40em) and (orientation: portrait) {
  #map {
    height: 1024px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 40em) and (orientation: landscape) {
  #map {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 64em) {
  #map {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 90em) {
  #map {
    height: 900px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 120em) {
  #map {
    height: 1080px !important;
    height: 100vh !important;
  }
}
.language-menu {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 77px;
  padding: 5px 15px;
  background: #fff;
  border-bottom-left-radius: 15px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 40em) {
  .language-menu {
    top: 137px;
    padding: 5px 29px;
  }
}
.language-menu a {
  margin: 0 2px;
}
.language-menu a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.main-logo {
  position: absolute;
  top: 22px;
  left: 15px;
  width: 80px;
  height: auto;
  z-index: 2;
}
@media only screen and (min-width: 40em) {
  .main-logo {
    left: 50px;
    top: 80px;
    width: 300px;
  }
}
@media only screen and (min-width: 64em) {
  .main-logo {
    top: 70px;
    width: 300px;
  }
}
.slick-slide {
  outline: none !important;
}
.light {
  background-color: #F8F8F8;
}
.dark {
  background-color: #F2F2F2;
}
.main-container h1, .main-container h2, .main-container h3, .main-container h4, .main-container h5, .main-container h6, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif !important;
  color: #66615D;
  font-weight: 700;
}
@media only screen and (min-width: 40em) {
  .main-container h1, .footer h1 {
    font-size: 3rem;
  }
  .main-container .heading.title, .footer .heading.title {
    font-size: 3em;
    line-height: 40px;
  }
}
@media only screen and (min-width: 64em) {
  .main-container h1, .footer h1 {
    font-size: 3.5rem;
  }
  .main-container .heading.title, .footer .heading.title {
    font-size: 3.5em;
    line-height: 45px;
  }
}
@media only screen and (min-width: 90em) {
  .main-container .heading.title, .footer .heading.title {
    font-size: 4rem;
    line-height: 50px;
  }
  .main-container h1, .footer h1 {
    font-size: 4rem !important;
  }
  .main-container h2, .footer h2 {
    font-size: 2rem !important;
  }
  .main-container h3, .footer h3 {
    font-size: 1.8rem;
  }
  .main-container h4, .footer h4 {
    font-size: 1.5625rem;
  }
  .main-container h5, .footer h5 {
    font-size: 1.25rem;
  }
  .main-container h6, .footer h6 {
    font-size: 1rem;
  }
}
.main-container p, .main-container ul, .main-container ol, .footer p, .footer ul, .footer ol {
  font-size: 1em;
  font-weight: 400;
  font-family: "Lato", sans-serif !important;
}
