@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%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .small-left {
    text-align: left !important;
  }
  .small-right {
    text-align: right !important;
  }
  .small-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 40em) {
  .medium-left {
    text-align: left !important;
  }
  .medium-right {
    text-align: right !important;
  }
  .medium-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 64em) {
  .large-left {
    text-align: left !important;
  }
  .large-right {
    text-align: right !important;
  }
  .large-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 90em) {
  .xlarge-left {
    text-align: left !important;
  }
  .xlarge-right {
    text-align: right !important;
  }
  .xlarge-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 120em) {
  .xxlarge-left {
    text-align: left !important;
  }
  .xxlarge-right {
    text-align: right !important;
  }
  .xxlarge-center {
    text-align: center !important;
  }
}
.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: 5px;
  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;
  margin: 0;
}
.content-usps li {
  display: inline-block;
  font-weight: 600;
  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: 40em) {
  .content-usps li {
    margin-right: 15px;
  }
}
@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;
  top: 13px;
}
@media only screen and (min-width: 64em) {
  .content-usps li:before {
    font-size: 20px;
    top: 10px;
  }
}
.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 .routeplanner {
  position: absolute;
  bottom: 200px;
  width: 235px;
  right: calc(50% - 115px);
  text-align: center;
}
@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: #277db8;
  }
}
@media only screen and (min-width: 40em) {
  .section-map .map-contact {
    background-color: #277db8;
  }
}
@media only screen and (min-width: 64em) {
  .section-map .map-contact {
    background-color: rgba(39, 125, 184, 0.7);
  }
}
@media only screen and (min-width: 64em) {
  .section-map .map-contact {
    overflow: hidden;
    padding-top: 105px;
    padding-left: 95px;
    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: 30px;
  }
}
.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
	 */
  /**
	 * News section
	 */
  /**
	 * Parralax section
	 */
}
.template-home .section-home-header {
  position: relative;
}
.template-home .section-home-header .home-header {
  margin-bottom: 0 !important;
}
.template-home .section-home-header .slide {
  min-height: 1080px;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 39.9375em) {
  .template-home .section-home-header .slide {
    min-height: calc(100vh - 90px);
  }
}
.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;
  min-height: 45px;
  line-height: 45px;
  padding: 0 70px 0 60px;
  margin-bottom: 10px;
  pointer-events: all;
  position: relative;
  text-decoration: none;
  text-transform: none;
  width: 100%;
  max-width: 340px;
  font-weight: 600;
  font-size: 17px !important;
  font-family: "Montserrat-Bold", sans-serif !important;
}
@media only screen and (max-width: 39.9375em) {
  .template-home .section-home-header .home-header-overlay .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 40em) {
  .template-home .section-home-header .home-header-overlay .btn {
    margin: 10px;
  }
}
.template-home .section-home-header .home-header-overlay .btn.btn-clear {
  background-color: #fff;
  color: #133678;
  font-family: "Lato-Bold", sans-serif !important;
}
.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: 16px;
  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 .home-layer-one .widget.widget-contentblock .std {
  max-width: 450px;
}
.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;
}
@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;
  }
}
.section-about-featured {
  background-color: #F8F8F8;
}
.section-about-team .featured-contentblock-clickable-image .img-container {
  height: 300px;
}
@media only screen and (min-width: 64em) {
  .section-about-team .featured-contentblock-clickable-image .img-container {
    height: 1080px;
    height: 100vh;
  }
}
.section-about-timeline .widget-timeline .timeline .timeline-carousel-nav .slide-nav {
  height: 232px;
}
.section-about-timeline .widget-timeline .timeline {
  background-color: #fff;
}
.template-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container .img-overlay:hover {
  background-color: transparent !important;
}
.template-recommendations .section-recommendations-recommendations {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 100px;
}
.template-recommendations .section-recommendations-recommendations * {
  box-sizing: border-box;
}
.template-recommendations .section-recommendations-recommendations .recommendation-list {
  padding-top: 70px;
}
.template-recommendations .section-recommendations-recommendations .recommendation-list:after {
  content: "";
  display: block;
  clear: both;
}
.template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item {
  margin-bottom: 60px;
  z-index: 4;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 39.9375em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item {
    width: 50%;
  }
}
.template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .year {
  background-color: #277DB8;
  color: #fff;
  font-weight: 600;
  width: 250px;
  text-align: center;
  position: absolute;
  top: -170px;
  font-size: 40px;
  z-index: 4;
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .year {
    top: -100px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .year {
    left: calc(50% - 125px);
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .year {
    left: calc(50% - 125px);
  }
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item:nth-of-type(2) {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.showyear {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.showyear {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.left {
    padding-right: 150px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.left .recommendation-content .date {
    left: calc(100% + 115px);
  }
}
.template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.left .recommendation-content .date:after {
  right: 50px;
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.left .year {
    right: -275px;
  }
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.right {
    padding-left: 150px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.right .recommendation-content .date {
    right: calc(100% + 115px);
  }
}
.template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.right .recommendation-content .date:after {
  left: 50px;
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item.right .year {
    left: -275px;
  }
}
.template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .recommendation-content {
  position: relative;
}
.template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .recommendation-content .date {
  position: absolute;
  z-index: 4;
  text-align: center;
  background-color: #277DB8;
  color: #fff;
  font-weight: 600;
  height: 70px;
  width: 70px;
  border-radius: 35px;
}
@media only screen and (max-width: 39.9375em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .recommendation-content .date {
    left: calc(50% - 35px);
    top: -85px;
  }
}
@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .recommendation-content .date {
    left: calc(50% - 35px);
    top: -85px;
  }
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .recommendation-content .date {
    top: 0;
  }
}
.template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .recommendation-content .date .day {
  font-weight: 600;
  font-size: 40px;
  line-height: 27px;
  padding-top: 14px;
}
.template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .recommendation-content .date:after {
  content: "";
  position: absolute;
  border-left: 2px solid #277DB8;
  top: -50px;
  height: 150px;
  display: none;
  z-index: -1;
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .recommendation-content .date:after {
    width: 150px;
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list .recommendation-list-item .recommendation-content .date:after {
    border-left: 0;
    border-top: 2px solid #277DB8;
    top: calc(50% - 1px);
  }
}
.template-recommendations .section-recommendations-recommendations .recommendation-list-footer {
  text-align: center;
  z-index: 4;
}
@media only screen and (min-width: 64em) {
  .template-recommendations .section-recommendations-recommendations .recommendation-list-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.template-recommendations .section-recommendations-recommendations:after {
  content: "";
  position: absolute;
  border-left: 4px dotted #277DB8;
  left: calc(50% - 2px);
  top: 0;
  bottom: 0;
  z-index: 3;
}
.template-recommendations .loading-message {
  font-size: 1em;
  padding: 0;
  margin: 0;
  display: none;
}
.template-carreer .singular-content .sharethis .share-list .share-item a {
  font-size: 33px;
}
.template-carreer .singular-content .sharethis h4 {
  font-size: 33px;
}
.template-carreer .section-carreer-top .widget, .template-carreer .section-carreer-about .widget, .template-carreer .section-parallax .widget {
  text-align: left !important;
}
.template-carreer .section-carreer-top .widget .gform_wrapper, .template-carreer .section-carreer-about .widget .gform_wrapper, .template-carreer .section-parallax .widget .gform_wrapper {
  margin-top: 12px;
}
.template-carreer .section-carreer-top .widget.widget-contentblock .std, .template-carreer .section-carreer-about .widget.widget-contentblock .std, .template-carreer .section-parallax .widget.widget-contentblock .std {
  max-width: 800px;
}
.template-carreer .section-carreer-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image {
  text-align: left !important;
}
.template-carreer .section-carreer-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container {
  height: 300px;
}
@media only screen and (min-width: 40em) {
  .template-carreer .section-carreer-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container {
    height: 500px;
  }
}
@media only screen and (min-width: 64em) {
  .template-carreer .section-carreer-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container {
    height: 600px;
  }
}
.template-carreer .section-carreer-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image .img-container .img-overlay {
  padding: 50px 50px;
}
.template-carreer .section-carreer-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image .heading {
  font-size: 1.1875rem;
  line-height: 1.4;
}
@media only screen and (min-width: 40em) {
  .template-carreer .section-carreer-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image .heading {
    font-size: 1.9375rem;
  }
}
@media only screen and (min-width: 90em) {
  .template-carreer .section-carreer-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image .heading {
    font-size: 1.9375rem !important;
  }
}
.template-carreer .section-carreer-about .widget.widget-featured-contentblock .featured-contentblock-clickable-image .underline:after {
  display: none;
}
.template-custom-refit .section-custom-timeline {
  background-color: #F2F2F2;
}
.template-custom-refit .section-custom-blocks .std {
  padding: 20px 60px;
  text-align: left;
}
.team-container {
  max-width: 1300px;
  margin: 0 auto;
}
.team-members {
  margin-bottom: 60px;
}
.team-members .team-member {
  margin-bottom: 10px;
  padding: 10px;
}
@media only screen and (max-width: 39.9375em) {
  .team-members .team-member {
    width: 100%;
  }
}
@media only screen and (min-width: 40em) {
  .team-members .team-member {
    width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .team-members .team-member {
    width: 33.3333333%;
  }
}
@media only screen and (min-width: 90em) {
  .team-members .team-member {
    width: 25%;
  }
}
@media only screen and (min-width: 120em) {
  .team-members .team-member {
    width: 20%;
  }
}
.team-members .team-member.team-future-member.columns:last-child {
  float: left;
}
.team-members .team-member.team-future-member .team-member-content {
  padding: 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50%;
}
@media only screen and (min-width: 120em) {
  .team-members .team-member.team-future-member .team-member-content {
    padding: 0 5%;
  }
}
.team-members .team-member.team-future-member .team-member-content .title {
  font-size: 24px;
  color: #fff;
}
.team-members .team-member.team-future-member .team-member-content .btn.btn-white {
  background-color: #fff;
  color: #66615D;
}
.team-members .team-member.team-future-member .team-member-content .btn.btn-white:hover {
  background-color: rgba(102, 97, 93, 0);
  color: #fff;
}
.team-members .team-member .team-member-content .team-header {
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 39.9375em) {
  .team-members .team-member .team-member-content .team-header {
    height: 300px;
  }
}
@media only screen and (min-width: 40em) {
  .team-members .team-member .team-member-content .team-header {
    height: 250px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .team-members .team-member .team-member-content .contact {
    min-height: 80px;
  }
}
@media only screen and (min-width: 40em) {
  .team-members .team-member .team-member-content .contact {
    min-height: 60px;
  }
}
.team-members .team-member .team-member-content .contact .phone, .team-members .team-member .team-member-content .contact .email {
  font-size: 16px;
  font-family: "Lato", sans-serif !important;
  color: #333333;
  transition: color 0.5s;
}
.team-members .team-member .team-member-content .contact .email:hover, .team-members .team-member .team-member-content .contact a.phone:hover {
  transition: color 0.5s;
  color: #277DB8;
  text-decoration: none;
}
.team-members .team-member .team-member-content .contact .social {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.team-members .team-member .team-member-content .contact .social i {
  font-size: 30px !important;
}
.team-members .team-member .team-member-content .function {
  font-size: 14px;
  font-family: "Lato-BoldItalic";
  font-style: italic;
}
.team-members .team-member .team-member-content .title {
  color: #66615D;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
}
.team-members .team-member .team-member-content .title.big {
  font-size: 24px;
  text-transform: uppercase;
}
.team-members .team-member .team-member-content hr {
  margin: 0;
  border-color: #000;
}
.team-members .team-member .team-member-content .card-section {
  padding: 15px;
}
.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;
}
.template-products .section-page-header {
  position: relative;
}
.template-products .section-page-header .main-logo.products {
  position: absolute;
  top: 16px;
  left: 15px;
  width: 124px;
  height: auto;
  z-index: 2;
}
@media only screen and (max-width: 39.9375em) {
  .template-products .section-page-header .main-logo.products {
    position: fixed;
    z-index: 999;
    top: 10px;
  }
}
.template-products .section-page-header .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-products .section-page-header .scrollto i {
  transition: all 0.5s;
  position: absolute;
  top: -5px;
  left: 15px;
}
.template-products .section-page-header .scrollto:hover i {
  top: 20px;
}
@media only screen and (min-width: 64em) {
  .template-products .section-products-blocks {
    margin-top: 0;
  }
}
@media only screen and (max-width: 39.9375em) {
  .template-products #image-content-container {
    min-height: 50vh;
    height: auto;
    max-height: 70vh;
  }
  .template-products #image-content-container .card-content {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 40em) {
  .template-products #image-content-container .card-content {
    overflow-y: auto;
  }
}
.template-products #interactive-image {
  position: relative;
  overflow: hidden;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 39.9375em) {
  .template-products #interactive-image .link-other {
    font-size: 0.7em !important;
    padding: 0 10px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    min-height: 35px !important;
  }
}
@media only screen and (min-width: 40em) {
  .template-products #interactive-image .link-other {
    position: absolute;
    bottom: 60px;
    right: 30px;
  }
}
@media only screen and (min-width: 40em) {
  .template-products #interactive-image {
    height: 512px;
    height: 50vh;
  }
}
@media only screen and (min-width: 40em) and (orientation: landscape) {
  .template-products #interactive-image {
    height: 375px;
    height: 100vh;
  }
}
@media only screen and (min-width: 90em) {
  .template-products #interactive-image {
    height: 667px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 90em) and (min-width: 40em) and (orientation: portrait) {
  .template-products #interactive-image {
    height: 1024px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 90em) and (min-width: 40em) and (orientation: landscape) {
  .template-products #interactive-image {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 90em) and (min-width: 64em) {
  .template-products #interactive-image {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 90em) and (min-width: 90em) {
  .template-products #interactive-image {
    height: 900px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 90em) and (min-width: 120em) {
  .template-products #interactive-image {
    height: 1080px !important;
    height: 100vh !important;
  }
}
.template-products #interactive-image .point {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  cursor: pointer;
  display: block;
  font-weight: bold;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.template-products #interactive-image .point i {
  color: #000 !important;
}
.template-products #interactive-image .point:hover::after {
  animation-delay: 0.5s !important;
}
.template-products #interactive-image .point:hover::before {
  animation-delay: 0s !important;
}
.template-products #interactive-image .point:hover::before, .template-products #interactive-image .point:hover::after {
  animation: glow-grow 2s ease-out infinite;
  border-radius: 50%;
  box-shadow: 0 0 5px #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0%;
  position: absolute;
  top: 0%;
  width: 100%;
  z-index: 1;
}
.template-products #interactive-image .point.active {
  background-color: #009ee2;
}
.template-products #interactive-image .point.active::after {
  animation-delay: 0.5s !important;
}
.template-products #interactive-image .point.active::before {
  animation-delay: 0s !important;
}
.template-products #interactive-image .point.active::before, .template-products #interactive-image .point.active::after {
  animation: glow-grow 2s ease-out infinite;
  border-radius: 50%;
  box-shadow: 0 0 5px #009ee2;
  content: "";
  display: block;
  height: 100%;
  left: 0%;
  position: absolute;
  top: 0%;
  width: 100%;
  z-index: 1;
}
.template-products #interactive-image .point.active i {
  color: #fff !important;
}
.template-products .info {
  position: relative;
  display: table;
}
.template-products .info .info-card {
  opacity: 0;
  transition: 0.3s all ease-in-out;
  visibility: hidden;
  display: none;
  width: 100%;
}
@media only screen and (max-width: 39.9375em) {
  .template-products .info .info-card {
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 64em) {
  .template-products .info .info-card {
    top: 0;
    left: 0;
  }
}
.template-products .info .info-card.active {
  opacity: 1;
  visibility: hidden;
}
.template-products .info .info-card .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 39.9375em) {
  .template-products .info .info-card .img {
    height: 256px;
    display: none;
  }
}
@media only screen and (min-width: 40em) {
  .template-products .info .info-card .img {
    height: 256px;
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .template-products .info .info-card .img {
    display: block;
    height: 256px;
    height: 50vh;
  }
}
.template-products .info .info-card .card-content {
  padding: 2em;
}
@media only screen and (min-width: 64em) {
  .template-products .info .info-card .card-content {
    padding: 2em 4em;
    height: 256px;
    height: 50vh;
  }
}
@media only screen and (min-width: 90em) {
  .template-products .info .info-card .card-content {
    text-align: right;
  }
}
.template-products .info .info-card .card-content p, .template-products .info .info-card .card-content a, .template-products .info .info-card .card-content ul, .template-products .info .info-card .card-content ol {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
}
.template-products .info .info-card .card-content h3 {
  text-transform: none;
  font-size: 25px;
}
@keyframes glow-grow {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
#products-container .product-item h2 {
  font-size: 2.8rem !important;
}
#products-container .product-item .std {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 39.9375em) {
  #products-container .product-item .content-container {
    min-height: 500px;
  }
}
@media only screen and (min-width: 40em) {
  #products-container .product-item .content-container {
    min-height: 500px;
  }
}
#products-container .product-item .image {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
#products-container .product-item:nth-child(odd) .image-container {
  float: left;
}
#products-container .product-item:nth-child(even) .image-container {
  float: right;
}
#products-container .products-list-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.template-products-other .product-item .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}
@media only screen and (min-width: 40em) {
  .template-products-other .product-item .image {
    min-height: 500px;
  }
}
.single-news .section-parallax .parallax-inside {
  padding: 100px 0;
  text-align: center;
}
.single-news .section-parallax .parallax-inside .news-latest-carousel {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: auto !important;
}
.single-news .section-parallax .parallax-inside .news-latest-carousel .news-list-item {
  margin: 10px;
  height: 370px;
}
.single-product .widget.widget-featured-contentblock .featured-contentblock-text-right .img, .single-product .widget.widget-featured-contentblock .featured-contentblock-text-left .img {
  height: 100%;
}
.single-product .section-custom-blocks .std {
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
}
.single-product .section-custom-blocks .featured-contentblock-text-right {
  background-color: #fff;
}
.single-product .section-page-header {
  position: static !important;
}
.single-product .section-content {
  margin-bottom: 100px;
}
.single-product .singular-content .custom-cta-block {
  height: 70px;
}
@media only screen and (max-width: 39.9375em) {
  .single-product .singular-content .custom-cta-block {
    height: 210px;
  }
}
.single-product .singular-content .custom-cta-block .button-custom {
  height: 70px;
  width: 100%;
  display: block;
  line-height: 70px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s background ease-in-out;
  -webkit-box-shadow: 2px 2px 5px 0px #9e9e9e;
  -moz-box-shadow: 2px 2px 5px 0px #9e9e9e;
  box-shadow: 2px 2px 5px 0px #9e9e9e;
}
.single-product .singular-content .custom-cta-block .button-custom.button-blue {
  background-color: #277DB8;
  color: #fff;
}
.single-product .singular-content .custom-cta-block .button-custom.button-blue:hover {
  background-color: #133678;
}
.single-product .singular-content .custom-cta-block .button-custom.button-white {
  background-color: #F8F8F8;
}
.single-product .singular-content .custom-cta-block .button-custom.button-grey {
  background-color: #777;
  color: #fff;
}
.single-product .singular-content .custom-cta-block .button-custom.button-grey:hover {
  background-color: #333;
}
.single-product .singular-content .custom-cta-block .sharethis {
  padding-top: 0;
  height: 70px;
  line-height: 70px;
}
.single-product .singular-content .custom-cta-block .sharethis h4 {
  display: inline-block;
  font-size: 16px;
}
.single-product .section-custom-blocks.widget.widget-featured-contentblock {
  padding: 60px 0;
}
@media only screen and (max-width: 39.9375em) {
  .single-product .section-custom-blocks.widget.widget-featured-contentblock .content-container {
    padding: 30px;
  }
}
@media only screen and (min-width: 40em) {
  .single-product .section-custom-blocks.widget.widget-featured-contentblock .content-container {
    padding: 60px;
  }
}
@media only screen and (min-width: 40em) {
  .single-product .section-custom-blocks.widget.widget-featured-contentblock .content-container {
    min-height: 500px;
  }
}
.single-product .section-custom-products {
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.single-product .section-custom-gallery {
  position: relative;
}
.single-product .section-custom-gallery .heading {
  top: 60px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 10;
  font-size: 3.5rem;
}
.single-product .section-custom-recommendations {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 40em) {
  .single-product .section-custom-recommendations {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .single-product .section-custom-recommendations {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 90em) {
  .single-product .section-custom-recommendations {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 120em) {
  .single-product .section-custom-recommendations {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .single-product .section-product-gallery .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 40em) {
  .single-product .section-product-gallery .content {
    padding: 60px;
  }
}
@media only screen and (min-width: 90em) {
  .single-product .section-product-gallery .content {
    height: 100vh;
    height: 750px;
  }
}
.single-product .section-product-gallery .content h2, .single-product .section-product-gallery .content h3, .single-product .section-product-gallery .content h4 {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #66615d;
}
.single-product .section-product-gallery .gallery.carousel-variants .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (max-width: 39.9375em) {
  .single-product .section-product-gallery .gallery.carousel-variants .slick-slide {
    height: 100vh;
    max-height: 350px !important;
  }
}
@media only screen and (min-width: 40em) {
  .single-product .section-product-gallery .gallery.carousel-variants .slick-slide {
    height: 100vh;
    min-height: 750px !important;
  }
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel {
  position: relative;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-dots {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #277DB8;
  bottom: 0;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-dots li {
  color: #fff;
  font-size: 1.2em;
  width: auto;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-dots li:last-of-type::after {
  content: "";
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-dots li::after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  color: #fff;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-dots li.slick-active {
  text-decoration: underline;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-prev, .single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-next {
  background-color: #CACACA;
  border: none;
  transition: 0.3s background ease-in-out;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-prev::before, .single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-next::before {
  content: "";
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-prev:hover, .single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-next:hover {
  background-color: #277DB8;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-prev i, .single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-next i {
  color: #fff;
  position: static;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 47px;
  height: 200px;
  z-index: 100;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-prev i::before {
  content: "";
  font-size: 40px;
  color: #fff;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 160px;
  z-index: 100;
}
.single-product .section-product-gallery .gallery.carousel-variants .carousel .slick-next i::before {
  content: "";
  font-size: 40px;
  color: #fff;
}
.single-product .section-product-gallery .gallery.carousel-variants .img {
  max-height: 500px;
  background-position: center;
}
.recommendation .grayscale {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}
.recommendation .company-logo {
  min-height: 60px;
  height: auto;
  max-height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
.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 */
}
.footer .footer-bottom {
  padding: 16px 0;
  background-color: #133678;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  color: #fff;
}
.footer .footer-bottom p {
  margin: 0;
}
@media only screen and (max-width: 39.9375em) {
  .footer .footer-bottom {
    font-size: 0.688em;
  }
}
.footer .footer-bottom a {
  color: #fff;
}
.footer .footer-bottom a:hover {
  text-decoration: none;
  color: #ccc;
}
.footer .footer-bottom #footer-menu .menu-item {
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
}
.footer .footer-bottom #footer-menu .menu-item:before {
  position: absolute;
  left: 0;
  content: "|";
}
.footer .footer-bottom #footer-menu .menu-item:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
.footer .footer-bottom #footer-menu .menu-item:first-of-type:before {
  display: none;
}
.footer .footer-bottom .copyright {
  display: block;
}
@media only screen and (max-width: 39.9375em) {
  .footer .footer-bottom .copyright {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 40em) {
  body.osx #main-menu-trigger.active {
    width: 180px;
  }
}
body.osx #main-menu-trigger.active::after {
  right: 20px;
}
#main-menu-trigger {
  z-index: 1003;
  display: block;
  position: fixed;
  top: 20px;
  right: 0;
  -webkit-transform: translateZ(1002px);
  -moz-transform: translateZ(1002px);
  -o-transform: translateZ(1002px);
  transform: translateZ(0);
  font-size: 13px;
  width: 135px;
  height: 60px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: #fff;
  transition: background-color 0.5s ease-in-out;
  cursor: pointer;
}
#main-menu-trigger .trigger-divider {
  position: absolute;
  height: 100%;
  top: 0;
  right: 60px;
  width: 50px;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 40em) {
  #main-menu-trigger .trigger-divider {
    display: block;
  }
}
#main-menu-trigger .trigger-divider:after {
  content: "";
  width: 1px;
  background-color: #133678;
  -webkit-transition: background-color 0.5s ease-in-out;
  -khtml-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  height: 256px;
  display: block;
  top: -140px;
  left: 10px;
  position: absolute;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
@media only screen and (max-width: 39.9375em) {
  #main-menu-trigger {
    top: 10px;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu-trigger {
    width: 180px;
  }
}
@media only screen and (min-width: 64em) {
  #main-menu-trigger {
    top: 75px;
    width: 180px;
    height: 60px;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu-trigger {
    border-left: 1px solid #133678;
    border-top: 1px solid #133678;
    border-bottom: 1px solid #133678;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu-trigger.active {
    width: 195px;
  }
}
#main-menu-trigger.active .hamburger span {
  transition: background-color 0.5s ease-in-out;
}
#main-menu-trigger.active .hamburger span:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
}
#main-menu-trigger.active .hamburger span:nth-of-type(2) {
  display: none;
}
#main-menu-trigger.active .hamburger span:nth-of-type(3) {
  bottom: 8px;
  transform: rotate(135deg);
}
#main-menu-trigger:hover {
  transition: background-color 0.5s ease-in-out;
}
#main-menu-trigger:hover .trigger-divider:after {
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  -khtml-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
@media only screen and (min-width: 40em) {
  #main-menu-trigger:hover {
    color: #fff;
    background-color: #133678;
  }
  #main-menu-trigger:hover .trigger-text {
    color: #fff;
    transition: color 0.5s ease-in-out;
  }
  #main-menu-trigger:hover .hamburger span {
    background-color: #fff;
    transition: background-color 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu-trigger:hover .langs {
    color: #fff;
    -webkit-transition: color 0.5s ease-in-out;
    -khtml-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
  }
}
#main-menu-trigger .hamburger {
  display: inline-block;
  position: relative;
  height: 18px;
  width: 30px;
}
#main-menu-trigger .hamburger span {
  position: absolute;
  height: 2px;
  background-color: #133678;
  width: 30px;
  display: block;
  transition: background-color 0.5s ease-in-out;
}
#main-menu-trigger .hamburger span:nth-of-type(1) {
  top: 0;
}
#main-menu-trigger .hamburger span:nth-of-type(2) {
  top: 8px;
}
#main-menu-trigger .hamburger span:nth-of-type(3) {
  bottom: 0;
}
#main-menu-trigger .trigger-text {
  font-family: "Lato-Regular", sans-serif;
  font-weight: 300;
  color: #133678;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.5s ease-in-out;
  position: relative;
  top: 10px;
  left: 30px;
  display: inline-block;
}
#main-menu-trigger .langs {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 100%;
  padding-right: 20px;
  padding-top: 6px;
  color: #133678;
  text-transform: uppercase;
  -webkit-transition: color 0.5s ease-in-out;
  -khtml-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#main-menu-trigger .langs .fa-commenting {
  font-size: 26px;
}
#main-menu-trigger .langs .current {
  display: none;
}
@media only screen and (min-width: 40em) {
  #main-menu-trigger .langs .current {
    display: block;
  }
}
#main-menu-trigger .langs .langswitch {
  height: 100%;
}
#main-menu-trigger .langs .languages {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  position: absolute;
  top: 100%;
  right: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  opacity: 0;
  background-color: #133678;
}
#main-menu-trigger .langs .languages .language a {
  display: block;
  width: 60px;
  padding-left: 17px;
  color: #fff;
  -webkit-transition: color 0.3s;
  -khtml-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#main-menu-trigger .langs .languages .language a:hover {
  color: #ccc;
  -webkit-transition: color 0.3s;
  -khtml-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
