/**
Theme Name: a2n_starter
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a2n_starter
Tags:
*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
html body {
  font-size: 16px;
  font-size: 1.6rem;
}
html #main {
  margin-top: 0;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
.page-header {
  border: none;
  margin: 0;
  padding: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
  font-size: 14px;
  font-size: 1.4rem;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
html#a2n-root.a2n-contrast * {
  background-color: #000000;
  color: #ffffff;
}
html#a2n-root.a2n-size {
  font-size: 16px;
  line-height: 1.5;
}
html#a2n-root.a2n-size .lead,
html#a2n-root.a2n-size p {
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
}
html#a2n-root.a2n-size h1 {
  margin: 2rem 0 1rem 0;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: bold;
}
html#a2n-root.a2n-size h2 {
  margin: 2rem 0 1rem 0;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
html#a2n-root.a2n-size h3 {
  margin: 2rem 0 1rem 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
html#a2n-root.a2n-size h4 {
  font-size: 1.9rem;
}
html#a2n-root.a2n-size h5 {
  font-size: 1.3rem;
}
html#a2n-root.a2n-size h6 {
  font-size: 1.2rem;
}
html#a2n-root.a2n-size .nav-label {
  top: -2px;
}
:focus {
  outline: none;
}
@media print {
  html,
  body {
    display: block;
    overflow: visible;
  }
  html .entry-content p,
  body .entry-content p {
    display: block;
    page-break-inside: avoid;
  }
  html .top-nav-container,
  body .top-nav-container {
    display: none;
  }
  html .single-post,
  body .single-post {
    margin: 0;
    padding: 0;
  }
  html #page-wrapper,
  body #page-wrapper {
    display: block;
    position: relative;
    overflow: visible;
    height: auto;
    width: auto;
  }
  html #page-wrapper .sidebar,
  body #page-wrapper .sidebar,
  html #page-wrapper .widget-area,
  body #page-wrapper .widget-area {
    display: none;
  }
  html .single-wrap,
  body .single-wrap {
    margin: 0;
    padding: 10px 0;
  }
  #masthead {
    display: none;
  }
  #breadcrumbs {
    display: none;
  }
  .accessibility-bar {
    display: none;
  }
  .off-canvas.off-canvas-wrap {
    display: none;
  }
  footer#colophon {
    display: none;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
}
/**
 * Mixins
 * @param  {[type]} @width  [description]
 * @param  {[type]} @height [description]
 * @return {[type]}         [description]
 */
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/**
 * Input placeholde text
 */
::-webkit-input-placeholder {
  color: #666666;
}
::-moz-placeholder {
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
/*
.employee-image {
	.aspect-ratio(66, 85);
}
*/
.archive-wrap,
.single-wrap {
  padding: 40px 0;
}
.subtitle {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #8CD926;
}
.col-half {
  display: block;
  float: left;
  margin: 15px;
  width: calc(50% - 30px);
}
.hide-me {
  display: none;
  position: relative;
}
body {
  background-color: #F8F6F7;
}
.content-area {
  background-color: #F8F6F7;
}
h1,
h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
  margin: 3rem 0;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 10px;
}
.panel-heading {
  margin: 0;
  padding: 0;
}
.panel-heading > p {
  display: none;
}
.panel-heading h1.panel-title,
.panel-heading h2.panel-title,
.panel-heading h3.panel-title,
.panel-heading h4.panel-title {
  display: block;
  padding: 10px;
  margin: 0;
}
.panel-heading h1.panel-title a,
.panel-heading h2.panel-title a,
.panel-heading h3.panel-title a,
.panel-heading h4.panel-title a {
  display: block;
  padding: 0;
  margin: 0;
}
.panel-heading h1.panel-title br,
.panel-heading h2.panel-title br,
.panel-heading h3.panel-title br,
.panel-heading h4.panel-title br {
  display: none;
}
.panel > p,
.collapse > p,
.panel-collapse > p {
  display: none;
}
header.entry-header h1.entry-title {
  margin: 4rem 0;
  font-size: 38px;
  font-size: 3.8rem;
}
@media only screen and (max-width : 768px) {
  header.entry-header h1.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
header.entry-header h2.entry-title {
  margin: 3rem 0;
}
.entry-content h2 {
  margin: 3rem 0;
}
.entry-content ul.green-check {
  list-style: url('css/green-check.png');
}
#tinymce ul.green-check {
  list-style: url('css/green-check.png');
}
body.home header.entry-header h1.entry-title {
  text-transform: none;
}
body.home .entry-content h2,
body.home .entry-content div {
  margin-bottom: 0;
}
body.home .entry-content h2 .big-button,
body.home .entry-content div .big-button {
  margin-bottom: 10px;
}
body.home .container.home-content-wrap {
  padding-top: 38px;
  padding-bottom: 66px;
}
body.home .popular-post-wrap,
body.home .wrap-faq {
  padding: 50px 30px 60px;
}
@media only screen and (max-width : 992px) {
  body.home .popular-post-wrap,
  body.home .wrap-faq {
    padding: 50px 60px 60px;
    margin-bottom: 40px;
  }
  body.home .popular-post-wrap .list-icon,
  body.home .wrap-faq .list-icon {
    margin-top: 50px;
    width: 100%;
    height: 50px;
  }
}
@media only screen and (max-width : 768px) {
  body.home .popular-post-wrap,
  body.home .wrap-faq {
    padding: 50px 30px 60px;
  }
}
body .separator-bar {
  height: 6px;
  background-color: #E8E8E8;
}
body hr {
  margin: 1rem 0;
}
body hr.slim {
  margin: 10px 0;
}
body hr[class^="spacer-"] {
  border: none;
  margin: 0;
  padding: 0;
}
body hr.spacer-10 {
  margin-top: 10px;
}
body hr.spacer-20 {
  margin-top: 20px;
}
body hr.spacer-30 {
  margin-top: 30px;
}
body hr.spacer-40 {
  margin-top: 40px;
}
body hr.spacer-50 {
  margin-top: 50px;
}
body div.slim {
  margin: 10px 0;
}
body div[class^="spacer-"] {
  border: none;
  margin: 0;
  padding: 0;
}
body div.spacer-10 {
  margin-top: 10px;
}
body div.spacer-20 {
  margin-top: 20px;
}
body div.spacer-30 {
  margin-top: 30px;
}
body div.spacer-40 {
  margin-top: 40px;
}
body div.spacer-50 {
  margin-top: 50px;
}
.decorated {
  display: inline-block;
}
.decorated:after {
  content: "";
  display: block;
  position: relative;
  width: 80px;
  height: 6px;
  background-color: #85BF41;
  bottom: -20px;
  margin: 0 auto 30px;
  clear: both;
}
.centered {
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .single-post .accessibility-bar a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
body blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #94C93D;
}
body .a2n-alert {
  display: block;
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
body .a2n-alert.a2n-alert-icon {
  position: relative;
}
body .a2n-alert.a2n-alert-icon:before {
  content: "\e101\00a0\00a0";
  display: inline-block;
  position: relative;
  font-family: 'Glyphicons Halflings';
}
body .a2n-alert.a2n-alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body .a2n-alert.a2n-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body .a2n-alert.a2n-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body .a2n-alert.a2n-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
ol.content-index {
  margin: 36px 0 36px;
  padding: 2px 10px 0px 20px;
  list-style-position: inside;
  list-style: none;
  border-left: 4px solid #5CBA36;
}
ol.content-index li {
  margin-bottom: 6px;
}
ol.content-index li a {
  font-size: 20px;
  font-size: 2rem;
}
ul {
  margin-bottom: 13px;
  padding-bottom: 4px;
}
ul li {
  margin: 10px 0;
  list-style-position: outside;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
}
.error-404 .page-content {
  min-height: 450px;
}
.error-404 .page-content label,
.error-404 .page-content input {
  box-sizing: border-box;
}
.error-404 .page-content form.search-form {
  display: block;
  position: relative;
  margin: 0;
  font-size: 0;
  margin-top: 30px;
  max-width: 450px;
}
.error-404 .page-content form.search-form > label {
  background-color: transparent;
  position: relative;
  display: inline-block;
  width: calc(100% - 60px);
  margin: 0;
  line-height: 1.3;
}
.error-404 .page-content form.search-form > label > input {
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 8px 10px;
  line-height: 1.3;
  text-align: left;
  border: 1px solid #cccccc;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  margin: 0;
}
.error-404 .page-content form.search-form .screen-reader-text {
  z-index: 1;
}
.error-404 .page-content form.search-form > input[type="submit"] {
  display: inline-block;
  position: relative;
  border-radius: 0;
  text-align: center;
  padding: 8px 10px;
  line-height: 1.3;
  border: 1px solid #85BF41;
  background-color: #85BF41;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  width: 60px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.error-404 .page-content form.search-form > input[type="submit"]:hover {
  background-color: #6b9934;
}
#primary {
  margin-bottom: 0;
}
/**
 * Clean up forms
 */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body .search-box-styled form[role="search"] {
  text-align: left;
  vertical-align: middle;
  margin: 40px 0;
  max-width: 450px;
  font-size: 0px;
  font-size: 0rem;
}
body .search-box-styled form[role="search"] * {
  vertical-align: middle;
}
body .search-box-styled form[role="search"] label {
  font-size: 0;
}
body .search-box-styled form[role="search"] input.search-field {
  display: inline-block;
  background-image: none;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 10px;
  height: 66px;
  width: calc(100% - 80px);
}
body .search-box-styled form[role="search"] input[type=submit],
body .search-box-styled form[role="search"] button.search-submit {
  display: inline-block;
  box-sizing: border-box;
  font-size: 17px;
  font-size: 1.7rem;
  height: 66px;
  width: 80px;
  vertical-align: middle;
  margin: 0;
  padding: 0 28px;
  border: none;
  font-weight: 300;
  background-color: #85BF41;
  color: #ffffff;
}
@media only screen and (max-width : 768px) {
  .main-content {
    padding: 20px 0;
  }
}
.main-content .entry-header {
  display: block;
  margin: 20px auto 40px;
  max-width: 600px;
  text-align: center;
  text-transform: uppercase;
}
.main-content .entry-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
/**
 * Front page Nettvett
 */
