﻿@charset "UTF-8";
/* ==========================================================================
   1 Base
   ========================================================================== */
/*
   1.0 body etc
   ========================================================================== */
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}

body {
  position: relative;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

body {
  margin: 0;
}

/* utilities */
.no-padding-sm {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .no-padding-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/fira/eot/FiraSans-Light.eot");
  src: local("Fira Sans Light"), url("../fonts/fira/eot/FiraSans-Light.eot") format("embedded-opentype"), url("../fonts/fira/woff/FiraSans-Light.woff") format("woff"), url("../fonts/fira/ttf/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/fira/eot/FiraSans-LightItalic.eot");
  src: local("Fira Sans Light Italic"), url("../fonts/fira/eot/FiraSans-LightItalic.eot") format("embedded-opentype"), url("../fonts/fira/woff/FiraSans-LightItalic.woff") format("woff"), url("../fonts/fira/ttf/FiraSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/fira/eot/FiraSans-Regular.eot");
  src: local("Fira Sans Regular"), url("../fonts/fira/eot/FiraSans-Regular.eot") format("embedded-opentype"), url("../fonts/fira/woff/FiraSans-Regular.woff") format("woff"), url("../fonts/fira/ttf/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/fira/eot/FiraSans-RegularItalic.eot");
  src: local("Fira Sans Regular Italic"), url("../fonts/fira/eot/FiraSans-RegularItalic.eot") format("embedded-opentype"), url("../fonts/fira/woff/FiraSans-RegularItalic.woff") format("woff"), url("../fonts/fira/ttf/FiraSans-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/*
@font-face{
    font-family: 'Fira Sans';
    src: url( $fira-font-path + 'eot/FiraSans-Medium.eot');
    src: local('Fira Sans Medium'),
         url( $fira-font-path + 'eot/FiraSans-Medium.eot') format('embedded-opentype'),
         url( $fira-font-path + 'woff/FiraSans-Medium.woff') format('woff'),
         url( $fira-font-path + 'ttf/FiraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url( $fira-font-path + 'eot/FiraSans-MediumItalic.eot');
    src: local('Fira Sans Medium Italic'),
         url( $fira-font-path + 'eot/FiraSans-MediumItalic.eot') format('embedded-opentype'),
         url( $fira-font-path + 'woff/FiraSans-MediumItalic.woff') format('woff'),
         url( $fira-font-path + 'ttf/FiraSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Sans';
    src: url( $fira-font-path + 'eot/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'),
         url( $fira-font-path + 'eot/FiraSans-Bold.eot') format('embedded-opentype'),
         url( $fira-font-path + 'woff/FiraSans-Bold.woff') format('woff'),
         url( $fira-font-path + 'ttf/FiraSans-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url( $fira-font-path + 'eot/FiraSans-BoldItalic.eot');
    src: local('Fira Sans Bold Italic'),
         url( $fira-font-path + 'eot/FiraSans-BoldItalic.eot') format('embedded-opentype'),
         url( $fira-font-path + 'woff/FiraSans-BoldItalic.woff') format('woff'),
         url( $fira-font-path + 'ttf/FiraSans-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Mono';
    src: url( $fira-font-path + 'eot/FiraMono-Regular.eot');
    src: local('Fira Mono'),
         url( $fira-font-path + 'eot/FiraMono-Regular.eot') format('embedded-opentype'),
         url( $fira-font-path + 'woff/FiraMono-Regular.woff') format('woff'),
         url( $fira-font-path + 'ttf/FiraMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Mono';
    src: url( $fira-font-path + 'eot/FiraMono-Bold.eot');
    src: local('Fira Mono Bold'),
         url( $fira-font-path + 'eot/FiraMono-Bold.eot') format('embedded-opentype'),
         url( $fira-font-path + 'woff/FiraMono-Bold.woff') format('woff'),
         url( $fira-font-path + 'ttf/FiraMono-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
*/
/*
   1.1 Typography
   ========================================================================== */
/*
   1.1.1 Headers
   ========================================================================== */
body {
  font-weight: 300;
}

h1,
h2 {
  font-weight: 300;
}

/*
   1.1.2 Font Sizes
   ========================================================================== */
.lead,
.text-l {
  font-size: 1.25em;
}

.text-xl {
  font-size: 1.5em;
}

.text-sm {
  font-size: 0.875em;
}

.text-xs {
  font-size: 0.75em;
}

.text-xxs {
  font-size: 0.625em;
}

/*
   1.1.2 Font Weights
   ========================================================================== */
.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

/*
   1.1.3 Font Styles
   ========================================================================== */
.italic {
  font-style: italic;
}

/* 
   1.2 Icons
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icon-font/icomoon.eot?27002j");
  src: url("../fonts/icon-font/icomoon.eot?#iefix27002j") format("embedded-opentype"), url("../fonts/icon-font/icomoon.ttf?27002j") format("truetype"), url("../fonts/icon-font/icomoon.woff?27002j") format("woff"), url("../fonts/icon-font/icomoon.svg?27002j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="usp-icon-"], [class*=" usp-icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.usp-icon-speech-bubble-arrow-experience-canvas:before {
  content: "\e61d";
}

.usp-icon-share:before {
  content: "\e600";
}

.usp-icon-print:before {
  content: "\e601";
}

.usp-icon-mountain:before {
  content: "\e602";
}

.usp-icon-cake:before {
  content: "\e603";
}

.usp-icon-calendar:before {
  content: "\e604";
}

.usp-icon-certificate:before {
  content: "\e605";
}

.usp-icon-chart:before {
  content: "\e606";
}

.usp-icon-clipboard:before {
  content: "\e607";
}

.usp-icon-evolution:before {
  content: "\e609";
}

.usp-icon-newsletter:before {
  content: "\e60a";
}

.usp-icon-newspaper:before {
  content: "\e60b";
}

.usp-icon-organisation:before {
  content: "\e60c";
}

.usp-icon-thumb:before {
  content: "\e60d";
}

.usp-icon-wrench:before {
  content: "\e610";
}

.usp-icon-location:before {
  content: "\e611";
}

.usp-icon-speaker-two-mics:before {
  content: "\e612";
}

.usp-icon-speaker-one-mic:before {
  content: "\e613";
}

.usp-icon-speaker-no-mic:before {
  content: "\e614";
}

.usp-icon-participant:before {
  content: "\e615";
}

.usp-icon-network:before {
  content: "\e616";
}

.usp-icon-participants:before {
  content: "\e617";
}

.usp-icon-follow:before {
  content: "\e618";
}

/* 
   1.3 Colors
   ========================================================================== */
/* 
   1.3.1 Pantone colors (blocks)
   ========================================================================== */
.pantone-185 {
  background-color: #EF3E42;
}

.pantone-185-medium {
  background-color: #F37565;
}

.pantone-185-light {
  background-color: #F9B3AB;
}

.pantone-368 {
  background-color: #7AC143;
}

.pantone-368-medium {
  background-color: #9ACD6E;
}

.pantone-368-light {
  background-color: #CAE3B2;
}

.pantone-3005 {
  background-color: #0081C6;
}

.pantone-3005-medium {
  background-color: #429ED6;
}

.pantone-3005-light {
  background-color: #A0C4E6;
}

.pantone-7540 {
  background-color: #474747;
}

.pantone-7540-medium {
  background-color: #8D8D8D;
}

.pantone-7540-medium-light {
  background-color: #C3C3C3;
}

.pantone-7540-light {
  background-color: #E5E5E5;
}

.pantone-7540-extra-light {
  background-color: #EBEBEB;
}

.pantone-7540-extra-extra-light {
  background-color: #F2F2F2;
}

.pantone-warm-grey-5 {
  background-color: #C6C1B8;
}

.pantone-warm-grey-5-medium {
  background-color: #D5D1CA;
}

.pantone-warm-grey-5-medium-light {
  background-color: #EAE7E3;
}

.pantone-warm-grey-5-light {
  background-color: #F4F2F0;
}

.pantone-warm-grey-5-extra-light {
  background-color: #F7F6F4;
}

.pantone-warm-grey-5-extra-extra-light {
  background-color: #F9F8F7;
}

.pantone-7685 {
  background-color: #395296;
}

.pantone-7685-medium {
  background-color: #6C7BB0;
}

.pantone-7685-light {
  background-color: #B4BAD6;
}

.pantone-340 {
  background-color: #00985F;
}

.pantone-340-medium {
  background-color: #35AF84;
}

.pantone-340-light {
  background-color: #A1D3BC;
}

.pantone-7468 {
  background-color: #0E7398;
}

.pantone-7468-medium {
  background-color: #679DB7;
}

.pantone-7468-light {
  background-color: #B4CDD9;
}

.pantone-5773 {
  background-color: #8A9165;
}

.pantone-5773-medium {
  background-color: #A6AC89;
}

.pantone-5773-light {
  background-color: #D2D3C1;
}

.pantone-7748 {
  background-color: #7D8237;
}

.pantone-7748-medium {
  background-color: #9DA067;
}

.pantone-7748-light {
  background-color: #CECDAF;
}

.pantone-7767 {
  background-color: #A89E34;
}

.pantone-7767-medium {
  background-color: #BFB768;
}

.pantone-7767-light {
  background-color: #E1DAB1;
}

.pantone-605 {
  background-color: #DDD00C;
}

.pantone-605-medium {
  background-color: #EADC58;
}

.pantone-605-light {
  background-color: #F7EDAC;
}

.pantone-158 {
  background-color: #E6742E;
}

.pantone-158-medium {
  background-color: #EC9761;
}

.pantone-158-light {
  background-color: #F6C9AC;
}

.pantone-2340 {
  background-color: #CC6B78;
}

.pantone-2340-medium {
  background-color: #DB9097;
}

.pantone-2340-light {
  background-color: #EFC7C9;
}

.pantone-7627 {
  background-color: #A6232D;
}

.pantone-7627-medium {
  background-color: #C1365B;
}

.pantone-7627-light {
  background-color: #E4B0A8;
}

.pantone-7648 {
  background-color: #990664;
}

.pantone-7648-medium {
  background-color: #B65989;
}

.pantone-7648-light {
  background-color: #DCAAC0;
}

/* 
   1.3.2 Pantone colors (Text)
   ========================================================================== */
.text-pantone-185 {
  color: #EF3E42;
}

.text-pantone-185-medium {
  color: #F37565;
}

.text-pantone-185-light {
  color: #F9B3AB;
}

.text-pantone-368 {
  color: #7AC143;
}

.text-pantone-368-medium {
  color: #9ACD6E;
}

.text-pantone-368-light {
  color: #CAE3B2;
}

.text-pantone-3005 {
  color: #0081C6;
}

.text-pantone-3005-medium {
  color: #429ED6;
}

.text-pantone-3005-light {
  color: #A0C4E6;
}

.text-pantone-7540 {
  color: #474747;
}

.text-pantone-7540-medium {
  color: #8D8D8D;
}

.text-pantone-7540-medium-light {
  color: #C3C3C3;
}

.text-pantone-7540-light {
  color: #E5E5E5;
}

.text-pantone-7540-extra-light {
  color: #EBEBEB;
}

.text-pantone-7540-extra-extra-light {
  color: #F2F2F2;
}

.text-pantone-warm-grey-5 {
  color: #C6C1B8;
}

.text-pantone-warm-grey-5-medium {
  color: #D5D1CA;
}

.text-pantone-warm-grey-5-medium-light {
  color: #EAE7E3;
}

.text-pantone-warm-grey-5-light {
  color: #F4F2F0;
}

.text-pantone-warm-grey-5-extra-light {
  color: #F7F6F4;
}

.text-pantone-warm-grey-5-extra-extra-light {
  color: #F9F8F7;
}

.text-pantone-7685 {
  color: #395296;
}

.text-pantone-7685-medium {
  color: #6C7BB0;
}

.text-pantone-7685-light {
  color: #B4BAD6;
}

.text-pantone-340 {
  color: #00985F;
}

.text-pantone-340-medium {
  color: #35AF84;
}

.text-pantone-340-light {
  color: #A1D3BC;
}

.text-pantone-7468 {
  color: #0E7398;
}

.text-pantone-7468-medium {
  color: #679DB7;
}

.text-pantone-7468-light {
  color: #B4CDD9;
}

.text-pantone-5773 {
  color: #8A9165;
}

.text-pantone-5773-medium {
  color: #A6AC89;
}

.text-pantone-5773-light {
  color: #D2D3C1;
}

.text-pantone-7748 {
  color: #7D8237;
}

.text-pantone-7748-medium {
  color: #9DA067;
}

.text-pantone-7748-light {
  color: #CECDAF;
}

.text-pantone-7767 {
  color: #A89E34;
}

.text-pantone-7767-medium {
  color: #BFB768;
}

.text-pantone-7767-light {
  color: #E1DAB1;
}

.text-pantone-605 {
  color: #DDD00C;
}

.text-pantone-605-medium {
  color: #EADC58;
}

.text-pantone-605-light {
  color: #F7EDAC;
}

.text-pantone-158 {
  color: #E6742E;
}

.text-pantone-158-medium {
  color: #EC9761;
}

.text-pantone-158-light {
  color: #F6C9AC;
}

.text-pantone-2340 {
  color: #CC6B78;
}

.text-pantone-2340-medium {
  color: #DB9097;
}

.text-pantone-2340-light {
  color: #EFC7C9;
}

.text-pantone-7627 {
  color: #A6232D;
}

.text-pantone-7627-medium {
  color: #C1365B;
}

.text-pantone-7627-light {
  color: #E4B0A8;
}

.text-pantone-7648 {
  color: #990664;
}

.text-pantone-7648-medium {
  color: #B65989;
}

.text-pantone-7648-light {
  color: #DCAAC0;
}

/* 
   1.4 Links
   ========================================================================== */
a {
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

/*
   1.5 buttons
   ========================================================================== */
.btn {
  height: 36px;
  border-radius: 18px;
  font-size: 14px;
  padding: 8px 24px;
}
.btn.btn-default {
  border-color: transparent;
  color: #337ab7;
}
.btn.btn-default:active, .btn.btn-default.active, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.focus {
  color: #006093;
  border-color: transparent;
  background-color: transparent;
}

.btn-sm {
  height: 24px;
  padding: 6px 10px;
  line-height: 1;
  font-size: 12px;
  border-radius: 12px;
}

.btn-lg {
  padding: 10px 30px;
  margin: 0px;
  font-size: 1em;
  border-radius: 25px;
  height: 50px;
}

.btn-square {
  border-radius: 0;
}

.btn-circle {
  padding: 0;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 40px;
  border-radius: 18px;
}
.btn-circle.btn-sm {
  width: 24px;
  height: 24px;
  line-height: 28px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  line-height: 54px;
}

.btn-primary {
  color: #fff;
  background-color: #EF3E42;
  border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e71318;
  border-color: transparent;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #EF3E42;
  border-color: transparent;
}
.btn-primary .badge {
  color: #EF3E42;
  background-color: #fff;
}

[class^="accent-color-"] .btn.btn-outline, [class*=" accent-color-"] .btn.btn-outline {
  text-shadow: none;
  font-weight: bold;
  border: 4px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
[class^="accent-color-"] .btn.btn-outline:hover, [class*=" accent-color-"] .btn.btn-outline:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
[class^="accent-color-"] .btn.btn-transparent, [class*=" accent-color-"] .btn.btn-transparent {
  border: none;
  background-color: transparent;
}

.btn-circle {
  width: 45px;
  height: 45px;
  border-radius: 26px;
  text-decoration: none;
  text-align: center;
  padding: 0;
  line-height: 50px;
}
.btn-circle.btn-sm {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  line-height: 35px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-left .btn {
  padding-right: 24px;
  padding-left: 30px;
}

.btn.has-streamline-icon {
  line-height: 1;
  padding-right: 40px;
  position: relative;
  font-size: 1em;
}
.btn.has-streamline-icon [class^="icon-"], .btn.has-streamline-icon [class*=" icon-"] {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  top: 4px;
  right: 4px;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}

/*
   1.5 buttons
   ========================================================================== */
.roundbtn {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background: white;
  background-image: url(/Assets/img/sprite.svg);
  background-repeat: no-repeat;
  border: 1px solid #474747;
}
.roundbtn.roundbtn-large {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.roundbtn:hover {
  background-color: #474747;
}
.roundbtn:hover.roundbtn-top {
  background-position: -939px -3px;
}
.roundbtn:hover.roundbtn-right {
  background-position: -120px -3px;
}
.roundbtn:hover.roundbtn-bottom {
  background-position: -284px -2px;
}
.roundbtn:hover.roundbtn-left {
  background-position: -717px -3px;
}
.roundbtn:hover.roundbtn-close {
  background-position: -2312px -3px;
}
.roundbtn.roundbtn-top {
  background-position: -885px -3px;
}
.roundbtn.roundbtn-right {
  background-position: -1116px -3px;
}
.roundbtn.roundbtn-bottom {
  background-position: -1265px -2px;
}
.roundbtn.roundbtn-left {
  background-position: -1192px -3px;
}
.roundbtn.roundbtn-close {
  background-position: -2192px -3px;
}
.roundbtn.roundbtn-large.roundbtn-top {
  background-position: -1760px -158px;
}
.roundbtn.roundbtn-large.roundbtn-right {
  background-position: -2222px -156px;
}
.roundbtn.roundbtn-large.roundbtn-bottom {
  background-position: -2520px -154px;
}
.roundbtn.roundbtn-large.roundbtn-left {
  background-position: -2374px -155px;
}
.roundbtn.roundbtn-large.hover, .roundbtn.roundbtn-large:hover {
  background-color: #474747;
}
.roundbtn.roundbtn-large.hover.roundbtn-top, .roundbtn.roundbtn-large:hover.roundbtn-top {
  background-position: -1867px -157px;
}
.roundbtn.roundbtn-large.hover.roundbtn-right, .roundbtn.roundbtn-large:hover.roundbtn-right {
  background-position: -231px -155px;
}
.roundbtn.roundbtn-large.hover.roundbtn-bottom, .roundbtn.roundbtn-large:hover.roundbtn-bottom {
  background-position: -557px -154px;
}
.roundbtn.roundbtn-large.hover.roundbtn-left, .roundbtn.roundbtn-large:hover.roundbtn-left {
  background-position: -1423px -155px;
}

.detail-accent-color-one .roundbtn,
.roundbtn.roundbtn-accent-one {
  border: 1px solid #EF3E42;
}
.detail-accent-color-one .roundbtn:hover,
.roundbtn.roundbtn-accent-one:hover {
  background-color: #EF3E42;
}
.detail-accent-color-one .roundbtn:hover.roundbtn-top,
.roundbtn.roundbtn-accent-one:hover.roundbtn-top {
  background-position: -939px -3px;
}
.detail-accent-color-one .roundbtn:hover.roundbtn-right,
.roundbtn.roundbtn-accent-one:hover.roundbtn-right {
  background-position: -120px -3px;
}
.detail-accent-color-one .roundbtn:hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-one:hover.roundbtn-bottom {
  background-position: -284px -2px;
}
.detail-accent-color-one .roundbtn:hover.roundbtn-left,
.roundbtn.roundbtn-accent-one:hover.roundbtn-left {
  background-position: -717px -3px;
}
.detail-accent-color-one .roundbtn:hover.roundbtn-close,
.roundbtn.roundbtn-accent-one:hover.roundbtn-close {
  background-position: -2312px -3px;
}
.detail-accent-color-one .roundbtn.roundbtn-top,
.roundbtn.roundbtn-accent-one.roundbtn-top {
  background-position: -1051px -3px;
}
.detail-accent-color-one .roundbtn.roundbtn-right,
.roundbtn.roundbtn-accent-one.roundbtn-right {
  background-position: -64px -3px;
}
.detail-accent-color-one .roundbtn.roundbtn-bottom,
.roundbtn.roundbtn-accent-one.roundbtn-bottom {
  background-position: -228px -2px;
}
.detail-accent-color-one .roundbtn.roundbtn-left,
.roundbtn.roundbtn-accent-one.roundbtn-left {
  background-position: -774px -2px;
}
.detail-accent-color-one .roundbtn.roundbtn-close,
.roundbtn.roundbtn-accent-one.roundbtn-close {
  background-position: -2192px -3px;
}
.detail-accent-color-one .roundbtn.roundbtn-large.roundbtn-top,
.roundbtn.roundbtn-accent-one.roundbtn-large.roundbtn-top {
  background-position: -2092px -156px;
}
.detail-accent-color-one .roundbtn.roundbtn-large.roundbtn-right,
.roundbtn.roundbtn-accent-one.roundbtn-large.roundbtn-right {
  background-position: -119px -156px;
}
.detail-accent-color-one .roundbtn.roundbtn-large.roundbtn-bottom,
.roundbtn.roundbtn-accent-one.roundbtn-large.roundbtn-bottom {
  background-position: -446px -154px;
}
.detail-accent-color-one .roundbtn.roundbtn-large.roundbtn-left,
.roundbtn.roundbtn-accent-one.roundbtn-large.roundbtn-left {
  background-position: -1534px -156px;
}
.detail-accent-color-one .roundbtn.roundbtn-large.hover, .detail-accent-color-one .roundbtn.roundbtn-large:hover,
.roundbtn.roundbtn-accent-one.roundbtn-large.hover,
.roundbtn.roundbtn-accent-one.roundbtn-large:hover {
  background-color: #EF3E42;
}
.detail-accent-color-one .roundbtn.roundbtn-large.hover.roundbtn-top, .detail-accent-color-one .roundbtn.roundbtn-large:hover.roundbtn-top,
.roundbtn.roundbtn-accent-one.roundbtn-large.hover.roundbtn-top,
.roundbtn.roundbtn-accent-one.roundbtn-large:hover.roundbtn-top {
  background-position: -1867px -157px;
}
.detail-accent-color-one .roundbtn.roundbtn-large.hover.roundbtn-right, .detail-accent-color-one .roundbtn.roundbtn-large:hover.roundbtn-right,
.roundbtn.roundbtn-accent-one.roundbtn-large.hover.roundbtn-right,
.roundbtn.roundbtn-accent-one.roundbtn-large:hover.roundbtn-right {
  background-position: -231px -155px;
}
.detail-accent-color-one .roundbtn.roundbtn-large.hover.roundbtn-bottom, .detail-accent-color-one .roundbtn.roundbtn-large:hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-one.roundbtn-large.hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-one.roundbtn-large:hover.roundbtn-bottom {
  background-position: -557px -154px;
}
.detail-accent-color-one .roundbtn.roundbtn-large.hover.roundbtn-left, .detail-accent-color-one .roundbtn.roundbtn-large:hover.roundbtn-left,
.roundbtn.roundbtn-accent-one.roundbtn-large.hover.roundbtn-left,
.roundbtn.roundbtn-accent-one.roundbtn-large:hover.roundbtn-left {
  background-position: -1423px -155px;
}

.detail-accent-color-two .roundbtn,
.roundbtn.roundbtn-accent-two {
  border: 1px solid #7AC143;
}
.detail-accent-color-two .roundbtn:hover,
.roundbtn.roundbtn-accent-two:hover {
  background-color: #7AC143;
}
.detail-accent-color-two .roundbtn:hover.roundbtn-top,
.roundbtn.roundbtn-accent-two:hover.roundbtn-top {
  background-position: -939px -3px;
}
.detail-accent-color-two .roundbtn:hover.roundbtn-right,
.roundbtn.roundbtn-accent-two:hover.roundbtn-right {
  background-position: -120px -3px;
}
.detail-accent-color-two .roundbtn:hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-two:hover.roundbtn-bottom {
  background-position: -284px -2px;
}
.detail-accent-color-two .roundbtn:hover.roundbtn-left,
.roundbtn.roundbtn-accent-two:hover.roundbtn-left {
  background-position: -717px -3px;
}
.detail-accent-color-two .roundbtn:hover.roundbtn-close,
.roundbtn.roundbtn-accent-two:hover.roundbtn-close {
  background-position: -2312px -3px;
}
.detail-accent-color-two .roundbtn.roundbtn-top,
.roundbtn.roundbtn-accent-two.roundbtn-top {
  background-position: -1833px -3px;
}
.detail-accent-color-two .roundbtn.roundbtn-right,
.roundbtn.roundbtn-accent-two.roundbtn-right {
  background-position: -1622px -2px;
}
.detail-accent-color-two .roundbtn.roundbtn-bottom,
.roundbtn.roundbtn-accent-two.roundbtn-bottom {
  background-position: -1772px -2px;
}
.detail-accent-color-two .roundbtn.roundbtn-left,
.roundbtn.roundbtn-accent-two.roundbtn-left {
  background-position: -1699px -2px;
}
.detail-accent-color-two .roundbtn.roundbtn-close,
.roundbtn.roundbtn-accent-two.roundbtn-close {
  background-position: -2375px -3px;
}
.detail-accent-color-two .roundbtn.roundbtn-large.roundbtn-top,
.roundbtn.roundbtn-accent-two.roundbtn-large.roundbtn-top {
  background-position: -3657px -156px;
}
.detail-accent-color-two .roundbtn.roundbtn-large.roundbtn-right,
.roundbtn.roundbtn-accent-two.roundbtn-large.roundbtn-right {
  background-position: -3235px -156px;
}
.detail-accent-color-two .roundbtn.roundbtn-large.roundbtn-bottom,
.roundbtn.roundbtn-accent-two.roundbtn-large.roundbtn-bottom {
  background-position: -3534px -153px;
}
.detail-accent-color-two .roundbtn.roundbtn-large.roundbtn-left,
.roundbtn.roundbtn-accent-two.roundbtn-large.roundbtn-left {
  background-position: -3386px -156px;
}
.detail-accent-color-two .roundbtn.roundbtn-large.hover, .detail-accent-color-two .roundbtn.roundbtn-large:hover,
.roundbtn.roundbtn-accent-two.roundbtn-large.hover,
.roundbtn.roundbtn-accent-two.roundbtn-large:hover {
  background-color: #7AC143;
}
.detail-accent-color-two .roundbtn.roundbtn-large.hover.roundbtn-top, .detail-accent-color-two .roundbtn.roundbtn-large:hover.roundbtn-top,
.roundbtn.roundbtn-accent-two.roundbtn-large.hover.roundbtn-top,
.roundbtn.roundbtn-accent-two.roundbtn-large:hover.roundbtn-top {
  background-position: -1867px -157px;
}
.detail-accent-color-two .roundbtn.roundbtn-large.hover.roundbtn-right, .detail-accent-color-two .roundbtn.roundbtn-large:hover.roundbtn-right,
.roundbtn.roundbtn-accent-two.roundbtn-large.hover.roundbtn-right,
.roundbtn.roundbtn-accent-two.roundbtn-large:hover.roundbtn-right {
  background-position: -231px -155px;
}
.detail-accent-color-two .roundbtn.roundbtn-large.hover.roundbtn-bottom, .detail-accent-color-two .roundbtn.roundbtn-large:hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-two.roundbtn-large.hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-two.roundbtn-large:hover.roundbtn-bottom {
  background-position: -557px -154px;
}
.detail-accent-color-two .roundbtn.roundbtn-large.hover.roundbtn-left, .detail-accent-color-two .roundbtn.roundbtn-large:hover.roundbtn-left,
.roundbtn.roundbtn-accent-two.roundbtn-large.hover.roundbtn-left,
.roundbtn.roundbtn-accent-two.roundbtn-large:hover.roundbtn-left {
  background-position: -1423px -155px;
}

.detail-accent-color-three .roundbtn,
.roundbtn.roundbtn-accent-three {
  border: 1px solid #E67830;
}
.detail-accent-color-three .roundbtn:hover,
.roundbtn.roundbtn-accent-three:hover {
  background-color: #E67830;
}
.detail-accent-color-three .roundbtn:hover.roundbtn-top,
.roundbtn.roundbtn-accent-three:hover.roundbtn-top {
  background-position: -939px -3px;
}
.detail-accent-color-three .roundbtn:hover.roundbtn-right,
.roundbtn.roundbtn-accent-three:hover.roundbtn-right {
  background-position: -120px -3px;
}
.detail-accent-color-three .roundbtn:hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-three:hover.roundbtn-bottom {
  background-position: -284px -2px;
}
.detail-accent-color-three .roundbtn:hover.roundbtn-left,
.roundbtn.roundbtn-accent-three:hover.roundbtn-left {
  background-position: -717px -3px;
}
.detail-accent-color-three .roundbtn:hover.roundbtn-close,
.roundbtn.roundbtn-accent-three:hover.roundbtn-close {
  background-position: -2312px -3px;
}
.detail-accent-color-three .roundbtn.roundbtn-top,
.roundbtn.roundbtn-accent-three.roundbtn-top {
  background-position: -2132px -3px;
}
.detail-accent-color-three .roundbtn.roundbtn-right,
.roundbtn.roundbtn-accent-three.roundbtn-right {
  background-position: -1920px -2px;
}
.detail-accent-color-three .roundbtn.roundbtn-bottom,
.roundbtn.roundbtn-accent-three.roundbtn-bottom {
  background-position: -2069px -2px;
}
.detail-accent-color-three .roundbtn.roundbtn-left,
.roundbtn.roundbtn-accent-three.roundbtn-left {
  background-position: -1996px -2px;
}
.detail-accent-color-three .roundbtn.roundbtn-close,
.roundbtn.roundbtn-accent-three.roundbtn-close {
  background-position: -2192px -3px;
}
.detail-accent-color-three .roundbtn.roundbtn-large.roundbtn-top,
.roundbtn.roundbtn-accent-three.roundbtn-large.roundbtn-top {
  background-position: -4070px -155px;
}
.detail-accent-color-three .roundbtn.roundbtn-large.roundbtn-right,
.roundbtn.roundbtn-accent-three.roundbtn-large.roundbtn-right {
  background-position: -3781px -155px;
}
.detail-accent-color-three .roundbtn.roundbtn-large.roundbtn-bottom,
.roundbtn.roundbtn-accent-three.roundbtn-large.roundbtn-bottom {
  background-position: -3874px -152px;
}
.detail-accent-color-three .roundbtn.roundbtn-large.roundbtn-left,
.roundbtn.roundbtn-accent-three.roundbtn-large.roundbtn-left {
  background-position: -3980px -154px;
}
.detail-accent-color-three .roundbtn.roundbtn-large.hover, .detail-accent-color-three .roundbtn.roundbtn-large:hover,
.roundbtn.roundbtn-accent-three.roundbtn-large.hover,
.roundbtn.roundbtn-accent-three.roundbtn-large:hover {
  background-color: #E67830;
}
.detail-accent-color-three .roundbtn.roundbtn-large.hover.roundbtn-top, .detail-accent-color-three .roundbtn.roundbtn-large:hover.roundbtn-top,
.roundbtn.roundbtn-accent-three.roundbtn-large.hover.roundbtn-top,
.roundbtn.roundbtn-accent-three.roundbtn-large:hover.roundbtn-top {
  background-position: -1867px -157px;
}
.detail-accent-color-three .roundbtn.roundbtn-large.hover.roundbtn-right, .detail-accent-color-three .roundbtn.roundbtn-large:hover.roundbtn-right,
.roundbtn.roundbtn-accent-three.roundbtn-large.hover.roundbtn-right,
.roundbtn.roundbtn-accent-three.roundbtn-large:hover.roundbtn-right {
  background-position: -231px -155px;
}
.detail-accent-color-three .roundbtn.roundbtn-large.hover.roundbtn-bottom, .detail-accent-color-three .roundbtn.roundbtn-large:hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-three.roundbtn-large.hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-three.roundbtn-large:hover.roundbtn-bottom {
  background-position: -557px -154px;
}
.detail-accent-color-three .roundbtn.roundbtn-large.hover.roundbtn-left, .detail-accent-color-three .roundbtn.roundbtn-large:hover.roundbtn-left,
.roundbtn.roundbtn-accent-three.roundbtn-large.hover.roundbtn-left,
.roundbtn.roundbtn-accent-three.roundbtn-large:hover.roundbtn-left {
  background-position: -1423px -155px;
}

.detail-accent-color-four .roundbtn,
.roundbtn.roundbtn-accent-four {
  border: 1px solid #0081C6;
}
.detail-accent-color-four .roundbtn:hover,
.roundbtn.roundbtn-accent-four:hover {
  background-color: #0081C6;
}
.detail-accent-color-four .roundbtn:hover.roundbtn-top,
.roundbtn.roundbtn-accent-four:hover.roundbtn-top {
  background-position: -939px -3px;
}
.detail-accent-color-four .roundbtn:hover.roundbtn-right,
.roundbtn.roundbtn-accent-four:hover.roundbtn-right {
  background-position: -120px -3px;
}
.detail-accent-color-four .roundbtn:hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-four:hover.roundbtn-bottom {
  background-position: -284px -2px;
}
.detail-accent-color-four .roundbtn:hover.roundbtn-left,
.roundbtn.roundbtn-accent-four:hover.roundbtn-left {
  background-position: -717px -3px;
}
.detail-accent-color-four .roundbtn:hover.roundbtn-close,
.roundbtn.roundbtn-accent-four:hover.roundbtn-close {
  background-position: -2312px -3px;
}
.detail-accent-color-four .roundbtn.roundbtn-top,
.roundbtn.roundbtn-accent-four.roundbtn-top {
  background-position: -1550px -3px;
}
.detail-accent-color-four .roundbtn.roundbtn-right,
.roundbtn.roundbtn-accent-four.roundbtn-right {
  background-position: -1338px -3px;
}
.detail-accent-color-four .roundbtn.roundbtn-bottom,
.roundbtn.roundbtn-accent-four.roundbtn-bottom {
  background-position: -1488px -2px;
}
.detail-accent-color-four .roundbtn.roundbtn-left,
.roundbtn.roundbtn-accent-four.roundbtn-left {
  background-position: -1415px -2px;
}
.detail-accent-color-four .roundbtn.roundbtn-close,
.roundbtn.roundbtn-accent-four.roundbtn-close {
  background-position: -2192px -3px;
}
.detail-accent-color-four .roundbtn.roundbtn-large.roundbtn-top,
.roundbtn.roundbtn-accent-four.roundbtn-large.roundbtn-top {
  background-position: -3089px -156px;
}
.detail-accent-color-four .roundbtn.roundbtn-large.roundbtn-right,
.roundbtn.roundbtn-accent-four.roundbtn-large.roundbtn-right {
  background-position: -2669px -154px;
}
.detail-accent-color-four .roundbtn.roundbtn-large.roundbtn-bottom,
.roundbtn.roundbtn-accent-four.roundbtn-large.roundbtn-bottom {
  background-position: -2965px -153px;
}
.detail-accent-color-four .roundbtn.roundbtn-large.roundbtn-left,
.roundbtn.roundbtn-accent-four.roundbtn-large.roundbtn-left {
  background-position: -2820px -154px;
}
.detail-accent-color-four .roundbtn.roundbtn-large.hover, .detail-accent-color-four .roundbtn.roundbtn-large:hover,
.roundbtn.roundbtn-accent-four.roundbtn-large.hover,
.roundbtn.roundbtn-accent-four.roundbtn-large:hover {
  background-color: #0081C6;
}
.detail-accent-color-four .roundbtn.roundbtn-large.hover.roundbtn-top, .detail-accent-color-four .roundbtn.roundbtn-large:hover.roundbtn-top,
.roundbtn.roundbtn-accent-four.roundbtn-large.hover.roundbtn-top,
.roundbtn.roundbtn-accent-four.roundbtn-large:hover.roundbtn-top {
  background-position: -1867px -157px;
}
.detail-accent-color-four .roundbtn.roundbtn-large.hover.roundbtn-right, .detail-accent-color-four .roundbtn.roundbtn-large:hover.roundbtn-right,
.roundbtn.roundbtn-accent-four.roundbtn-large.hover.roundbtn-right,
.roundbtn.roundbtn-accent-four.roundbtn-large:hover.roundbtn-right {
  background-position: -231px -155px;
}
.detail-accent-color-four .roundbtn.roundbtn-large.hover.roundbtn-bottom, .detail-accent-color-four .roundbtn.roundbtn-large:hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-four.roundbtn-large.hover.roundbtn-bottom,
.roundbtn.roundbtn-accent-four.roundbtn-large:hover.roundbtn-bottom {
  background-position: -557px -154px;
}
.detail-accent-color-four .roundbtn.roundbtn-large.hover.roundbtn-left, .detail-accent-color-four .roundbtn.roundbtn-large:hover.roundbtn-left,
.roundbtn.roundbtn-accent-four.roundbtn-large.hover.roundbtn-left,
.roundbtn.roundbtn-accent-four.roundbtn-large:hover.roundbtn-left {
  background-position: -1423px -155px;
}

.roundbtn.roundbtn-accent-five {
  border: 1px solid #00985F;
}
.roundbtn.roundbtn-accent-five:hover {
  background-color: #00985F;
}
.roundbtn.roundbtn-accent-five:hover.roundbtn-top {
  background-position: -939px -3px;
}
.roundbtn.roundbtn-accent-five:hover.roundbtn-right {
  background-position: -120px -3px;
}
.roundbtn.roundbtn-accent-five:hover.roundbtn-bottom {
  background-position: -284px -2px;
}
.roundbtn.roundbtn-accent-five:hover.roundbtn-left {
  background-position: -717px -3px;
}
.roundbtn.roundbtn-accent-five:hover.roundbtn-close {
  background-position: -2312px -3px;
}
.roundbtn.roundbtn-accent-five.roundbtn-top {
  background-position: -1550px -3px;
}
.roundbtn.roundbtn-accent-five.roundbtn-right {
  background-position: -1338px -3px;
}
.roundbtn.roundbtn-accent-five.roundbtn-bottom {
  background-position: -1488px -2px;
}
.roundbtn.roundbtn-accent-five.roundbtn-left {
  background-position: -1415px -2px;
}
.roundbtn.roundbtn-accent-five.roundbtn-close {
  background-position: -2192px -3px;
}
.roundbtn.roundbtn-accent-five.roundbtn-large.roundbtn-top {
  background-position: -3089px -156px;
}
.roundbtn.roundbtn-accent-five.roundbtn-large.roundbtn-right {
  background-position: -2669px -154px;
}
.roundbtn.roundbtn-accent-five.roundbtn-large.roundbtn-bottom {
  background-position: -2965px -153px;
}
.roundbtn.roundbtn-accent-five.roundbtn-large.roundbtn-left {
  background-position: -2820px -154px;
}
.roundbtn.roundbtn-accent-five.roundbtn-large.hover, .roundbtn.roundbtn-accent-five.roundbtn-large:hover {
  background-color: #00985F;
}
.roundbtn.roundbtn-accent-five.roundbtn-large.hover.roundbtn-top, .roundbtn.roundbtn-accent-five.roundbtn-large:hover.roundbtn-top {
  background-position: -1867px -157px;
}
.roundbtn.roundbtn-accent-five.roundbtn-large.hover.roundbtn-right, .roundbtn.roundbtn-accent-five.roundbtn-large:hover.roundbtn-right {
  background-position: -231px -155px;
}
.roundbtn.roundbtn-accent-five.roundbtn-large.hover.roundbtn-bottom, .roundbtn.roundbtn-accent-five.roundbtn-large:hover.roundbtn-bottom {
  background-position: -557px -154px;
}
.roundbtn.roundbtn-accent-five.roundbtn-large.hover.roundbtn-left, .roundbtn.roundbtn-accent-five.roundbtn-large:hover.roundbtn-left {
  background-position: -1423px -155px;
}

.btn.btn-icon {
  position: relative;
  padding-right: 65px;
  /*
     1.3.1 buttons - color variations --> moved to theme
     ========================================================================== */
  /*
     1.3.2 buttons - icon variations
     ========================================================================== */
}
.btn.btn-icon.btn-icon-left {
  padding-left: 65px;
  padding-right: 40px;
}
.btn.btn-icon.btn-icon-left i {
  left: 8px;
}
.btn.btn-icon.btn-icon-left.btn-lg i {
  left: 7px;
}
.btn.btn-icon i {
  width: 30px;
  height: 30px;
  top: 2px;
  right: 2px;
  border-radius: 15px;
  display: block;
  speak: none;
  position: absolute;
  background-image: url(/Assets/img/sprite.svg);
  background-repeat: no-repeat;
}
.btn.btn-icon i.transparent-with-border {
  border: 1px solid white;
  background-color: transparent;
  width: 34px;
  height: 34px;
  top: 7px;
  right: 7px;
  border-radius: 17px;
}
.btn.btn-icon.btn-lg i {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  border-radius: 15px;
}
.btn.btn-icon i {
  background-position: -117px -4px;
}
.btn.btn-icon.btn-lg i {
  background-position: -117px -51px;
}
.btn.btn-icon.btn-lg:hover i {
  background-position: -117px -51px;
}
.btn.btn-icon.btn-lg.btn-outline i {
  background-position: -68px -51px;
}
.btn.btn-icon.btn-lg.btn-outline:hover i {
  background-position: -117px -51px;
}
.btn.btn-icon.btn-lg.btn-accent-five.btn-outline i {
  background-position: -6px -51px;
}
.btn.btn-icon.btn-lg.btn-accent-five.btn-outline:hover i {
  background-position: -117px -51px;
}
.btn.btn-icon.btn-outline i {
  background-position: -65px -3px;
}
.btn.btn-icon.btn-outline:hover i {
  background-position: -117px -4px;
}
.btn.btn-icon.btn-accent-five.btn-outline i {
  background-position: -4px -3px;
}
.btn.btn-icon.btn-accent-five.btn-outline:hover i {
  background-position: -117px -4px;
}
.btn.btn-icon.btn-icon-arrow-down i {
  background-position: -285px -2px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-lg i {
  background-position: -288px -50px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-lg:hover i {
  background-position: -288px -50px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-lg.btn-outline i {
  background-position: -231px -50px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-lg.btn-outline:hover i {
  background-position: -288px -50px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-lg.btn-accent-five.btn-outline i {
  background-position: -170px -50px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-lg.btn-accent-five.btn-outline:hover i {
  background-position: -288px -50px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-outline i {
  background-position: -228px -2px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-outline:hover i {
  background-position: -285px -2px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-accent-five.btn-outline i {
  background-position: -167px -2px;
}
.btn.btn-icon.btn-icon-arrow-down.btn-accent-five.btn-outline:hover i {
  background-position: -285px -2px;
}
.btn.btn-icon.btn-icon-plus i {
  background-position: -453px -3px;
}
.btn.btn-icon.btn-icon-plus.btn-lg i {
  background-position: -454px -53px;
}
.btn.btn-icon.btn-icon-plus.btn-lg:hover i {
  background-position: -454px -53px;
}
.btn.btn-icon.btn-icon-plus.btn-lg.btn-outline i {
  background-position: -395px -53px;
}
.btn.btn-icon.btn-icon-plus.btn-lg.btn-outline:hover i {
  background-position: -454px -53px;
}
.btn.btn-icon.btn-icon-plus.btn-lg.btn-accent-five.btn-outline i {
  background-position: -335px -53px;
}
.btn.btn-icon.btn-icon-plus.btn-lg.btn-accent-five.btn-outline:hover i {
  background-position: -454px -53px;
}
.btn.btn-icon.btn-icon-plus.btn-outline i {
  background-position: -394px -3px;
}
.btn.btn-icon.btn-icon-plus.btn-outline:hover i {
  background-position: -453px -3px;
}
.btn.btn-icon.btn-icon-plus.btn-accent-five.btn-outline i {
  background-position: -334px -3px;
}
.btn.btn-icon.btn-icon-plus.btn-accent-five.btn-outline:hover i {
  background-position: -453px -3px;
}
.btn.btn-icon.btn-icon-magnifier i {
  background-position: -655px -5px;
}
.btn.btn-icon.btn-icon-magnifier.btn-lg i {
  background-position: -662px -54px;
}
.btn.btn-icon.btn-icon-magnifier.btn-lg:hover i {
  background-position: -662px -54px;
}
.btn.btn-icon.btn-icon-magnifier.btn-lg.btn-outline i {
  background-position: -590px -53px;
}
.btn.btn-icon.btn-icon-magnifier.btn-lg.btn-outline:hover i {
  background-position: -662px -54px;
}
.btn.btn-icon.btn-icon-magnifier.btn-lg.btn-accent-five.btn-outline i {
  background-position: -519px -53px;
}
.btn.btn-icon.btn-icon-magnifier.btn-lg.btn-accent-five.btn-outline:hover i {
  background-position: -662px -54px;
}
.btn.btn-icon.btn-icon-magnifier.btn-outline i {
  background-position: -587px -3px;
}
.btn.btn-icon.btn-icon-magnifier.btn-outline:hover i {
  background-position: -655px -5px;
}
.btn.btn-icon.btn-icon-magnifier.btn-accent-five.btn-outline i {
  background-position: -516px -3px;
}
.btn.btn-icon.btn-icon-magnifier.btn-accent-five.btn-outline:hover i {
  background-position: -655px -5px;
}

#toplink {
  position: fixed;
  bottom: 21px;
  right: 21px;
  opacity: 0;
  z-index: 200;
}
#toplink.is-semi-visible {
  opacity: 0.66;
}
#toplink.is-semi-visible:hover {
  opacity: 1;
  background-color: #474747;
}

/*
1.6 lists
========================================================================== */
/*
ul{
&.list-pipe-delimited,
&.list-circled,
&.list-color-blocks{
padding: 0;
list-style: none;
}
&.list-circled,
&.list-color-blocks{
overflow: hidden;
margin: 0 0 0 -12px;
}
}
*/
.widget ul li span.checkmark,
.widget ul.features li {
  padding-left: 21px;
}
.widget ul li span.checkmark:before,
.widget ul.features li:before {
  color: #7AC143;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f00c";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: white;
  font-size: 14px;
  top: 2px;
  left: 1px;
}

.widget ul li span.checkmark {
  margin: 0;
  padding-left: 0px;
  position: relative;
  left: -15px;
}
.widget ul li span.checkmark:before {
  margin-right: 6px;
}

/*
1.6.1 Pipe delimited list
========================================================================== */
ul.list-pipe-delimited > li a {
  text-decoration: none;
}

/*
1.6.2 Circled list
========================================================================== */
ul.list-circled > li > a {
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -o-transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
ul.list-circled > li > a, ul.list-circled > li > a:link, ul.list-circled > li > a:hover, ul.list-circled > li > a:focus, ul.list-circled > li > a:active {
  text-decoration: none;
}
ul.list-circled > li.active > a {
  cursor: default;
}

/*
1.6.3 Color blocks TODO: rename for other usage?
========================================================================== */
ul.list-color-blocks > li {
  display: block;
  float: left;
  padding-left: 12px;
  padding-bottom: 12px;
  padding-right: 0;
  width: 25%;
}
ul.list-color-blocks > li .color {
  position: relative;
}
ul.list-color-blocks > li .color-block:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
ul.list-color-blocks > li .color-caption {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px;
}

/*
1.6.1 Pipe delimited list
========================================================================== */
ul.list-pipe-delimited.has-indent {
  margin-left: 40px;
}
ul.list-pipe-delimited > li {
  font-size: 0.75em;
  line-height: 1;
  padding: 5px 0;
}
ul.list-pipe-delimited > li, ul.list-pipe-delimited > li:after {
  display: inline-block;
}
ul.list-pipe-delimited > li:after {
  content: "|";
  padding-left: 20px;
  padding-right: 20px;
}
ul.list-pipe-delimited > li:last-child:after {
  content: "";
  padding: 0;
}
ul.list-pipe-delimited > li a {
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
ul.list-pipe-delimited > li a:after {
  padding-left: 0px;
}
ul.list-pipe-delimited > li:first-child a {
  padding-left: 0;
}

/*
1.6.2 Circled list
========================================================================== */
ul.list-circled {
  padding-right: 0px;
  margin: 7px 0;
}
ul.list-circled.languages {
  padding-right: 0;
}
ul.list-circled > li {
  display: block;
  float: left;
  padding: 0;
  margin-left: 7px;
}
ul.list-circled > li > a {
  padding: 0;
  font-size: 0.75em;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #474747;
  border-radius: 15px;
  font-weight: 400;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -o-transition: color .25s ease-in-out, background-color .25s ease-in-out;
}
ul.list-circled > li > a, ul.list-circled > li > a:link, ul.list-circled > li > a:hover, ul.list-circled > li > a:focus, ul.list-circled > li > a:active {
  text-decoration: none;
}
ul.list-circled > li > a:hover, ul.list-circled > li > a:active {
  background-color: #474747;
  color: #ddd;
}
ul.list-circled > li.active > a {
  cursor: default;
}

/*
   1.7 Form & form elements
   ========================================================================== */
/*
   1.7.1 Form group
   ========================================================================== */
.form-control {
  font-size: 1em;
  padding: 0px 12px;
  line-height: 40px;
  height: 40px;
  color: #474747;
  border: 1px solid #d8d8d8;
  box-shadow: none;
}
.form-control.smaller {
  font-size: 14px;
  padding: 7px 20px;
}
.form-control.small {
  font-size: 12px;
  padding: 3px 8px 4px 20px;
  margin: 7px 48px 7px 0px;
}
.form-control.hasCustomSelect {
  margin-left: 12px;
}

.form-part {
  border: 1px solid #dddddd;
  margin: 70px 0 0 0;
  padding: 25px 12.5%;
}
.form-part .form-title {
  font-size: 1em;
  line-height: 1.5em;
  color: #828181;
  font-weight: 600;
}
.form-part .extra-participant-button-holder {
  margin-top: 66px;
}
.form-part .form-sender p {
  float: left;
}
.form-part .form-sender button {
  float: right;
  margin-right: 12px;
}

form .radio p,
.form-part .radio p {
  font-size: 1em;
}
form p,
.form-part p {
  color: #6b6a6a;
  font-size: 0.875em;
  font-weight: 300;
}
form a,
.form-part a {
  color: #6b6a6a;
}

/*
   1.7.2 Form group
   ========================================================================== */
.form-group.is-float {
  float: left;
  width: 100%;
  padding: 0 12px;
  position: relative;
}
.form-group .help-block,
.form-group label {
  font-weight: 300;
  font-size: 0.875em;
}
.form-group i {
  opacity: 0;
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 21px;
}
.form-group i.fa-check {
  color: #7AC143;
  z-index: 2;
}
.form-group i.fa-close {
  color: #a94442;
  z-index: 2;
}
.form-group.has-error.is-invalid .fa-close {
  opacity: 1;
}
.form-group.is-valid input {
  border-color: #7AC143;
}
.form-group.is-valid .fa-check {
  opacity: 1;
}
.form-group .half-width, .form-group.half-width {
  width: 50%;
}
.form-group .third-width, .form-group.third-width {
  width: 33.333333333333%;
}
.form-group .quarter-width, .form-group.quarter-width {
  width: 25%;
}
.form-group .fifth-width, .form-group.fifth-width {
  width: 20%;
}
.form-group .sixth-width, .form-group.sixth-width {
  width: 16.666666666666%;
}

.radio,
.checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.radio label,
.checkbox label {
  position: relative;
}

.well {
  background: white;
  border: 1px solid;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0px;
}

.form-group.radio,
.form-group.radio + .form-group.radio,
.form-group.checkbox,
.form-group.checkbox + .form-group.checkbox {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 1em;
  }
}

/*
   1.7.2 Input group
   ========================================================================== */
.input-group-btn > .btn {
  height: 40px;
  padding: 10px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.widget-search .input-group .form-control:first-child,
.widget-search .input-group-addon:first-child,
.widget-search .input-group-btn:first-child > .btn,
.widget-search .input-group-btn:first-child > .btn-group > .btn,
.widget-search .input-group-btn:first-child > .dropdown-toggle,
.widget-search .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.widget-search .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.widget-searchbox .input-group .form-control:first-child,
.widget-searchbox .input-group-addon:first-child,
.widget-searchbox .input-group-btn:first-child > .btn,
.widget-searchbox .input-group-btn:first-child > .btn-group > .btn,
.widget-searchbox .input-group-btn:first-child > .dropdown-toggle,
.widget-searchbox .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.widget-searchbox .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  height: 50px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  line-height: 50px;
  padding-left: 24px;
}
.widget-search .input-group .form-control:last-child,
.widget-search .input-group-addon:last-child,
.widget-search .input-group-btn:last-child > .btn,
.widget-search .input-group-btn:last-child > .btn-group > .btn,
.widget-search .input-group-btn:last-child > .dropdown-toggle,
.widget-search .input-group-btn:first-child > .btn:not(:first-child),
.widget-search .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.widget-searchbox .input-group .form-control:last-child,
.widget-searchbox .input-group-addon:last-child,
.widget-searchbox .input-group-btn:last-child > .btn,
.widget-searchbox .input-group-btn:last-child > .btn-group > .btn,
.widget-searchbox .input-group-btn:last-child > .dropdown-toggle,
.widget-searchbox .input-group-btn:first-child > .btn:not(:first-child),
.widget-searchbox .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  height: 50px;
  padding-right: 54px;
  padding-left: 0px;
  width: 50px;
  text-indent: -9999px;
}

.input-group-btn > .btn.btn-icon {
  padding-right: 60px;
}
.input-group-btn > .btn.btn-icon.btn-no-text {
  height: 50px;
  padding-left: 50px;
  padding-right: 0;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/*
   1.7.3 Radios & checkboxes
   ========================================================================== */
.search_facet_content .notvisible,
.search_facet_content_more .notvisible {
  display: none; }

.search_facet_content .grayedout label,
.search_facet_content_more .grayedout label {
  color: #c7c7c7; }

.search_facet_content .grayedout .icons,
.search_facet_content_more .grayedout .icons {
  opacity: 0.5; }

.checkbox .icon-checked:before {
  content: "\e300"; }

.checkbox .icon-unchecked:before {
  content: "\e505"; }

.widget-search .checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-unchecked,
.widget-search .checkbox input[type=radio].custom-checkbox:checked + .icons .icon-unchecked {
  display: none; }

.widget-search .checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-checked,
.widget-search .checkbox input[type=radio].custom-checkbox:checked + .icons .icon-checked {
  display: inline;
  background-color: #7AC143;
  color: white;
  height: 15px; }

.radio .icon-checked:before {
  content: "\e303"; }

.radio .icon-unchecked:before {
  content: "\e594"; }

.checkbox .icon-checked,
.checkbox .icon-unchecked,
.radio .icon-checked,
.radio .icon-unchecked {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-table;
  margin: 0;
  background-color: transparent;
  -webkit-filter: none;
          filter: none;
  font-size: 1em;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  display: inline; }
  .checkbox .icon-checked:before,
  .checkbox .icon-unchecked:before,
  .radio .icon-checked:before,
  .radio .icon-unchecked:before {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.checkbox input[type=checkbox].custom-radio,
.checkbox input[type=radio].custom-radio,
.radio input[type=checkbox].custom-radio,
.radio input[type=radio].custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  outline: 0 !important;
  opacity: 0; }
  .checkbox input[type=checkbox].custom-radio:checked + .icons .icon-unchecked,
  .checkbox input[type=radio].custom-radio:checked + .icons .icon-unchecked,
  .radio input[type=checkbox].custom-radio:checked + .icons .icon-unchecked,
  .radio input[type=radio].custom-radio:checked + .icons .icon-unchecked {
    display: none; }
  .checkbox input[type=checkbox].custom-radio:checked + .icons .icon-checked,
  .checkbox input[type=radio].custom-radio:checked + .icons .icon-checked,
  .radio input[type=checkbox].custom-radio:checked + .icons .icon-checked,
  .radio input[type=radio].custom-radio:checked + .icons .icon-checked {
    color: #7AC143;
    display: inline; }
  .checkbox input[type=checkbox].custom-radio:disabled + .icons .icon-unchecked,
  .checkbox input[type=checkbox].custom-radio:disabled + .icons .icon-checked,
  .checkbox input[type=radio].custom-radio:disabled + .icons .icon-unchecked,
  .checkbox input[type=radio].custom-radio:disabled + .icons .icon-checked,
  .radio input[type=checkbox].custom-radio:disabled + .icons .icon-unchecked,
  .radio input[type=checkbox].custom-radio:disabled + .icons .icon-checked,
  .radio input[type=radio].custom-radio:disabled + .icons .icon-unchecked,
  .radio input[type=radio].custom-radio:disabled + .icons .icon-checked {
    color: #ececec; }

.checkbox input[type=checkbox].custom-checkbox,
.checkbox input[type=radio].custom-checkbox,
.radio input[type=checkbox].custom-checkbox,
.radio input[type=radio].custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  outline: 0 !important;
  opacity: 0; }
  .checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-unchecked,
  .checkbox input[type=radio].custom-checkbox:checked + .icons .icon-unchecked,
  .radio input[type=checkbox].custom-checkbox:checked + .icons .icon-unchecked,
  .radio input[type=radio].custom-checkbox:checked + .icons .icon-unchecked {
    display: none; }
  .checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-checked,
  .checkbox input[type=radio].custom-checkbox:checked + .icons .icon-checked,
  .radio input[type=checkbox].custom-checkbox:checked + .icons .icon-checked,
  .radio input[type=radio].custom-checkbox:checked + .icons .icon-checked {
    display: inline;
    background-color: #7AC143;
    color: white;
    height: 14px; }
  .checkbox input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked,
  .checkbox input[type=checkbox].custom-checkbox:disabled + .icons .icon-checked,
  .checkbox input[type=radio].custom-checkbox:disabled + .icons .icon-unchecked,
  .checkbox input[type=radio].custom-checkbox:disabled + .icons .icon-checked,
  .radio input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked,
  .radio input[type=checkbox].custom-checkbox:disabled + .icons .icon-checked,
  .radio input[type=radio].custom-checkbox:disabled + .icons .icon-unchecked,
  .radio input[type=radio].custom-checkbox:disabled + .icons .icon-checked {
    color: #ececec;
    background: white; }

.checkbox .icon-checked,
.radio .icon-checked {
  display: none; }


/*
   1.7.4 Select
   ========================================================================== */
select.hasCustomSelect {
  opacity: 0;
  z-index: 10;
}

.customSelectInner {
  position: relative;
}
.customSelectInner:after {
  content: "\f103";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
  border-left: 1px solid #ccc;
  padding-left: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.form-group.has-error.is-invalid .customSelectInner:after,
.form-group.is-valid .customSelectInner:after {
  display: none;
}

.form-control:focus,
.form-group .customSelect.customSelectHover {
  border-color: #ccc;
}

.form-group .customSelect.customSelectHover .customSelectInner:after {
  color: #474747;
}
.form-group .customSelect.customSelectHover .customSelectInner::after {
  color: #474747;
}

.has-error.is-invalid .customSelect.customSelectChanged,
.has-error.is-invalid .customSelect.customSelectHover,
.has-error.is-invalid .customSelect.customSelectOpen,
.has-error.is-invalid .customSelect.customSelectFocus {
  border-color: #a94442;
}

.is-valid .customSelect.customSelectChanged,
.is-valid .customSelect.customSelectHover,
.is-valid .customSelect.customSelectOpen,
.is-valid .customSelect.customSelectFocus {
  border-color: #7AC143;
}

input[data-toggle="date"] {
  position: relative;
  z-index: 1;
  background-color: white;
}

.form-group .date-indicator {
  display: block;
  width: 60px;
  height: 16px;
  position: absolute;
  right: 1px;
  z-index: 2;
  top: 48px;
}
.form-group .date-indicator:after {
  content: "\f073";
  position: absolute;
  border-left: 1px solid #ccc;
  padding-left: 14px;
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: relative;
  top: -7px;
}

.form-group.has-error.is-invalid .date-indicator {
  display: none;
}

.form-group.is-valid .date-indicator {
  display: none;
}

input[data-toggle="date"].smaller + .date-indicator:after {
  top: -2px;
}

@media (min-width: 480px) {
  .widget-searchbox .input-group .form-control:last-child,
  .widget-searchbox .input-group-addon:last-child,
  .widget-searchbox .input-group-btn:last-child > .btn,
  .widget-searchbox .input-group-btn:last-child > .btn-group > .btn,
  .widget-searchbox .input-group-btn:last-child > .dropdown-toggle,
  .widget-searchbox .input-group-btn:first-child > .btn:not(:first-child),
  .widget-searchbox .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .umbrella-header .input-group .form-control:last-child,
  .umbrella-header .input-group-addon:last-child,
  .umbrella-header .input-group-btn:last-child > .btn,
  .umbrella-header .input-group-btn:last-child > .btn-group > .btn,
  .umbrella-header .input-group-btn:last-child > .dropdown-toggle,
  .umbrella-header .input-group-btn:first-child > .btn:not(:first-child),
  .umbrella-header .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    padding-left: 16px;
    width: auto;
    text-indent: 0;
  }
}
/*
   1.8 Dropdown menu
   ========================================================================== */
.caret {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu:after, .dropdown-menu:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu:after {
  top: -9px;
  border-bottom: 10px solid #fff;
}
.dropdown-menu:before {
  top: -10px;
  border-bottom: 10px solid #ccc;
  border-bottom: 10px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*
   5.1.6 Pagination
   ========================================================================== */
.pagination {
  display: inline-block;
  padding-left: 0;
}
.pagination > li, .pagination > li:first-child, .pagination > li:last-child {
  display: inline;
}
.pagination > li > a,
.pagination > li > span, .pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > a,
.pagination > li:last-child > span {
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: none;
  border-radius: 16px;
}
.pagination > li [class^="icon-"], .pagination > li [class*=" icon-"], .pagination > li:first-child [class^="icon-"], .pagination > li:first-child [class*=" icon-"], .pagination > li:last-child [class^="icon-"], .pagination > li:last-child [class*=" icon-"] {
  font-size: 12px;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 4px;
}
.pagination > li:first-child {
  margin-left: 0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #EF3E42;
}

/*
   5.1.7 Tabs
   ========================================================================== */
.nav-tabs-wrapper {
  border-bottom: 2px solid #d8d8d8;
}

.nav-tabs {
  font-size: 1.5em;
  border: none;
}
.nav-tabs > li {
  margin-bottom: -2px;
}
.nav-tabs > li > a {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #d8d8d8;
  border-radius: 0;
  text-decoration: none;
  padding: 0.4em 1em;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #0081C6;
}

.tab-pane {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .nav-tabs {
    font-size: 1em;
  }
  .nav-tabs li > a {
    padding: 1em 3em;
  }
}
/*
   5.1.8 Breadcrumbs
   ========================================================================== */
.breadcrumb {
  margin-bottom: 0;
  padding-left: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: transparent;
}
.breadcrumb > li + li:before {
  content: "/";
  color: #c3c3c3;
}
.breadcrumb a {
  text-decoration: none;
  color: #c3c3c3;
}
.breadcrumb a:hover {
  color: #0081C6;
}
.breadcrumb .active {
  color: #0081C6;
}

.umbrella-header-breadcrumb {
  z-index: 2;
  position: relative;
  margin-bottom: 45px;
  margin-top: 45px;
}

/*
   5.1.9 Modals
   ========================================================================== */
.modal-content {
  border-radius: 0;
}

.modal .panel.panel-default {
  border-width: 0 0 1px 0;
  border-color: #ddd;
  border-style: solid;
  border-radius: 0;
  box-shadow: none;
}

/* ==========================================================================
   2 Layout
   ========================================================================== */
#secondary-tabnav {
  max-width: 1440px;
  margin: 0 auto;
}

.container-fluid {
  min-width: 360px;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.limit-1440 {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1440px;
}

.main-content,
main {
  position: relative;
  z-index: 100;
}

/*
  2.0 Footer tricks
  ========================================================================== */
html,
body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  z-index: 1;
}

/*
   2.1 Header
   ========================================================================== */
.widget-usp-header,
.widget-searchbox {
  background: #474747;
}

.wkb-header .features {
  color: #6b6a6a;
  background: rgba(230, 230, 230, 0.94);
  position: relative;
  z-index: 4;
  padding-top: 1em 0;
  font-size: 1.333333em;
  border-bottom: 1px solid #e5e5e5;
}
.wkb-header .features ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.wkb-header .features ul > li {
  margin-right: 48px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 300;
  position: relative;
  top: 3px;
  padding-left: 0px;
}
.wkb-header .features .feature {
  display: table;
}
.wkb-header .features .feature-icon,
.wkb-header .features .feature-label {
  display: table-cell;
  vertical-align: middle;
}
.wkb-header .features .icon {
  color: #0081C6;
  font-size: 1.3em;
  padding-right: 8px;
  padding-top: 4px;
}
.wkb-header .features .feature-icon {
  padding-right: 10px;
  font-size: 28px;
  color: #0081C6;
}
.wkb-header .features .feature-label {
  height: 42px;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.wkb-header h1 {
  text-align: left;
}

.widget-usp-header h1,
.widget-searchbox h1 {
  text-align: center;
}

.widget-usp-header .background-img-holder,
.widget-searchbox .background-img-holder {
  height: 400px;
}
.widget-usp-header .wkb-header-main,
.widget-searchbox .wkb-header-main {
  height: 400px;
}

.wkb-header .target-audience {
  font-weight: 400;
  font-size: 1em;
  font-weight: 400;
  color: white;
  margin: 0 0 20px 0;
  line-height: 1em;
  background: #EF3E42;
  display: inline-block;
  padding: 4px 12px;
  margin-top: 10px;
}
.wkb-header .back-button {
  position: absolute;
  bottom: 18px;
  left: 48px;
  color: #eee;
  font-size: 0.875em;
  cursor: pointer;
  text-decoration: none;
}
.wkb-header .back-button i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid white;
  background: transparent;
  background-image: url(/Assets/img/sprite.svg);
  background-repeat: no-repeat;
  background-position: -722px -55px;
  margin-right: 6px;
  position: relative;
  top: 4px;
}
.wkb-header .back-button span {
  text-decoration: underline;
}
.wkb-header .page-actions {
  position: absolute;
  bottom: 303px;
  right: 24px;
  margin: 0;
}
.wkb-header .page-actions li {
  float: left;
  margin-left: 36px;
}
.wkb-header .page-actions li i {
  margin-right: 6px;
  font-size: 28px;
  position: relative;
  top: 8px;
}
.wkb-header .page-actions li a,
.wkb-header .page-actions li a:link,
.wkb-header .page-actions li a:active,
.wkb-header .page-actions li a:hover {
  text-decoration: none;
  color: #9f9e9e;
}
.wkb-header .page-actions li a span,
.wkb-header .page-actions li a:link span,
.wkb-header .page-actions li a:active span,
.wkb-header .page-actions li a:hover span {
  border-bottom: 1px solid #9f9e9e;
}
.wkb-header .background-img-holder {
  height: auto;
  min-height: 300px;
}
.wkb-header .wkb-header-main {
  min-height: 300px;
}

.widget-usp-header,
.widget-searchbox,
.wkb-header {
  position: relative;
  z-index: 200;
}
.widget-usp-header .background-img-holder,
.widget-searchbox .background-img-holder,
.wkb-header .background-img-holder {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
}
.widget-usp-header .background-img,
.widget-searchbox .background-img,
.wkb-header .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: auto;
}
@media (min-width: 1440px) {
  .widget-usp-header .background-img,
  .widget-searchbox .background-img,
  .wkb-header .background-img {
    width: 100%;
  }
}
.widget-usp-header .product-img,
.widget-searchbox .product-img,
.wkb-header .product-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-usp-header .wkb-header-main,
.widget-searchbox .wkb-header-main,
.wkb-header .wkb-header-main {
  background: #474747;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 2px solid #d8d8d8;
}
.widget-usp-header .wkb-header-main h1,
.widget-searchbox .wkb-header-main h1,
.wkb-header .wkb-header-main h1 {
  color: white;
  font-size: 1.875em;
  font-weight: 300;
  margin-top: 150px;
  font-size: 2em;
  margin: 0;
}
.widget-usp-header .wkb-header-main .text-panel,
.widget-searchbox .wkb-header-main .text-panel,
.wkb-header .wkb-header-main .text-panel {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.widget-usp-header .wkb-header-main .container-fluid,
.widget-searchbox .wkb-header-main .container-fluid,
.wkb-header .wkb-header-main .container-fluid {
  display: table;
  width: 100%;
  height: 100%;
}
.widget-usp-header .wkb-header-main .vertical-center,
.widget-searchbox .wkb-header-main .vertical-center,
.wkb-header .wkb-header-main .vertical-center {
  display: table-cell;
  vertical-align: middle;
}
.widget-usp-header .wkb-header-main .input-group,
.widget-searchbox .wkb-header-main .input-group,
.wkb-header .wkb-header-main .input-group {
  margin: 30px 0;
}
.widget-usp-header .wkb-header-main .subtitle,
.widget-usp-header .wkb-header-main .summary p,
.widget-searchbox .wkb-header-main .subtitle,
.widget-searchbox .wkb-header-main .summary p,
.wkb-header .wkb-header-main .subtitle,
.wkb-header .wkb-header-main .summary p {
  color: white;
}
.widget-usp-header .wkb-header-main .subtitle,
.widget-searchbox .wkb-header-main .subtitle,
.wkb-header .wkb-header-main .subtitle {
  margin: 0;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.5em;
}
.widget-usp-header .wkb-header-main .summary,
.widget-searchbox .wkb-header-main .summary,
.wkb-header .wkb-header-main .summary {
  font-size: 1em;
  font-weight: 300;
  margin: 1em 0 0 0;
}
.widget-usp-header .wkb-header-main.wkb-header-small-bg,
.widget-searchbox .wkb-header-main.wkb-header-small-bg,
.wkb-header .wkb-header-main.wkb-header-small-bg {
  text-align: left;
}
.widget-usp-header .wkb-header-main.wkb-header-small-bg .cta-holders,
.widget-searchbox .wkb-header-main.wkb-header-small-bg .cta-holders,
.wkb-header .wkb-header-main.wkb-header-small-bg .cta-holders {
  margin-left: 48px;
}
.widget-usp-header .wkb-header-main.wkb-header-small-bg h1,
.widget-searchbox .wkb-header-main.wkb-header-small-bg h1,
.wkb-header .wkb-header-main.wkb-header-small-bg h1 {
  text-align: left;
}
.widget-usp-header .wkb-header-main.wkb-header-small-bg hgroup,
.widget-searchbox .wkb-header-main.wkb-header-small-bg hgroup,
.wkb-header .wkb-header-main.wkb-header-small-bg hgroup {
  margin-left: 48px;
}
.widget-usp-header .wkb-header-main.wkb-header-small-bg .summary,
.widget-searchbox .wkb-header-main.wkb-header-small-bg .summary,
.wkb-header .wkb-header-main.wkb-header-small-bg .summary {
  margin-left: 48px;
}

/*
.widget-usp-header{
  .umbrella-header-main {
    .container-fluid{
      height: $umbrella-header-main-height;
    }
  }
}
*/
.widget-searchbox .wkb-header-main,
.widget-usp-header .wkb-header-main {
  background: transparent;
}
.widget-searchbox .wkb-header-main .quicksearch,
.widget-usp-header .wkb-header-main .quicksearch {
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 1em;
}
.widget-searchbox .wkb-header-main .quicksearch p,
.widget-usp-header .wkb-header-main .quicksearch p {
  margin-bottom: 0;
}
.widget-searchbox .wkb-header-main .quicksearch a,
.widget-searchbox .wkb-header-main .quicksearch a:hover,
.widget-searchbox .wkb-header-main .quicksearch a:link,
.widget-searchbox .wkb-header-main .quicksearch a:active,
.widget-searchbox .wkb-header-main .quicksearch a:link,
.widget-usp-header .wkb-header-main .quicksearch a,
.widget-usp-header .wkb-header-main .quicksearch a:hover,
.widget-usp-header .wkb-header-main .quicksearch a:link,
.widget-usp-header .wkb-header-main .quicksearch a:active,
.widget-usp-header .wkb-header-main .quicksearch a:link {
  color: white;
}

.wkb-header-breadcrumb {
  z-index: 2;
  position: relative;
  margin-bottom: 45px;
  margin-top: 45px;
}
.wkb-header-breadcrumb .breadcrumb {
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 24px;
  border: 1px solid #e5e5e5;
  background: transparent;
  border-radius: 19px;
}
.wkb-header-breadcrumb .breadcrumb > li + li:before {
  content: ">┬á";
  color: #c3c3c3;
}
.wkb-header-breadcrumb .breadcrumb a {
  text-decoration: none;
  color: #c3c3c3;
}
.wkb-header-breadcrumb .breadcrumb a:hover {
  color: #0081C6;
}
.wkb-header-breadcrumb .breadcrumb .active {
  color: #0081C6;
}

/* 
   2.2 Footer
   ========================================================================== */
.doormat {
  background: #eee;
  position: relative;
  z-index: 5;
}
.doormat .h1 {
  font-size: 1em;
  line-height: 24px;
  margin: 2.5em 0 10px 0;
  color: #8d8d8d;
}
.doormat a {
  text-decoration: none;
  line-height: 24px;
  font-size: 0.8125em;
  display: inline-block;
  color: #8d8d8d;
}
.doormat a:hover, .doormat a:focus {
  color: #474747;
}
.doormat ul, .doormat li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.doormat ul {
  margin-bottom: 10px;
}
.doormat ul.footer-social-media li {
  float: left;
}
.doormat ul.footer-social-media li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: white;
  border-radius: 17px;
  text-indent: -9999px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-image: url("/Assets/img/social_media_sprite_2.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 389px 47px;
}
.doormat ul.footer-social-media li a.facebook {
  background-position: -18px -5px;
}
.doormat ul.footer-social-media li a.twitter {
  background-position: -68px -5px;
}
.doormat ul.footer-social-media li a.linkedin {
  background-position: -119px -5px;
}
.doormat ul.footer-social-media li a.youtube {
  background-position: -169px -5px;
}
.doormat ul.footer-social-media li a.slideshare {
  background-position: -220px -5px;
}
.doormat ul.footer-social-media li a.pinterest {
  background-position: -270px -6px;
}
.doormat ul.footer-social-media li a.instagram {
  background-position: -320px -5px;
}

.doormat-bottom {
  text-align: center;
  padding-top: 20px;
  font-weight: 300;
}
.doormat-bottom p,
.doormat-bottom li {
  color: #6b6a6a;
  font-size: 0.75em;
}
.doormat-bottom a {
  color: #0081c6;
  text-decoration: underline;
  font-size: 1em;
}
.doormat-bottom .separator {
  display: inline-block;
  margin: 0 10px;
}

/* 
   2.4 Article
   ========================================================================== */
article h1 {
  font-size: 1.11em;
}
article h2 {
  font-weight: 700;
  font-size: 1.11em;
}
article h3,
article h4,
article h5,
article h6 {
  font-size: 1.25em;
}

/* 
   2.3 Section & aside 
   ========================================================================== */
aside h1,
section h1 {
  font-size: 1.11em;
}
aside h2,
section h2 {
  font-size: 1.5em;
}
aside h3,
aside h4,
aside h5,
aside h6,
section h3,
section h4,
section h5,
section h6 {
  font-size: 1.25em;
}

/* 
   2.5 aside
   ========================================================================== */
/*
2.6 Navigation
========================================================================== */
.navbar {
  margin-bottom: 0;
  /*
  2.6.1 Meta Navigation
  ========================================================================== */
}
.navbar.navbar-inverse {
  border: none;
}
.navbar.navbar-inverse .container {
  padding-bottom: 0px;
  padding-top: 0px;
}
.navbar ul.list-circled > li > a {
  border-color: #9f9e9e;
  color: #9f9e9e;
  background-color: #474747;
}
.navbar ul.list-circled > li > a:hover, .navbar ul.list-circled > li > a:active {
  color: #474747;
  background-color: #9f9e9e;
  background: #9f9e9e;
}
.navbar ul.list-circled > li.active > a {
  color: #474747;
  background-color: #9f9e9e;
  background-color: #9f9e9e;
}
.navbar {
  z-index: 5;
  margin-bottom: 0;
}
.navbar .navbar-nav {
  margin: 0;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
  color: #9f9e9e;
  background-color: #474747;
}
.navbar .navbar-header {
  height: 80px;
  background-color: #fff;
  position: relative;
}
.navbar .navbar-brand {
  max-width: 100%;
  padding: 0 0 0 0px;
  height: auto;
  font-size: 1.5em;
  text-align: center;
}
.navbar .navbar-toggle {
  width: 80px;
  height: 100%;
  margin: 0;
  border: none;
  border-left: 1px solid #d8d8d8;
  border-radius: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #7AC143;
}
.navbar .navbar-toggle .icon-bar {
  background: white;
  width: 22px;
  margin-left: auto;
  margin-right: auto;
}
.navbar .navbar-main-menu > li > a {
  font-size: 1.5em;
  display: block;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
}
.navbar.navbar-meta {
  min-height: 40px;
  background: white;
}
.navbar.navbar-meta .navbar-collapse {
  padding: 2px 0px;
  border: none;
  width: 100%;
}
.navbar.navbar-meta ul.list-pipe-delimited > li {
  color: #9f9e9e;
}
.navbar.navbar-meta ul.list-pipe-delimited > li > a {
  color: #f4f3f2;
  display: inline-block;
}
.navbar.navbar-meta ul.list-pipe-delimited > li:after {
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
}
.navbar.navbar-meta ul.list-pipe-delimited > li:last-child:after {
  display: none;
}
.navbar.navbar-meta .nav.navbar-nav.navbar-main-menu > li > a {
  padding: 24px;
  border-bottom: 1px solid #333;
}
.navbar.navbar-meta .nav.navbar-nav.navbar-main-menu > li.active, .navbar.navbar-meta .nav.navbar-nav.navbar-main-menu > li.active > a, .navbar.navbar-meta .nav.navbar-nav.navbar-main-menu > li:focus, .navbar.navbar-meta .nav.navbar-nav.navbar-main-menu > li:hover {
  background: #2e2e2e;
}
.navbar.navbar-meta .nav.navbar-nav.about-menu {
  margin-top: 18px;
}
.navbar.navbar-meta .nav.navbar-nav.language-choice {
  margin-top: 12px;
  margin-bottom: 18px;
}
.navbar.navbar-meta .nav.navbar-nav.language-choice > li > a {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  border-color: #9f9e9e;
}
.navbar.navbar-meta .nav.navbar-nav.about-menu,
.navbar.navbar-meta .nav.navbar-nav.language-choice {
  text-align: center;
}
.navbar.navbar-meta .nav.navbar-nav.about-menu li,
.navbar.navbar-meta .nav.navbar-nav.language-choice li {
  float: none;
  display: inline-block;
}

.csstransitions .navbar .navbar-toggle .icon-bar {
  background: white;
  width: 22px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.csstransitions .navbar .navbar-toggle .top-bar {
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.csstransitions .navbar .navbar-toggle .middle-bar {
  opacity: 0;
}
.csstransitions .navbar .navbar-toggle .bottom-bar {
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.csstransitions .navbar .navbar-toggle.collapsed .top-bar {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.csstransitions .navbar .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.csstransitions .navbar .navbar-toggle.collapsed .bottom-bar {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/*
2.6.2 Main Navigation
========================================================================== */
.navbar-header {
  padding-left: 12px;
}
.navbar-header img.logo {
  width: auto;
  position: relative;
  float: none;
  height: 21px;
  margin: 19px 0 0px 0;
  float: left;
}
.navbar-header .site-title {
  float: left;
  font-weight: 300;
  width: 100%;
  text-align: left;
  padding-left: 27px;
  font-size: 0.6em;
  line-height: 20px;
  margin: 3px 0 0px 0;
}
.navbar-header .navbar-brand {
  width: 100%;
  display: inline-block;
  max-width: 100%;
  padding-right: 80px;
}

.navbar.navbar-alpha {
  background: transparent;
  border: none;
}
.navbar.navbar-alpha img.logo {
  width: auto;
  max-width: 100%;
  position: relative;
  float: left;
  height: 33px;
  margin: 23px 0 17px -1px;
}
.navbar.navbar-alpha .site-title {
  float: left;
  font-weight: 300;
  font-size: 1.5em;
  padding-left: 45px;
  line-height: 40px;
  margin: 24px 0 16px 0;
}
.navbar.navbar-alpha .header-row {
  width: 100%;
  background: white;
  -moz-box-shadow: 3px 3px 4px #000;
  /* Firefox/Mozilla */
  -webkit-box-shadow: 3px 3px 4px #000;
  /*Safari/Chrome */
  box-shadow: 3px 3px 4px #000;
  /* Opera & hoe het zou moeten */
  /* Voor IE 8 */
  /* Voor IE 5.5 - 7 */
}
.navbar.navbar-alpha .header-row > a {
  display: inline;
  padding: 0;
}
.navbar.navbar-alpha .menu-links {
  background: #ededed;
  background: rgba(237, 237, 237, 0.95);
}
.navbar.navbar-alpha .menu-links ul {
  margin: 0;
  padding: 0;
}
.navbar.navbar-alpha .menu-links .menu-item {
  background: transparent;
  padding: 0;
  float: left;
  list-style: none;
}
.navbar.navbar-alpha .menu-links .menu-item img {
  margin-left: -5px;
}
.navbar.navbar-alpha .menu-links .menu-item img,
.navbar.navbar-alpha .menu-links .menu-item > a span {
  position: relative;
  z-index: 2;
}
.navbar.navbar-alpha .menu-links .menu-item > a {
  display: block;
  height: 60px;
  background: transparent;
  line-height: 60px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  color: #474747;
  font-weight: 300;
  position: relative;
  border-right: 1px solid #c3c3c3;
}
.navbar.navbar-alpha .menu-links .menu-item > a span {
  display: inline-block;
}
.navbar.navbar-alpha .menu-links .menu-item > a:after {
  display: block;
  content: " ";
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  -o-transition: height .2s ease-in-out;
  -ms-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
  background: #E67830;
}
.navbar.navbar-alpha .menu-links .menu-item:first-child > a {
  border-left: 1px solid #c3c3c3;
}
.navbar.navbar-alpha .menu-links .menu-item:hover > a:after, .navbar.navbar-alpha .menu-links .menu-item.active > a:after {
  height: 5px;
}
.navbar.navbar-alpha .menu-links .menu-item.has-mega-dropdown {
  min-height: 0%;
}
.navbar.navbar-alpha .menu-links .menu-item.has-mega-dropdown > a .linktext {
  float: left;
}
.navbar.navbar-alpha .menu-links .menu-item.has-mega-dropdown > a .icon {
  float: left;
  margin-left: 12px;
  margin-top: 21px;
  line-height: normal;
}
.navbar.navbar-alpha .menu-links .menu-item.has-mega-dropdown > a:after {
  top: 0;
  bottom: auto;
}
.navbar.navbar-alpha .menu-links .menu-item.has-mega-dropdown:hover > a {
  background-color: #f9f8f7;
}
.navbar.navbar-alpha .menu-links .menu-item.has-mega-dropdown:hover > a .icon:before {
  content: "\e64b";
}
.navbar.navbar-alpha .menu-links .menu-item.active a {
  cursor: default;
}

.navbar.navbar-alpha {
  /*
  2.6.2.1 Megadropdown
  ========================================================================== */
}
.navbar.navbar-alpha .has-mega-dropdown {
  /*
  &:first-child{ // eerste dropdown even verbergen
    .megadropdown{
      opacity: 0;
      visibility: hidden;
      overflow: visible;
    }
  }
  */
}
.navbar.navbar-alpha .has-mega-dropdown > a:before {
  display: block;
  width: 100%;
  height: 0px;
  background: #f9f8f7;
  content: ' ';
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3000;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}
.navbar.navbar-alpha .has-mega-dropdown:hover .megadropdown {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.navbar.navbar-alpha .has-mega-dropdown:hover > a {
  overflow: visible;
}
.navbar.navbar-alpha .has-mega-dropdown:hover > a:before {
  height: 5px;
}
.navbar.navbar-alpha .has-mega-dropdown > a {
  position: relative;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}
.navbar.navbar-alpha .megadropdown {
  background-color: #f9f8f7;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}
.navbar.navbar-alpha .megadropdown.isProminent .container-fluid:before {
  display: block;
  width: 1px;
  height: 100%;
  background: #b2b1b1;
  content: ' ';
  position: absolute;
  top: 0;
  left: 70%;
}
.navbar.navbar-alpha .megadropdown .container-fluid {
  position: relative;
}
.navbar.navbar-alpha .megadropdown .separator {
  width: 100%;
  height: 36px;
  background: white;
}
.navbar.navbar-alpha .megadropdown ul {
  list-style: none;
}
.navbar.navbar-alpha .megadropdown ul,
.navbar.navbar-alpha .megadropdown h1,
.navbar.navbar-alpha .megadropdown a {
  text-align: left;
  margin: 0;
  padding: 0;
}
.navbar.navbar-alpha .megadropdown a {
  padding-bottom: 1px;
  -webkit-transition: border-bottom-color .2s ease 0s;
  -moz-transition: border-bottom-color .2s ease 0s;
  -o-transition: border-bottom-color .2s ease 0s;
  -ms-transition: border-bottom-color .2s ease 0s;
  transition: border-bottom-color .2s ease 0s;
  border-bottom: 1px solid transparent;
}
.navbar.navbar-alpha .megadropdown a:hover {
  border-bottom: 1px solid white;
}
.navbar.navbar-alpha .megadropdown .h1 {
  color: #474747;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.2em;
}
.navbar.navbar-alpha .megadropdown .h1:first-child {
  margin-top: 2px;
}
.navbar.navbar-alpha .megadropdown .mega-dropdown-main .h1 {
  margin-bottom: 0px;
}
.navbar.navbar-alpha .megadropdown .mega-dropdown-main li {
  float: left;
  margin: 1em 0 0 0;
  width: 50%;
}
.navbar.navbar-alpha .megadropdown li {
  text-align: left;
  position: relative;
  padding: 0;
}
.navbar.navbar-alpha .megadropdown li.bulleted {
  padding-left: 30px;
}
.navbar.navbar-alpha .megadropdown li.bulleted:before {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  border-radius: 10px;
  border: 2px solid white;
}
.navbar.navbar-alpha .megadropdown li a {
  color: #474747;
  text-decoration: none;
  font-weight: 300;
  font-size: 1em;
  line-height: 2.4em;
  height: auto;
  display: inline;
}
.navbar.navbar-alpha .megadropdown li a:hover {
  background: transparent;
}

.wkb-header .panel-group {
  margin-bottom: 0;
}
.wkb-header .panel-group .panel-heading + .panel-collapse > .panel-body,
.wkb-header .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
.wkb-header .panel-group .panel {
  border: none;
  border-bottom: 1px solid #424242;
  background: transparent;
}
.wkb-header .panel-group .panel.open, .wkb-header .panel-group .panel.active, .wkb-header .panel-group .panel:hover {
  background: #333333;
  border-bottom: 1px solid #2e2e2e;
}
.wkb-header .panel-group .panel.open .open, .wkb-header .panel-group .panel.active .open, .wkb-header .panel-group .panel:hover .open {
  background: #282828;
}
.wkb-header .panel-group .panel.open .open a:before, .wkb-header .panel-group .panel.active .open a:before, .wkb-header .panel-group .panel:hover .open a:before {
  color: #7AC143;
}
.wkb-header .panel-group .panel .panel-group.second-level .panel .list-group-item {
  border-top: 1px solid #232323;
  padding: 0;
  margin: 0;
  position: relative;
}
.wkb-header .panel-group .panel .panel-group.second-level .panel .list-group-item.bulleted:before {
  display: block;
  width: 8px;
  height: 8px;
  background: transparent;
  position: absolute;
  top: 14px;
  left: 22px;
  content: '';
  border-radius: 4px;
  border: 1px solid white;
}
.wkb-header .panel-group .panel .panel-group.second-level .panel .list-group-item a {
  padding: 12px 24px 12px 36px;
  margin: 0;
  display: block;
  font-size: 12px;
  color: #cfcfcf;
}
.wkb-header .panel-group .panel .panel-group.second-level .panel .list-group-item a:hover, .wkb-header .panel-group .panel .panel-group.second-level .panel .list-group-item a:focus {
  color: white;
  background: #232323;
}
.wkb-header .panel-group .panel.open > .panel-heading .panel-title a:hover .icon:before {
  content: "\e64b";
}
.wkb-header .panel-group .panel > .panel-heading {
  border: none;
  background: transparent;
  color: white;
  padding: 0px;
}
.wkb-header .panel-group .panel > .panel-heading a {
  text-decoration: none;
  font-weight: 300;
  display: block;
  padding: 24px;
  line-height: 20px;
  font-size: 18px;
}
.wkb-header .panel-group .panel > .panel-heading .panel-title .icon {
  float: right;
  font-size: 15px;
  color: white;
}
.wkb-header .panel-group .panel-body {
  padding: 0;
}
.wkb-header .panel-group.second-level {
  padding-bottom: 0;
}
.wkb-header .panel-group.second-level .panel {
  border-bottom: none;
  border-top: 1px solid #282828;
}
.wkb-header .panel-group.second-level .panel > .panel-heading a {
  font-size: 15px;
  padding: 15px 24px;
  color: #cfcfcf;
}
.wkb-header .panel-group.second-level .panel > .panel-heading a:before {
  content: "┬╗ ";
}
.wkb-header .panel-group .panel + .panel {
  margin-top: 0;
}
.wkb-header .panel-group .list-group {
  border: none;
}
.wkb-header .panel-group .list-group li {
  background: transparent;
  border: none;
}
.wkb-header .panel-group .list-group li a {
  font-weight: 300;
  font-size: 15px;
  color: white;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
}

/*
2.6.3 Sticky Navbar
========================================================================== */
.navbar-sticky {
  border-bottom: 1px solid #e5e5e5;
  background: white;
  margin-bottom: 20px;
  width: 100%;
  z-index: 4000;
}
.navbar-sticky.is-fixed {
  position: fixed;
  top: 0px;
  left: 0;
}
.navbar-sticky .nav-tabs {
  border-bottom: 0;
}
.navbar-sticky .nav.nav-tabs > li {
  margin: 0;
}
.navbar-sticky .nav.nav-tabs > li.active a, .navbar-sticky .nav.nav-tabs > li.active a:hover, .navbar-sticky .nav.nav-tabs > li.active a:active, .navbar-sticky .nav.nav-tabs > li.active a:visited, .navbar-sticky .nav.nav-tabs > li.active a:focus {
  background: #e5f2f9;
  color: #0081C6;
}
.navbar-sticky .nav.nav-tabs > li > a {
  border: 0;
  font-weight: 300;
  border-radius: 0;
  color: #474747;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.125em;
  padding: 24px 20px;
  margin: 0;
}
.navbar-sticky .nav.nav-tabs > li > a, .navbar-sticky .nav.nav-tabs > li > a:active, .navbar-sticky .nav.nav-tabs > li > a:visited, .navbar-sticky .nav.nav-tabs > li > a:focus {
  background: transparent;
  color: #474747;
}
.navbar-sticky .nav.nav-tabs > li > a:hover {
  background: #e5f2f9;
  color: #0081C6;
}
.navbar-sticky .nav.nav-tabs > li > a:hover, .navbar-sticky .nav.nav-tabs > li > a:active, .navbar-sticky .nav.nav-tabs > li > a:visited, .navbar-sticky .nav.nav-tabs > li > a:focus {
  border: 0;
}

/*
2.6.3 Site Search
========================================================================== */
.site-search {
  float: right;
  width: 300px;
  margin-right: 24px;
}

@media (min-width: 992px) {
  .navbar.navbar-meta .navbar-header {
    display: none;
  }
  .navbar.navbar-meta .navbar-collapse {
    padding: 0;
  }
}
@media (min-width: 400px) {
  .navbar-header {
    padding-left: 15px;
  }
  .navbar-header img.logo {
    margin: 29px 0 17px 0px;
    float: left;
  }
  .navbar-header .site-title {
    padding-left: 10px;
    margin: 33px 0 16px 0;
    float: left;
    text-align: left;
    width: auto;
  }
}
@media (min-width: 480px) {
  .navbar-header img.logo {
    height: 26px;
    margin: 26px 0 17px 0px;
  }
  .navbar-header .site-title {
    font-size: 0.78em;
    padding-left: 15px;
    line-height: 30px;
    margin: 28px 0 16px 0;
  }
}
@media (min-width: 600px) {
  .navbar-header img.logo {
    margin: 23px 0 17px 0px;
    height: 33px;
  }
  .navbar-header .site-title {
    font-size: 1em;
    padding-left: 45px;
    line-height: 40px;
    margin: 24px 0 16px 0;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-inverse .container {
    padding: 0 15px;
  }
  .navbar.navbar-meta .nav.navbar-nav.navbar-main-menu > li > a {
    border-bottom: none;
  }
  .navbar.navbar-meta .nav.navbar-nav.about-menu > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar.navbar-meta .nav.navbar-nav.about-menu > li:first-child > a {
    padding-left: 0px;
  }
  .navbar.navbar-meta .navbar-collapse {
    border: none;
  }
  .navbar.navbar-meta .navbar-collapse .nav > li {
   /*
   &.active > a,
   a:focus,
   a:hover {
     background: $kluwer-black;
  }
  */
  }
  .navbar.navbar-meta .navbar-collapse .nav > li > a {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    width: auto;
  }
  .navbar.navbar-meta .nav.navbar-nav.about-menu {
    margin-top: 5px;
  }
  .navbar.navbar-meta .nav.navbar-nav.language-choice {
    margin-top: 5px;
    margin-bottom: 0px;
  }
}
/* 
   2.7 Tables
   ========================================================================== */
.left-colgroup {
  width: 14.2857143%;
}

.right-colgroup {
  width: 85.7142857;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 0px solid transparent;
  padding-bottom: 30px;
}
.table > thead > tr > th.left-colgroup,
.table > thead > tr > td.left-colgroup,
.table > tbody > tr > th.left-colgroup,
.table > tbody > tr > td.left-colgroup,
.table > tfoot > tr > th.left-colgroup,
.table > tfoot > tr > td.left-colgroup {
  padding-left: 0;
}
.table > thead > tr > th.left-colgroup h2,
.table > thead > tr > td.left-colgroup h2,
.table > tbody > tr > th.left-colgroup h2,
.table > tbody > tr > td.left-colgroup h2,
.table > tfoot > tr > th.left-colgroup h2,
.table > tfoot > tr > td.left-colgroup h2 {
  margin-top: 0;
}

.body {
  color: #F00;
}