#main-menu-trigger .langs.active .languages, #main-menu-trigger .langs:hover .languages {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#main-menu {
  z-index: 1001;
  position: fixed;
  right: -100%;
  left: 100%;
  top: 0;
  bottom: -300px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  overflow-y: auto;
  -webkit-transform: translateZ(1001px);
  -moz-transform: translateZ(1001px);
  -o-transform: translateZ(1001px);
  transform: translateZ(1001px);
}
#main-menu:after {
  clear: both;
  display: table;
  content: "";
}
#main-menu .menu {
  padding: 0 30px;
  float: left;
}
@media only screen and (max-width: 39.9375em) {
  #main-menu .menu {
    border-top: 2px solid #eee;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu .menu {
    width: 50%;
    min-height: 300px;
  }
}
@media only screen and (min-width: 64em) {
  #main-menu .menu {
    width: 24.5%;
    min-height: 450px;
  }
}
@media only screen and (min-width: 64em) and (orientation: landscape) {
  #main-menu .menu {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 90em) {
  #main-menu .menu {
    border-right: 2px solid #eee;
  }
}
@media only screen and (min-width: 90em) and (orientation: landscape) {
  #main-menu .menu {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 120em) and (orientation: landscape) {
  #main-menu .menu {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 64em) {
  #main-menu .menu:first-of-type {
    padding-left: 60px;
  }
}
#main-menu .menu:last-of-type {
  border-right: 0;
}
#main-menu .menu:last-of-type:after {
  clear: both;
  display: table;
  content: "";
}
#main-menu.active {
  left: 0;
  right: 0;
}
#main-menu .menu-header {
  display: block;
  width: 100%;
  position: static;
}
@media only screen and (max-width: 39.9375em) {
  #main-menu .menu-header {
    height: 35px;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu .menu-header {
    height: 35px;
  }
}
@media only screen and (min-width: 64em) {
  #main-menu .menu-header {
    height: 150px;
  }
}
@media only screen and (max-width: 39.9375em) {
  #main-menu .menu-header .main-logo {
    position: absolute;
  }
}
#main-menu .menu-content {
  padding-top: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
}
#main-menu .menu-content ul {
  margin-left: 0;
  list-style-type: none;
}
#main-menu .menu-content .menu-item {
  width: 100%;
  font-family: "Montserrat-Regular";
  height: auto;
}
@media only screen and (min-width: 40em) {
  #main-menu .menu-content .menu-item {
    margin-bottom: 30px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 64em) {
  #main-menu .menu-content .menu-item {
    margin-bottom: 60px;
  }
}
#main-menu .menu-content .menu-item a {
  padding: 0;
}
#main-menu .menu-content .menu-item a span {
  line-height: 1.2;
  white-space: pre-wrap;
  text-transform: uppercase;
  color: #133678;
  padding-bottom: 15px;
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  #main-menu .menu-content .menu-item a span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 64em) {
  #main-menu .menu-content .menu-item a span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 90em) {
  #main-menu .menu-content .menu-item a span {
    font-size: 1.6rem;
  }
}
#main-menu .menu-content .menu-item a span:hover::before {
  width: 60px;
}
@media only screen and (min-width: 40em) {
  #main-menu .menu-content .menu-item a span::before {
    content: "";
    background-color: #d02a32;
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 40px;
    transition: 0.3s width ease-in-out;
  }
}
#main-menu .menu-content .menu-item.menu-item-has-children .sub-menu {
  padding-top: 10px;
}
@media only screen and (max-width: 39.9375em) {
  #main-menu .menu-content .menu-item.menu-item-has-children .sub-menu {
    padding-left: 20px;
  }
}
#main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item {
  margin-bottom: 5px;
}
#main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 0;
}
#main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item a:hover span::after {
  padding-left: 15px;
}
#main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item a span {
  padding-bottom: 0;
}
@media only screen and (min-width: 40em) {
  #main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item a span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 64em) {
  #main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item a span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 90em) {
  #main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item a span {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 120em) {
  #main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item a span {
    font-size: 1.2rem;
  }
}
#main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item a span::before {
  display: none;
}
#main-menu .menu-content .menu-item.menu-item-has-children .sub-menu .menu-item a span::after {
  padding-left: 10px;
  font-family: "Montserrat-Regular";
  font-weight: 700;
  content: ">";
  color: #133678;
  transition: 0.3s padding ease-in-out;
}
#main-menu .menu-footer {
  clear: both;
  color: #fff;
}
#main-menu .menu-footer:before {
  clear: both;
  display: table;
  content: "";
}
#main-menu .menu-footer .menu-search {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 50px;
}
@media only screen and (max-width: 39.9375em) {
  #main-menu .menu-footer .menu-search {
    position: static;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu .menu-footer .menu-search {
    position: static;
  }
}
@media only screen and (min-width: 64em) {
  #main-menu .menu-footer .menu-search {
    position: absolute;
    bottom: 450px;
  }
}
@media only screen and (min-height: 851px) and (min-width: 40em) {
  #main-menu .menu-footer .menu-search {
    position: absolute;
    bottom: 450px;
  }
}
@media only screen and (max-height: 850px) {
  #main-menu .menu-footer .menu-search {
    position: static;
  }
}
#main-menu .menu-footer .menu-search .language-select {
  width: 20%;
  display: inline-block;
  padding-left: 10px;
}
#main-menu .menu-footer .menu-search .language-select .flag-icon {
  height: 30px;
  width: 60px;
}
#main-menu .menu-footer .menu-search .search-form {
  width: 80%;
  position: relative;
}
#main-menu .menu-footer .menu-search .search-input {
  border: 1px solid #133678;
  border-radius: 30px;
  width: 100%;
  padding: 0 20px;
}
#main-menu .menu-footer .menu-search .search-input ::-webkit-input-placeholder {
  color: #000;
}
#main-menu .menu-footer .menu-search .search-input :-moz-placeholder {
  color: #000;
}
#main-menu .menu-footer .menu-search .search-input ::-moz-placeholder {
  color: #000;
}
#main-menu .menu-footer .menu-search .search-input :-ms-input-placeholder {
  color: #000;
}
#main-menu .menu-footer .menu-search .search-submit {
  position: absolute;
  right: 10px;
  top: 10px;
}
#main-menu .menu-footer .menu-search .search-submit::before {
  display: inline-block;
  font-size: inherit;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