.container.home-content-wrap {
  padding-top: 44px;
  padding-bottom: 12px;
}
.entry-content {
  font-size: 16px;
  font-size: 1.6rem;
}
.entry-content h2 {
  margin: 46px 0 30px;
  font-weight: 500;
}
.entry-content h2:first-of-type {
  margin-top: 0;
}
.entry-content p {
  margin: 0 0 18px;
}
/**
 * Button
 */
a.order-button {
  display: block;
  background-color: transparent;
  border: 3px solid #85BF41;
  color: #4A4A4A;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  padding: 14px 10px;
  margin: 26px 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 210px;
}
a.order-button:hover {
  color: #1A1919;
}
a.read-more-green {
  display: block;
  background-color: transparent;
  border: 3px solid #6D2D86;
  color: #4A4A4A;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  padding: 14px 10px;
  margin: 26px auto;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 350px;
}
a.read-more-green:hover {
  color: #1A1919;
}
.dark-button {
  display: block;
  background-color: #1A1919;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  padding: 14px 10px;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.dark-button:hover {
  color: #85BF41;
}
.big-button {
  display: block;
  background-color: transparent;
  border: 3px solid #6D2D86;
  color: #4A4A4A;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  padding: 14px 10px;
  margin: 26px auto;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 350px;
  /*
	.base-button;*/
}
.big-button:focus,
.big-button:hover {
  color: #1A1919;
}
.visit-button {
  display: block;
  background-color: #1A1919;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  padding: 14px 10px;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.visit-button:focus,
.visit-button:hover {
  color: #FFFFFF;
  background-color: #6D2D86;
}
.join-button {
  display: block;
  background-color: #4A4A4A;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  padding: 14px 10px;
  margin: 20px auto 6px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.join-button:hover {
  color: #FFFFFF;
  background-color: #6D2D86;
}
a.button.show-all-button {
  margin-top: 10px;
  float: right;
}
a.button.show-all-button:hover {
  text-decoration: underline;
}
.widget,
.info-box {
  position: relative;
  border: 1px solid #D8D8D8;
  margin-bottom: 20px;
  padding: 25px;
}
.widget h2,
.info-box h2 {
  font-weight: 400;
}
.widget ul,
.info-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li,
.info-box ul li {
  margin: 0;
  padding: 0;
}
.widget:before,
.info-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #94C93D;
  width: 8px;
  height: 26px;
}
.widget li,
.info-box li {
  margin-bottom: 10px;
}
.widget h2,
.info-box h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.link-box-container {
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.link-box-container .description h2 a {
  text-decoration: underline;
}
.link-box-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.link-box-container ul li {
  padding: 0;
  margin: 0 0 6px;
}
a.show-all-term {
  font-size: 14px;
}
.link-box {
  padding: 20px 30px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 100%;
}
.link-box li.group-item {
  position: relative;
  margin-bottom: 2px;
}
.link-box li.group-item a {
  display: block;
  padding: 4px 4px 4px 26px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #4A4A4A;
  text-decoration: underline;
  background-image: url(css/green-arr.png);
  background-repeat: no-repeat;
  background-position: top 8px left 0;
  padding-left: 20px;
}
.link-box h2 {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: none;
  margin: 0.3rem 0 2rem;
}
.link-box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0;
  text-decoration: underline;
  color: #4A4A4A;
}
.category-archive .single-wrap.archive-item {
  margin: 0 0 20px;
  padding: 0;
}
.category-archive .single-wrap.archive-item h2 {
  margin: 0;
}
.category-archive .single-wrap.archive-item h2 a {
  color: #5CBA36;
  font-size: 24px;
  font-size: 2.4rem;
}
.category-archive .single-wrap.archive-item a {
  color: #5CBA36;
  font-size: 16px;
  font-size: 1.6rem;
}
/**
 * Sidebar styles
 */
.entry-content .single-sidebar,
.single-sidebar {
  padding-left: 24px;
  border-left: 5px solid #E4E4E4;
  padding-bottom: 10px;
}
.entry-content .single-sidebar h2,
.single-sidebar h2 {
  font-size: 21px;
  margin: 10px 0 12px;
}
.entry-content .single-sidebar .sidebar-series li,
.single-sidebar .sidebar-series li,
.entry-content .single-sidebar .sidebar-related li,
.single-sidebar .sidebar-related li {
  margin: 0 0 8px;
}
.entry-content .single-sidebar .sidebar-series li.current-page-item,
.single-sidebar .sidebar-series li.current-page-item,
.entry-content .single-sidebar .sidebar-related li.current-page-item,
.single-sidebar .sidebar-related li.current-page-item {
  color: #949494;
}
/**
 * Guide toggle expander
 */
a.button.expand-list {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  margin-top: 0px;
  border: 3px solid #85BF41;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #4A4A4A;
  text-transform: uppercase;
}
a.button.expand-list span.show-button {
  display: inline;
}
a.button.expand-list span.hide-button {
  display: none;
}
a.button.expand-list.open span.show-button {
  display: none;
}
a.button.expand-list.open span.hide-button {
  display: inline;
}
/**
 * Dropdown filter
 */
.container.term-set {
  position: relative;
}
.focus-articles ul {
  list-style: none;
}
.categoriy-archive .single-wrap {
  padding-bottom: 0;
}
.drop-down {
  display: block;
  position: absolute;
  z-index: 10;
  right: 0;
  margin-top: 22px;
  margin-right: 13px;
  min-width: 300px;
}
@media only screen and (max-width : 992px) {
  .drop-down {
    position: relative;
    margin-right: 0;
    margin-bottom: 30px;
    min-width: 100%;
  }
}
.drop-down .dropdown-wrap .dropdown-select {
  width: 100%;
  margin: 0;
  padding: 8px 20px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  background-position: top 16px right 15px;
  border: 2px solid #83C12F;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
}
.drop-down .dropdown-wrap ul.dropdown-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #C5C9CA;
  border-radius: 0px;
}
.drop-down .dropdown-wrap ul.dropdown-list li {
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}
.drop-down .dropdown-wrap ul.dropdown-list li:first-child {
  border-top: none;
}
.drop-down .dropdown-wrap ul.dropdown-list li a {
  display: block;
  padding: 7px 20px;
  cursor: pointer;
  color: #3B3B3B;
  font-size: 13px;
}
.drop-down .dropdown-wrap ul.dropdown-list li a:hover {
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.drop-down .dropdown-wrap ul.dropdown-list li a span {
  font-weight: 800;
}
.drop-down .dropdown-wrap.open ul.dropdown-list {
  display: block;
}
.main-cat .drop-down,
.sub-cat .drop-down {
  top: 0;
  margin-top: 40px;
}
.crossposts-wrap article article {
  margin-bottom: 10px;
  background-color: #FFCC37;
}
.crossposts-wrap .article-thumb {
  background-size: cover;
  position: relative;
  max-width: 150px;
  width: 100%;
  margin: 0 10px 10px 0;
  float: left;
}
.crossposts-wrap .article-thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.crossposts-wrap .article-thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .scrolltop-wrap {
  border-top: 1px solid #cccccc;
}
footer .back-to-top {
  padding: 20px 0;
  text-align: center;
}
footer .back-to-top a {
  color: #4A4A4A;
  font-size: 20px;
  font-size: 2rem;
}
body .frm_forms.with_frm_style.frm_style_formidable-style form .frm_ajax_loading {
  display: none;
}
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset {
  position: relative;
  max-width: 340px;
  border: none;
  padding: 0;
  margin-bottom: 60px;
}
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset label {
  display: block;
  position: relative;
  margin-bottom: 8px;
}
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset textarea,
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset select,
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset input {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px;
  margin: 0 0 20px;
  border: 1px solid #929292;
}
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset textarea:focus,
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset select:focus,
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset input:focus {
  border: 1px solid #85BF41;
}
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset input[type=submit] {
  padding: 10px;
  max-width: 130px;
  display: block;
  background-color: #1A1919;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  padding: 14px 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
body .frm_forms.with_frm_style.frm_style_formidable-style form fieldset input[type=submit]:hover {
  background-color: #85BF41;
}
header#masthead {
  margin: 20px -15px;
}
header#masthead .site-logo {
  width: 232px;
  min-height: 90px;
  margin: 0;
}
header#masthead .site-logo a {
  display: inline-block;
  margin-top: 24px;
}
header#masthead .site-logo img {
  display: block;
  float: none;
}
.site-footer .fa,
.site-footer .fa-instagram,
.site-footer .fa-facebook-official {
  color: #4A4A4A;
  font-size: 30px;
  vertical-align: middle;
}
.site-footer .fa:hover,
.site-footer .fa-instagram:hover,
.site-footer .fa-facebook-official:hover {
  color: #3B5998;
}
.site-footer a.order-button {
  display: block;
  background-color: transparent;
  border: 3px solid #85BF41;
  color: #4A4A4A;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  padding: 14px 10px;
  margin: 26px 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 210px;
}
.site-footer a.order-button:hover {
  color: #1A1919;
}
.site-info .eq-height {
  padding: 0 0 10px;
}
@media only screen and (max-width : 992px) {
  .site-info .eq-height {
    padding: 0 0 20px;
  }
}
.site-footer {
  font-size: 14px;
  padding: 50px 0;
  margin-top: 40px;
  background-color: #E8E8E8;
  color: #4A4A4A;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul li {
  margin: 0 0 10px;
  padding: 0;
}
.site-footer ul li a {
  display: block;
  color: #4A4A4A;
  text-decoration: underline;
}
.site-footer h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
  margin-bottom: 28px;
}
/**
 * Nav toggle top bar
 */
