/*
 Theme Name:   RD Velho
 Template:     air-light-master
 Description:  RD Velho teema
 Author:       Kuuki Marketing Lab Oy
 Author URI:   kuuki.fi
*/ 

/**
 * 1. Correct the line height in all browsers.
 */
html {
  line-height: 1.15;
  /* 1 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

.slick-slider * {
	min-height: 0;
	min-width: 0;
}

.slick-slider {
  max-width: 960px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 100%;
  flex-wrap: wrap;
}

.slick-slider .slide {
  display: flex;
  flex: 1 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.slick-slider img {
  display: block;
  margin: auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}


/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* autoprefixer: ignore next */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Fixes for our beloved IE browser */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body .nav-primary .menu-item ul.sub-menu {top:5px;}
	header.container {margin: 0;} 
	body.home .entry-header-home .container {margin: 0;}
	
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* autoprefixer: ignore next */
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  /* autoprefixer: ignore next */
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
*,
*:before,
*:after {
  /* autoprefixer: ignore next */
  box-sizing: border-box;
}

img {
  /* autoprefixer: ignore next */
  box-sizing: content-box;
}

.admin-bar .site-header {
  top: 70px;
}


/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

div.kartta {display: none;}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text.skip-link {
  margin: 5px;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

[tabindex="-1"]:focus {
  outline: 0;
}

[data-whatinput="mouse"] *:focus {
  outline: none;
}

[data-whatinput="keyboard"] input:focus,
[data-whatinput="keyboard"] button:focus,
[data-whatinput="keyboard"] select:focus,
[data-whatinput="keyboard"] textarea:focus {
  outline: 4px solid #f9bf47;
  opacity: 1;
}

[data-whatinput="keyboard"] nav ul li a:focus {
  background: #f9bf47;
  color: #000;
}

[data-whatinput="keyboard"] a:focus {
  outline: 2px solid #f9bf47;
  background: #f9bf47;
  opacity: 1;
}

[data-whatinput="keyboard"] a.global-link:focus {
  background: rgba(249, 191, 71, .5);
}

.no-js *:focus {
  outline: 4px solid #f9bf47;
}

.container a,
.entry-content a {
  text-decoration: none;
}

.container a:hover,
.container a:focus,
.entry-content a:hover,
.entry-content a:focus {
  text-decoration: none;
}

.block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  background-color: #fff;
  position: relative;
  min-height: 100px;
  max-width: 100%;
  margin: 0 auto;
}

.page-template-page-parent .block.block-page {
	min-height: 60vh;
	height: 60vh;
}

.block.block-page {
	min-height: 40vh;
	height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
	text-align: center;
}

@media (max-width: 767px) {
.block.block-page, .page-template-page-parent .block.block-page {min-height: inherit; height: inherit;}
}

.shade {
  background: #082c43;  /* fallback for old browsers */
  background-image: linear-gradient( -45deg, #adff45 0%, #082c43 40%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .5;
}

.site {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.breadcrumbs, .breadcrumbs a {
    color: #fff;
    z-index: 99;
    position: relative;
	margin-bottom: 20px;
    line-height: 1.3;
	font-size: 14px;
}

.breadcrumbs a:hover {
	opacity: 0.7;
    color: #fff;
}

.category-tietopankki .breadcrumbs, .breadcrumbs.dark {
    color: #093e51;
}

.container {
  margin: 0 auto;
  padding-top: 64px;
  padding-top: 6.4rem;
  padding-bottom: 64px;
  padding-bottom: 6.4rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
}

.related-articles .container {
    padding-top: 0;
    padding-bottom: 0;
}

.related .container {
padding-top: 24px;
  padding-top: 2.4rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
}

.related-articles {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 760px) {
  .container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

.site-main .container {
  overflow: hidden;
  clear: both;
}

.site-content {
    margin-top: 65px;
}

.entry-footer {
  overflow: hidden;
  clear: both;
  display: block;
}

.edit-link {
  text-align: left;
  width: 100%;
  display: block;
  clear: both;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 0;
  margin-top: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  overflow: hidden;
}

.edit-link a {
  clear: both;
  display: block;
  margin-top: 40px;
  padding: 0;
}

a.global-link {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

@font-face {
    font-family: 'Exo';
    src: url('fonts/exo-bold-webfont.eot');
    src: url('fonts/exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo-bold-webfont.woff2') format('woff2'),
         url('fonts/exo-bold-webfont.woff') format('woff'),
         url('fonts/exo-bold-webfont.ttf') format('truetype'),
         url('fonts/exo-bold-webfont.svg#exobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('fonts/exo-italic-webfont.eot');
    src: url('fonts/exo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo-italic-webfont.woff2') format('woff2'),
         url('fonts/exo-italic-webfont.woff') format('woff'),
         url('fonts/exo-italic-webfont.ttf') format('truetype'),
         url('fonts/exo-italic-webfont.svg#exoitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Exo';
    src: url('fonts/exo-regular-webfont.eot');
    src: url('fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo-regular-webfont.woff2') format('woff2'),
         url('fonts/exo-regular-webfont.woff') format('woff'),
         url('fonts/exo-regular-webfont.ttf') format('truetype'),
         url('fonts/exo-regular-webfont.svg#exoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Cabin-Sketch';
    src: url('fonts/cabinsketch-bold-webfont.eot');
    src: url('fonts/cabinsketch-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cabinsketch-bold-webfont.woff2') format('woff2'),
         url('fonts/cabinsketch-bold-webfont.woff') format('woff'),
         url('fonts/cabinsketch-bold-webfont.ttf') format('truetype'),
         url('fonts/cabinsketch-bold-webfont.svg#cabin_sketchbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

:root {
  font-size: 62.5%;
}

body {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'Exo', 'Helvetica Neue', Helvetica, sans-serif;
  color: #6d6d6d;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #8bc53f;
  text-decoration: none;
}

a:hover {
  color: #1b4559;
}

.cat a,
.comments-link,
.comment-list li,
.comment-list li p,
.comment-list li .comment-time {
  font-size: 1.2vw;
}

@media (max-width: 1166.66667px) {
  .cat a,
  .comments-link,
  .comment-list li,
  .comment-list li p,
  .comment-list li .comment-time {
    font-size: 14px;
  }
}

@media (min-width: 1416.66667px) {
  .cat a,
  .comments-link,
  .comment-list li,
  .comment-list li p,
  .comment-list li .comment-time {
    font-size: 17px;
  }
}

p,
dd,
dt,
figcaption,
hr,
small,
ol,
ul,
li,
blockquote,
kbd,
pre,
samp,
code,
th,
td,
table,
tr,
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
  font-size: 3vw;
  font-size: 18px;
  letter-spacing: -.003em;
  line-height: 1.68;
}

@media (max-width: 633.33333px) {
  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: 17px;
  }
}

@media (min-width: 600px) {
  p,
  dd,
  dt,
  figcaption,
  hr,
  small,
  ol,
  ul,
  li,
  blockquote,
  kbd,
  pre,
  samp,
  code,
  th,
  td,
  table,
  tr,
  textarea,
  select,
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="search"] {
    font-size: 16px;
  }
}

p {
  margin-top: 29px;
  margin-top: 2.9rem;
  margin-bottom: 29px;
  margin-bottom: 2.9rem;
  line-height: 1.78;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
  margin-top:10px;
}

.page-id-1856 p, .page-id-358 p {
	margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #093e51;
  font-family: 'Exo', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 50px;
}


h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

h3,
.accent {
  font-size: 22px;
	margin-bottom:10px; 
}


h4,
.comment-list li .comment-author {
  font-size: 16px;
}

h4.no-margin {
    margin-bottom: 5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px
}


ul {
  list-style: disc outside;
  padding-left: 13.75px;
  padding-left: 1.375rem;
}

ul li {
  padding-left: 3.5px;
  padding-left: .35rem;
}

ol {
  padding-left: 17.5px;
  padding-left: 1.75rem;
}

ol,
ul {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

small {
  line-height: 1;
  font-size: .875em;
}

img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

figure {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

figure > img {
  width: 100%;
}

figcaption {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
}

blockquote {
  clear: both;
  border: 0 none;
  position: relative;
  margin-top: 30px;
  margin-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  margin: 0;
}

blockquote p {
  font-size: 18px;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  color: #1b4559;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding-left: 30px;
}

@media (max-width: 850px) {
  blockquote p {
    font-size: 18px;
  }
}

@media (min-width: 1250px) {
  blockquote p {
    font-size: 18px;
  }
}

@media (min-width: 770px) {
  blockquote {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
}

blockquote:before {
  content: '"';
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  color: #1b4559;
  position: absolute;
  top: 30px;
}

@media (min-width: 480px) {
  blockquote:before {
    width: 30%;
  }
}

cite {
  display: block;
  font-style: italic;
}

.lowercase {
	text-transform: lowercase;
}

hr {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 50%;
  border: 0;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  margin: 0;
  height: 0;
}

kbd,
pre,
samp {
  font-family: 'Menlo', 'Courier', monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  font-family: 'Menlo', 'Courier', monospace;
  line-height: 1;
  padding: 3.75px 5px;
  padding: .375rem .5rem;
  border-radius: .3rem;
  font-size: inherit;
}

pre code {
  display: inline-block;
  padding: 11.5px 10px 8.5px;
  padding: 1.15rem 1rem .85rem;
}

pre {
  border-radius: .3rem;
  display: block;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 20px;
  margin-bottom: 2rem; 
  z-index:999;
}

.site-header {
    position: fixed;
    z-index: 150;
    width: 100%;
    background-color: rgba(9, 62, 81, 1.0);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
	top: 40px;
}

.sticky .site-header {
	
}

.top-navigation {
    position: fixed;
    background: #8bc53f;
    width: 100%;
	z-index:999;
	height: 40px;
}

.top-navigation .container {
	padding:0
}

.search-button {
    display: inline-block;
    color: #fff;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 1000;
}

.search-button span {
    color: #fff;
    cursor: pointer;
    font-weight: normal;
}

#mega-menu-wrap-top #mega-menu-top {
	text-align: right;
	padding-right:30px;
}

a.nav-right-btn.dropdown-toggle {
    padding: 30px 25px;
	height: 80px;
    display: inline-block;
	cursor:pointer;
	background: #093e51;
	float: left;
}

.site-branding svg {
    margin-top: 15px;
	max-width:170px; 
	height:40px;
}

.site-title a {
  color: #111;
}

.site-footer {
  background: #fff;
  color: #fff;
  overflow: hidden;
  clear: both;
}

.site-footer svg {
  fill: #555;
  top: 2px;
  position: relative;
  max-width: 150px;
}

.site-footer p,
.site-footer span {
  color: #555;
}

.site-footer a {
  color: #1b4559;
}

.site-footer ul {
	margin-top: 0;
	padding-left: 0;
	list-style: none; 
}

.site-footer .social ul {
	margin-top: 10px;
}

a.pop-the-form {
    position: fixed;
    bottom: 20px;
    right: 80px;
    background: #8bc53f;
    padding: 15px;
	    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.site-footer a.pop-the-form:hover {
	background: #003f53;
	color: #fff;
}

.site-footer .social h3 {
	margin: 0;
	font-size: 18px;
	 text-align: center;
}

.site-footer .social ul li {
  display: inline;
  padding: 0 3px;
}

.site-footer a:hover {
  color: #8bc53f;
}

.theme-info {
  overflow: hidden;
}

@media (min-width: 770px) {
  .theme-info {
    width: 60%;
    text-align: right;
    float: right;
  }
}

input.wpcf7-form-control.wpcf7-submit, 
a.button,
.content-area .button,
.content-area input[type="reset"],
.content-area input[type="submit"],
.content-area input[type="button"] {
  font-size: 16px;
  font-size: 1.6rem;
  background: #8bc53f;
  color: #fff;
  border: 0;
  width: auto;
  display: inline-block;
  padding: 12px 30px;
  padding: 1.2rem 3rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: 150ms linear background;
  -o-transition: 150ms linear background;
  transition: 150ms linear background;
  font-family: 'Exo', 'Helvetica Neue', Helvetica, sans-serif;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
	    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
}


@media (max-width: 480px) {
  .content-area .button,
  .content-area input[type="reset"],
  .content-area input[type="submit"],
  .content-area input[type="button"] {
    display: block;
    text-align: center;
  }
}

a.button:hover, 
.content-area button:hover,
.content-area button:focus,
.content-area .button:hover,
.content-area .button:focus,
.content-area input[type="reset"]:hover,
.content-area input[type="reset"]:focus,
.content-area input[type="submit"]:hover,
.content-area input[type="submit"]:focus,
.content-area input[type="button"]:hover,
.content-area input[type="button"]:focus {
  color: #fff;
  background: #003f53;
}

.content-area button.button-ghost,
.content-area .button.button-ghost,
.content-area input[type="reset"].button-ghost,
.content-area input[type="submit"].button-ghost,
.content-area input[type="button"].button-ghost {
  background-color: transparent;
  border: 1px solid #8bc53f;
  color: #8bc53f;
}

.content-area button.button-ghost:hover,
.content-area .button.button-ghost:hover,
.content-area input[type="reset"].button-ghost:hover,
.content-area input[type="submit"].button-ghost:hover,
.content-area input[type="button"].button-ghost:hover {
  background-color: #8bc53f;
  color: #fff;
}

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

.gform_wrapper,
.gform_header,
.gform_footer {
  margin: 0;
  padding: 0;
}

.gform_body li,
.gform_body div {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  margin-left: 0;
}

.gform_body li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.gform_body li:last-child {
  margin-bottom: 0;
}

textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
  font-family: 'Exo', 'Helvetica Neue', Helvetica, sans-serif;
  background: #f0f0f0;
  border: 0;
  padding: 15px 20px;
  line-height: 24px;
  -webkit-transition: background .55s;
  -o-transition: background .55s;
  transition: background .55s;
  text-decoration: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 0; 
  width: 100%;
}

.search-form-wrapper {
    position: relative;
    background: #fff;
    transition: max-height .2s;
    max-height: 0;
    overflow: hidden;
    text-align: center;
}

.search-form-wrapper.open {
    display: block;
    max-height: 60px;
    margin-bottom: -1px;
    text-align: center;
    z-index: 99;
    width: 100%;
}

form.search-form {
    position: relative;
    margin: auto;
    max-width: 1140px;
}

.search-form-wrapper input {
    width: 100%;
    max-width: 1140px;
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 0px;
}

input#searchSubmit {
    float: right;
    width: 80px;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #fff;
    border: none;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-transform: uppercase;
	background: #95cc47;
	padding: 5px 10px;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  color: #434343;
  opacity: .4;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  color: #434343;
  opacity: .4;
}

textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder {
  color: #434343;
  opacity: .4;
}

textarea::placeholder,
select::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder {
  color: #434343;
  opacity: .4;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  background: #dfdfdf;
  border-color: #222;
  outline: 0;
}

svg.search-icon {
    width: 14px;
    margin-top: 2px;
}

.search-form-wrapper input:focus {
	background: #fff;
}

textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder {
  color: #222;
  opacity: .8;
}

textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder {
  color: #222;
  opacity: .8;
}

textarea:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
input[type="text"]:focus::-ms-input-placeholder,
input[type="tel"]:focus::-ms-input-placeholder,
input[type="url"]:focus::-ms-input-placeholder,
input[type="password"]:focus::-ms-input-placeholder,
input[type="number"]:focus::-ms-input-placeholder,
input[type="month"]:focus::-ms-input-placeholder,
input[type="week"]:focus::-ms-input-placeholder,
input[type="email"]:focus::-ms-input-placeholder,
input[type="search"]:focus::-ms-input-placeholder {
  color: #222;
  opacity: .8;
}

textarea:focus::placeholder,
select:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="search"]:focus::placeholder {
  color: #222;
  opacity: .8;
}

select {
  border: 0;
  border-radius: 0;
  background-image: url('svg/select.svg');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

select:hover,
select:focus {
  border-color: #222;
}

form p {
  margin-bottom: 20px;
}

form p.form-submit {
  margin-bottom: 0;
}

form.search-form .search-field {
  float: left;
  margin-right: 5px;
}

form.search-form .search-submit {
  padding: 19px 1.75em;
  line-height: 1;
}

.comment-respond {
  margin-bottom: 0;
  overflow: visible;
}

.comment-respond .comment-form-author {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 20px;
  margin-top: 0;
}

.comment-respond .comment-form-author::after {
  display: block;
  content: '';
  clear: both;
}

.comment-respond .comment-form-author:last-child {
  margin-right: 0%;
}

@media (max-width: 480px) {
  .comment-respond .comment-form-author {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .comment-respond .comment-form-author:first-child {
    margin-left: auto;
  }

  .comment-respond .comment-form-author:last-child {
    margin-right: auto;
  }
}

.comment-respond .comment-form-author input {
  padding: 15px;
  border-width: 1px;
  width: 100%;
}

.comment-respond .comment-form-email {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  clear: right;
  margin-bottom: 20px;
  margin-top: 0;
}

.comment-respond .comment-form-email::after {
  display: block;
  content: '';
  clear: both;
}

.comment-respond .comment-form-email:last-child {
  margin-right: 0%;
}

@media (max-width: 480px) {
  .comment-respond .comment-form-email {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .comment-respond .comment-form-email:first-child {
    margin-left: auto;
  }

  .comment-respond .comment-form-email:last-child {
    margin-right: auto;
  }
}

.comment-respond .comment-form-email input {
  padding: 15px;
  border-width: 1px;
  width: 100%;
}

.comment-respond .comment-form-url {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}

.comment-respond .comment-form-url:first-child {
  margin-left: auto;
}

.comment-respond .comment-form-url:last-child {
  margin-right: auto;
}

.comment-respond .comment-form-url input {
  padding: 15px;
  border-width: 1px;
  width: 100%;
}

.comment-respond .form-submit {
  display: block;
  clear: both;
  margin-bottom: 0;
  margin-top: 0;
}

.comment-respond .comment-form-comment {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .comment-respond input {
    width: 100%;
  }
}

.comment-respond textarea {
  width: 100%;
}

.nav-primary .menu-items {
  position: relative;
  z-index: 9999;
}

li#menu-item-1825 ul.sub-menu, li#menu-item-1824 ul.sub-menu {
    width: 60px;
}

.nav-primary .menu-items:after {
  content: '\00a0';
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.nav-primary .menu-items ul, 
.nav-primary .menu-items li, 
.nav-top .menu-items ul, 
.nav-top.menu-items li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-primary .menu-items li,
.nav-primary .menu-items a {
  position: relative;
}

.nav-primary .menu-items .disabled {
  cursor: not-allowed;
}

.nav-primary .menu-items li > h1,
.nav-primary .menu-items li > h2,
.nav-primary .menu-items li > h3,
.nav-primary .menu-items li > h4,
.nav-primary .menu-items li > h5,
.nav-primary .menu-items li > h6 {
  margin: 0;
  padding: 0;
}

@media only screen and (-ms-high-contrast: active) and (min-width: 960px), only screen and (-ms-high-contrast: none) and (min-width: 960px) {
  .nav-primary .menu-items ul {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .js .nav-primary .menu-items ul {
    display: none;
  }
}

.nav-primary ul ul {
  margin-top: 0;
  margin-left: 25px;
}

.nav-primary ul ul ul {
  margin-left: 25px;
}

@media only screen and (-ms-high-contrast: active) and (min-width: 960px), only screen and (-ms-high-contrast: none) and (min-width: 960px) {
  .js .nav-primary ul .sub-menu.toggled-on {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .js .nav-primary ul .sub-menu.toggled-on { display: block;}
}

.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after,
.nav-toggle:before,
.nav-toggle.toggled-on:before {
  speak: none;
}

.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after {
  font-size: 13px;
  font-size: 1.3rem;
}

.no-js .nav-toggle {
  display: none;
}

.mobile-hide {display:block;}

@media only screen and (min-width: 960px) {	
  .sub-menu {
    width: 19rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out .3s, visibility .3s linear .3s, z-index 0s linear .01s;
    -o-transition: all .3s ease-in-out .3s, visibility .3s linear .3s, z-index 0s linear .01s;
    transition: all .3s ease-in-out .3s, visibility .3s linear .3s, z-index 0s linear .01s;
  }
	
  #mobile-only {display:none;}	

  .nav-primary ul .sub-menu.toggled-on {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, .3s;
    -o-transition-delay: 0s, 0s, .3s;
    transition-delay: 0s, 0s, .3s;
  }

  [data-whatinput="keyboard"] .sub-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  [data-whatinput="mouse"] .nav-primary ul .menu-item-has-children:focus > .sub-menu,
  [data-whatinput="mouse"] .nav-primary ul .menu-item-has-children:hover > .sub-menu,
  [data-whatintent="mouse"] .nav-primary ul .menu-item-has-children:focus > .sub-menu,
  [data-whatintent="mouse"] .nav-primary ul .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, .3s;
    -o-transition-delay: 0s, 0s, .3s;
    transition-delay: 0s, 0s, .3s;
  }

  .no-js .sub-menu {
    width: 19rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    z-index: -1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .no-js .nav-primary ul .menu-item-has-children:focus > .sub-menu,
  .no-js .nav-primary ul .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, .3s;
    -o-transition-delay: 0s, 0s, .3s;
    transition-delay: 0s, 0s, .3s;
  }
}

@media only screen and (min-width: 960px) and (-ms-high-contrast: active), only screen and (min-width: 960px) and (-ms-high-contrast: none) {
  .nav-primary .menu-items .sub-menu {
    width: 19rem;
    visibility: visible;
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    z-index: -1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    list-style-type: none;
    list-style: none;
  }

  .nav-primary .menu-items .sub-menu .menu-item {
    padding-top: 0;
    margin-top: 0;
    list-style-type: none;
    list-style: none;
  }

  .nav-primary .menu-items .sub-menu .sub-menu.has-sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: .5rem;
  }

  .nav-primary ul .menu-item-has-children:focus > .sub-menu,
  .nav-primary ul .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, .3s;
    -o-transition-delay: 0s, 0s, .3s;
    transition-delay: 0s, 0s, .3s;
  }
}

@media only screen and (min-width: 960px) and (max-width: 960px) {
  .nav-primary ul li:hover > ul {display: block;}
}

@media only screen and (min-width: 960px) and (-ms-high-contrast: active), only screen and (min-width: 960px) and (-ms-high-contrast: none) {
  .nav-primary ul li:hover > ul {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
.site-content {
    margin-top:95px;
}	
  .no-js .nav-primary .menu-items .menu-item-has-children:after {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
    background-image: url('svg/chevron-down-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    position: absolute;
    height: 8px;
    width: 8px;
    border: 0;
    content: ' ';
    display: block;
  }

  .no-js .nav-primary .menu-items .menu-item-has-children .sub-menu .menu-item-has-children:after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-color: transparent;
    background-image: url('/svg/chevron-right-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    width: 12px;
    height: 12px;
    border: 0;
    content: ' ';
    display: block;
  }
	
  .nav-toggle {
    display: none;
  }

  .nav-primary {
    padding-top: 25px;
    padding-bottom: 17px;
    float: right;
  }
	
  .nav-primary.top-menu {
    padding-top: 9px;
    padding-right: 25px;
    padding-bottom: 9px;
  }	
  
  .nav-top {
	float: right;
	padding-top: 0.5rem;
    padding-bottom: 0.9rem;
    padding-right: 15px;
	}	

  .nav-primary .menu-items, .nav-top .menu-items {
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
    float: left;
  }

  .nav-primary .menu-item {
    position: relative;
    float: left;
    margin: 0;
  }

  .nav-primary .menu-item a {
    color: #fff;
    font-size: 14px;
    padding: 10px 8px;
  }

  ul.nav-menu li {
    display: inline-block
  }	
	
  .nav-top .menu-item a {
    color: #fff;
    font-size: 14px;
    padding: 10px 8px;
  }
	
  .nav-top .menu-item a:hover, .nav-top .current-menu-item a, .submenu .current-menu-item a {
    color: #093e51; 
  }	
	
  .nav-primary .active a {
		color:#8bc53f
	}
	
  .nav-primary.top-menu .active a {
		color: #093e51
	}
	
  .nav-primary .current-menu-ancestor a {
    color: #8bc53f;
  }

  .nav-primary .menu-item a.disabled {
    color: #bbb;
  }

  .nav-primary .menu-item a:hover,
  .nav-primary .menu-item a:focus,
  .nav-primary .menu-item a:active,
  .nav-primary .menu-item a.highlighted,
  .nav-primary .menu-item a.current {
    color: #8bc53f;
  }
	
  .nav-primary.top-menu .menu-item a:hover,
  .nav-primary.top-menu .menu-item a:focus,
  .nav-primary.top-menu .menu-item a:active,
  .nav-primary.top-menu .menu-item a.highlighted,
  .nav-primary.top-menu .menu-item a.current {
    color: #093e51;
  }
	
  .nav-primary.top-menu ul.sub-menu .menu-item a:hover,
  .nav-primary.top-menu ul.sub-menu .menu-item a:focus,
  .nav-primary.top-menu ul.sub-menu .menu-item a:active,
  .nav-primary.top-menu ul.sub-menu .menu-item a.highlighted,
  .nav-primary.top-menu ul.sub-menu .menu-item a.current {
    color: #fff;
  }

  .nav-primary .menu-item ul {
    position: absolute;
    background: #093e51;
    margin-left: 0;
    padding-bottom: .5rem;
    padding-top: .5rem;
    margin-top: 15px;
    z-index: 999;
  }

  .nav-primary .menu-item ul.sub-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-primary .menu-item ul.sub-menu li {
    margin: 0;
  }
	
  .nav-primary .menu-item ul.sub-menu li.active a {
		color: #8bc53f;
	}

  .nav-primary .menu-item ul .dropdown-toggle {
    position: absolute;
    right: 1rem;
    top: .4rem;
    border: 0;
  }

  .nav-primary .menu-item ul li {
    float: none;
    width: 19rem;
    padding: 0;
  }

  .nav-primary .menu-item ul li .dropdown-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-color: transparent;
    background-image: url('../svg/chevron-right-dark.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    width: 12px;
    height: 12px;
    border: 0;
  }

  .nav-primary .menu-item ul li .dropdown-toggle.toggled-on {
    background-image: url('../svg/chevron-left-dark.svg');
  }

  .nav-primary .menu-item ul .menu-item-has-children a {
    padding-right: 3.5rem;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .nav-primary .menu-item ul ul {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-top: -5px;
  }

  .nav-primary .menu-item ul a {
    padding: .8rem 1.5rem;
    font-size: 1.4rem;
    color: #fff;
    display: block;
  }

  .nav-primary .menu-item ul a:hover,
  .nav-primary .menu-item ul a:focus,
  .nav-primary .menu-item ul a:active,
  .nav-primary .menu-item ul a.highlighted {
    color: #8bc53f;
  }

  .nav-primary .menu-item ul .disabled {
    background: #fff;
    color: #ccc;
  }

  .nav-primary .menu-item .dropdown-toggle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
    background-image: url('svg/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    position: absolute;
    height: 8px;
    width: 8px;
    border: 0;
  }

  .nav-primary .menu-item > li > ul:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: dashed dashed solid;
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff;
  }

  .nav-primary .menu-item.menu-item-has-children {
    margin-right: .8rem;
  }

  .nav-primary .menu-item.menu-item-has-children > a {
    padding-right: 1.5rem;
    margin-bottom: .8rem;
  }
}

.hamburger {
  padding: 50px 15px;
  padding: 5rem 1.5rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: .8;
}

.hamburger.is-active:hover {
  opacity: .8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #333;
}

.hamburger-box {
  width: 40px;
  width: 4rem;
  height: 18px;
  height: 1.8rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  margin-top: -0.1rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  width: 4rem;
  height: 2px;
  height: .2rem;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}

.hamburger-inner::before {
  top: -8px;
  top: -0.8rem;
}

.hamburger-inner::after {
  bottom: -8px;
  bottom: -0.8rem;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .13s;
  -o-transition-duration: .13s;
  transition-duration: .13s;
  -webkit-transition-delay: .13s;
  -o-transition-delay: .13s;
  transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  top: -1.6rem;
  -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
  -o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  -o-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -0.8rem, 0) rotate(-45deg);
  transform: translate3d(0, -0.8rem, 0) rotate(-45deg);
  -webkit-transition-delay: .22s;
  -o-transition-delay: .22s;
  transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
  -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  -o-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
}


@media screen and (max-width: 959px) {
  .no-js .site-header {
    position: static;
    background: #232426;
  }
	
	
  a.nav-right-btn.dropdown-toggle, .mobile-hide {
	display:none ;
  }

  .disable-scroll {
    overflow: hidden;
  }

  .js.js-nav-active {
    overflow: hidden;
  }

  .js.js-nav-active .nav-primary {
    visibility: visible;
    max-height: 100%;
    height: 100vh;
    overflow: auto;
	padding-top: 90px;
  }

  .js .nav-primary {
    visibility: hidden;
    max-height: 0;
    height: 0;
    clip: auto;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
  }

  .js .nav-primary .menu-items {
    padding: 0;
  }

  .nav-primary {
    background: #093e51;
    -webkit-transition: all .55s;
    -o-transition: all .55s;
    transition: all .55s;
    margin: 0;
    overflow: hidden;
    display: block;
    width: 100%;
  }

  .nav-primary .menu-items {
    margin: 0;
    width: 100%;
    float: none;
    padding: 2rem 0;
    outline: none;
  }

  .nav-primary .menu-items a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 5%;
    padding-right: 5.8rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7rem;
    text-decoration: none;
    position: relative;
    z-index: 0;
    display: block;
    outline: none;
  }

  .nav-primary .menu-items a:focus {
    outline: none;
  }

  .nav-primary .menu-items a.has-submenu {
    width: 80%;
    position: static;
  }

  .nav-primary .menu-items a:hover,
  .nav-primary .menu-items a:focus,
  .nav-primary .menu-items a:active {
    color: #8bc53f;
  }

  .nav-primary .menu-items .current {
    color: #d23600;
  }

  .nav-primary .menu-items .disabled {
    color: #bbb;
  }

  .nav-primary .menu-items .highlighted .sub-arrow:before {
    display: block;
    content: '-';
  }

  .nav-primary .menu-items .dropdown-toggle {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: auto;
    right: 2rem;
    width: 3.7rem;
    height: 3.7rem;
    overflow: hidden;
    font: bold 18px/37px monospace;
    text-align: center;
    background: #202020;
    color: #fff;
    padding: 0;
    z-index: 9999;
    border: 0;
  }

  .nav-primary .menu-items .dropdown-toggle:focus {
    z-index: 10000;
  }

  .nav-primary .menu-items .dropdown-toggle:before {
    content: '+';
  }

  .nav-primary .menu-items .dropdown-toggle:hover {
    background-color: #3e4853;
    color: #fff;
  }

  .nav-primary .menu-items .dropdown-toggle.toggled-on:before {
    display: block;
    content: '-';
  }

  .nav-primary .menu-items ul {
    background: rgba(102, 102, 102, .1);
    margin-left: 0;
    padding: 0;
  }

  .nav-primary .menu-items ul a {
    font-size: 1.4rem;
  }

  .nav-primary .menu-items ul > li {
    padding-left: 1.5rem;
  }

  .nav-primary .menu-items ul > li ul {
    margin-left: -1.5rem;
  }

  .nav-primary .menu-items ul > li ul li {
    padding-left: 3rem;
  }

  .nav-primary .menu-items ul > li ul li ul {
    margin-left: -3rem;
  }

  .nav-primary .menu-items ul > li ul li ul li {
    padding-left: 4.5rem;
  }
}

.nav-toggle {
  list-style: none;
  z-index: 100000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  overflow: visible;
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  padding: 25px 30px;
  padding: 2.5rem 25px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: none;
  float: right
}

.nav-toggle span {
  color: #333;
  font-size: 1.2em;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle:focus span span {
  background-color: #fff;
}

.nav-toggle:focus span span:before,
.nav-toggle:focus span span:after {
  background-color: #fff;
}

.nav-toggle:hover,
.nav-toggle:active {
  color: #fff;
}

.nav-toggle:hover span,
.nav-toggle:active span {
  color: #fff;
}

svg.search-icon path {fill:#fff;}

@media (max-width: 959px) {
  .nav-toggle {display: block; margin-right: 30px;}
  .site-header {top:0}
  .search-button{top:20px;}
  svg.search-icon {width: 30px;}
  svg.search-icon path {fill:#95cc47;}
	input#searchSubmit {right:80px;}
}

.nav-toggle.is-active {
  color: #fff;
}

.nav-toggle.is-active span:focus .hamburger-box .hamburger-inner,
.nav-toggle.is-active span.focus .hamburger-box .hamburger-inner {
  background-color: #fff;
}

.nav-toggle.is-active span:focus .hamburger-box .hamburger-inner:after,
.nav-toggle.is-active span.focus .hamburger-box .hamburger-inner:after {
  background-color: #fff;
}

.nav-toggle.is-active span.hamburger-box .hamburger-inner {
  background-color: #fff;
}

.nav-toggle.is-active span.hamburger-box .hamburger-inner:after {
  background-color: #fff;
}

.nav-toggle.is-active span:focus,
.nav-toggle.is-active span:hover,
.nav-toggle.is-active span:active {
  color: #fff;
}

.nav-toggle.is-active span:focus span,
.nav-toggle.is-active span:hover span,
.nav-toggle.is-active span:active span {
  color: #fff;
}

.nav-toggle.is-active span {
  color: #fff;
}

.top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #222;
  width: 50px;
  height: 50px;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -o-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 10000;
}

.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.top.is-visible {
  opacity: 1;
}

.top.fade-out {
  opacity: .3;
}

.top.fade-out:hover {
  opacity: 1;
}

.no-touch .top:hover {
  opacity: 1;
}

.top svg {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  fill: #fff;
  margin: 0;
  opacity: .8;
  font-size: 19px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.top:hover,
.top:focus,
.top:active {
  background: #8bc53f;
}

.top:hover svg,
.top:focus svg,
.top:active svg {
  fill: #fff;
  top: 35%;
}


.gallery {
  clear: both;
  overflow: hidden;
  text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery.gallery-columns-1 .gallery-item:first-child {
  margin-left: auto;
}

.gallery.gallery-columns-1 .gallery-item:last-child {
  margin-right: auto;
}

.gallery.gallery-columns-2 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

.no-padding .gallery.gallery-columns-2 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top:0;	
}

.gallery.gallery-columns-2 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-2 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.no-padding .gallery.gallery-columns-2 .gallery-item:nth-child(n) {
  margin-right: 0%;
  float: left;
  clear: none;
  margin-bottom: 0;
}

.gallery.gallery-columns-2 .gallery-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}

.no-padding .gallery.gallery-columns-2 .gallery-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: both;
}

@media (max-width: 480px) {
  .gallery.gallery-columns-2 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-2 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-2 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-3 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-3 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-3 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-3 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-3 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-3 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-3 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-3 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-3 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-4 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-4 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-4 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-4 .gallery-item:nth-child(4n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-4 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-4 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-4 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-4 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-4 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-4 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-4 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-4 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-5 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-5 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-5 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-5 .gallery-item:nth-child(5n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-5 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-5 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-5 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-5 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-5 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-5 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-5 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-5 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-6 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.16667%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-6 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-6 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-6 .gallery-item:nth-child(6n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-6 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-6 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-6 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-6 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-6 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-6 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-6 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-6 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-7 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 11.71429%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-7 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-7 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-7 .gallery-item:nth-child(7n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-7 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-7 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-7 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-7 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-7 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-7 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-7 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-7 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-8 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-8 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-8 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-8 .gallery-item:nth-child(8n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-8 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-8 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-8 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-8 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-8 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-8 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-8 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-8 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-9 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 8.44444%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-9 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-9 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-9 .gallery-item:nth-child(9n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-9 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-9 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-9 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-9 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-9 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-9 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-9 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-9 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery.gallery-columns-10 .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 7.3%;
  margin-left: 0%;
  margin-right: 3%;
}

.gallery.gallery-columns-10 .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery.gallery-columns-10 .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery.gallery-columns-10 .gallery-item:nth-child(10n) {
  margin-right: 0%;
  float: right;
}

.gallery.gallery-columns-10 .gallery-item:nth-child(10n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery.gallery-columns-10 .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery.gallery-columns-10 .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery.gallery-columns-10 .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery.gallery-columns-10 .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery.gallery-columns-10 .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery.gallery-columns-10 .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery.gallery-columns-10 .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery.gallery-columns-10 .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery .gallery-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  background-position: 50% 50%;
}

.gallery .gallery-item::after {
  display: block;
  content: '';
  clear: both;
}

.gallery .gallery-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}

.gallery .gallery-item:nth-child(4n) {
  margin-right: 0%;
  float: right;
}

.gallery .gallery-item:nth-child(4n + 1) {
  clear: both;
}

@media (max-width: 770px) {
  .gallery .gallery-item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }

  .gallery .gallery-item::after {
    display: block;
    content: '';
    clear: both;
  }

  .gallery .gallery-item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }

  .gallery .gallery-item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }

  .gallery .gallery-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .gallery .gallery-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .gallery .gallery-item:first-child {
    margin-left: auto;
  }

  .gallery .gallery-item:last-child {
    margin-right: auto;
  }
}

.gallery .gallery-item .gallery-caption {
    display: block;
    text-align: left;
    bottom: 20px;
    left: 20px;
    right: 20px;
    position: absolute;
    color: #fff;
	-webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.gallery .gallery-item .gallery-caption .tag a {
	color: #fff;
    background: #8bc53f;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    text-transform: uppercase;
    pointer-events: none;
    display: inline-block;
    margin: 0 -2px 1px 0px;
}

.home .gallery.palvelut .gallery-item:hover .gallery-caption, 
.page-template-page-alykas .gallery.palvelut .gallery-item:hover .gallery-caption {
	opacity:0
}

.gallery .gallery-item .gallery-caption  h2 {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}


.gallery .gallery-item .gallery-icon a {
  display: block;
}

.gallery .gallery-item .gallery-icon img {
  border: 0;
  height: auto;
  margin-bottom: 0;
  width: 100%;
}

.entry-header-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('images/default.jpg');
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 840px;
  min-height: 84rem;
  max-width: 100%;
  margin: 0 auto;
  height: 840px;
  height: 84rem;
}

@media (max-width:768px) {
	.entry-header-home {height: 100vh; min-height:100vh}
}

.entry-header-home h1, .entry-header-dark h1 {
  font-size: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

.entry-header-home p, .entry-header-dark p {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin: 15px 0 50px;
  padding: 0;
  position: relative;
  z-index: 2;
 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);	
}

@media (max-width: 916.66667px) {
  .entry-header-home h1 {
    font-size: 35px;
  }
}

@media (min-width: 1916.66667px) {
  .entry-header-home h1 {
    font-size: 50px;
  }
}

.accent {
  text-transform: lowercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #8bc53f;
  display: block;
  position: relative;
  z-index: 2;
}

.reference-image {
	padding-bottom: 40px; 
}

.news-image {
	padding: 40px 0; 
}

.gallery h2, .gallery h2 a {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    margin: 20px 0 10px 0;
    hyphens: auto;
}

@media (max-width: 768px) {
	.gallery h2, .gallery h2 a {font-size:22px;}
}

.space {
	background: url(images/space-bg.jpg) 50% 50%;
    background-size: cover;
}

.home .space .gallery.gallery-columns-2 .gallery-item:nth-child(1), 
.page-id-25 .space .gallery.gallery-columns-2 .gallery-item:nth-child(1), 
.page-id-1746 .space .gallery.gallery-columns-2 .gallery-item:nth-child(1) {
    width: 60%;
    clear: none;
    float: left;
    margin-right: 0%;
	margin-bottom: 0;
}


.home .space .gallery.gallery-columns-2 .gallery-item:nth-child(2), 
.page-id-25 .space .gallery.gallery-columns-2 .gallery-item:nth-child(2),
.page-id-1746 .space .gallery.gallery-columns-2 .gallery-item:nth-child(2) {
    width: 40%;
    clear: none;
    float: right;
    margin-right: 0;
	margin-bottom: 0;
}

.home .space .gallery.gallery-columns-2 .gallery-item:nth-child(3), 
.page-id-25 .space .gallery.gallery-columns-2 .gallery-item:nth-child(3),
.page-id-1746 .space .gallery.gallery-columns-2 .gallery-item:nth-child(3) {
    width: 40%;
    clear: none;
    float: left;
    margin-right: 0%;
	margin-bottom: 0;
}

.home .space .gallery.gallery-columns-2 .gallery-item:nth-child(4), 
.page-id-25 .space .gallery.gallery-columns-2 .gallery-item:nth-child(4),
.page-id-1746 .space .gallery.gallery-columns-2 .gallery-item:nth-child(4) {
	width: 60%;
    clear: none;
    float: right;
    margin-right: 0;
	margin-bottom: 0;
}

@media (max-width: 580px) {
.home .space .gallery.gallery-columns-2 .gallery-item:nth-child(1), .home .space .gallery.gallery-columns-2 .gallery-item:nth-child(2), .home .space .gallery.gallery-columns-2 .gallery-item:nth-child(3), .home .space .gallery.gallery-columns-2 .gallery-item:nth-child(4), .no-padding .gallery.gallery-columns-2 .gallery-item:nth-child(n), .page-id-25 .space .gallery.gallery-columns-2 .gallery-item:nth-child(1), .page-id-25 .space .gallery.gallery-columns-2 .gallery-item:nth-child(2), .page-id-25 .space .gallery.gallery-columns-2 .gallery-item:nth-child(3), .page-id-25 .space .gallery.gallery-columns-2 .gallery-item:nth-child(4), .page-id-1746 .space .gallery.gallery-columns-2 .gallery-item:nth-child(1), .page-id-1746 .space .gallery.gallery-columns-2 .gallery-item:nth-child(2), .page-id-1746 .space .gallery.gallery-columns-2 .gallery-item:nth-child(3), .page-id-1746 .space .gallery.gallery-columns-2 .gallery-item:nth-child(4) {width:100%;}

.entry-header-home h1, .entry-header-dark h1 {font-size: 40px;hyphens: auto;}	
}



.cat-links,
.tags-links {
  display: block;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

del {
  text-decoration: line-through;
  color: #666;
}

.container-article {
  max-width: 800px;
  margin: auto;
}

.comments-area .comment-list li.bypostauthor {
  background-color: #fff6e8;
  padding: 30px;
  padding: 3rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  padding: 10px 0;
  padding: 1rem 0;
  margin-bottom: 20px;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  max-width: 100%;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

.entry-content .person h2:first-child {
	margin-top:20px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  font-family: 'Exo', 'Helvetica Neue', Helvetica, sans-serif;
  height: 30px;
  height: 3rem;
  padding: 10px;
  padding: 1rem;
}

@media (max-width: 600px) {
  td,
  th {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    height: auto;
    padding: 10px 0;
    text-align: center;
  }

  td:first-child,
  th:first-child {
    margin-left: auto;
  }

  td:last-child,
  th:last-child {
    margin-right: auto;
  }
}

th {
  font-weight: 700;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

kbd {
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f7f7f7;
  color: #333;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 2px #fff inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 2px #fff inset;
  border-radius: 4px;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  line-height: 1.4;
  white-space: nowrap;
  padding: 0 5px;
  padding: 0 .5rem;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 6.25px;
  margin: 0 0 .625rem;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: auto;
}

pre.debug {
  font-size: 11px;
  line-height: 1.5;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.taxonomy-description {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.post {
  margin: 30px 0;
}

.entry-header .entry-title {
  margin-bottom: .5em;
}

.entry-header .entry-title a {
  color: #1b4559;
}

.entry-meta * {
  color: #4f5964;
}

.entry-time {
  margin-bottom: 1.5em;
}

.cat {
  margin-top: 0;
  margin-bottom: 10px;
}

.cat a {
  font-weight: 600;
}

ul.tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-left: 0;
}

ul.tags li {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  display: inline-block;
  float: left;
  margin-top: 0;
}

ul.tags li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  padding: 5px 10px;
  padding: .5rem 1rem;
  display: inline;
  border-radius: 4px;
  background: #f0f0f0;
  opacity: .8;
}

ul.tags li a:hover {
  color: #fff;
  background: #aaa;
  opacity: 1;
}

.entry-footer {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-footer a {
  color: #4f5964;
}

.entry-footer a:hover {
  color: #8bc53f;
  text-decoration: none;
}

a.full-link {
    width: 100%;
    height: 100%;
    position: absolute;
    background: 0 0;
    top: 0;
    left: 0;
	z-index:10;
}

.box {
    position: relative;
    height: 430px;
    background-position: 50% 0%;
}

.palvelut .box, .related .box {
	height: 280px; 
}



.contact {
	position: relative;
	height: 240px;
	width: 240px;
	overflow: hidden;
	border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background: #fafafa;
}

.contact img {
	width: 100%;
    position: absolute;
}

.contacts {
	
}

.contact-info span {
	padding: 5px 0;
    display: inline-block;
    font-size: 14px;
}

.contact-info h2 {
	color: #04475b;
	font-size: 24px;
	line-height: 1.2;
}

.searchandfilter ul li {
	display: inline-block
}

.searchandfilter ul {
    text-align: center;
    padding-left: 0;
}

.searchandfilter ul li li {
    display: inline-block;
}

.searchandfilter input[type=radio] {
    display: none;
    margin: 10px;
}

.searchandfilter input[type=radio] + label {
    display: inline-block;
    color: #fff;
    padding: 4px 12px;
    background-color: #8bc53f;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	margin: 0 10px;
}

.searchandfilter input:hover[type=radio] + label {
    background: #093e51;
}

.searchandfilter select.sf-input-select {
	min-width: 170px;
    background-color: #8bc53f;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 30px 4px 15px;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	margin-left: 10px;
}

.searchandfilter input[type=radio]:checked + label {
    background-color: #093e51;
}

.work-with-us {
	background: url(images/work-with-us_2.jpg) left top no-repeat;
    background-size: contain;
    background-color: #d0d4da;
	padding: 70px 0 20px;
}

.work-with-us h2, .work-with-us .textwidget p {
	color:#093e51;
}

.space h2 {
	color: #fff;
}

.post-navigation {
    position: relative;
	background: #8bc53f;
}

.post-navigation a {
	color: #093e51
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{color:#fff}

#sidebar {margin: 2em 0;}

ul.child-sidebar-menu, ul.grandchild-sidebar-menu {
	padding-bottom: 0;
	padding-left: 0;
}

ul.grandchild-sidebar-menu {
	padding-left: 10px;
	padding-top: 10px;
}

.advanced-sidebar-menu li {
    padding-left: 0px;
    list-style: none;
    padding: 5px 0;
    text-align: left;
    line-height: 1.3;
}

.advanced-sidebar-menu li.current_page_item a {
    font-weight: bold;
}

#advanced_sidebar_menu-2 {
	padding: 10px 25px;
	background: #fafafa;
}

ul.child-sidebar-menu li a {
    font-weight: 900;
    color: #6d6d6d;
    display: inline-block;
	font-size: 15px;
}

ul.child-sidebar-menu li.current_page_item a, ul.grandchild-sidebar-menu.level-1.children li.current_page_item a {
    color: #8bc53f;
}

ul.grandchild-sidebar-menu.level-1.children li a {
    font-weight: 400;
}

.palvelut {
    margin-top: 50px;
}

.palvelut h2 {
	font-family: 'Cabin-Sketch';
	color: #ffffff; 
}

.palvelut img {
	max-width:120px;
}

.lightgrey {
	background: #f4f4f4;
}

/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */

.tabbed-content {
	padding: 30px;
}

.responsive-tabs .responsive-tabs__heading {
	display: none;
}

.responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

.responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 0px;
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
	outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 30px 0px;
	padding: 0;
	text-align: center;
}

.responsive-tabs .responsive-tabs__list__item {
	display: inline-block;
    color: #fff;
    padding: 4px 12px;
    background-color: #8bc53f;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px;
}

.responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
	background: #093e51
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background-color: #093e51;
	border-color: transparent;
	color: #fff;
	margin-top: 0;
	position: relative;
	top: 0px;
}

.responsive-tabs .responsive-tabs__panel {
	clear: left;
	margin-bottom: 0;
	padding: 0px 0px 0;
	word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

@media (min-width: 768px) {
	.fancybox-content {overflow:hidden;}
	.responsive-tabs .responsive-tabs__panel--closed-accordion-only {display: block;}
}

@media (max-width: 767px) {

.space .gallery-item {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
    transition: all .55s;
}
	
	.responsive-tabs-wrapper {
	   padding-bottom: 60px;
	}
	
	.responsive-tabs .responsive-tabs__list {
		display: none;
	}

	.responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs .responsive-tabs__heading {
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	}

	.responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	.responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #777;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0;
		width: 0;
	}

	.responsive-tabs .responsive-tabs__heading:hover:after {
		border-top: 6px solid #fff;
	}

	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		
		color: #fff;
	}

	.responsive-tabs .responsive-tabs__heading--active:after,
	.responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	.responsive-tabs .responsive-tabs__panel {
		border-top: none;
		margin: 0;
	}
}

.hyodyt {
	text-align:center;
	padding:20px;
	    margin-top: 40px;
}

.hyodyt ul, .hyodyt ul li {
	list-style:none;
	padding-left:0
}

.hover.gallery .shade {
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hover.gallery .overlay {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px; 
    opacity: 0;
	-webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
	position: relative;
	height:0;
	padding: 30px;
}

.hover .gallery-item:hover .overlay {
    opacity: 1;
	height: 180px;
	padding: 30px;
}

.hover  .gallery-item:hover .shade {
    opacity: .75;
    background: #082c43;
    background-image: linear-gradient( -45deg, #adff45 0%, #082c43 40%);
}

.downloads {
    padding: 30px;
    margin-bottom: 30px;
	margin-top: 30px;
}

.lightgrey .person {
   padding-bottom: 30px;
}

.lightgrey .person h2 {
      padding-bottom: 10px;
}

@media (max-width: 960px) {
.contact {height: 160px; width: 160px;}
}

@media (max-width: 768px) {
.palvelut.hover.gallery .overlay {color: #fff;margin-top: 5px; opacity: 1; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75); height: 150px; display:none;}
.references.hover.gallery .overlay {}
.hover.gallery .overlay p {font-size: 14px; line-height: 1.5;}
.contact {margin-top: 20px;}
.hover .gallery-item:hover .shade {opacity:0.5}
.home .gallery.palvelut .gallery-item:hover .gallery-caption, .page-template-page-alykas .gallery.palvelut .gallery-item:hover .gallery-caption {opacity: 1;}
.lightgrey .person p {font-size:14px}
}

.content-box {
	background: #8bc53f;
}


/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.gallery.slick-slider {
	overflow: visible;
}

.kumppanit .gallery .gallery-item .gallery-icon img {
	width:inherit;
	padding: 10px 0;
    max-width: 70%;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
    -webkit-transition: ease .1s;
    -o-transition: ease .1s;
    transition: ease .1s
}

.kumppanit .gallery .gallery-item .gallery-icon img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
	background-repeat: no-repeat;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

button.slick-prev.slick-arrow {
	background-image: url(svg/slider-left-arrow-dark.svg);
	left: -25px;
	opacity: 0.3;
	background-repeat: no-repeat;
}

button.slick-next.slick-arrow {
	background-image: url(svg/slider-right-arrow-dark.svg);
	right: -25px;
	opacity: 0.3;
	background-repeat: no-repeat;
}

button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover  {
	outline: 0;
    color: transparent;
    -webkit-transition: all .33s;
    -o-transition: all .33s;
    transition: all .33s;
    background-color: transparent;
    opacity: 1;
}

button.slick-prev.slick-arrow:focus, button.slick-next.slick-arrow:focus {
	background-color:transparent
}


[dir='rtl'] button.slick-prev.slick-arrow {
    right: -25px;
    left: auto;
}

[dir='rtl'] button.slick-next.slick-arrow  {
    right: auto;
    left: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.box.gallery-item.Referenssit time, 
.box.gallery-item.References time, 
.page-id-358 a.pop-the-form, .page-id-1856 a.pop-the-form {
	display:none
}

.nf-before-form-content {
    margin-bottom: 20px;
}

.nf-form-wrap .submit-wrap input {
    background: #8bc53f;
    padding: 12px 30px;
    padding: 1.2rem 3rem;
    border: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	cursor: pointer; 
}

.nf-error-msg, .ninja-forms-req-symbol {
	font-size: 12px;
}

@media (max-width: 767px) {
	h1, h2 {hyphens: auto;}
	h1, .entry-header-home h1, .entry-header-dark h1 {font-size:35px;}
	h2 {font-size:22px;}
	.top  {display:none;}
	a.pop-the-form {bottom: 0;right: 0;padding: 10px;}
}

.nf-field-label {
    margin-bottom: 5px;
    margin-top: 20px;
}

.nf-form-hp {
    position: absolute;
    visibility: hidden;
}

.nf-field-label label {
    font-weight: 600;
    margin: 0;
    padding: 0;
}

#ninja_forms_required_items, .nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 25px;
}

.nf-error-msg, .ninja-forms-req-symbol {
	color: red;
	margin: 10px 0;
}

.fancybox-content {
	width: 480px;
}

.slick-slide figcaption {
    background: rgba(8, 62, 80, 1);
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
}



@media (max-width: 767px) {
	.slick-slide figcaption { position: relative!important;}
}

.archive .entry-meta time {
    color: #fff;
    position: relative;
}

.archive footer.entry-footer {
    display: none;
}

/* iphone X */
@media only screen and (min-device-width: 769px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation : landscape) { 
	.block.block-page {height:80vh;}
}

.grecaptcha-badge {
display: none;
}

.container-fluid.no-padding{padding-left:0; padding-right:0;}.text-center{text-align:center}.site-header .container{padding-top:0;padding-bottom:0}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.mobile-logo{width:50%;float:left}.no-gutters{margin-right:0;margin-left:0}.no-gutters > .col,.no-gutters > [class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}