#main-menu .menu-footer .menu-search .search-submit span {
  display: none;
}
#main-menu .menu-footer .menu-contact {
  width: 100%;
  background-color: #133678;
  display: block;
}
@media only screen and (max-width: 39.9375em) {
  #main-menu .menu-footer .menu-contact {
    position: static;
    height: 450px;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu .menu-footer .menu-contact {
    position: static;
    height: 450px;
  }
}
@media only screen and (min-width: 64em) {
  #main-menu .menu-footer .menu-contact {
    position: absolute;
  }
}
@media only screen and (min-height: 851px) and (min-width: 40em) {
  #main-menu .menu-footer .menu-contact {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-height: 850px) {
  #main-menu .menu-footer .menu-contact {
    position: static;
  }
}
@media only screen and (max-width: 39.9375em) {
  #main-menu .menu-footer .menu-contact .menu-contact-info {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu .menu-footer .menu-contact .menu-contact-info {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 39.9375em) {
  #main-menu .menu-footer .menu-contact .menu-social {
    padding: 15px;
  }
}
@media only screen and (min-width: 40em) {
  #main-menu .menu-footer .menu-contact .menu-social {
    padding: 15px 60px;
  }
}
.social-list {
  margin: 0;
}
.social-list .social-item {
  display: inline-block;
  margin-right: 10px;
}
.social-list .social-item a {
  color: #fff;
  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 .share-list .share-item a:hover.facebook {
  color: #3B5998;
}
.singular-content .sharethis .share-list .share-item a:hover.linkedin {
  color: #0077B5;
}
.singular-content .sharethis .share-list .share-item a:hover.mail {
  color: #277DB8;
}
.singular-content .sharethis .share-list .share-item a:hover.twitter {
  color: #1DA1F2;
}
.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;
}
@media only screen and (min-width: 40em) {
  .news-list {
    height: 667px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 40em) and (orientation: portrait) {
  .news-list {
    height: 1024px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 40em) and (orientation: landscape) {
  .news-list {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 64em) {
  .news-list {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 90em) {
  .news-list {
    height: 900px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (min-width: 120em) {
  .news-list {
    height: 1080px !important;
    height: 100vh !important;
  }
}
@media only screen and (max-width: 39.9375em) {
  .news-list .newscol {
    height: 300px;
  }
}
.news-list .news-list-header-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 55px;
}
.news-list .news-list-header-container .news-list-header {
  position: relative;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.news-list .news-list-header-container .news-list-header h2 {
  font-weight: 600;
  color: #fff;
}
.news-list .news-list-header-container .news-list-header .link {
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 90em) {
  .news-list .news-list-header-container .news-list-header .link {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
}
.news-list-item {
  display: block;
  position: relative;
  height: 100%;
}
.news-list-item .thumb {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-list-item .thumb .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background-color 0.5s ease-in-out;
}
.news-list-item .thumb .overlay:hover {
  transition: background-color 0.5s ease-in-out;
  background-color: rgba(39, 125, 184, 0.3);
}
.news-list-item .goto {
  display: inline-block;
  position: absolute;
  max-width: calc(100% - 3px);
  bottom: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 66px 0 30px;
  text-transform: capitalize;
  background-color: #277DB8;
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 64em) {
  .news-list-item .goto {
    font-family: "Lato-Hairline", sans-serif;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
  }
}
@media only screen and (min-width: 90em) {
  .news-list-item .goto {
    font-size: 1.375em;
  }
}
.news-list-item .goto: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: 18px;
  transition: all 0.5s;
}
@media only screen and (min-width: 64em) {
  .news-list-item .goto:after {
    top: 20px;
  }
}
.news-list-item .goto:hover {
  text-decoration: none;
}
.news-list-item .goto:hover:after {
  right: 20px;
}
.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;
}
.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: #fff;
  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: #fff 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: 55px;
}
.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: #F2F2F2;
}
.widget-timeline .timeline .timeline-carousel-nav .slide-nav.slick-current .balloon:after {
  border-color: #F2F2F2 transparent;
}
.widget-timeline.inverse .timeline .timeline-carousel .slide {
  background-color: #fff;
}
.widget-timeline.inverse .timeline .timeline-carousel-nav {
  background-color: #F2F2F2;
}
.widget-timeline.inverse .timeline .timeline-carousel-nav .slide-nav .top .balloon, .widget-timeline.inverse .timeline .timeline-carousel-nav .slide-nav .bottom .balloon {
  background-color: #F2F2F2;
}
.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: #F2F2F2 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;
}
.recommendation {
  text-align: left;
}
.recommendation .recommendation-content {
  position: relative;
}
.recommendation .recommendation-header {
  background-color: #277DB8;
  padding: 7px 35px;
}
.recommendation .recommendation-image .featured-image {
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 40em) {
  .recommendation .recommendation-image .featured-image {
    height: 370px;
  }
}
.recommendation .recommendation-body {
  background-color: #F2F2F2;
  padding: 35px 50px;
}
.recommendation .recommendation-body .employee {
  font-size: 1.3em;
  margin-bottom: 0;
  font-family: "Montserrat-Regular" !important;
  text-transform: none;
  color: #000;
}
.recommendation .recommendation-body .function {
  font-size: 1em;
  font-family: "Montserrat-Regular" !important;
}
.recommendation .company-logo {
  background-position: top right;
}
.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;
}
@media only screen and (min-width: 40em) {
  .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;
}
.vacancy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vacancy-list .vacancy-list-item {
  display: block;
  background-color: #F2F2F2;
  margin-bottom: 10px;
}
.vacancy-list .vacancy-list-item a {
  font-family: "Montserrat-Bold", sans-serif;
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 40em) {
  .vacancy-list .vacancy-list-item a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 90em) {
  .vacancy-list .vacancy-list-item a {
    font-size: 30px;
  }
}
.vacancy-list .vacancy-list-item a .number {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  display: inline-block;
  background-color: #66615D;
  color: #fff;
  text-align: center;
}
.vacancy-list .vacancy-list-item a .title {
  display: inline-block;
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  color: #66615D;
  padding-left: 15px;
}
.vacancy-list .vacancy-list-item a .hours {
  position: absolute;
  right: 80px;
  font-size: 18px;
  text-decoration: none;
  color: #989898;
  display: none;
}
@media only screen and (min-width: 40em) {
  .vacancy-list .vacancy-list-item a .hours {
    display: block;
  }
}
.vacancy-list .vacancy-list-item a .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: #989898;
  text-align: center;
  color: #fff;
  font-size: 25px;
  transition: background-color 0.5s;
}
.vacancy-list .vacancy-list-item a:hover .icon {
  background-color: #277DB8;
}
.section-gallery {
  position: relative;
}
.section-gallery .heading.title {
  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 .heading.title {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 64em) {
  .section-gallery .heading.title {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 90em) {
  .section-gallery .heading.title {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 120em) {
  .section-gallery .heading.title {
    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;
}
@media only screen and (max-width: 39.9375em) {
  .section-gallery .gallery .gallery-carousel-nav .slide .img {
    height: 100px;
  }
}
@media only screen and (min-width: 40em) {
  .section-gallery .gallery .gallery-carousel-nav .slide .img {
    height: 120px;
  }
}
@media only screen and (min-width: 90em) {
  .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);
}
.section-home-header, .section-page-header {
  max-height: 100vh;
  overflow: hidden;
}
.gform_validation_container {
  display: none !important;
}
.text-white {
  color: #fff;
}
.template-news .load-more-container {
  padding: 50px 0;
}
@media only screen and (min-width: 40em) {
  .template-news .load-more-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 40em) and (min-width: 40em) {
  .template-news .load-more-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 40em) and (min-width: 64em) {
  .template-news .load-more-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 40em) and (min-width: 90em) {
  .template-news .load-more-container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 40em) and (min-width: 120em) {
  .template-news .load-more-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.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;
}
#map {
  height: 667px !important;
  height: 100vh !important;
  min-height: 850px;
}
@media only screen and (min-width: 40em) and (orientation: portrait) {
  #map {
    height: 1024px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 40em) and (orientation: landscape) {
  #map {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 64em) {
  #map {
    height: 768px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 90em) {
  #map {
    height: 900px !important;
    height: 100vh !important;
  }
}
@media only screen and (min-width: 120em) {
  #map {
    height: 1080px !important;
    height: 100vh !important;
  }
}
@media only screen and (max-width: 39.9375em) {
  .header {
    height: 70px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: white;
  }
}
@media only screen and (max-width: 39.9375em) {
  .main-container {
    padding-top: 70px;
  }
}
.main-logo {
  position: absolute;
  top: 16px;
  left: 15px;
  width: 124px;
  height: auto;
  z-index: 2;
}
@media only screen and (max-width: 39.9375em) {
  .main-logo {
    position: fixed;
    z-index: 999;
    top: 10px;
  }
}
@media only screen and (min-width: 64em) {
  .main-logo {
    top: 50px;
    left: 50px;
    width: 250px;
  }
}
.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;
}
.modal {
  position: fixed;
  top: 0;
  right: -20px;
  left: -20px;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
  padding-top: 15px;
  background-color: rgba(51, 51, 51, 0.7);
  overflow-y: scroll;
  height: 100%;
}
@media only screen and (min-width: 64em) {
  .modal {
    padding-top: 25px;
    padding-bottom: 70px;
  }
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal .modal-content {
  max-width: 95vw;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  color: #666675;
  margin-bottom: 70px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.modal .modal-content h1, .modal .modal-content h2, .modal .modal-content h3 {
  color: #333333;
}
.modal .modal-content h2 {
  margin-top: 0;
  font-size: 42px;
  line-height: 1.2;
}
@media only screen and (min-width: 40em) {
  .modal .modal-content .modal-inner-content {
    padding-left: 50%;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 64em) {
  .modal .modal-content .modal-inner-content {
    height: 900px;
  }
}
.modal .modal-content .modal-inner-content .img {
  height: 300px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 40em) {
  .modal .modal-content .modal-inner-content .img {
    height: 600px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .modal .modal-content .modal-inner-content .img {
    height: 900px;
  }
}
.modal .modal-content .modal-inner-content .img:after {
  content: "";
  display: block;
  width: 150px;
  height: 50px;
  background-image: url(../img/logo-cramm-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 30px;
}
.modal .modal-content .modal-inner-content .singular-content {
  max-width: 520px;
  text-align: left;
}
@media only screen and (max-width: 63.9em) {
  .modal .modal-content .modal-inner-content .singular-content {
    padding: 15px;
  }
}
.modal .modal-content .modal-inner-content .singular-content strong {
  font-weight: 800;
  font-size: 18px;
  display: block;
  text-align: center;
}
.modal .modal-content .modal-close-top {
  color: #D43840;
  font-size: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background-color 0.3s linear;
  -khtml-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
@media only screen and (max-width: 63.9em) {
  .modal .modal-content .modal-close-top {
    top: 5px;
    right: 5px;
    z-index: 1;
  }
}
.modal .modal-content .modal-close-top:hover {
  color: #009ee2;
}