.nav-label {
  display: block;
  position: absolute;
  top: 6px;
  right: 50px;
  cursor: pointer;
}
.toggle-wrap {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 64px;
  z-index: 99999;
  tab-index: 0;
}
.toggle-wrap .nav-toggle {
  display: block;
  position: relative;
  margin: 0;
  padding: 5px;
  width: 32px;
  height: 30px;
  cursor: pointer;
}
.toggle-wrap .nav-toggle.active span:nth-child(1) {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}
.toggle-wrap .nav-toggle.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(0, 0) scale(0.1);
          transform: translate(0, 0) scale(0.1);
}
.toggle-wrap .nav-toggle.active span:nth-child(3) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
.toggle-wrap .nav-toggle span {
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #6D2D86;
  border-radius: 10px;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}
.toggle-wrap .nav-toggle span:nth-child(1) {
  -webkit-transform: translate(0, -8px) scale(1);
          transform: translate(0, -8px) scale(1);
}
.toggle-wrap .nav-toggle span:nth-child(2) {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.toggle-wrap .nav-toggle span:nth-child(3) {
  -webkit-transform: translate(0, 8px) scale(1);
          transform: translate(0, 8px) scale(1);
}
header#masthead {
  /**
	 * Search field topnav
	 */
}
header#masthead .top-nav-tools {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 440px;
  text-align: right;
  z-index: 99999;
  /*
		.aaa-button {
			background-image: url('css/aaa-icon@2x.png');
			background-size: 32px 17px;
			width: 34px;
		}
		*/
}
header#masthead .top-nav-tools .accessibility-bar {
  display: block;
  position: absolute;
  right: 131px;
  top: 9px;
}
header#masthead .top-nav-tools .accessibility-bar .accessibility-tool {
  display: inline-block;
  position: relative;
  line-height: 1;
  margin: 0 12px 0 0;
  color: #4A4A4A;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
header#masthead .top-nav-tools .accessibility-bar .aaa-button {
  background-image: url('css/aaa-icon@2x.png');
  background-size: 32px 17px;
  width: 34px;
}
header#masthead .top-nav-tools .menu-bar {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}
header#masthead .top-nav-tools .icon-menu-item {
  text-align: left;
  display: inline-block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  text-indent: -99999px;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
header#masthead .top-nav-tools .search-button {
  background-image: url('css/search@2x.png');
  background-size: 30px 24px;
  width: 32px;
}
header#masthead .top-nav-tools .audio-button {
  background-image: url('css/speaker-icon@2x.png');
  background-size: 24px 25px;
  width: 26px;
}
.accessibility-bar {
  margin-bottom: 5rem;
  font-size: 20px;
  font-size: 2rem;
}
.accessibility-bar a {
  color: #1A1919;
  margin-right: 20px;
  font-weight: 600;
  display: inline-block;
}
.accessibility-bar button {
  background: none;
  display: inline-block;
  position: relative;
  border: none;
  margin-right: 20px;
}
.accessibility-bar button:hover {
  color: #85BF41;
}
.accessibility-bar .listen {
  padding-left: 34px;
  background-image: url(css/speaker-icon.png);
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /*
			&:hover {
				color: @color-theme-02;
			}

			&.active {
				&:hover {
					color: #FF5353;
				}
			}
			*/
}
.accessibility-bar .print {
  padding-left: 34px;
  background-image: url(css/print-icon.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.accessibility-bar .share-fb {
  padding-left: 34px;
  background-image: url(css/fb-icon-grey.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.single-post {
  padding: 20px 0;
}
.single-post .single-wrap {
  padding: 40px 0;
}
.single-post p#breadcrumbs {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.single-post p#breadcrumbs a {
  color: #4A4A4A;
}
.single-post h1 {
  font-size: 50px;
  font-size: 5rem;
  text-transform: none;
  color: #4A4A4A;
}
.single-post h2 {
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: none;
  color: #4A4A4A;
  font-weight: 400;
}
.entry-footer .post-info {
  margin: 4rem 0;
  padding: 20px;
  background-color: #E8E8E8;
}
.entry-footer .post-info p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width : 768px) {
  .entry-footer .pager-wrap {
    display: none;
  }
}
.disclaimer {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px 20px 56px;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}
.disclaimer:before {
  content: "";
  clear: both;
}
.disclaimer span.disclaimer-icon {
  display: block;
  position: absolute;
  left: 0px;
  width: 38px;
  height: 38px;
  background-image: url('css/disclaimer-icon.png');
  background-repeat: no-repeat;
  background-position: left;
  width: 300px;
}
.arrangement-template {
  display: block;
  position: relative;
}
.arrangement-template h1 {
  text-transform: none;
}
.arrangement-template.single-wrap {
  padding: 40px 0;
}
.arrangement-template .news-image {
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.arrangement-template .news-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.arrangement-template .news-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.arrangement-template .news-image .fade-hover {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.5) translateY(0);
          transform: scale(0.5) translateY(0);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.arrangement-template .news-image .fade-hover .cover-icon {
  width: 100%;
  height: 100%;
  background: url(css/cross-green.png) no-repeat;
  background-position: center;
  -webkit-transform: rotate(270deg) scale(0.1);
          transform: rotate(270deg) scale(0.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.arrangement-template .news-image .content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.arrangement-template .news-image:hover .content {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.arrangement-template .news-image:hover .fade-hover {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.arrangement-template .news-image:hover .fade-hover .cover-icon {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}
.arrangement-template .arrangement-details {
  position: relative;
  width: 460px;
  float: right;
  margin: 0 0 40px 30px;
  padding: 30px 44px;
  border: 1px solid #D8D8D8;
}
.arrangement-template .arrangement-details h2 {
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: none;
}
.arrangement-template .arrangement-details:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  background-color: #94C93D;
  width: 15px;
  height: 43px;
}
.arrangement-template .arrangement-details table tr {
  font-weight: 300;
}
.arrangement-template .arrangement-details table tr td:nth-child(2) {
  padding-left: 10px;
}
/**
 * Archive page wrapper
 */
.category-archive a {
  color: #4A4A4A;
}
.category-archive a:hover {
  color: #4A4A4A;
}
.news-archive {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
.news-archive header.entry-header h1.entry-title {
  text-transform: none;
}
.news-archive .news-image {
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.news-archive .news-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.news-archive .news-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-archive .news-image .fade-hover {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.5) translateY(0);
          transform: scale(0.5) translateY(0);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-archive .news-image .fade-hover .cover-icon {
  width: 100%;
  height: 100%;
  background: url(css/cross-green.png) no-repeat;
  background-position: center;
  -webkit-transform: rotate(270deg) scale(0.1);
          transform: rotate(270deg) scale(0.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.news-archive .news-image .content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.news-archive .news-image:hover .content {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-archive .news-image:hover .fade-hover {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.news-archive .news-image:hover .fade-hover .cover-icon {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}
.news-archive .entry-content {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.news-archive p.publish-date {
  margin-bottom: 0;
  font-size: 14px;
}
.news-archive h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #4A4A4A;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.news-archive .prev-next-posts .pager-item {
  position: relative;
}
.news-archive .prev-next-posts .pager-item > a {
  display: inline-block;
  position: relative;
  padding: 6px 40px;
  border: 3px solid #85BF41;
  text-align: center;
  font-size: 1.5em;
  color: #4A4A4A;
  text-transform: uppercase;
}
.news-archive .prev-next-posts .pager-item.next-posts-link {
  float: left;
}
.news-archive .prev-next-posts .pager-item.next-posts-link > a {
  padding-right: 50px;
}
.news-archive .prev-next-posts .pager-item.next-posts-link > a:before {
  content: "<\00a0\00a0";
  position: relative;
  color: #85BF41;
  text-decoration: none;
}
.news-archive .prev-next-posts .pager-item.prev-posts-link {
  float: right;
}
.news-archive .prev-next-posts .pager-item.prev-posts-link > a {
  padding-left: 50px;
}
.news-archive .prev-next-posts .pager-item.prev-posts-link > a:hover:after {
  text-decoration: none;
}
.news-archive .prev-next-posts .pager-item.prev-posts-link > a:after {
  content: "\00a0\00a0>";
  position: relative;
  color: #85BF41;
  text-decoration: none;
}
html,
body {
  min-height: 100%;
  overflow: hidden;
}
.toggle-wrap {
  z-index: 99999;
}
body.admin-bar #page-wrapper,
body.admin-bar .off-canvas {
  top: 32px;
}
@media only screen and (max-width : 768px) {
  body.admin-bar #page-wrapper,
  body.admin-bar .off-canvas {
    top: 46px;
  }
}
.submit::-moz-focus-inner {
  border: 0;
}
/**
 * styles for the main wrapper slide in effect
 */
@-webkit-keyframes repaint {
  0% {
    width: 99.999%;
  }
  100% {
    width: 100%;
  }
}
@keyframes repaint {
  0% {
    width: 99.999%;
  }
  100% {
    width: 100%;
  }
}
#page-wrapper {
  position: absolute;
  width: auto;
  height: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  -webkit-animation: repaint 1ms 1101ms 1;
          animation: repaint 1ms 1101ms 1;
}
/**
 * styles for the off canvas section functionality
 */
.off-canvas {
  display: block;
  position: fixed;
  width: 320px;
  z-index: 999999;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(320px, 0);
          transform: translate(320px, 0);
  z-index: 99998;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
body .off-canvas {
  z-index: 999999;
}
body.off-canvas-active .off-canvas {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas .toggle-container {
  position: relative;
  height: 44px;
}
.off-canvas .toggle-container .toggle-wrap {
  top: 12px;
  right: 11px;
}
.off-canvas .tool-bar {
  display: block;
  position: relative;
  z-index: 1;
}
.off-canvas .tool-bar .accessibility-bar {
  display: block;
  position: relative;
  width: 240px;
  margin: 9px 0 0 22px;
  float: left;
  font-size: 26px;
  font-size: 2.6rem;
}
.off-canvas .tool-bar .accessibility-bar .accessibility-tool {
  display: inline-block;
  position: relative;
  line-height: 1;
  margin: 0 12px 0 0;
  color: #979797;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}
.off-canvas .tool-bar .accessibility-bar .accessibility-tool span {
  display: inline-block;
  text-indent: -10000px;
}
.off-canvas .tool-bar .accessibility-bar .accessibility-tool:hover {
  color: #6D2D86;
}
.off-canvas .tool-bar .accessibility-bar .aaa-button {
  background-image: url('css/aaa-icon@2x.png');
  background-size: 32px 17px;
  width: 34px;
}
.off-canvas .search-container label,
.off-canvas .search-container input {
  box-sizing: border-box;
}
.off-canvas .search-container form.search-form {
  display: block;
  position: relative;
  margin: 0;
  font-size: 0;
  padding: 14px 14px;
}
.off-canvas .search-container form.search-form > label {
  background-color: transparent;
  position: relative;
  display: inline-block;
  width: calc(100% - 60px);
  margin: 0;
  line-height: 1.3;
}
.off-canvas .search-container form.search-form > label > input {
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 8px 10px;
  line-height: 1.3;
  text-align: left;
  border: 1px solid #cccccc;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  margin: 0;
}
.off-canvas .search-container form.search-form .screen-reader-text {
  z-index: 1;
}
.off-canvas .search-container form.search-form > input[type="submit"] {
  display: inline-block;
  position: relative;
  border-radius: 0;
  text-align: center;
  padding: 8px 10px;
  line-height: 1.3;
  border: none;
  background-color: #85BF41;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  width: 60px;
  vertical-align: top;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.off-canvas .search-container form.search-form > input[type="submit"]:hover {
  background-color: #6b9934;
}
/**
 * Pure visual styling
 */
.off-canvas hr {
  margin: 0 20px;
}
.off-canvas .site-logo-aside {
  padding: 8px 0;
  border-bottom: 1px solid #85BF41;
}
.off-canvas .site-logo-aside img {
  display: block;
  margin: 0 auto;
  width: 116px;
}
.off-canvas nav {
  overflow-x: hidden;
  padding: 0 0 20px 0;
}
.off-canvas nav a {
  display: block;
  position: relative;
  padding: 10px 36px 10px 16px;
  color: #4A4A4A;
  border-bottom: 1px solid #cccccc;
}
.off-canvas nav a .expander {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.07);
}
.off-canvas nav a .expander:before {
  content: "+";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  display: block;
  position: relative;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
  padding: 30%;
}
.off-canvas nav li li a {
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 4px solid #D8D8D8;
  background-color: #FCFCFC;
}
.off-canvas nav li li li a {
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 6px solid #D8D8D8;
  background-color: #F5F5F5;
}
.off-canvas nav .menu-item.menu-item-has-children {
  position: relative;
}
.off-canvas nav .menu-item.menu-item-has-children.toggle-opened > a .expander:before {
  content: "-";
}
.off-canvas nav .menu-item > .sub-menu {
  display: none;
  overflow: hidden;
}
.off-canvas nav .menu-item.current-menu-item > a {
  border-left-color: #85BF41;
  color: #85BF41;
}
.off-canvas nav .menu-item.current-menu-item > .sub-menu {
  display: block;
}
.off-canvas nav .menu-item li {
  position: relative;
}
.off-canvas nav .menu-item li a {
  position: relative;
  padding-left: 20px;
}
.off-canvas nav .menu-item li li a {
  padding-left: 26px;
}
/**
 * Styles for site spesiffic content rows 
 */
/**
 * Cross styles 2 col  grid
 */
.front-archive-btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 14px;
  padding: 8px 25px;
  background-color: #4A4A4A;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.front-archive-btn:hover {
  color: #ffffff;
  background-color: #6D2D86;
}
.arrangements {
  padding: 50px 0;
  background-color: #F8F6F7;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4A4A4A;
  line-height: 1.3;
}
.arrangements .arrangement-item {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width : 768px) {
  .arrangements .arrangement-item {
    padding-bottom: 40px;
  }
}
.arrangements p {
  margin-bottom: 20px;
}
.arrangements h2 {
  font-weight: 300;
  text-transform: none;
  color: #4A4A4A;
}
.arrangements h2.sub-title.decorated {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
@media only screen and (max-width : 768px) {
  .arrangements h2.sub-title.decorated {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 140px;
  }
}
.arrangements .arrangement-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-wrap {
  background-color: #ffffff;
}
.news-wrap .container {
  position: relative;
}
.news-wrap .container .centered {
  position: relative;
}
a.read-more-gray {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  background-color: #4A4A4A;
  color: #ffffff;
  padding: 8px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width : 768px) {
  a.read-more-gray {
    display: block;
    position: absolute;
    bottom: 10px;
  }
}
a.read-more-gray:hover {
  color: #ffffff;
  background-color: #6D2D86;
}
.news-latest .news-image {
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.news-latest .news-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.news-latest .news-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-latest .news-image .fade-hover {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.5) translateY(0);
          transform: scale(0.5) translateY(0);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-latest .news-image .fade-hover .cover-icon {
  width: 100%;
  height: 100%;
  background: url(css/cross-green.png) no-repeat;
  background-position: center;
  -webkit-transform: rotate(270deg) scale(0.1);
          transform: rotate(270deg) scale(0.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.news-latest .news-image .content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.news-latest .news-image:hover .content {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-latest .news-image:hover .fade-hover {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.news-latest .news-image:hover .fade-hover .cover-icon {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}
.news-latest .news-grid {
  margin: 0 auto;
}
.news-latest .news-grid .grid-row {
  border-top: 1px solid #DDDDDD;
  clear: both;
}
.news-latest .news-grid .grid-row:nth-child(1) {
  border-top: none;
}
.news-latest .news-grid .grid-item {
  float: left;
  width: calc(50% - 1px);
  padding: 40px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
@media only screen and (max-width : 992px) {
  .news-latest .news-grid .grid-item {
    padding: 40px 20px 40px 0;
  }
  .news-latest .news-grid .grid-item:nth-child(2n+0) {
    padding: 40px 0 40px 20px;
  }
}
@media only screen and (max-width : 480px) {
  .news-latest .news-grid .grid-item {
    width: 100%;
  }
}
.news-latest .news-grid .grid-item p.publish-date {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.news-latest .news-grid .grid-item h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #4A4A4A;
  text-transform: none;
  margin-top: 0;
}
.news-latest .news-grid .grid-item:nth-child(2n) {
  border-left: 1px solid #DDDDDD;
}
.news-latest .news-grid .grid-item .img-col {
  float: left;
  width: 165px;
}
@media only screen and (max-width : 992px) {
  .news-latest .news-grid .grid-item .img-col {
    float: none;
    width: 100%;
  }
}
.news-latest .news-grid .grid-item .info-col {
  position: relative;
  float: right;
  padding-left: 20px;
  width: calc(100% - 165px);
}
@media only screen and (max-width : 992px) {
  .news-latest .news-grid .grid-item .info-col .the_excerpt {
    position: relative;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width : 992px) {
  .news-latest .news-grid .grid-item .info-col {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.services {
  padding: 50px 0;
  background-color: #F8F6F7;
}
.services .sub-title.decorated {
  margin-bottom: 60px;
}
@media only screen and (max-width : 992px) {
  .services .service-wrap {
    padding-bottom: 10px;
    margin: 0 30px 30px;
  }
}
.services .service-item {
  padding: 20px 0 0;
  background-color: #ffffff;
}
@media only screen and (max-width : 768px) {
}
@media only screen and (max-width : 768px) {
  .services .visit-button {
    position: relative;
  }
}
.services .service-image {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  margin: 0px 30px 0;
  position: relative;
}
.services .service-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.services .service-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width : 768px) {
  .services .service-image {
    background-size: contain;
  }
}
/**
 * Employees
 */
.employee-wrapper h2 {
  text-transform: none;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  color: #4A4A4A;
}
.employee-wrapper .employee-image {
  background-size: cover;
  position: relative;
}
.employee-wrapper .employee-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 128.78787879%;
}
.employee-wrapper .employee-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.employee-wrapper .employee-info {
  background-color: #ffffff;
  padding: 25px;
}
.employee-wrapper .employee-info h2 {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
  color: #4A4A4A;
}
.employee-wrapper .employee-info p {
  margin-bottom: 2px;
  padding: 4px 0px;
}
.employee-wrapper .employee-info p.position {
  display: block;
  font-style: italic;
  margin-bottom: 8px;
}
.employee-wrapper .employee-info a {
  display: block;
  padding: 4px 0px;
  padding-left: 44px;
  margin-bottom: 2px;
  color: #4A4A4A;
}
.employee-wrapper .employee-info a.phone {
  background-image: url('css/employee-phone.png');
  background-repeat: no-repeat;
  background-position: center left;
}
.employee-wrapper .employee-info a.email {
  background-image: url('css/employee-email.png');
  background-repeat: no-repeat;
  background-position: center left;
}
@media only screen and (max-width : 768px) {
  .employee-wrapper .employee-info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 768px) {
  .arrangement-template .arrangement-details {
    width: 100%;
  }
}
/**
 * Newsletter
 */
.newsletter {
  background: #666666 url('css/newsletter-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  padding: 40px 40px;
}
.newsletter .message {
  margin-top: 20px;
  text-align: center;
}
.newsletter .message span {
  display: inline-block;
  vertical-align: middle;
}
.newsletter .message .description {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  vertical-align: middle;
  background-image: url('css/letter-icon.png');
  background-repeat: no-repeat;
  background-position: center left;
  margin-right: 14px;
  padding-left: 70px;
}
@media only screen and (max-width : 992px) {
  .newsletter .message .description {
    display: inline-block;
    margin: 0 20px 26px;
	background-image: url(css/letter-icon.png);
        background-repeat: no-repeat;
        background-position: center left;
		margin-right: -18px;
  padding-left: 70px;
  }
}
.newsletter .message .mail-form form input[type="email"] {
  background-color: #ffffff;
  border: none;
  padding: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #7D7D7D;
  margin-right: 20px;
  vertical-align: top;
}
@media only screen and (max-width : 992px) {
  .newsletter .message .mail-form form input[type="email"] {
    width: 300px;
  }
}
.newsletter .message .mail-form button {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
  padding: 7px 42px;
  background-color: transparent;
  border: 3px solid #94C93D;
  vertical-align: top;
}
/**
 * Pedia
 */
.pedia-wrap .info-wrap header.entry-header h2.entry-title,
.info-wrap header.entry-header h2.entry-title {
  margin-top: 0;
}
.arrangement-archive-wrap .page-header {
  margin: 10px 0 0px;
}
.arrangement-archive-wrap h1.page-title {
  text-transform: none;
  font-size: 50px;
  font-size: 5rem;
}
.arrangement-archive-wrap hr {
  margin: 10px 0 50px;
}
@media only screen and (max-width : 768px) {
  .arrangement-archive-wrap .filters a {
    margin-bottom: 10px;
  }
}
.arrangement-archive-wrap a.filter-button {
  padding: 10px 10px;
  display: block;
  background-color: transparent;
  border: 2px solid #85BF41;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #4A4A4A;
  text-transform: none;
}
.arrangement-archive-wrap a.filter-button.active {
  color: #ffffff;
  background-color: #85BF41;
}
.arrangement-wrap {
  margin-bottom: 30px;
}
.arrangement-wrap h2.entry-title {
  text-transform: none;
  margin: 0 0 10px;
}
.arrangement-wrap h2.entry-title a {
  color: #4A4A4A;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}
.arrangement-wrap article {
  border: 1px solid #85BF41;
  background-color: #EFEFEF;
  padding: 30px 40px;
}
.arrangement-wrap article:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 32px;
  background-color: #94C93D;
  width: 8px;
  height: 26px;
}
.arrangement-wrap .entry-meta {
  margin: 10px 0;
}
@media only screen and (max-width : 768px) {
  .arrangement-wrap .arrangement-links a {
    margin-bottom: 10px;
  }
}
.arrangement-wrap .date-box {
  padding: 32px 9px 20px;
  width: 88px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 800;
  line-height: 1;
  height: 88px;
  background-image: url('css/date-box.png');
  background-repeat: no-repeat;
  margin-top: 38px;
}
.arrangement-wrap .date-box .centered {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}
@media only screen and (max-width : 992px) {
  .arrangement-wrap .date-box {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width : 768px) {
  .arrangement-wrap .date-box {
    display: none;
  }
}
.arrangement-wrap .info-wrap {
  min-height: 210px;
}
.arrangement-wrap .activity-button {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #4A4A4A;
}
.arrangement-wrap .activity-button.sign-up {
  color: #4A4A4A;
  background-color: #FFFFFF;
  border: 1px solid #85BF41;
}
.category-root-template main.site-main .link-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive.category h3 {
  margin: 20px 0 30px;
}
.archive.category h3.term-group-header {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 20px 0 30px;
}
.archive.category h3.term-list-header {
  margin: 20px 0 10px;
}
.archive.category hr.term-group-divider {
  margin: 40px 0;
}
.archive.category .term-wrap {
  padding: 0 0 30px;
}
.archive.category .term-wrap > h4 {
  margin-top: 16px;
  margin-bottom: 10px;
}
.archive.category .term-cat-icon img {
  width: auto;
  height: 80px;
}
.archive.category ul.term-list {
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
}
.archive.category ul.term-list li {
  margin: 0;
}
.archive.category ul.term-list a {
  display: block;
  padding: 4px 4px 4px 26px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #4A4A4A;
  text-decoration: underline;
  background-image: url(css/green-arr.png);
  background-repeat: no-repeat;
  background-position: top 8px left 0;
  padding-left: 20px;
}
.top-article-box.link-box {
  margin-top: 30px;
  padding: 40px 30px;
}
.top-article-box.link-box .focus-articles ul {
  margin: 0;
  padding: 0;
}
.top-article-box.link-box .focus-articles ul li {
  margin: 0 0 10px;
  padding: 0;
}
.top-article-box.link-box .focus-articles ul li a {
  display: block;
  padding: 4px 4px 4px 26px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #4A4A4A;
  text-decoration: underline;
  background-image: url(css/green-arr.png);
  background-repeat: no-repeat;
  background-position: top 8px left 0;
  padding-left: 20px;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-dot {
  display: none;
}
.owl-carousel .owl-item {
  font-family: 'Open Sans', sans-serif;
}
.owl-carousel .owl-item .slide {
  min-height: 500px;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width : 768px) {
  .owl-carousel .owl-item .slide {
    min-height: 300px;
  }
}
.owl-carousel .owl-item .slide .info {
  margin: 0 auto;
  max-width: 900px;
  font-size: 55px;
  font-size: 5.5rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
@media only screen and (max-width : 768px) {
  .owl-carousel .owl-item .slide .info {
    display: none;
  }
}
.owl-wrap {
  position: relative;
}
.owl-wrap.text-only .info-wrap {
  bottom: auto;
  top: 20%;
}
.owl-wrap .info-wrap {
  position: absolute;
  z-index: 1;
  bottom: 60%;
  left: 50%;
  bottom: 65%;
  width: 0;
  height: auto;
  overflow: visible;
}
.owl-wrap .info-wrap .info {
  position: relative;
  width: 900px;
  font-weight: 400;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.3;
}
.owl-wrap .info-wrap .info p {
  line-height: 1.3;
}
.owl-wrap .search-wrap {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  bottom: 60%;
  left: 50%;
  overflow: visible;
}
@media only screen and (max-width : 768px) {
  .owl-wrap .search-wrap {
    margin-top: 20px;
    bottom: 0;
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    left: auto;
    overflow: visible;
  }
}
.owl-wrap .search-wrap .slider-input-search {
  position: relative;
  width: 900px;
  margin-top: 20px;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .owl-wrap .search-wrap .slider-input-search {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.owl-wrap .search-wrap .slider-input-search .screen-reader-text {
  display: none;
}
.owl-wrap .search-wrap .slider-input-search form[role="search"] {
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (max-width : 768px) {
  .owl-wrap .search-wrap .slider-input-search form[role="search"] {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 15px;
  }
}
.owl-wrap .search-wrap .slider-input-search form[role="search"] input.search-field {
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  line-height: 1.3;
  height: 87px;
  vertical-align: middle;
  margin: 0;
  padding: 0 28px;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  background-color: #ffffff;
  background-image: url('css/search_purple@2x.png');
  background-size: 31px 25px;
  background-repeat: no-repeat;
  background-position: center left 16px;
  padding-left: 60px;
  width: 400px;
}
@media only screen and (max-width : 768px) {
  .owl-wrap .search-wrap .slider-input-search form[role="search"] input.search-field {
    width: calc(100% - 200px);
    display: inline-block;
    border: 1px solid #85BF41;
    margin-top: 0;
  }
}
@media only screen and (max-width : 480px) {
  .owl-wrap .search-wrap .slider-input-search form[role="search"] input.search-field {
    display: block;
    width: 100%;
  }
}
.owl-wrap .search-wrap .slider-input-search form[role="search"] button.search-submit {
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  line-height: 1.3;
  height: 87px;
  vertical-align: middle;
  margin: 0;
  padding: 0 28px;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  background-color: #85BF41;
  color: #ffffff;
  width: 90px;
  font-size: 27px;
  font-size: 2.7rem;
  padding: 0 10px;
}
@media only screen and (max-width : 768px) {
  .owl-wrap .search-wrap .slider-input-search form[role="search"] button.search-submit {
    width: 200px;
    display: inline-block;
    margin-top: 0;
  }
}
@media only screen and (max-width : 480px) {
  .owl-wrap .search-wrap .slider-input-search form[role="search"] button.search-submit {
    display: block;
    width: 100%;
  }
}
.owl-wrap .search-wrap .slider-input-search form[role="search"] button.search-submit:hover,
.owl-wrap .search-wrap .slider-input-search form[role="search"] button.search-submit:focus {
  background-color: #78AD39;
}
/*
@media @slider-640 {
	.owl-carousel-top .slide {
		min-height: 230px;
	}
}
*/
@media only screen and (min-width : 768px) {
  .owl-carousel-top .slide {
    min-height: 440px;
  }
}
@media only screen and (min-width : 940px) {
  .owl-carousel-top .slide {
    min-height: 460px;
  }
}
@media only screen and (min-width : 1240px) {
  .owl-carousel-top .slide {
    min-height: 530px;
  }
}
@media only screen and (min-width : 1380px) {
  .owl-carousel-top .slide {
    min-height: 560px;
  }
}
@media only screen and (min-width : 1430px) {
  .owl-carousel-top .slide {
    min-height: 620px;
  }
}
@media only screen and (min-width : 1580px) {
  .owl-carousel-top .slide {
    min-height: 620px;
  }
}
@media only screen and (min-width : 1800px) {
  .owl-carousel-top .slide {
    min-height: 700px;
  }
}
@media only screen and (min-width : 1981px) {
  .owl-carousel-top .slide {
    min-height: 800px;
  }
}
/*
@media @slider-lg {
	.owl-carousel-top .slide {
		min-height: 430px;
	}
}

@media @slider-md {
	.owl-carousel-top .slide {
		min-height: 321px;
	}
}*/
/*
@media @slider-sm {
	.owl-carousel-top .slide {
		min-height: 221px;
	}
}


@media @slider-xs {
	.owl-carousel-top .slide {
		min-height: 221px;
	}
}
*/
@media (max-width: 767px) {
  ul {
    padding-left: 18px;
  }
  body.home .main-content .entry-content h1 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-top: 0;
  }
  header#masthead {
    margin: 0;
  }
  header#masthead .site-logo {
    width: 116px;
    min-height: 76px;
  }
  header#masthead .site-logo a {
    margin-top: 16px;
  }
  header#masthead .top-nav-tools {
    top: 23px;
    right: 0;
  }
  .arrangement-item .dark-button {
    display: block;
    position: relative;
  }
  .arrangements .front-archive-btn {
    padding: 14px 14px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .arrangements .arrangement-item .dark-button {
    padding: 14px 14px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /**
	 * News
	 */
  .news-archive .news-image {
    margin-top: 20px;
  }
  .news-archive .prev-next-posts {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .news-archive .prev-next-posts .pager-item > a {
    padding: 3px 14px;
  }
  .news-archive .prev-next-posts .pager-item.next-posts-link > a,
  .news-archive .prev-next-posts .pager-item.prev-posts-link > a {
    padding: 3px 14px;
  }
  .news-wrap .news-latest .grid-item a.read-more-gray {
    padding: 14px 14px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-wrap .front-archive-btn.archive-news {
    padding: 14px 14px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .services .service-wrap {
    padding-bottom: 0;
    margin: 0 12px;
  }
  .services .visit-button {
    padding: 14px 14px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .services.services-triple h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .entry-content .big-button {
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }
  footer.site-footer .site-info .col-contact,
  footer.site-footer .site-info .col-news,
  footer.site-footer .site-info .col-services {
    text-align: center;
  }
  footer.site-footer a.order-button 
  {
    margin: 0 auto;
  }
   .slider-guide .search-wrap .slider-input-search form.search-form input[type="search"] 
  {
	  width: calc(100% - 80px);
	  padding: 10px 4px;
	  text-align: center;
  }
  .slider-guide .search-wrap .slider-input-search form.search-form button[type="submit"] 
  {
	  width: 80px;
  }
  
}
@media screen and (min-width: 321px) and (max-width: 767px) 
{
	.slider-guide .search-wrap .slider-input-search form.search-form input[type="search"] {padding: 10px 30px;}
}

.slider-guide .search-wrap .slider-input-search form.search-form input[type="search"] {
  width: calc(100% - 200px);
  height: 34px;
  color: #4A4A4A;
  border-radius: 0;
}
.slider-guide .search-wrap .slider-input-search form.search-form button[type="submit"] {
  border-radius: 0;
}
.slider-guide .swiper-slide.survey.guide-slide {
  background-color: transparent;
}
.slider-guide .swiper-slide.survey.guide-slide {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-guide .swiper-slide.survey.guide-slide .container {
  padding-left: 100px;
}
.slider-guide .swiper-slide.survey.guide-slide .container > ul > li > a {
  background-color: #ffffff;
  color: #000000;
}
.slider-guide .swiper-slide.survey.guide-slide .container > ul > li > a:hover {
  background-color: #85BF41;
  color: #ffffff;
}
.pager-wrap {
  padding-top: 20px;
}
.pager-wrap .prev-pedia,
.pager-wrap .next-pedia {
  /*
		display: inline-block;
		padding: 10px 20px;
		background-color: transparent;
		border: 1px solid #5CBA36;
		*/
  display: inline-block;
  position: relative;
}
.pager-wrap .prev-pedia a,
.pager-wrap .next-pedia a {
  display: inline-block;
  position: relative;
  padding: 6px 40px;
  border: 3px solid #85BF41;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #4A4A4A;
  text-transform: uppercase;
}
.pager-wrap .next-pedia {
  float: right;
}
.pedia-archive-wrap .pedia-wrap .info-wrap header.entry-header h2.entry-title a {
  display: block;
}
.top-article-box.link-box .wrap-center {
  text-align: center;
  margin-bottom: 30px;
}
.top-article-box.link-box img.link-box-image {
  margin-bottom: 0;
  margin-left: 10px;
  max-width: 140px;
  text-align: center;
}
.link-box-container .link-box .cateogry-icon {
  margin-bottom: 20px;
}
@media only screen and (max-width : 992px) {
  .archive.category ul.term-list {
    margin-bottom: 50px;
  }
}
.a2n-size .pedia-archive-wrap a.filter-button {
  padding: 0;
}
.categoriy-archive .category-default .article {
  margin-bottom: 30px;
}
.categoriy-archive .category-default .article h3.term-list-header {
  margin-top: 0;
  margin-bottom: 10px;
}
.categoriy-archive .category-default .article h4.term-list-header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.categoriy-archive .category-default .article a {
  text-decoration: underline;
}
@media only screen and (max-width : 768px) {
  .pedia-wrap article {
    padding: 30px 30px 10px;
  }
  .pedia-wrap .info-wrap {
    min-height: 0;
  }
  .pedia-wrap .entry-content {
    padding-bottom: 10px;
  }
}
/**
 * Fiks for polsk css
 */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: 500;
}
html body main#main {
  margin-top: 0 !important;
}
/*# sourceMappingURL=style.css.map */


/*------------------Norsis-Kontakt oss reCaptcha----------------*/
.page-template-template-contact #frm_form_6_container .frm_submit{margin-top: 30px;}
.page-template-template-contact .recapt .frm_error{padding-top: 10px;}
@media screen and (max-width: 340px){
.page-template-template-contact .recapt .frm-g-recaptcha {transform:scale(0.94);-webkit-transform:scale(0.94);transform-origin:0 0;-webkit-transform-origin:0 0;}
.page-template-template-contact #frm_form_6_container textarea,.page-template-template-contact #frm_form_6_container input,.page-template-template-contact #frm_form_6_container #field_ejvso5{width:94%;}
}

.off-canvas.show{transform: translate(0px, 0);}