/*
3.18 Widget Testimonial: Colors
========================================================================== */
/*
3.18 Widget Testimonial -- instructor: Colors
========================================================================== */
/* ==========================================================================
   1 Base
   ========================================================================== */
/*
   1.0 body etc
   ========================================================================== */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body {
  position: relative; }

@media (min-width: 768px) {
  body {
    font-size: 16px; } }

/*
@media (min-width: $screen-md){
  body{
    font-size: 18px;
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
[data-icon]:before {
  vertical-align: middle; }

/*
 * 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; }

@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; }

/*
   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.15em; }

.text-xl {
  font-size: 2em; }

.text-md {
  font-size: 1em; }

.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; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0; }

/* 
   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;
  outline: 0; }
  a:hover, a:focus {
    text-decoration: none; }
  a.as-text {
    text-decoration: none;
    color: inherit; }
  a.no-underline {
    text-decoration: none; }

.has-block-link {
  position: relative; }

.block-link {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  text-indent: -9000px;
  background: transparent url(/assets/img/the-dead-pixel.png) repeat; }

[data-toggle="tooltip"] {
  cursor: pointer; }

/*
   1.5 buttons
   ========================================================================== */
.btn {
  text-decoration: none;
  white-space: normal;
  text-align: left;
  font-size: 14px;
  padding: 8px 24px;
  line-height: 20px;
  border-radius: 18px;
  behavior: url(/css/behavior/PIE.htc); }

.btn, .btn:active, .btn.active, .btn:hover, .btn:focus, .btn.focus {
  outline: 0; }

.btn.btn-sm {
  height: 28px;
  padding: 6px 10px;
  line-height: 1;
  font-size: 13px;
  border-radius: 14px;
  font-weight: 300;
  behavior: url(/css/behavior/PIE.htc); }

.btn.btn-lg {
  padding: 14px 30px;
  margin: 0px;
  font-size: 1em;
  min-height: 50px;
  height: auto;
  border-radius: 25px;
  behavior: url(/css/behavior/PIE.htc); }

.btn.btn-square {
  border-radius: 0; }

.btn.btn-circle {
  padding: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
  line-height: 50px;
  border-radius: 26px;
  behavior: url(/css/behavior/PIE.htc); }

.btn.btn-circle.btn-sm {
  width: 32px;
  height: 32px;
  line-height: 35px;
  border-radius: 16px;
  behavior: url(/css/behavior/PIE.htc); }

.btn.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  line-height: 54px; }

.btn.btn-file {
  position: relative;
  overflow: hidden; }

.btn.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.btn-left {
  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;
  width: 26px;
  height: 26px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
  behavior: url(/css/behavior/PIE.htc); }

.btn.btn-icon {
  position: relative;
  padding-right: 40px;
  padding-left: 15px; }

.btn.btn-icon.btn-lg {
  padding-right: 65px; }

.btn.btn-icon.nowrap {
  white-space: nowrap; }

.btn.btn-icon i {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -12px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  speak: none;
  border-radius: 12px;
  behavior: url(/css/behavior/PIE.htc);
  text-align: center;
  font-size: 12px; }

.btn.btn-icon i:before {
  vertical-align: middle; }

.btn.btn-icon.btn-lg i {
  font-size: 16px;
  line-height: 30px;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  margin-top: -17px;
  right: 8px;
  behavior: url(/css/behavior/PIE.htc); }

.btn.btn-icon.btn-sm {
  padding-right: 30px;
  padding-left: 10px; }

.btn.btn-icon.btn-sm i {
  right: 6px;
  margin-top: -9px;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  behavior: url(/css/behavior/PIE.htc);
  font-size: 8px; }

.btn.btn-icon.btn-icon-left {
  padding-left: 65px;
  padding-right: 40px; }

.btn.btn-icon.btn-icon-left i {
  left: 8px; }

.btn.btn-outline {
  color: #0081C6;
  background-color: transparent;
  border-color: #0081C6; }
  .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline.focus, .btn.btn-outline:active, .btn.btn-outline.active,
  .open > .btn.btn-outline.dropdown-toggle {
    background-color: #0081C6;
    color: white;
    border-color: #0081C6; }
  .btn.btn-outline:active, .btn.btn-outline.active,
  .open > .btn.btn-outline.dropdown-toggle {
    background-image: none; }
  .btn.btn-outline.disabled, .btn.btn-outline.disabled:hover, .btn.btn-outline.disabled:focus, .btn.btn-outline.disabled.focus, .btn.btn-outline.disabled:active, .btn.btn-outline.disabled.active, .btn.btn-outline[disabled], .btn.btn-outline[disabled]:hover, .btn.btn-outline[disabled]:focus, .btn.btn-outline[disabled].focus, .btn.btn-outline[disabled]:active, .btn.btn-outline[disabled].active,
  .btn.btn-outline fieldset[disabled],
  .btn.btn-outline fieldset[disabled]:hover,
  .btn.btn-outline fieldset[disabled]:focus,
  .btn.btn-outline fieldset[disabled].focus,
  .btn.btn-outline fieldset[disabled]:active,
  .btn.btn-outline fieldset[disabled].active {
    color: #0081C6;
    border-color: #0081C6; }
  .btn.btn-outline.btn-icon i {
    border: 1px solid #0081C6;
    background-color: transparent; }
  .btn.btn-outline.btn-icon:hover i {
    border-color: #fff; }

.wkb-header-main .btn.btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .wkb-header-main .btn.btn-outline:hover, .wkb-header-main .btn.btn-outline:focus, .wkb-header-main .btn.btn-outline.focus, .wkb-header-main .btn.btn-outline:active, .wkb-header-main .btn.btn-outline.active,
  .open > .wkb-header-main .btn.btn-outline.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-color: #fff; }
  .wkb-header-main .btn.btn-outline:active, .wkb-header-main .btn.btn-outline.active,
  .open > .wkb-header-main .btn.btn-outline.dropdown-toggle {
    background-image: none; }
  .wkb-header-main .btn.btn-outline.disabled, .wkb-header-main .btn.btn-outline.disabled:hover, .wkb-header-main .btn.btn-outline.disabled:focus, .wkb-header-main .btn.btn-outline.disabled.focus, .wkb-header-main .btn.btn-outline.disabled:active, .wkb-header-main .btn.btn-outline.disabled.active, .wkb-header-main .btn.btn-outline[disabled], .wkb-header-main .btn.btn-outline[disabled]:hover, .wkb-header-main .btn.btn-outline[disabled]:focus, .wkb-header-main .btn.btn-outline[disabled].focus, .wkb-header-main .btn.btn-outline[disabled]:active, .wkb-header-main .btn.btn-outline[disabled].active,
  .wkb-header-main .btn.btn-outline fieldset[disabled],
  .wkb-header-main .btn.btn-outline fieldset[disabled]:hover,
  .wkb-header-main .btn.btn-outline fieldset[disabled]:focus,
  .wkb-header-main .btn.btn-outline fieldset[disabled].focus,
  .wkb-header-main .btn.btn-outline fieldset[disabled]:active,
  .wkb-header-main .btn.btn-outline fieldset[disabled].active {
    color: #fff;
    border-color: #fff; }
  .wkb-header-main .btn.btn-outline.btn-icon i {
    border: 1px solid #fff;
    background-color: transparent; }
  .wkb-header-main .btn.btn-outline.btn-icon:hover i {
    border-color: #fff; }

.wkb-header-main .btn.btn-outline.btn-icon i {
  border: 1px solid #fff; }

/* The back to top button */
#toplink {
  position: fixed;
  bottom: 24px;
  right: 24px;
  opacity: 0;
  z-index: 200; }

#toplink.is-semi-visible {
  opacity: 0.66; }

#toplink.is-semi-visible:hover {
  opacity: 1;
  background-color: #474747; }

/* The horror show */
.roundbtn {
  display: inline-block;
  margin: 0 auto;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  border-radius: 17px;
  border-width: 1px;
  border-style: solid;
  border-color: #474747;
  color: #474747;
  behavior: url(/css/behavior/PIE.htc);
  text-decoration: none; }

.roundbtn:before {
  text-align: center;
  line-height: 1;
  top: 50%;
  position: relative;
  margin-top: -9px;
  display: block; }

.roundbtn:hover {
  background-color: #474747;
  color: white; }

/*
1.6 lists
========================================================================== */
ul.features li:before,
ul.checkmark-list li:before {
  display: inline-block;
  font-family: "streamline-24px" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  content: "\e2fe"; }

ul.checkmark-list {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

ul.checkmark-list li {
  list-style: none;
  position: relative; }

ul.checkmark-list li:before {
  color: #7AC143;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

ul.features li {
  padding-left: 21px; }

ul.list-pipe-delimited, ul.list-circled {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none; }

ul.list-pipe-delimited, ul.list-pipe-delimited > li, ul.list-circled, ul.list-circled > li {
  display: inline-block; }

ul.list-pipe-delimited a, ul.list-circled a {
  color: #fff; }

/*
1.6.1 Pipe delimited list
========================================================================== */
ul.list-pipe-delimited > li:after {
  content: '|';
  color: #fff;
  padding-left: 10px; }

ul.list-pipe-delimited > li:last-child:after {
  display: none; }

ul.list-pipe-delimited > li a {
  text-decoration: none; }

/*
1.6.2 Circled list
========================================================================== */
ul.list-circled > li > a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  color: #9f9e9e;
  border: 1px solid #9f9e9e;
  cursor: default;
  line-height: 28px;
  font-size: 12px;
  text-decoration: none;
  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:hover, ul.list-circled > li > a:active {
  background-color: #9f9e9e;
  color: #474747;
  text-decoration: none; }

ul.list-circled > li.active > a {
  background-color: #9f9e9e;
  color: #474747;
  text-decoration: none; }

/*
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;
      }
      >li {
        &{
          font-size: 0.75em;
          line-height: 1;
          padding: 5px 0;
        }
        &, &:after{
          display: inline-block;
        }

        &:after{
          content:"|";
          padding-left: 20px;
          padding-right: 20px;
        }
        &:last-child{
          &:after{
            content:"";
            padding:0;
          }
        }
        a{
          &{
            display: inline-block;
            padding: 0;
            text-decoration: none;
          }
          &:after{
            padding-left: 0px;
          }
        }
        &:first-child{
          a{
            padding-left: 0;
          }
        }
      }
    }
  }
  */
/*
  1.6.2 Circled list
  ========================================================================== */
/*
  ul{
    &.list-circled{
      &{
        padding-right: 0px;
        margin: 7px 0;

        &.languages{
          padding-right: 0;
        }
      }
      > li {
        &{
          display: block;
          float:left;
          padding: 0;
          margin-left: 7px;
        }
        > a {
          &{
            padding: 0;
            font-size: 0.75em;
            display: inline-block;
            width: $circled-list-radius * 2;
            height: $circled-list-radius * 2;
            line-height: $circled-list-radius * 2;
            text-align: center;
            border: 1px solid $pantone-7540;
            border-radius: $circled-list-radius;
            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;
          }
          &,
          &:link,
          &:hover,
          &:focus,
          &:active{
            text-decoration: none;
          }
          &:hover,
          &:active{
            background-color: $navbar-inverse-bg;
            color: $gray-light;
          }
        }
        &.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; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

textarea.form-control {
  line-height: 1.2em;
  padding: 12px; }

.form-part {
  margin: 15px 0 0 0;
  padding: 15px 0; }

.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; }

form .radio p,
.form-part .radio p {
  font-size: 1em; }

form p,
.form-part p {
  color: #474747;
  font-size: 0.875em;
  font-weight: 300; }

form a,
.form-part a {
  color: #474747; }

.radiobuttonlist.form-group p {
  margin-bottom: 0;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }

.radiobuttonlist.form-group.seriesgroup .help-block {
  margin-left: 15px; }

.radiobuttonlist.form-group.seriesgroup p {
  bottom: 2px; }

.radio,
.checkbox {
  float: left; }

.radio label,
.checkbox label {
  position: relative;
  top: -2px; }

.checkbox label {
  display: block;
  float: none; }

.jstree-container-ul .checkbox {
  float: none; }

.jstree-container-ul label {
  padding-left: 0; }

.jstree-default .jstree-anchor {
  padding-bottom: 3px; }

.jstree-default.jstree-checkbox-no-clicked .jstree-container-ul .jstree-clicked.jstree-hovered,
.jstree-default .jstree-container-ul .jstree-hovered,
.jstree-default .jstree-container-ul .jstree-clicked,
.jstree-default .jstree-container-ul .jstree-clicked.jstree-hovered {
  background: none;
  box-shadow: inset 0 0 1px transparent; }

.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; }

.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #CACACA; }

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CACACA;
  opacity: 1; }

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CACACA;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #CACACA; }

.loading-icon {
  width: 32px;
  height: 32px;
  background: url("../Assets/img/ajax-loader.gif");
  float: left;
  margin-top: 9px;
  margin-right: 9px; }

.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;
  behavior: url(/css/behavior/PIE.htc); }

.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;
  behavior: url(/css/behavior/PIE.htc); }

.input-group.date {
  width: 100%; }

/*
1.7.4 Date Indicator
========================================================================== */
input[data-toggle="date"] {
  position: relative;
  z-index: 1;
  background-color: white; }

.form-group .date-indicator {
  display: block;
  width: 60px;
  height: 16px;
  position: absolute;
  z-index: 2;
  top: 19px;
  right: -19px; }

.form-group .date-indicator:after {
  display: inline-block;
  content: "\e604";
  font-size: 32px;
  color: #9f9e9e;
  position: relative;
  top: 14px;
  left: -8px;
  line-height: 20px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-left: 1px solid #ccc;
  padding-left: 10px; }

.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; }

/*
1.7.4 JStree
========================================================================== */
.jstree-default .jstree-node {
  background: none;
  margin-bottom: 0; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background: none; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -33px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: 0px -4px; }

.jstree-default .jstree-icon.jstree-checkbox {
  background-image: none;
  line-height: 18px;
  margin-right: 8px;
  margin-top: 3px; }

.has-error .jstree-node.checkbox {
  color: #474747; }

.jstree-anchor .jstree-checkbox,
.jstree-anchor .jstree-checkbox:empty {
  width: 16px;
  height: 16px; }

.jstree-anchor .jstree-checkbox {
  border-width: 2px;
  border-style: solid;
  display: inline-block; }

.jstree-anchor .jstree-checkbox:before {
  content: "";
  font-family: "streamline-24px";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1; }

.jstree-anchor.jstree-clicked .jstree-checkbox {
  color: #fff;
  font-size: 10px; }

.jstree-anchor.jstree-clicked .jstree-checkbox:before {
  content: "\e2fe"; }

/* REFORM */
.main-content .contour #recaptcha_widget_div {
  margin-left: 0; }

.contour .participant-header {
  overflow: hidden; }

.contour .form__field label {
  min-height: 15px;
  font-weight: 300; }

.contour .form__field__partial {
  position: relative; }

.contour .form__field__partial.has-success:before, .contour .form__field__partial.has-error:before {
  font-size: 1.5em;
  position: absolute;
  top: 7px;
  right: 10px;
  display: block; }

.contour .form__field__partial.has-error:before {
  color: #EF3E42; }

.contour .form__field__partial.has-success:before {
  color: #3c763d; }

.contour .form__field__partial select {
  padding: 0 8px; }

.contour .form__field--dropdownlist .form__field__partial.has-error:before, .contour .form__field--dropdownlist .form__field__partial.has-success:before {
  display: none; }

.contour .form__field--checkbox {
  margin-top: 2em; }

.contour .form__field {
  margin-bottom: 1em; }

.contour .form__field .help-block {
  margin: 0;
  clear: both; }

.contour .form__field .help-block ul {
  margin-top: 5px; }

.contour .form__field textarea {
  max-width: 100% !important;
  width: 100%; }

.contour .seriesgroup .help-block {
  margin-left: 15px; }

.col-xs-12 > .form__field.form__field--checkbox {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

/* THEMING */
[type=checkbox]:checked, [type=checkbox]:not(:checked),
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label,
[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 24px; }

[type=checkbox]:checked + label:before, [type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:before, [type=checkbox]:not(:checked) + label:after,
[type=radio]:checked + label:before,
[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after {
  content: '';
  position: absolute; }

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before,
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after,
[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  top: 5px;
  left: 4px; }

[type=checkbox]:checked:checked + label:after, [type=checkbox]:not(:checked):checked + label:after,
[type=radio]:checked:checked + label:after,
[type=radio]:not(:checked):checked + label:after {
  content: "\e2fe";
  font-family: "streamline-24px";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 10px; }

[type=checkbox]:checked:checked:disabled + label:before, [type=checkbox]:not(:checked):checked:disabled + label:before,
[type=radio]:checked:checked:disabled + label:before,
[type=radio]:not(:checked):checked:disabled + label:before {
  border-color: #d8d8d8; }

[type=radio] + label:before {
  border-radius: 50%; }

/* CUSTOM FORM */
.contour .customform__fieldset {
  margin: 15px 0;
  padding: 30px 0;
  border-bottom: 1px dashed #d8d8d8; }

.contour .customform__aside {
  padding: 25px;
  background-color: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  border-bottom-width: 4px; }

.contour .customform__aside ul,
.contour .customform__aside .form-group,
.contour .customform__aside .radio,
.contour .customform__aside .checkbox {
  margin: 0;
  padding: 0; }

.contour .customform__aside label {
  font-weight: 400;
  font-size: 14px; }

.contour .customform__aside li {
  margin-bottom: 0.6em; }

.contour .customform__aside .time-slot {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  display: block; }

.contour .customform__aside .session__track {
  display: block;
  color: #aaa;
  font-size: 0.75em; }

.contour .customform__aside .session__bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ededed; }

.contour .customform__aside [type=checkbox]:checked + label:before, .contour .customform__aside [type=checkbox]:not(:checked) + label:before,
.contour .customform__aside [type=radio]:checked + label:before,
.contour .customform__aside [type=radio]:not(:checked) + label:before {
  top: 0; }

.contour .customform__aside [type=checkbox]:checked + label:after, .contour .customform__aside [type=checkbox]:not(:checked) + label:after,
.contour .customform__aside [type=radio]:checked + label:after,
.contour .customform__aside [type=radio]:not(:checked) + label:after {
  top: 3px; }

.contour .customform__aside [type=checkbox]:not(:checked) + label:before,
.contour .customform__aside [type=radio]:not(:checked) + label:before {
  border-color: #474747; }

.contour .customform__aside.is-filtered .is-highlighted {
  color: #0081C6; }

.contour .customform__aside.is-filtered .is-highlighted [type=checkbox]:not(:checked) + label:before,
.contour .customform__aside.is-filtered .is-highlighted [type=radio]:not(:checked) + label:before {
  border-color: #0081C6; }

.btn-participant {
  margin-top: -50px; }

@media (min-width: 560px) {
  .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;
  border-radius: 0;
  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.25;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  outline: 0; }

.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: 14px;
  line-height: 1.25;
  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; }

/*
1.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.prominent .btn.btn-accent-one, .nav-tabs > li.prominent.active .btn.btn-accent-one {
  border-radius: 30px;
  color: #fff; }

.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;
  behavior: url(/css/behavior/PIE.htc);
  background: transparent; }

.breadcrumb > li + li:before {
  content: ">>";
  color: #c3c3c3; }

.breadcrumb a {
  text-decoration: none;
  color: #c3c3c3; }

.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; }

/*
   5.1.10 Cookie Policy
   ========================================================================== */
.cookie-warning {
  position: fixed;
  right: 0;
  top: 0;
  padding: 25px 25px 25px 0;
  color: #fff;
  width: 265px;
  font-size: 13px;
  z-index: 999;
  text-align: right;
  line-height: 1.6; }

.cookie-warning a {
  color: #fff;
  font-weight: bold; }

.cookie-warning:after {
  content: '';
  display: block;
  position: fixed;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #474747;
  opacity: 0.9;
  width: 600px;
  height: 600px;
  right: -300px;
  top: -300px; }

.cookie-warning .container {
  width: 100%; }

/* ==========================================================================
   2 Layout
   ========================================================================== */
#secondary-tabnav {
  max-width: 1440px;
  margin: 0 auto; }

.container-fluid {
  min-width: 360px; }

.main-content .widget-group:first-child,
main .widget-group:first-child {
  margin-top: 45px; }

.main-content .widget-group:first-child.highlight-color,
main .widget-group:first-child.highlight-color {
  margin-top: 0; }

.main-content.has-header .widget-group:first-child,
main.has-header .widget-group:first-child {
  margin-top: 0; }

/*
  2.0 Footer tricks
  ========================================================================== */
html,
body {
  height: 100%; }

#wrap {
  height: auto !important;
  height: 100%;
  position: relative;
  z-index: 1; }

/*
2.1 Header
========================================================================== */
/*

.wkb-header{
//  position: relative;
// z-index: 200;
}
*/
.wkb-header .title,
.wkb-header .subtitle,
.wkb-header .summary,
.wkb-header .target-audience {
  color: #fff; }

.wkb-header .title,
.wkb-header .subtitle {
  margin: 0; }

.wkb-header .summary {
  margin: 15px 0 0; }

.wkb-header .target-audience {
  font-weight: 400;
  font-size: 1em;
  color: white;
  margin: 10px 0 20px 0;
  line-height: 1em;
  display: inline-block;
  padding: 4px 12px; }

.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-main {
  width: 100%;
  background-color: #474747;
  position: relative;
  padding-top: 100%;
  overflow: hidden; }

.wkb-header-main .optional-img {
  width: 33.3333%;
  height: auto;
  margin: 0 0 15px; }

.wkb-header-overlay,
.wkb-header-main .vertical-align-wrapper,
.wkb-header-main .background-img {
  position: absolute;
  width: 100%;
  top: 0; }

.wkb-header-overlay,
.wkb-header-main .vertical-align-wrapper {
  height: 100%; }

.wkb-header-main img {
  z-index: 1; }

.wkb-header-overlay {
  z-index: 2;
  background-color: #474747;
  opacity: 0.4; }

.wkb-header-main .vertical-align-wrapper {
  z-index: 3; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*
2.1.x Features
========================================================================== */
.header-features {
  z-index: 4;
  position: relative;
  color: #8D8D8D;
  background-color: #E5E5E5; }

.header-features-list {
  padding: 20px 0;
  margin: 0 0 0 -30px; }

.header-features-list .icon {
  vertical-align: middle;
  margin-right: 8px; }

.header-features-list > li {
  padding: 0 0 0 30px; }

.header-features .subscription-button-holder {
  float: left; }

/*
2.1.x Breadcrumb
========================================================================== */
.wkb-header-breadcrumb {
  z-index: 2;
  position: relative;
  margin-bottom: 45px;
  margin-top: 45px; }

.breadcrumb {
  border-radius: 0;
  margin-bottom: 0;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid #e5e5e5;
  background: transparent;
  border-radius: 19px;
  display: inline-block; }

.breadcrumb > li + li:before {
  content: ">";
  color: #c3c3c3; }

/*
2.1.x Extra Info
========================================================================== */
.extra-info {
  height: 80px;
  float: right; }

.extra-info a {
  display: block; }

.extra-info a .extra-info-label,
.extra-info a .extra-info-icon {
  display: inline-block;
  vertical-align: middle; }

.extra-info a .extra-info-icon {
  color: #E5E5E5;
  margin-right: 4px;
  line-height: 1; }

.extra-info-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*
2.1.x Media Queries
========================================================================== */
@media (min-width: 768px) {
  .wkb-header-main {
    padding-top: 50%; }
  .wkb-header-main .optional-img {
    width: 100%;
    margin: 0; } }

@media (min-width: 992px) {
  .wkb-header-main {
    padding-top: 35%; } }

@media (min-width: 1200px) {
  .wkb-header-main {
    padding-top: 25%; } }

/*
   2.2 Footer
   ========================================================================== */
.doormat {
  padding: 45px 0 0;
  background: #eee; }

.doormat .h1 {
  font-size: 1em;
  line-height: 24px;
  margin: 2.5em 0 10px 0;
  color: #8d8d8d;
  font-weight: 400; }

.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
   ========================================================================== */
/*
   2.3 Section & aside
   ========================================================================== */
aside h1,
aside h2,
aside h3,
section h1,
section h2,
section h3 {
  font-weight: 300; }

aside h1,
section h1 {
  font-size: 2em; }

aside h2,
section h2 {
  font-size: 1.5em; }

aside h3,
section h3 {
  font-size: 1.25em; }

aside h4,
aside h5,
aside h6,
section h4,
section h5,
section h6 {
  font-size: 1.15em; }

/* 
   2.5 aside
   ========================================================================== */
.navbar-inverse {
  min-height: 0;
  border: none;
  margin-bottom: 0; }

.navbar-form {
  margin-top: 0;
  border-top: 0; }

.navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  background-color: #7AC143;
  color: #fff;
  border-radius: 0; }

.navbar-toggle .icon-bar {
  margin: 0 auto;
  background: white;
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.navbar-toggle .top-bar {
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
      -ms-transform-origin: 10% 10%;
          transform-origin: 10% 10%; }

.navbar-toggle .middle-bar {
  opacity: 0; }

.navbar-toggle .bottom-bar {
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
      -ms-transform-origin: 10% 90%;
          transform-origin: 10% 90%; }

.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
      transform: rotate(0); }

.navbar-toggle.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
      transform: rotate(0); }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.navbar #site-search {
  margin: 5px 0; }

.nav.navbar-nav.list-pipe-delimited {
  margin: 10px 0; }

.nav.navbar-nav.list-pipe-delimited > li {
  padding: 0 5px; }

.nav.navbar-nav.list-pipe-delimited > li:first-child {
  padding: 0 5px 0 0; }

.nav.navbar-nav.list-pipe-delimited > li > a {
  display: inline-block;
  padding: 0; }

.nav.navbar-nav.list-circled {
  margin: 5px 0; }

.nav.navbar-nav.list-circled > li > a, .nav.navbar-nav.list-circled > li > a:link, .nav.navbar-nav.list-circled > li > a:focus, .nav.navbar-nav.list-circled > li > a:hover, .nav.navbar-nav.list-circled > li > a:active {
  cursor: pointer;
  padding: 0;
  text-align: center; }

.nav.navbar-nav.list-circled > li {
  padding: 0 0 0 5px; }

.nav.navbar-nav.list-circled > li.active a,
.nav.navbar-nav.list-circled > li a:active,
.nav.navbar-nav.list-circled > li a:hover {
  background-color: #9f9e9e;
  color: #474747;
  text-decoration: none; }

.main-menu {
  font-size: 1.15em; }

.main-menu__list {
  margin: 0; }

.header-row {
  height: 80px; }

.header-row .logo {
  height: 26px;
  margin: 22px 0; }

.main-menu--item {
  border-bottom: 1px solid #3a3a3a; }

.main-menu--item a {
  color: #fff;
  display: block;
  padding: 16px 32px;
  text-decoration: none; }

.main-menu--item a:hover {
  color: #fff;
  background-color: #262626; }

.main-menu--item a .icon {
  float: right; }

.main-menu {
  padding: 0; }

.utility-menu {
  padding: 16px 0;
  font-size: 0.85em; }

.utility-menu a {
  color: #fff; }

.published-child-page-with-segment {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #888;
    background-color: #0081C6;
    vertical-align: middle;
}

.um-published-child-pages-link {
    margin-bottom: 2rem;
}

.um-published-child-pages-link a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .um-published-child-pages-link {
        float: left;
        width: 33%;
    }
}

.um-published-child-pages-cluster {
    margin-bottom: 15px;
    color: #000000;
}

.megadropdown {
  display: none;
  background-color: #333333; }

.megadropdown ul,
.megadropdown li,
.megadropdown [class^="col-"],
.megadropdown [class*=" col-"] {
  padding: 0; }

.megadropdown__title, .megadropdown__item {
  padding: 12px 32px;
  border-bottom: 1px solid #282828; }

.megadropdown__item a {
  font-size: 0.75em; }

.megadropdown__item.bulleted a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #888;
  background-color: #0081C6;
  vertical-align: middle; }

.megadropdown__title {
  display: block;
  color: #fff;
  font-size: 0.85em; }

.megadropdown__title:before {
  font-size: 0.5em; }

/* Stateful CSS */
.main-menu--item.is-active .megadropdown {
  display: block; }

.megadropdown--block .megadropdown__list {
  background-color: #212121;
  display: none; }

.megadropdown--block.is-active .megadropdown__list {
  display: block; }

.megadropdown__item.bulleted.finance a {
  color: #fff; }

.megadropdown__item.bulleted.finance a:before {
  background-color: #0E7398; }

.megadropdown__item.bulleted.hr a {
  color: #fff; }

.megadropdown__item.bulleted.hr a:before {
  background-color: #00985F; }

.megadropdown__item.bulleted.legal a {
  color: #fff; }

.megadropdown__item.bulleted.legal a:before {
  background-color: #DDD00C; }

.megadropdown__item.bulleted.veiligheid a {
  color: #fff; }

.megadropdown__item.bulleted.veiligheid a:before {
  background-color: #8A9165; }

.megadropdown__item.bulleted.sales a {
  color: #fff; }

.megadropdown__item.bulleted.sales a:before {
  background-color: #990664; }

.megadropdown__item.bulleted.business a {
  color: #fff; }

.megadropdown__item.bulleted.business a:before {
  background-color: #A6232D; }

.megadropdown__item.bulleted.logistiek a {
  color: #fff; }

.megadropdown__item.bulleted.logistiek a:before {
  background-color: #395296; }

.megadropdown__item.bulleted.secretariaat a {
  color: #fff; }

.megadropdown__item.bulleted.secretariaat a:before {
  background-color: #7D8237; }

.megadropdown__item.bulleted.it a {
  color: #fff; }

.megadropdown__item.bulleted.it a:before {
  background-color: #A89E34; }

.megadropdown__item.bulleted.professional-skills a {
  color: #fff; }

.megadropdown__item.bulleted.professional-skills a:before {
  background-color: #CC6B78; }

/*
2.6.3 Sticky Navbar
========================================================================== */
.navbar-sticky {
  border-bottom: 1px solid #2e2e2e;
  background: #474747;
  margin-bottom: 20px;
  position: fixed;
  top: -100px;
  left: 0;
  -webkit-transition: top 0.4s ease-in;
  transition: top 0.4s ease-in;
  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.prominent {
    float: right;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .navbar-sticky .nav.nav-tabs > li.prominent .btn {
      margin-top: 12px; }
  .navbar-sticky.is-fixed.should-show-subscription-button .nav.nav-tabs > li.prominent {
    opacity: 1; }
  .navbar-sticky .nav.nav-tabs > li.sticky-item {
    margin: 0; }
    .navbar-sticky .nav.nav-tabs > li.sticky-item:first-child > a, .navbar-sticky .nav.nav-tabs > li.sticky-item:first-child > a:hover, .navbar-sticky .nav.nav-tabs > li.sticky-item:first-child > a:active, .navbar-sticky .nav.nav-tabs > li.sticky-item:first-child > a:visited, .navbar-sticky .nav.nav-tabs > li.sticky-item:first-child > a:focus {
      border: 0px solid transparent;
      border-left: 1px solid #2e2e2e;
      border-right: 1px solid #2e2e2e; }
    .navbar-sticky .nav.nav-tabs > li.sticky-item.active > a, .navbar-sticky .nav.nav-tabs > li.sticky-item.active > a:hover, .navbar-sticky .nav.nav-tabs > li.sticky-item.active > a:active, .navbar-sticky .nav.nav-tabs > li.sticky-item.active > a:visited, .navbar-sticky .nav.nav-tabs > li.sticky-item.active > a:focus {
      background: #3a3a3a;
      color: #7AC143;
      border: 0px solid transparent;
      border-right: 1px solid #2e2e2e; }
    .navbar-sticky .nav.nav-tabs > li.sticky-item > a {
      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.sticky-item > a, .navbar-sticky .nav.nav-tabs > li.sticky-item > a:active, .navbar-sticky .nav.nav-tabs > li.sticky-item > a:visited, .navbar-sticky .nav.nav-tabs > li.sticky-item > a:focus {
        background: #474747;
        color: white;
        border: 0px solid transparent;
        border-right: 1px solid #2e2e2e; }
      .navbar-sticky .nav.nav-tabs > li.sticky-item > a:hover {
        background: #3a3a3a;
        color: #7AC143;
        border: 0px solid transparent;
        border-right: 1px solid #2e2e2e; }
      .navbar-sticky .nav.nav-tabs > li.sticky-item > a, .navbar-sticky .nav.nav-tabs > li.sticky-item > a:hover, .navbar-sticky .nav.nav-tabs > li.sticky-item > a:active, .navbar-sticky .nav.nav-tabs > li.sticky-item > a:visited, .navbar-sticky .nav.nav-tabs > li.sticky-item > a:focus {
        border: 0px solid transparent;
        border-right: 1px solid #2e2e2e; }

.subscription-button-holder {
  padding-top: 15px;
  padding-bottom: 15px; }

@media screen and (min-width: 992px) {
  .main-menu {
    font-size: 1em; }
  .header-row {
    height: auto; }
  .header-row .homelink {
    text-decoration: none; }
  .header-row .logo, .header-row .site-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .header-row .logo {
    height: 32px;
    margin-right: 32px; }
  .header-row .site-title {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    margin: 5px 0 0 0; }
  .subscription-button-holder {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right; }
  #main-menu {
    background-color: #ededed;
    border: none;
    margin-bottom: 0; }
  #main-menu .main-menu {
    position: static; }
  #main-menu .main-menu--item {
    float: left;
    padding: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #ccc; }
  #main-menu .main-menu--item:last-child {
    border-width: 0 1px; }
  #main-menu .main-menu--item.has-mega-dropdown > a:before {
    content: '';
    height: 0;
    background-color: #7AC143;
    z-index: 9998;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transition: height .4s;
            transition: height .4s; }
  #main-menu .main-menu--item.has-mega-dropdown > a:after {
    bottom: -1px;
    background-color: #f9f8f7;
    -webkit-transition: none;
            transition: none; }
  #main-menu .main-menu--item.has-mega-dropdown > a:hover:after {
    height: 2px; }
  #main-menu .main-menu--item.has-mega-dropdown:hover > a:before {
    height: 4px; }
  #main-menu .main-menu--item a {
    color: #474747; }
  #main-menu .main-menu--item a:hover {
    background-color: #f9f8f7;
    color: #0081C6; }
  #main-menu .main-menu--item a .icon {
    float: none; }
  #main-menu .main-menu--item > a {
    position: relative; }
  #main-menu .main-menu--item > a:hover {
    color: #474747; }
  #main-menu .main-menu--item > a:after {
    content: '';
    height: 0;
    background-color: #7AC143;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transition: height .4s;
            transition: height .4s; }
  #main-menu .main-menu--item:hover > a {
    background-color: #f9f8f7; }
  #main-menu .main-menu--item:hover > a:after {
    height: 5px; }
  .megadropdown {
    left: 0;
    z-index: 999;
    position: absolute;
    width: 100%;
    display: none;
    background-color: #f9f8f7;
    padding: 42px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #c3c3c3; }
  .megadropdown ul,
  .megadropdown li,
  .megadropdown [class^="col-"],
  .megadropdown [class*=" col-"] {
    padding: 0; }
  .megadropdown__title, .megadropdown__item {
    border: none; }
  .megadropdown__title,
  .megadropdown__item > a {
    color: #474747;
    padding: 8px 32px;
    font-size: 0.85em; }
  .megadropdown__title {
    font-weight: bold; }
  .megadropdown__title:before {
    content: ''; }
  .megadropdown__item.bulleted a:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 2px solid #c8c8c8; }
  .megadropdown--block .megadropdown__list {
    background-color: transparent;
    display: block;
    list-style-type: none; }
  .megadropdown--main .megadropdown--block .megadropdown__item {
    float: left;
    width: 50%; }
  .no-touch #main-menu .main-menu--item.has-mega-dropdown:hover .megadropdown {
    display: block; }
  .no-touch #main-menu .main-menu--item.is-active .megadropdown {
    display: none; }
  .touch #main-menu .main-menu--item.is-active {
    background-color: #f9f8f7; }
  .touch #main-menu .main-menu--item.is-active > a:before {
    height: 4px; }
  .touch #main-menu .main-menu--item.is-active > a:after {
    height: 2px; } }

/* 
   2.7 Site-Search
   ========================================================================== */
#site-search .form-control,
#site-search .btn {
  height: 50px;
  border-radius: 0; }

#site-search .btn {
  width: 50px;
  text-align: center; }

#site-search .btn i {
  background-color: transparent; }

@media screen and (min-width: 992px) {
  #site-search {
    padding: 0 0 0 10px; }
  #site-search .btn,
  #site-search .form-control {
    height: 30px;
    border: none;
    background-color: #fff;
    color: #474747; }
  #site-search .form-control {
    border-radius: 30px 0 0 30px;
    padding: 8px 8px 8px 16px;
    line-height: 1;
    margin: 0; }
  #site-search .btn {
    border-radius: 0 30px 30px 0;
    min-height: 30px; } }

/* 
   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; }

.table ul, .table ol {
  padding-left: 16px; }

.table > tbody > tr > th {
  padding-right: 24px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2; }

.highlight-color .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #3a3a3a; }

/* ==========================================================================
3 Widgets
========================================================================== */
/*
3.0 Widget Group
========================================================================== */
/*
3.0 Widget Group
========================================================================== */
.widget-group .row div:last-child .widget {
  margin-bottom: 0; }

.widget-group__description {
  margin-bottom: 45px; }

.widget-group,
.widget-group > .widget-group-inner > .row {
  margin-bottom: 45px; }

.widget-group .row:last-child {
  margin-bottom: 0; }

.widget-group .widget-group-link {
  margin-top: 30px;
  margin-bottom: 30px; }

.widget-group.highlighted-light, .widget-group.highlighted-dark, .widget-group.highlighted-colored {
  padding-top: 45px;
  padding-bottom: 45px; }

.widget-group.highlighted-light .widget-group-inner, .widget-group.highlighted-dark .widget-group-inner, .widget-group.highlighted-colored .widget-group-inner {
  padding: 15px; }

.main-content .widget-group:last-child.highlight-color {
  margin-bottom: 0; }

/*
3.1 Widget
========================================================================== */
.widget {
  margin-bottom: 30px; }

.widget:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.widget__image {
  padding: 0 0 15px 0; }

.widget__image img {
  max-width: 100%;
  height: auto; }

.widget__actions .list-inline > li {
  margin-bottom: 10px; }

.widget__actions .list-inline > li:last-child {
  margin-bottom: 0; }

.widget__header {
  margin: 0 0 1.5em; }

.widget__title, .widget__subtitle {
  margin: 0; }

.widget__subtitle {
  margin: 0.2em 0 0;
  font-style: italic; }

.widget__body, .widget__description {
  margin-bottom: 15px; }

.widget__description h1, .widget__description h2, .widget__description h3, .widget__description h4, .widget__description h5, .widget__description h6 {
  color: #8D8D8D; }

.widget__description h1, .widget__description h2 {
  margin: 2em 0 1em;
  font-size: 1.25em;
  font-weight: 600; }

.widget__description h1:first-child, .widget__description h2:first-child {
  margin: 0 0 1em; }

.widget__description h3, .widget__description h4, .widget__description h5, .widget__description h6 {
  margin: 1.5em 0 0.4em;
  font-size: 1em;
  font-weight: 400; }

.widget__description h3 {
  font-weight: 600; }

.widget__description h4 {
  font-size: 1.1em; }

.widget__description h6 {
  font-weight: 300;
  font-style: italic; }

/*
3.2 Page Type Search: Todo: ergens anders plaatsen
========================================================================== */
.pagetype-search .widget-group {
  padding-bottom: 0; }

/*
3.3 Responsive & modifiers
========================================================================== */
@media screen and (min-width: 992px) {
  .col-xs-12 .widget {
    margin-bottom: 0; }
  .col-xs-12 .widget__image {
    float: left;
    width: 33.33333%;
    text-align: center;
    padding-right: 15px; }
  .col-xs-12 .widget__content {
    padding-left: 15px;
    float: left;
    width: 66.66666%; }
  .even .col-xs-12 .widget__image {
    float: right;
    padding: 0 0 0 15px; }
  .even .col-xs-12 .widget__content {
    padding: 0 15px 0 0; }
  .no-image .widget__content {
    padding: 0;
    width: 100%; } }

/*
3.3 Read more in Session & instructor widget
========================================================================== */
.widget--instructor .read-more {
  display: none; }

.col-sm-4 .widget--instructor .read-more,
.widget--session .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d8d8d8;
  color: #fff;
  text-decoration: none;
  width: 15px;
  height: 15px;
  font-size: 10px;
  display: block; }

.col-sm-4 .widget--instructor .read-more:before, .col-sm-4 .widget--instructor .read-more:after,
.widget--session .read-more:before,
.widget--session .read-more:after {
  content: '';
  border-top: 15px solid transparent;
  border-right: 15px solid #d8d8d8;
  border-bottom: 0 solid transparent;
  position: absolute; }

.col-sm-4 .widget--instructor .read-more:before,
.widget--session .read-more:before {
  top: 0;
  left: -15px; }

.col-sm-4 .widget--instructor .read-more:after,
.widget--session .read-more:after {
  top: -15px;
  right: 0; }

.col-sm-4 .widget--instructor .read-more div,
.widget--session .read-more div {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center; }

.col-sm-4 .widget--instructor.is-active, .col-sm-4 .widget--instructor:active, .col-sm-4 .widget--instructor:hover,
.widget--session.is-active,
.widget--session:active,
.widget--session:hover {
  border-color: #7AC143; }

.col-sm-4 .widget--instructor.is-active .read-more, .col-sm-4 .widget--instructor:active .read-more, .col-sm-4 .widget--instructor:hover .read-more,
.widget--session.is-active .read-more,
.widget--session:active .read-more,
.widget--session:hover .read-more {
  background-color: #7AC143; }

.col-sm-4 .widget--instructor.is-active .read-more:before, .col-sm-4 .widget--instructor.is-active .read-more:after, .col-sm-4 .widget--instructor:active .read-more:before, .col-sm-4 .widget--instructor:active .read-more:after, .col-sm-4 .widget--instructor:hover .read-more:before, .col-sm-4 .widget--instructor:hover .read-more:after,
.widget--session.is-active .read-more:before,
.widget--session.is-active .read-more:after,
.widget--session:active .read-more:before,
.widget--session:active .read-more:after,
.widget--session:hover .read-more:before,
.widget--session:hover .read-more:after {
  border-right-color: #7AC143; }

.col-sm-4 .widget--instructor.is-active .read-more > div,
.widget--session.is-active .read-more > div {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(180deg); }

/* 
   3.13 Widget Author
   ========================================================================== */
.widget-author {
  position: relative;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 66px 0;
  position: relative; }
  .widget-author img {
    width: 160px;
    height: auto;
    float: left;
    margin-right: 75px; }
  .widget-author .author-name {
    font-size: 1.3125em;
    margin: 0 0 1em 0; }
  .widget-author .author-text {
    position: absolute;
    bottom: 66px;
    left: 235px; }

/* 
   3.1 Widget banner
   ========================================================================== */
/*
   3.2 Widget call to action
   ========================================================================== */
.widget--call-to-action {
  margin: 25px 0 0px 0; }

.widget--call-to-action .list-inline {
  margin-bottom: 0; }

.widget--call-to-action a.btn {
  margin-bottom: 25px; }

/*
   X.X Widget Carousel
   ========================================================================== */
.widget--carousel .carousel-items {
  font-size: 0; }
  .widget--carousel .carousel-items a {
    display: inline-block;
    vertical-align: top; }
    .widget--carousel .carousel-items a img {
      display: block;
      margin: 0 2px 2px 0; }

.widget--comparison__header {
  border-bottom: none; }

.widget--comparison__feature, .widget--comparison__product {
  display: inline-block;
  padding: 15px 30px 15px 0;
  margin-left: -6px;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%; }

.widget--comparison__product {
  border-bottom: 1px solid #ededed; }

.widget--comparison__product .icon-check-2 {
  float: right; }

.widget--comparison__feature {
  color: #7AC143; }

.widget--comparison__product-title, .widget--comparison__product-subtitle {
  color: #474747; }

.widget--comparison__footer .widget--comparison__product {
  border: none; }

.widget--comparison .row {
  padding-top: 8px;
  padding-bottom: 8px; }

.widget--comparison .row.has-no-products {
  background-color: #e7f4dc;
  color: #474747; }

.widget--comparison .row.has-no-products .widget--comparison-feature {
  color: #fff; }

.widget--comparison .row.has-no-products .icon-minus-1 {
  display: none; }

@media screen and (min-width: 992px) {
  .widget--comparison__product, .widget--comparison__feature {
    padding: 0; }
  .widget--comparison__feature {
    color: #474747; }
  .widget--comparison__product {
    text-align: center;
    border-bottom: none; }
  .widget--comparison__product .icon-check-2 {
    float: none; }
  .widget--comparison .icon-minus-1 {
    color: #E5E5E5; }
  .widget--comparison .odd {
    background-color: #fbfbfb; }
  .widget--comparison .row {
    border-bottom: 1px solid #d8d8d8; }
  .widget--comparison .row:last-child, .widget--comparison .row:first-child {
    border-bottom: none; }
  .columns-2 .widget--comparison__product {
    width: 50%; }
  .columns-3 .widget--comparison__product {
    width: 33.3333333333%; }
  .columns-4 .widget--comparison__product {
    width: 25%; }
  .columns-5 .widget--comparison__product {
    width: 20%; }
  .columns-6 .widget--comparison__product {
    width: 16.6666666667%; }
  .columns-7 .widget--comparison__product {
    width: 14.2857142857%; }
  .columns-8 .widget--comparison__product {
    width: 12.5%; }
  .columns-5 .widget-comparison__product-title,
  .columns-6 .widget-comparison__product-title,
  .columns-7 .widget-comparison__product-title,
  .columns-8 .widget-comparison__product-title {
    font-size: 1em; } }

/* 
   3.4 Widget External Login
   ========================================================================== */
/*
3.23 Widget Experience Canvas
========================================================================== */
.widget--experience-canvas__placeholder {
  display: block;
  overflow: hidden;
  padding-top: 50%;
  position: relative;
  background-color: #474747; }

.widget--experience-canvas-teaser__label {
  display: none; }

.widget--experience-canvas-teaser__image, .widget--experience-canvas-teaser__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.widget--experience-canvas-teaser__image {
  margin-top: -25%;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0.6; }

.widget--experience-canvas-teaser__title {
  color: #fff;
  font-weight: normal;
  font-size: 1.3em; }

.widget--experience-canvas-teaser__header {
  color: #fff;
  z-index: 2;
  height: 100%; }

.widget--experience-canvas-teaser__header .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 70%;
  margin: 0 15%; }

.widget--experience-canvas-teaser__action .roundbtn {
  width: 32px;
  height: 32px;
  border-radius: 25px;
  -webkit-transition: height 0.15s ease-out, width 0.15s ease;
  transition: height 0.15s ease-out, width 0.15s ease; }

.double-size .widget--experience-canvas-teaser__image {
  opacity: 0.1; }

@media screen and (min-width: 768px) {
  .widget--experience-canvas__placeholder {
    float: left;
    width: 50%; }
  .widget--experience-canvas-teaser__image {
    margin-top: 0; }
  .widget--experience-canvas-teaser__action {
    padding: 15px; }
  .widget--experience-canvas-teaser__action .roundbtn {
    width: 52px;
    height: 52px; } }

@media screen and (min-width: 1200px) {
  .widget--experience-canvas__placeholder {
    float: left;
    width: 33.3333%;
    padding-top: 33.33333333333333%; }
  .widget--experience-canvas__placeholder.double-size {
    width: 66.6666%; }
  .widget--experience-canvas-teaser__image, .widget--experience-canvas-teaser__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .widget--experience-canvas-teaser__image {
    opacity: 0.4;
    -webkit-transition: opacity 0.15s ease-out, width 0.15s ease;
    transition: opacity 0.15s ease-out, width 0.15s ease; }
  .widget--experience-canvas-teaser__action .roundbtn {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0; }
  .widget--experience-canvas-teaser__label {
    position: absolute;
    z-index: 999;
    padding: 8px 16px; }
  .widget--experience-canvas-teaser__label.one {
    display: block;
    bottom: 15px;
    right: 15px;
    border-radius: 20px;
    color: #fff;
    border: 2px solid #fff; }
  .widget--experience-canvas-teaser__label.two {
    top: 15px;
    left: 0;
    background-color: #474747;
    color: #fff; }
  .widget--experience-canvas__placeholder.has-link:hover .widget--experience-canvas-teaser__image {
    opacity: 0.8; }
  .widget--experience-canvas__placeholder.has-link:hover .widget--experience-canvas-teaser__label.one {
    display: none; }
  .widget--experience-canvas__placeholder.has-link:hover .widget--experience-canvas-teaser__label.two {
    display: block; }
  .widget--experience-canvas__placeholder.has-link:hover .widget--experience-canvas-teaser__action .roundbtn {
    visibility: visible;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 25px; }
  .double-size .widget--experience-canvas-teaser__header, .double-size .widget--experience-canvas-teaser__image {
    width: 50%; }
  .double-size .widget--experience-canvas-teaser__image {
    opacity: 1; }
  .double-size .widget--experience-canvas-teaser__header {
    background-color: #e6e6e6;
    color: #474747;
    left: 50%; }
  .double-size .widget--experience-canvas-teaser__header .inner {
    text-align: left; }
  .double-size .widget--experience-canvas-teaser__header:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -40px;
    display: block;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #e6e6e6; }
  .double-size .widget--experience-canvas-teaser__title {
    color: #474747; } }

.newsletter .widget--experience-canvas-teaser__title {
  position: relative; }

.newsletter .widget--experience-canvas-teaser__title:before, .newsletter .widget--experience-canvas-teaser__title:after {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  behavior: url(/css/behavior/PIE.htc);
  line-height: 90px;
  font-size: 45px;
  display: block; }

.newsletter .widget--experience-canvas-teaser__title:before {
  content: '\e125';
  font-family: "streamline-24px" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto 15px;
  background-color: #2e2e2e; }

.newsletter .widget--experience-canvas-teaser__title:after {
  content: ' ';
  position: absolute;
  top: 0;
  border: 3px solid #474747;
  left: 50%;
  margin-left: -45px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.15s ease-out, width 0.15s ease;
  transition: transform 0.15s ease-out, width 0.15s ease; }

.newsletter .widget--experience-canvas-teaser__label {
  display: none !important; }

.newsletter .widget--experience-canvas-teaser__action {
  display: none; }

@media screen and (min-width: 768px) {
  .newsletter .widget--experience-canvas-teaser__title:after, .newsletter .widget--experience-canvas-teaser__title:before {
    width: 180px;
    height: 180px;
    line-height: 180px;
    font-size: 90px;
    border-radius: 90px;
    behavior: url(/css/behavior/PIE.htc);
    text-align: center; }
  .newsletter .widget--experience-canvas-teaser__title:after {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    left: 50%;
    margin-left: -90px;
    z-index: -1; }
  .newsletter:hover .widget--experience-canvas-teaser__title:after {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); } }

.ie8 .widget--experience-canvas-teaser__header {
  display: table; }

.ie8 .widget--experience-canvas-teaser__header .inner {
  top: 0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 15%; }

.ie8 .widget--experience-canvas-teaser__action .roundbtn {
  visibility: visible;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  behavior: url(/css/behavior/PIE.htc); }

.ie8 .double-size .widget--experience-canvas-teaser__action {
  position: relative;
  z-index: 999; }

.ie8 .widget--experience-canvas__placeholder.has-link:hover .widget--experience-canvas-teaser__image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 5-7 */
  filter: alpha(opacity=10); }

/* 
   3.6 Widget form
   ========================================================================== */
.widget-form label {
  color: #6b6a6a; }

/*
3.7 Widget highlight
========================================================================== */
.widget--highlight__body {
  position: relative;
  color: #6b6a6a;
  border-width: 1px;
  border-style: solid;
  border-color: #d8d8d8;
  line-height: 160%;
  font-style: italic;
  margin: 15px 0 45px; }

.widget--highlight__body:before, .widget--highlight__body:after {
  content: " ";
  position: absolute;
  right: 25%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

.widget--highlight__body:before {
  border-top: #d8d8d8 solid 10px;
  bottom: -10px; }

.widget--highlight__body:after {
  border-top: #fff solid 10px;
  bottom: -9px; }

.widget--highlight__image {
  padding: 0; }

.widget--highlight__icon {
  padding: 30px 0 0 0; }

.widget--highlight .icon {
  font-size: 36px; }

.widget--highlight p:last-child {
  margin-bottom: 0; }

/*
3.7.2 Widget highlight in columns
========================================================================== */
.col-sm-4 .widget--highlight .no-image .widget__content,
.col-sm-4 .widget--highlight .widget__content,
.col-sm-3 .widget--highlight .no-image .widget__content,
.col-sm-3 .widget--highlight .widget__content,
.col-sm-6 .widget--highlight .no-image .widget__content,
.col-sm-6 .widget--highlight .widget__content {
  padding: 30px; }

/*
3.7.3 Widget highlight on different viewports
========================================================================== */
@media (min-width: 480px) {
  .col-xs-12 .widget--highlight__body {
    border-width: 1px 0;
    padding: 30px 60px; }
  .col-xs-12 .widget--highlight__body.no-image {
    padding-left: 100px;
    position: relative; }
  .col-xs-12 .widget--highlight__icon {
    padding: 0; }
  .col-xs-12 .widget--highlight .icon {
    position: absolute;
    top: 60px;
    margin-top: -16px;
    left: 32px; } }

/*
3.8 Widget Image Button
========================================================================== */
.widget--image-button {
  border: 1px solid #d8d8d8;
  position: relative; }

.widget--image-button__background-image {
  position: relative;
  z-index: 2; }

.widget--image-button__background-image img {
  width: 100%; }

.widget--image-button__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fbfbfb; }

.widget--image-button__header {
  position: relative;
  z-index: 3;
  padding: 10%; }

.widget--image-button__title {
  color: #474747; }

@media screen and (min-width: 768px) {
  .col-md-6 .widget--image-button,
  .col-xs-12 .widget--image-button {
    padding-top: 56.2%;
    position: relative;
    overflow: hidden; }
  .col-md-6 .widget--image-button__header, .col-md-6 .widget--image-button__overlay, .col-md-6 .widget--image-button__background-image,
  .col-xs-12 .widget--image-button__header,
  .col-xs-12 .widget--image-button__overlay,
  .col-xs-12 .widget--image-button__background-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .col-md-6 .widget--image-button__header .vertical-center,
  .col-xs-12 .widget--image-button__header .vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .col-md-6 .widget--image-button__overlay,
  .col-xs-12 .widget--image-button__overlay {
    opacity: 0.4;
    z-index: 2;
    background-color: #fbfbfb; } }

/*
   3.9 Widget Image
   ========================================================================== */
.widget--image img {
  max-width: 100%; }

.widget--image figcaption {
  padding: 15px 0; }

.widget--image {
  position: relative; }

.widget--image__link {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #7AC143;
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-decoration: none; }

.widget--image__link:hover {
  background-color: #006093;
  color: #fff; }

.widget--image.has-lightbox.has-image .widget--image__lightbox {
  right: 75px; }

/*
3.10 Widget Location
========================================================================== */
.widget--location__title {
  margin: 0; }

.widget--location__actions {
  padding: 15px 0 0; }

.widget--location__content {
  padding: 15px; }

.widget--location__content > div {
  margin-bottom: 8px; }

.widget--location__phone > span {
  display: block; }

.widget--location .map-container,
.widget--location .map-overlay {
  border-style: solid;
  border-color: #d8d8d8; }

.widget--location .map-container {
  width: 100%;
  padding-bottom: 75%;
  height: auto;
  border-width: 0 1px 1px 1px; }

.widget--location .map-overlay {
  background-color: #fbfbfb;
  border-width: 1px 1px 0 1px;
  z-index: 2; }

.widget-group.highlight-color .widget--location {
  color: #474747; }

@media screen and (min-width: 480px) {
  .widget--location__image {
    padding: 0; }
  .col-xs-12 .widget--location__content, .col-xs-12 .widget--location__image {
    float: left; }
  .col-xs-12 .widget--location__image {
    padding: 15px;
    width: 33.33333%; }
  .col-xs-12 .widget--location__content {
    width: 66.666667%; }
  .col-xs-12 .widget--location .map-container {
    z-index: 1;
    padding-bottom: 52%; } }

@media screen and (min-width: 768px) {
  .even .widget--location__content,
  .odd .widget--location__content,
  .col-sm-4 .widget--location__content,
  .col-sm-6 .widget--location__content {
    padding: 15px;
    width: 100%; }
  .even .col-xs-12 .widget--location, .even .col-xs-12 .widget--location .map-container,
  .col-xs-12 .widget--location,
  .col-xs-12 .widget--location .map-container {
    position: relative; }
  .even .col-xs-12 .widget--location .map-overlay,
  .col-xs-12 .widget--location .map-overlay {
    width: 33.3333%;
    position: absolute;
    margin: 20px;
    box-shadow: 2px 2px 12px #888; }
  .even .col-xs-12 .widget--location .map-container,
  .col-xs-12 .widget--location .map-container {
    z-index: 1;
    padding-bottom: 60%; }
  .even .col-xs-12 .widget--location__content,
  .col-xs-12 .widget--location__content {
    padding: 15px; }
  .even .col-xs-12 .widget--location__content, .even .col-xs-12 .widget--location__image,
  .col-xs-12 .widget--location__content,
  .col-xs-12 .widget--location__image {
    float: none;
    width: 100%; }
  .even .col-xs-12 .widget--location__image,
  .col-xs-12 .widget--location__image {
    padding: 0; }
  .even .col-xs-12 .widget--location__image img,
  .col-xs-12 .widget--location__image img {
    width: 100%;
    display: block; } }

/* 
   3.11 Widget News Archive
   ========================================================================== */
/*
   3.12 Widget News Detail
   ========================================================================== */
/* 
   3.13 Widget Price
   ========================================================================== */
.widget-price {
  background: #eee; }
  .widget-price p {
    text-align: center; }
    .widget-price p.price {
      padding: 3em 0;
      margin-bottom: 0; }
      .widget-price p.price span {
        font-size: 2.4em;
        font-weight: 400;
        color: #7AC143; }
      .widget-price p.price a {
        margin-top: 2em; }
  .widget-price .caption {
    margin: 0 12px;
    padding: 12px 24px;
    border-top: 1px dotted #474747; }
    .widget-price .caption p {
      margin-bottom: 0; }

.widget--qrcode__qr-content.partner-Previdis .culture-en-US {
  display: none; }

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2; }

/*
3.14 Widget Search
========================================================================== */
.widget--search {
  margin-top: -45px; }

.widget--search__sidebar {
  margin-top: 80px;
  padding: 50px 15px; }

.widget--search__title, .widget--search__number-of-results {
  margin: 0;
  padding: 0; }

.widget--search__results {
  background: white;
  position: relative; }

.search_didyoumean_suggestion {
  margin-right: 0.4em;
  cursor: pointer; }

.search_didyoumean_suggestion:after {
  content: ', '; }

.search_didyoumean_suggestion:last-child:after {
  content: '?'; }

.widget--search__header,
.widget-search-facet {
  margin: 0 -15px;
  padding: 30px 30px 0;
  background-color: #f8f8f8; }

.widget--search__header .btn,
.widget--search__number-of-results {
  margin-bottom: 30px; }

.widget--search__selected-filters > ul {
  display: inline-block; }

.widget--search__selected-filters > ul > li {
  padding-bottom: 10px; }

.widget--search__selected-filters .btn {
  color: #999;
  border-color: #999; }

.widget--search__selected-filters .btn i {
  color: #0081C6; }

.widget--search__selected-filters .btn:hover i {
  color: #fff; }

.widget--search__selected-filters__title {
  margin-top: 16px; }

#widget--search__remove-all-filters {
  display: none;
  white-space: nowrap; }

#widget--search__remove-all-filters:hover {
  color: #EF3E42;
  cursor: pointer; }

/*
3.14 Widget Search Paging
========================================================================== */
.search_paging {
  margin-top: 48px;
  margin-bottom: 48px; }

.search_paging > div,
.search_paging .search_pages span,
.search_paging .search_pages a {
  display: inline-block;
  margin: 0 3px; }

.search_paging .search_pages a {
  cursor: pointer; }

/*
3.14 Widget Search result
========================================================================== */
.widget--search-result {
  border-bottom: 1px solid #F4F2F0;
  padding: 0 0 30px;
  margin: 0 0 30px; }

.widget--search-result a {
  display: block;
  text-decoration: none; }

.widget--search-result__title, .widget--search-result__description, .widget--search-result__meta-info {
  padding: 0;
  margin: 0; }

.widget--search-result__title {
  line-height: 1.2em;
  margin-bottom: 6px; }

.widget--search-result__meta-info {
  margin-top: 15px; }

.widget--search-result__meta-info .searchCluster {
  color: #6b6a6a;
  margin-right: 50px; }

.widget--search-result__meta-info .searchCluster:before {
  display: inline-block;
  content: " ";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: yellow;
  margin-right: 6px;
  position: relative;
  top: 2px; }

.widget--search-result__meta-info .searchPrice {
  color: #474747; }

.widget--search-result__labels {
  display: inline-block;
  float: right;
  max-width: 50%;
  text-align: right; }

.widget--search-result__labels > span {
  padding: 0.5em 1em;
  border: 1px solid #0081C6;
  color: #0081C6;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  margin: 0 0 0.5em 0.5em;
  font-weight: 400;
  line-height: 1;
  font-size: 14px; }

/*
3.14 Widget Search Sidebar & Facets
========================================================================== */
.search_facet,
.facet-control {
  margin-bottom: 30px; }

.facet-checkbox-list {
  margin-left: 20px; }

.facet-checkbox-list li {
  position: relative;
  margin-bottom: 0.4em; }

.facet-checkbox-list .expander {
  width: 20px;
  height: 24px;
  position: relative;
  z-index: 2300;
  background: transparent;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -25px;
  background-color: transparent; }

.facet-checkbox-list .has-children .expander {
  background-image: url("/Assets/img/jstree/32px.png");
  background-position: -6px 1px; }

.facet-checkbox-list .has-children.active .expander {
  background-image: url("/Assets/img/jstree/32px.png");
  background-position: -36px 1px; }

.search_multicheckbox_item label {
  font-weight: 300; }

.search_multicheckbox_item[data-level='2'] {
  margin-left: 20px; }

.search_multicheckbox_item[data-level='3'] {
  margin-left: 40px; }

.search_multicheckbox_item[data-level='4'] {
  margin-left: 60px; }

.search_multicheckbox_item[data-level='5'] {
  margin-left: 80px; }

.search_multicheckbox_item.notvisible {
  display: none !important; }

.input-group.search_freetextinputcontainer .form-control,
.input-group.search_freetextinputcontainer .btn {
  height: 40px; }

.input-group.search_freetextinputcontainer .form-control:first-child {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px; }

.input-group.search_freetextinputcontainer .input-group-btn:last-child > .btn {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  width: 40px;
  padding: 0; }

@media (min-width: 992px) {
  .widget--search__header,
  .widget-search-facet {
    margin: 0;
    padding: 0;
    background-color: transparent; }
  .widget--search__header .btn,
  .widget--search__number-of-results {
    margin-bottom: 0; }
  .widget--search {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: -45px 0; }
  .widget--search__header {
    padding: 30px 0 25px; }
  .widget--search__sidebar, .widget--search__content {
    display: table-cell; }
  .widget--search__title, .widget--search__number-of-results {
    margin: 0;
    padding: 0; }
  .widget--search__sidebar {
    margin-top: 0;
    width: 300px;
    padding: 30px 15px; }
  .widget--search__content {
    padding-right: 50px;
    padding-left: 100px; }
  .has-header .widget--search {
    margin: 0 0 -45px; }
  .widget--search .navmenu-fixed-left {
    position: relative;
    background-color: #fff; } }

/* 
   3.15 Widget Sub Navigation
   ========================================================================== */
/*
   3.16 Widget Subject
   ========================================================================== */
.widget--subject {
  background: #F9F8F7;
  border: 1px solid #e5e5e5;
  margin: 15px 0;
  position: relative;
  padding: 30px; }

.widget--subject__body {
  padding-bottom: 60px; }

.widget--subject__actions {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 15px; }

.highlight-color .widget--subject {
  color: #474747; }

@media (min-width: 768px) {
  .widget--subject {
    min-height: 300px; }
  .col-lg-3 .widget--subject {
    min-height: 240px; } }

@media (min-width: 992px) {
  .widget--subject {
    min-height: 330px; }
  .col-lg-3 .widget--subject {
    min-height: 240px; } }

@media (min-width: 1200px) {
  .widget--subject {
    min-height: 270px; }
  .col-lg-3 .widget--subject {
    min-height: 320px; } }

/* 
   3.13 Widget Taglist
   ========================================================================== */
.widget-taglist {
  margin: 2em 0; }
  .widget-taglist li {
    margin: 0; }
    .widget-taglist li:first-child {
      padding-left: 0px; }
    .widget-taglist li a {
      text-decoration: none; }
    .widget-taglist li a,
    .widget-taglist li span {
      padding: 5px 15px;
      color: #6b6a6a;
      display: block;
      border: 1px solid #6b6a6a;
      border-radius: 21px; }
    .widget-taglist li a {
      -webkit-transition: all .4s ease .15s;
      transition: all .4s ease .15s; }
      .widget-taglist li a:hover {
        background-color: #6b6a6a;
        color: white; }

/*
3.17 Widget Table
========================================================================== */
.widget-table h2 {
  font-size: 1.125em; }

.widget-table p {
  padding: 0 10px; }

.rating-holder {
  background: #c7c7c7;
  width: 33.33333333%;
  height: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #878787; }
  .rating-holder .rating {
    background: #7AC143;
    border-right: 1px solid #72b73c;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0; }
  .rating-holder .rating-percentage {
    position: absolute;
    top: 20px;
    margin: 0;
    padding: 0; }

.rating-percentage-holder {
  width: 33.33333333%;
  height: 20px;
  position: relative;
  margin-bottom: 3px; }
  .rating-percentage-holder .rating-percentage {
    position: absolute;
    top: 0px;
    margin: 0;
    padding: 0;
    width: 40px;
    margin-left: -20px;
    text-align: center; }

.widget-fixed-table table,
.widget-stacked-table table,
.widget-blocked-table table {
  width: 100%; }

.widget-fixed-table th, .widget-fixed-table td,
.widget-stacked-table th,
.widget-stacked-table td,
.widget-blocked-table th,
.widget-blocked-table td {
  padding: 15px; }

.widget-fixed-table td,
.widget-stacked-table td,
.widget-blocked-table td {
  border-bottom: 1px dotted #d8d8d8; }

.widget-stacked-table thead,
.widget-blocked-table thead {
  display: none; }

.widget-stacked-table tr,
.widget-stacked-table th,
.widget-stacked-table td,
.widget-blocked-table tr,
.widget-blocked-table th,
.widget-blocked-table td {
  display: block; }

.widget-stacked-table th,
.widget-blocked-table th {
  background-color: #efefef; }

.widget-stacked-table tr td:last-child,
.widget-blocked-table tr td:last-child {
  border-bottom: none; }

.widget-stacked-table label {
  display: block; }

.widget-fixed-table th {
  border-bottom: 1px dotted #d8d8d8; }

@media screen and (min-width: 768px) {
  .col-xs-12 .widget-stacked-table th,
  .col-xs-12 .widget-stacked-table td,
  .col-xs-12 .widget-blocked-table th,
  .col-xs-12 .widget-blocked-table td,
  .col-xs-12 .widget-fixed-table th,
  .col-xs-12 .widget-fixed-table td {
    padding-left: 0; }
  .col-xs-12 .widget-stacked-table thead,
  .col-xs-12 .widget-blocked-table thead {
    display: table-header-group; }
  .col-xs-12 .widget-stacked-table tr,
  .col-xs-12 .widget-blocked-table tr {
    display: table-row; }
  .col-xs-12 .widget-stacked-table th,
  .col-xs-12 .widget-blocked-table th {
    background-color: transparent; }
  .col-xs-12 .widget-stacked-table th,
  .col-xs-12 .widget-stacked-table td,
  .col-xs-12 .widget-blocked-table th,
  .col-xs-12 .widget-blocked-table td {
    border-bottom: 1px dotted #d8d8d8;
    display: table-cell; }
  .col-xs-12 .widget-stacked-table tr td:last-child,
  .col-xs-12 .widget-blocked-table tr td:last-child {
    border-bottom: 1px dotted #d8d8d8; }
  .col-xs-12 .widget-stacked-table tbody tr:last-child th,
  .col-xs-12 .widget-stacked-table tbody tr:last-child td,
  .col-xs-12 .widget-blocked-table tbody tr:last-child th,
  .col-xs-12 .widget-blocked-table tbody tr:last-child td {
    border-bottom: none; }
  .col-xs-12 .widget-stacked-table thead > tr > th {
    border-bottom: 1px solid #d8d8d8; }
  .col-xs-12 .widget-stacked-table label {
    display: none; } }

/*
3.18 Widget Testimonial
========================================================================== */
.widget--testimonial {
  background-color: #f9f8f7;
  color: #474747; }

.widget--testimonial__image {
  padding: 0; }

.widget--testimonial__image img {
  width: 100%;
  max-width: none; }

.widget--testimonial__image .image-holder {
  display: block; }

.widget--testimonial__header {
  color: #7AC143; }

.widget--testimonial__description {
  line-height: 1.4;
  font-style: italic; }

.widget--testimonial__description.show-quotes p {
  display: inline; }

.widget--testimonial__content {
  padding: 25px;
  position: relative; }

.widget--testimonial__content:before {
  content: '';
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f9f8f7;
  top: -15px;
  left: 50%;
  margin-left: -15px; }

.widget--testimonial.no-image .widget--testimonial__content:before {
  display: none; }

/* gives troubles with youtube images
.flexbox{
.widget--testimonial{
&{
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
}
}
*/
.highlight-color .widget--testimonial {
  background-color: #e3dfda; }

.highlight-color .widget--testimonial__content {
  border-bottom-color: #e3dfda; }

@media screen and (min-width: 992px) {
  .col-sm-6 .widget--testimonial__content, .col-sm-6 .widget--testimonial__image,
  .col-xs-12 .widget--testimonial__content,
  .col-xs-12 .widget--testimonial__image {
    float: left; }
  .col-sm-6 .widget--testimonial__content,
  .col-xs-12 .widget--testimonial__content {
    width: 75%;
    padding: 0 25px; }
  .col-sm-6 .widget--testimonial.no-image .widget--testimonial__content,
  .col-xs-12 .widget--testimonial.no-image .widget--testimonial__content {
    width: 100%;
    float: none; }
  .col-xs-12 .widget--testimonial {
    padding: 25px; }
  .col-xs-12 .widget--testimonial__image {
    overflow: hidden;
    width: 25%;
    position: relative;
    min-height: 1px; }
  .col-xs-12 .widget--testimonial__image .image-holder {
    padding-top: 100%; }
  .col-xs-12 .widget--testimonial__image img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: auto; }
  .col-sm-6 .widget--testimonial {
    padding: 15px; }
  .col-sm-6 .widget--testimonial__image {
    width: 25%; }
  .col-sm-6 .widget--testimonial__image img {
    width: 100%; }
  .flexbox .col-sm-6 .widget--testimonial,
  .flexbox .col-xs-12 .widget--testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .flexbox .col-sm-6 .widget--testimonial__content, .flexbox .col-sm-6 .widget--testimonial__image,
  .flexbox .col-xs-12 .widget--testimonial__content,
  .flexbox .col-xs-12 .widget--testimonial__image {
    float: none; }
  .flexbox .col-sm-6 .widget--testimonial__content:before,
  .flexbox .col-xs-12 .widget--testimonial__content:before {
    margin-left: 0;
    top: 50%;
    margin-top: -15px;
    border-right-color: #f9f8f7;
    border-bottom-color: transparent;
    left: -28px;
    border-left-color: transparent;
    border-top: 15px solid transparent; }
  .flexbox .col-sm-6 .widget--testimonial__content:before {
    top: 50px; }
  .flexbox .col-xs-12 .widget--testimonial {
    padding: 0; }
  .flexbox .col-xs-12 .widget--testimonial__content {
    padding: 25px; }
  .highlight-color .col-sm-6 .widget--testimonial__content:before,
  .highlight-color .col-xs-12 .widget--testimonial__content:before {
    border-right-color: #e3dfda; } }

/*
   3.19 Widget Text Message
   ========================================================================== */
/* 
   3.20 Widget Training Edition List
   ========================================================================== */
.widget-training-edition-list {
  position: fixed;
  bottom: 36px;
  right: 0;
  z-index: 200;
  width: 30%;
  background: #f3f3f3;
  background: rgba(244, 244, 244, 0.95);
  padding: 32px 40px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15); }
  .widget-training-edition-list li {
    border-bottom: 1px dashed #737373;
    padding: 30px 0;
    position: relative; }
    .widget-training-edition-list li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
      .widget-training-edition-list li:last-child button {
        margin-top: -6px; }
    .widget-training-edition-list li button {
      position: absolute;
      top: 50%;
      margin-top: -21px;
      right: 0; }
  .widget-training-edition-list h1 {
    color: #7AC143;
    margin-top: 0;
    font-size: 1.5em;
    margin-bottom: 10px; }
  .widget-training-edition-list h2 {
    color: #474747;
    font-size: 1.125em;
    clear: left;
    float: left;
    margin: 0; }
    .widget-training-edition-list h2 span {
      font-size: 0.8888888888888em;
      display: block;
      clear: left; }
    .widget-training-edition-list h2 a {
      color: #7AC143; }
  .widget-training-edition-list .availability {
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    position: relative;
    top: -1px; }

/* 
   3.21 Widget Training Editions
   ========================================================================== */
.inline {
  display: inline-block;
  float: none;
  margin-left: -4px;
  vertical-align: top; }

.widget-upcoming-trainings header {
  text-align: center;
  padding: 40px 0; }

.widget-upcoming-trainings footer {
  padding: 60px 0;
  text-align: center; }

.training,
.training-details {
  background-color: transparent;
  border-radius: 4px; }

.training {
  cursor: pointer;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.training a {
  text-decoration: none; }

.training-details,
.training-icon {
  color: #9f9e9e; }

.training-details {
  background: #fbfbfb;
  color: #9f9e9e;
  padding: 15px 15px 15px 60px;
  border-width: 1px 1px 5px;
  border-style: solid;
  border-color: #e5e5e5;
  height: 100%; }

.training-icon {
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 1.5em; }

.training-detail {
  display: block;
  margin-bottom: 4px; }

.training.radio {
  float: none; }

.training.radio label {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding-left: 0; }

/* states of training */
.training:hover,
.training.radio:hover, .training.radio.selected {
  background: #cdcdcd;
  border-color: #cdcdcd; }

.training.radio:hover .training-details,
.training.radio.selected .training-details {
  border-bottom-color: #0081C6; }

/* 
   3.22 Widget USP Header
   ========================================================================== */
.widget--usp-header, .widget--usp-header__title, .widget--usp-header__description {
  color: #fff; }

.widget--usp-header__list {
  margin-top: 45px; }

.widget--usp-header__actions {
  margin-top: 15px; }

.widget--usp-header__usp {
  font-weight: 400; }

.widget--usp-header__usp__icon {
  display: block;
  font-size: 60px; }

.widget--usp-header__usp__title {
  display: block;
  padding: 7px 15px;
  word-break: break-all; }

.widget--usp-header__usp a:hover .widget--usp-header__usp__title {
  background-color: #0081C6; }

.widget--usp-header__usp a:hover .widget--usp-header__usp__icon {
  color: #0081C6; }

/*
   3.23 Widget USP
   ========================================================================== */
.widget--usp__icon {
  width: 180px;
  height: 180px;
  margin: 15px auto;
  background-color: #eee;
  color: #474747;
  text-align: center;
  border-radius: 50%;
  font-size: 90px; }

.widget--usp__icon i {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.widget--usp__icon i:before {
  vertical-align: middle; }

.col-sm-4 .widget--usp__content,
.col-sm-3 .widget--usp__content,
.col-sm-6 .widget--usp__content {
  text-align: center; }

.has-block-link {
  cursor: pointer; }

.has-block-link:hover .widget--usp__title {
  color: #006093; }

.has-block-link:hover .widget--usp__icon {
  background-color: #0081C6;
  color: #fff; }

.video-link {
  position: relative;
  text-align: center; }

.video-link .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 48px;
  line-height: 88px;
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
  margin-left: -45px;
  margin-top: -45px;
  color: #fff;
  background: rgba(122, 193, 67, 0.8);
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }

.video-link .play-button:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #7AC143;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.video-link:hover .play-button {
  background: #7ac143;
  color: #fff; }

.video-link:hover .play-button:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/*
3.18 Widget Testimonial -- instructor: Colors
==========================================================================*/
.widget--instructor {
  background-color: #fff;
  border: 1px solid #d8d8d8; }

.widget--instructor__title, .widget--instructor__subtitle {
  color: #474747 !important; }

.widget--instructor__title {
  font-weight: 700; }

.widget--instructor.is-active {
  border-color: #7AC143; }

.widget--instructor__icon .image-holder {
  background-color: #efefef;
  position: relative;
  padding-top: 100%;
  min-height: 100px; }

.widget--instructor__icon span {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  font-size: 50px;
  line-height: 1; }

.even .col-xs-12 .widget--instructor__image {
  padding: 0; }

.col-sm-4 .widget--instructor {
  cursor: pointer;
  margin-bottom: 0;
  min-height: 100px; }

.col-sm-4 .widget--instructor__content, .col-sm-4 .widget--instructor__image {
  float: left; }

.col-sm-4 .widget--instructor__icon, .col-sm-4 .widget--instructor__image {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  width: 25%; }

.col-sm-4 .widget--instructor__image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: auto; }

.col-sm-4 .widget--instructor__header {
  margin: 0; }

.col-sm-4 .widget--instructor__content {
  padding: 15px;
  width: 75%; }

.col-sm-4 .widget--instructor__content:before {
  top: 50%;
  left: -10px;
  margin-left: 0;
  margin-top: -8px;
  border: none;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.col-sm-4 .widget--instructor__description {
  display: none; }

.col-sm-6 .widget--instructor__content:before {
  display: none; }

.flexbox .col-sm-4 .widget--instructor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flexbox .col-sm-4 .widget--instructor__image, .flexbox .col-sm-4 .widget--instructor__content {
  float: none; }

.widget--instructor__icon {
  width: 25%; }

.widget--instructor__icon > span {
  padding: 0.25em 0;
  display: block;
  text-align: center;
  font-size: 3em; }

.col-xs-12 .widget--instructor__image {
  padding: 0; }

.unfolded-item {
  position: relative;
  background-color: #7AC143;
  color: #fff;
  padding: 25px;
  margin-top: 0 0 15px; }

.unfolded-item__title, .unfolded-item__subtitle {
  display: none; }

.unfolded-item__remove {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center; }

/*
   3.25 Widget upcoming events
   ========================================================================== */
.widget-upcoming-events .widget-link-inner {
  border-width: 1px 1px 4px;
  border-style: solid;
  border-color: #d8d8d8;
  padding-bottom: 60px; }

.widget-upcoming-events .widget-link:hover .widget-link-inner {
  border-color: #474747; }

.widget-upcoming-events .widget-link:hover .widget-link-inner h3 {
  color: #ed262b; }

/*
   3.27 Widget subjects
   ========================================================================== */
.widget-subjects .widget-link-inner {
  background-color: #eee;
  padding-bottom: 75px; }

.widget-subjects .widget-link:hover .widget-link-inner {
  background-color: #fafafa; }

.widget-subjects .widget-link:hover .widget-link-cta {
  background-color: #ed262b; }

/*
3.28 Widget lists
========================================================================== */
.widget-list .widget-body a {
  position: relative;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none; }

.widget-list .widget-body a i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px; }

.widget-list .widget-body a:hover {
  border-bottom-color: #0081C6; }

@media (min-width: 768px) {
  .col-xs-12 .widget-list .widget-body {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }
  .col-xs-12 .widget-list .widget-body li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; } }

@media (min-width: 992px) {
  .col-xs-12 .widget-list .widget-body {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; } }

/*
   3.29 Widget teaser lists
   ========================================================================== */
.widget-teaser-list-item {
  display: block;
  padding: 10px 0;
  margin-bottom: 30px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  color: #474747;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.07); }

.widget-teaser-list-image {
  position: relative;
  padding: 0 10px; }

.widget-teaser-list-header,
.widget-teaser-list-content {
  padding: 0 15px; }

.widget-teaser-list-date {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #8D8D8D;
  padding: 6px 12px;
  color: #fff; }

.widget-teaser-list-item h2 {
  font-size: 1.25em;
  margin: 0.25em 0 0.5em 0; }

.widget-teaser-list-item img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px; }

.widget-teaser-list-item:hover {
  border-color: #0081C6; }

.widget-teaser-list-item:hover h2 {
  color: #0081C6; }

.widget-teaser-list-item:hover .widget-teaser-list-date {
  background-color: #0081C6; }

/*
   3.29 Widget Training Calendar
   ========================================================================== */
.widget-training-calendar-item {
  border: 1px solid #E5E5E5;
  border-bottom: 5px solid #8D8D8D;
  position: relative;
  padding: 20px 20px 40px;
  margin-bottom: 30px;
  color: #9f9e9e;
  background: #fbfbfb;
  border-radius: 3px; }

.widget-training-calendar-item footer,
.widget-training-calendar-item h3 {
  color: #474747; }

.widget-training-calendar-item h3 {
  margin: 0 0 15px 0; }

.widget-training-calendar-item a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.widget-training-calendar-item footer {
  position: absolute;
  bottom: 10px;
  color: #474747; }

.widget-training-calendar-item footer i {
  vertical-align: middle;
  margin-right: 5px; }

.widget-training-calendar-item:after {
  content: '';
  position: absolute;
  left: -7px;
  right: -7px;
  bottom: -10px;
  top: -7px;
  z-index: -1;
  border-radius: 5px;
  background-color: #cdcdcd;
  display: none; }

.widget-training-calendar-item:hover:after {
  display: block; }

/*
   3.30 Widget Product
   ========================================================================== */
.widget--product {
  border-bottom: 1px solid #ededed;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  overflow: hidden; }

.widget--product ul li {
  margin-bottom: 1em; }

.widget--product__header-img {
  margin: 1em 0; }

.widget--product__header-img img {
  max-width: 100%; }

/*
   3.31 Widget Product
   ========================================================================== */
.widget--feature__image {
  width: 100%; }

.widget--feature__content {
  width: 100%; }

@media screen and (min-width: 992px) {
  .col-xs-12 .widget--feature__image {
    width: 50%; }
  .col-xs-12 .widget--feature__content {
    width: 50%; } }

/*
   3.32 Widget Searchbox
   ========================================================================== */
.main-content .widget--searchbox .vertical-align {
  position: absolute;
  width: 100%; }

.main-content .widget--searchbox__title {
  color: #fff;
  text-align: center; }

.main-content .widget--searchbox__form .input-group .form-control {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px; }

.main-content .widget--searchbox__form .input-group .btn {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  padding-right: 65px; }

/*
.main-content .widget-group.no-margin{
margin-top: 0;
margin-bottom: 0;
}

*/
.widget-blocked-table--program {
  color: #000; }

.widget-blocked-table--program th {
  color: #8d8d8d; }

.widget-blocked-table--program .icon-clock-2:before {
  vertical-align: top; }

.widget-blocked-table--program .unfolded-item {
  margin: 0 0 15px; }

.widget-blocked-table--program .btn-outline.is-selected {
  background-color: #0081C6;
  border-color: #0081C6;
  color: #fff; }

.widget-blocked-table--program .list-inline > li {
  display: block;
  padding-bottom: 10px; }

.widget-blocked-table--program .remove-filters {
  color: #ededed;
  text-decoration: none; }

.widget-blocked-table--program.is-filtered .remove-filters {
  cursor: pointer;
  color: #EF3E42; }

@media screen and (min-width: 768px) {
  .col-xs-12 .widget-blocked-table--program .list-inline > li {
    display: inline-block;
    padding-bottom: 0; }
  .col-xs-12 .widget-blocked-table--program th, .col-xs-12 .widget-blocked-table--program td {
    vertical-align: top;
    padding: 15px 0 0 0; }
  .col-xs-12 .widget-blocked-table--program th {
    min-width: 200px;
    width: 15%;
    padding-right: 15px;
    padding-bottom: 15px; }
  .col-xs-12 .widget-blocked-table--program td {
    width: 85%;
    padding-left: 15px; } }

.widget--session:before {
  display: none; }

.widget--session {
  cursor: pointer;
  position: relative;
  color: #474747;
  border: 1px solid #d8d8d8;
  padding: 25px;
  background-color: #fff;
  margin: 0 0 15px;
  box-shadow: 1px 1px 10px #eee; }

.widget--session__actions, .widget--session__header {
  display: inline-block;
  vertical-align: top; }

.widget--session__actions {
  width: 20%;
  font-size: 1.25em; }

.widget--session__title {
  color: #474747;
  font-size: 1em; }

.widget--session__header {
  width: 80%;
  margin-left: -0.4em; }

.widget--session__track {
  font-weight: 400;
  color: #888;
  font-size: 0.75em; }

.widget--session__track .session__bullet {
  background-color: #d8d8d8;
  color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px; }

.widget--session .list-unstyled li {
  margin: 0.8em 0; }

.is-filtered .widget--session {
  opacity: 0.4; }

.is-filtered .widget--session.is-active {
  opacity: 1; }

.is-highlighted .widget--session {
  opacity: 1; }

.is-highlighted .widget--session:before {
  position: absolute;
  top: -8px;
  color: #fff;
  right: -8px;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  background-color: #990066;
  border-radius: 25px;
  line-height: 36px; }

/* Extended the widget groups */
.widget-group.highlighted-dark .widget-group__header, .widget-group.highlighted-colored .widget-group__header {
  color: #fff; }

.widget-group.highlighted-dark .widget__title, .widget-group.highlighted-colored .widget__title {
  color: #fff; }

.widget-group.highlighted-dark a:hover, .widget-group.highlighted-colored a:hover {
  color: #fff; }

.widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  .widget-group.highlighted-colored {
    background-color: #0081C6;
    color: #fff; }
  .widget-group.highlighted-colored .widget-group__description a,
  .widget-group.highlighted-colored .widget__description a {
    color: #fff;
    font-weight: bold; }
  .widget-group.highlighted-colored .widget--testimonial__description a {
    color: #0081C6; }
  .widget-group.highlighted-colored .widget--testimonial__description a:hover {
    color: #006093; }
  .widget-group.highlighted-colored .btn.btn-accent-one {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: transparent; }
  .widget-group.highlighted-colored .btn.btn-accent-one:hover, .widget-group.highlighted-colored .btn.btn-accent-one:active, .widget-group.highlighted-colored .btn.btn-accent-one:focus {
    background-color: rgba(0, 0, 0, 0.4);
    border-color: transparent; }
  .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon i {
    color: #fff;
    border-color: #fff; }
  .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
    color: #0081C6; }
  .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus {
    background-color: #fff; }
  .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
    border-color: #0081C6; }
  .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #d8d8d8; }
  .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #d8d8d8; }
  .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #0081C6; }
  .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  .widget-group.highlighted-colored .widget--image-button__title {
    color: #0081C6; }
  @media screen and (min-width: 768px) {
    .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #006093; }
  .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  .widget-group.highlighted-colored .widget--comparison__product-title, .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #0081C6; }
  @media screen and (min-width: 992px) {
    .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #0070ad; }
    .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #006093; } }
  .widget-group.highlighted-colored .widget-fixed-table td,
  .widget-group.highlighted-colored .widget-stacked-table td,
  .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #2db6ff; }
  .widget-group.highlighted-colored .widget-stacked-table th,
  .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #0070ad; }
  @media screen and (min-width: 768px) {
    .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    .widget-group.highlighted-colored .widget-fixed-table th,
    .widget-group.highlighted-colored .widget-fixed-table td,
    .widget-group.highlighted-colored .widget-stacked-table th,
    .widget-group.highlighted-colored .widget-stacked-table td,
    .widget-group.highlighted-colored .widget-blocked-table th,
    .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #2db6ff; } }
  .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  .widget-group.highlighted-colored .widget--subject__title {
    color: #0081C6; }
  .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  .widget-group.highlighted-colored .widget--location__title {
    color: #0081C6; }

.widget-group.highlighted-dark {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  .widget-group.highlighted-dark {
    background: #474747;
    color: white; }
  .widget-group.highlighted-dark a {
    color: #7AC143; }
  .widget-group.highlighted-dark a.btn {
    color: #fff; }
  .widget-group.highlighted-dark .widget--image__link {
    background-color: #0081C6;
    color: #fff; }
  .widget-group.highlighted-dark .widget--image__link:hover {
    background-color: #006093;
    color: #fff; }
  .widget-group.highlighted-dark .widget--highlight__body {
    color: #fff;
    border-color: #d8d8d8; }
  .widget-group.highlighted-dark .widget--highlight__body:before {
    border-top-color: #d8d8d8; }
  .widget-group.highlighted-dark .widget--highlight__body:after {
    border-top-color: #474747; }
  .widget-group.highlighted-dark .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  .widget-group.highlighted-dark .widget--image-button__overlay {
    background-color: #fbfbfb; }
  .widget-group.highlighted-dark .widget--image-button__title {
    color: #0081C6; }
  @media screen and (min-width: 768px) {
    .widget-group.highlighted-dark .col-md-6 .widget--image-button__overlay,
    .widget-group.highlighted-dark .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  .widget-group.highlighted-dark .widget--comparison__product {
    border-bottom-color: #2e2e2e; }
  .widget-group.highlighted-dark .widget--comparison__feature {
    color: #fff; }
  .widget-group.highlighted-dark .widget--comparison__product-title, .widget-group.highlighted-dark .widget--comparison__product-subtitle {
    color: #fff; }
  .widget-group.highlighted-dark .widget--comparison .row.has-no-products {
    background-color: #7AC143; }
  .widget-group.highlighted-dark .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #fff; }
  @media screen and (min-width: 992px) {
    .widget-group.highlighted-dark .widget--comparison__feature {
      color: #fff; }
    .widget-group.highlighted-dark .widget--comparison .icon-minus-1 {
      color: #ededed; }
    .widget-group.highlighted-dark .widget--comparison .odd {
      background-color: #3a3a3a; }
    .widget-group.highlighted-dark .widget--comparison .row {
      border-bottom-color: #2e2e2e; } }
  .widget-group.highlighted-dark .widget-fixed-table td,
  .widget-group.highlighted-dark .widget-stacked-table td,
  .widget-group.highlighted-dark .widget-blocked-table td {
    border-bottom-color: #7a7a7a; }
  .widget-group.highlighted-dark .widget-stacked-table th,
  .widget-group.highlighted-dark .widget-blocked-table th {
    background-color: #3a3a3a; }
  @media screen and (min-width: 768px) {
    .widget-group.highlighted-dark .col-xs-12 .widget-fixed-table th,
    .widget-group.highlighted-dark .col-xs-12 .widget-stacked-table th,
    .widget-group.highlighted-dark .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    .widget-group.highlighted-dark .widget-fixed-table th,
    .widget-group.highlighted-dark .widget-fixed-table td,
    .widget-group.highlighted-dark .widget-stacked-table th,
    .widget-group.highlighted-dark .widget-stacked-table td,
    .widget-group.highlighted-dark .widget-blocked-table th,
    .widget-group.highlighted-dark .widget-blocked-table td {
      border-bottom-color: #7a7a7a; } }
  .widget-group.highlighted-dark .widget--subject {
    color: #474747; }
  .widget-group.highlighted-dark .widget--subject__title {
    color: #474747; }
  .widget-group.highlighted-dark .widget--location__content {
    color: #474747; }
  .widget-group.highlighted-dark .widget--location__title {
    color: #474747; }

.widget-group.highlighted-light {
  background: #efefef;
  color: #474747; }

.widget-group.highlighted-light .widget-fixed-table td,
.widget-group.highlighted-light .widget-stacked-table td,
.widget-group.highlighted-light .widget-blocked-table td {
  border-bottom-color: white; }

.widget-group.highlighted-light .widget-stacked-table th,
.widget-group.highlighted-light .widget-blocked-table th {
  background-color: #e2e2e2; }

@media screen and (min-width: 768px) {
  .widget-group.highlighted-light .col-xs-12 .widget-fixed-table th,
  .widget-group.highlighted-light .col-xs-12 .widget-stacked-table th,
  .widget-group.highlighted-light .col-xs-12 .widget-blocked-table th {
    background-color: transparent; }
  .widget-group.highlighted-light .widget-fixed-table th,
  .widget-group.highlighted-light .widget-fixed-table td,
  .widget-group.highlighted-light .widget-stacked-table th,
  .widget-group.highlighted-light .widget-stacked-table td,
  .widget-group.highlighted-light .widget-blocked-table th,
  .widget-group.highlighted-light .widget-blocked-table td {
    border-bottom-color: white; } }

.widget-group.highlighted-light .widget--highlight__body {
  color: #474747;
  border-color: #d8d8d8; }

.widget-group.highlighted-light .widget--highlight__body:before {
  border-top-color: #d8d8d8; }

.widget-group.highlighted-light .widget--highlight__body:after {
  border-top-color: #efefef; }

html .category-finance .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-finance .widget-group.highlighted-colored {
    background-color: #0E7398; }
  html .category-finance .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #0a5069; }
  html .category-finance .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #0a5069; }
  html .category-finance .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #0E7398; }
  html .category-finance .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-finance .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-finance .widget-group.highlighted-colored .widget--image-button__title {
    color: #0E7398; }
  @media screen and (min-width: 768px) {
    html .category-finance .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-finance .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-finance .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #0a5069; }
  html .category-finance .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  html .category-finance .widget-group.highlighted-colored .widget--comparison__product-title, html .category-finance .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  html .category-finance .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-finance .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #0E7398; }
  @media screen and (min-width: 992px) {
    html .category-finance .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    html .category-finance .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-finance .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #0c6181; }
    html .category-finance .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #0a5069; } }
  html .category-finance .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-finance .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-finance .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #21b5eb; }
  html .category-finance .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-finance .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #0c6181; }
  @media screen and (min-width: 768px) {
    html .category-finance .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-finance .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-finance .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-finance .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-finance .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-finance .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-finance .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-finance .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-finance .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #21b5eb; } }
  html .category-finance .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-finance .widget-group.highlighted-colored .widget--subject__title {
    color: #0E7398; }
  html .category-finance .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-finance .widget-group.highlighted-colored .widget--location__title {
    color: #0E7398; }

html .category-hr .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-hr .widget-group.highlighted-colored {
    background-color: #00985F; }
  html .category-hr .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #00653f; }
  html .category-hr .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #00653f; }
  html .category-hr .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #00985F; }
  html .category-hr .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-hr .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-hr .widget-group.highlighted-colored .widget--image-button__title {
    color: #00985F; }
  @media screen and (min-width: 768px) {
    html .category-hr .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-hr .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-hr .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #00653f; }
  html .category-hr .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  html .category-hr .widget-group.highlighted-colored .widget--comparison__product-title, html .category-hr .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  html .category-hr .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-hr .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #00985F; }
  @media screen and (min-width: 992px) {
    html .category-hr .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    html .category-hr .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-hr .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #007f4f; }
    html .category-hr .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #00653f; } }
  html .category-hr .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-hr .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-hr .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #00fe9f; }
  html .category-hr .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-hr .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #007f4f; }
  @media screen and (min-width: 768px) {
    html .category-hr .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-hr .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-hr .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-hr .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-hr .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-hr .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-hr .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-hr .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-hr .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #00fe9f; } }
  html .category-hr .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-hr .widget-group.highlighted-colored .widget--subject__title {
    color: #00985F; }
  html .category-hr .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-hr .widget-group.highlighted-colored .widget--location__title {
    color: #00985F; }

html .category-legal .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-legal .widget-group.highlighted-colored {
    background-color: #DDD00C; }
  html .category-legal .widget-group.highlighted-colored,
  html .category-legal .widget-group.highlighted-colored .widget__title,
  html .category-legal .widget-group.highlighted-colored .widget-group__header {
    color: #000; }
  html .category-legal .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #f3e729; }
  html .category-legal .widget-group.highlighted-colored .widget--comparison__feature {
    color: #474747; }
  html .category-legal .widget-group.highlighted-colored .widget--comparison__product-title, html .category-legal .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #474747; }
  html .category-legal .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-legal .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #DDD00C; }
  @media screen and (min-width: 992px) {
    html .category-legal .widget-group.highlighted-colored .widget--comparison__feature {
      color: #474747; }
    html .category-legal .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-legal .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #f2e410; }
    html .category-legal .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #f3e729; } }
  html .category-legal .widget-group.highlighted-colored .widget--highlight__body {
    color: #000;
    border-color: #ada209; }
  html .category-legal .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #ada209; }
  html .category-legal .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #DDD00C; }
  html .category-legal .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-legal .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-legal .widget-group.highlighted-colored .widget--image-button__title {
    color: #DDD00C; }
  @media screen and (min-width: 768px) {
    html .category-legal .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-legal .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-legal .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-legal .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-legal .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #7c7507; }
  html .category-legal .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-legal .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #f2e410; }
  @media screen and (min-width: 768px) {
    html .category-legal .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-legal .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-legal .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-legal .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-legal .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-legal .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-legal .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-legal .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-legal .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #7c7507; } }
  html .category-legal .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-legal .widget-group.highlighted-colored .widget--subject__title {
    color: #DDD00C; }
  html .category-legal .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-legal .widget-group.highlighted-colored .widget--location__title {
    color: #DDD00C; }

html .category-veiligheid .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-veiligheid .widget-group.highlighted-colored {
    background-color: #8A9165; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #6d7350; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #6d7350; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #8A9165; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--image-button__title {
    color: #8A9165; }
  @media screen and (min-width: 768px) {
    html .category-veiligheid .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-veiligheid .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-veiligheid .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #6d7350; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--comparison__product-title, html .category-veiligheid .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #8A9165; }
  @media screen and (min-width: 992px) {
    html .category-veiligheid .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    html .category-veiligheid .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-veiligheid .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #7c825b; }
    html .category-veiligheid .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #6d7350; } }
  html .category-veiligheid .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-veiligheid .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-veiligheid .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #b8bca0; }
  html .category-veiligheid .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-veiligheid .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #7c825b; }
  @media screen and (min-width: 768px) {
    html .category-veiligheid .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-veiligheid .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-veiligheid .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-veiligheid .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-veiligheid .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-veiligheid .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-veiligheid .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-veiligheid .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-veiligheid .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #b8bca0; } }
  html .category-veiligheid .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--subject__title {
    color: #8A9165; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-veiligheid .widget-group.highlighted-colored .widget--location__title {
    color: #8A9165; }

html .category-sales .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-sales .widget-group.highlighted-colored {
    background-color: #990664; }
  html .category-sales .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #680444; }
  html .category-sales .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #680444; }
  html .category-sales .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #990664; }
  html .category-sales .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-sales .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-sales .widget-group.highlighted-colored .widget--image-button__title {
    color: #990664; }
  @media screen and (min-width: 768px) {
    html .category-sales .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-sales .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-sales .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #680444; }
  html .category-sales .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  html .category-sales .widget-group.highlighted-colored .widget--comparison__product-title, html .category-sales .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  html .category-sales .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-sales .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #990664; }
  @media screen and (min-width: 992px) {
    html .category-sales .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    html .category-sales .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-sales .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #800554; }
    html .category-sales .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #680444; } }
  html .category-sales .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-sales .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-sales .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #f60fa3; }
  html .category-sales .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-sales .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #800554; }
  @media screen and (min-width: 768px) {
    html .category-sales .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-sales .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-sales .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-sales .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-sales .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-sales .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-sales .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-sales .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-sales .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #f60fa3; } }
  html .category-sales .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-sales .widget-group.highlighted-colored .widget--subject__title {
    color: #990664; }
  html .category-sales .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-sales .widget-group.highlighted-colored .widget--location__title {
    color: #990664; }

html .category-business .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-business .widget-group.highlighted-colored {
    background-color: #A6232D; }
  html .category-business .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #7c1a22; }
  html .category-business .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #7c1a22; }
  html .category-business .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #A6232D; }
  html .category-business .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-business .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-business .widget-group.highlighted-colored .widget--image-button__title {
    color: #A6232D; }
  @media screen and (min-width: 768px) {
    html .category-business .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-business .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-business .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #7c1a22; }
  html .category-business .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  html .category-business .widget-group.highlighted-colored .widget--comparison__product-title, html .category-business .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  html .category-business .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-business .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #A6232D; }
  @media screen and (min-width: 992px) {
    html .category-business .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    html .category-business .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-business .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #911f27; }
    html .category-business .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #7c1a22; } }
  html .category-business .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-business .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-business .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #db545e; }
  html .category-business .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-business .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #911f27; }
  @media screen and (min-width: 768px) {
    html .category-business .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-business .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-business .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-business .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-business .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-business .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-business .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-business .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-business .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #db545e; } }
  html .category-business .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-business .widget-group.highlighted-colored .widget--subject__title {
    color: #A6232D; }
  html .category-business .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-business .widget-group.highlighted-colored .widget--location__title {
    color: #A6232D; }

html .category-logistiek .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-logistiek .widget-group.highlighted-colored {
    background-color: #395296; }
  html .category-logistiek .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #2b3e71; }
  html .category-logistiek .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #2b3e71; }
  html .category-logistiek .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #395296; }
  html .category-logistiek .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-logistiek .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-logistiek .widget-group.highlighted-colored .widget--image-button__title {
    color: #395296; }
  @media screen and (min-width: 768px) {
    html .category-logistiek .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-logistiek .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-logistiek .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #2b3e71; }
  html .category-logistiek .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  html .category-logistiek .widget-group.highlighted-colored .widget--comparison__product-title, html .category-logistiek .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  html .category-logistiek .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-logistiek .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #395296; }
  @media screen and (min-width: 992px) {
    html .category-logistiek .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    html .category-logistiek .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-logistiek .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #324884; }
    html .category-logistiek .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #2b3e71; } }
  html .category-logistiek .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-logistiek .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-logistiek .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #6d86c8; }
  html .category-logistiek .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-logistiek .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #324884; }
  @media screen and (min-width: 768px) {
    html .category-logistiek .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-logistiek .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-logistiek .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-logistiek .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-logistiek .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-logistiek .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-logistiek .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-logistiek .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-logistiek .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #6d86c8; } }
  html .category-logistiek .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-logistiek .widget-group.highlighted-colored .widget--subject__title {
    color: #395296; }
  html .category-logistiek .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-logistiek .widget-group.highlighted-colored .widget--location__title {
    color: #395296; }

html .category-secretariaat .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-secretariaat .widget-group.highlighted-colored {
    background-color: #7D8237; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #5b5e28; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #5b5e28; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #7D8237; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--image-button__title {
    color: #7D8237; }
  @media screen and (min-width: 768px) {
    html .category-secretariaat .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-secretariaat .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-secretariaat .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #5b5e28; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--comparison__product-title, html .category-secretariaat .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #7D8237; }
  @media screen and (min-width: 992px) {
    html .category-secretariaat .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    html .category-secretariaat .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-secretariaat .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #6c702f; }
    html .category-secretariaat .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #5b5e28; } }
  html .category-secretariaat .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-secretariaat .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-secretariaat .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #b7bd62; }
  html .category-secretariaat .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-secretariaat .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #6c702f; }
  @media screen and (min-width: 768px) {
    html .category-secretariaat .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-secretariaat .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-secretariaat .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-secretariaat .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-secretariaat .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-secretariaat .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-secretariaat .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-secretariaat .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-secretariaat .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #b7bd62; } }
  html .category-secretariaat .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--subject__title {
    color: #7D8237; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-secretariaat .widget-group.highlighted-colored .widget--location__title {
    color: #7D8237; }

html .category-it .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-it .widget-group.highlighted-colored {
    background-color: #A89E34; }
  html .category-it .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #817928; }
  html .category-it .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #817928; }
  html .category-it .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #A89E34; }
  html .category-it .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-it .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-it .widget-group.highlighted-colored .widget--image-button__title {
    color: #A89E34; }
  @media screen and (min-width: 768px) {
    html .category-it .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-it .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-it .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #817928; }
  html .category-it .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  html .category-it .widget-group.highlighted-colored .widget--comparison__product-title, html .category-it .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  html .category-it .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-it .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #A89E34; }
  @media screen and (min-width: 992px) {
    html .category-it .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    html .category-it .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-it .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #958c2e; }
    html .category-it .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #817928; } }
  html .category-it .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-it .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-it .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #d3ca6f; }
  html .category-it .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-it .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #958c2e; }
  @media screen and (min-width: 768px) {
    html .category-it .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-it .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-it .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-it .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-it .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-it .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-it .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-it .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-it .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #d3ca6f; } }
  html .category-it .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-it .widget-group.highlighted-colored .widget--subject__title {
    color: #A89E34; }
  html .category-it .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-it .widget-group.highlighted-colored .widget--location__title {
    color: #A89E34; }

html .category-professional-skills .widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  html .category-professional-skills .widget-group.highlighted-colored {
    background-color: #CC6B78; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #bf4555; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #bf4555; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #CC6B78; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--image-button__title {
    color: #CC6B78; }
  @media screen and (min-width: 768px) {
    html .category-professional-skills .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    html .category-professional-skills .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  html .category-professional-skills .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #bf4555; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--comparison__product-title, html .category-professional-skills .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #CC6B78; }
  @media screen and (min-width: 992px) {
    html .category-professional-skills .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    html .category-professional-skills .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    html .category-professional-skills .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #c55867; }
    html .category-professional-skills .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #bf4555; } }
  html .category-professional-skills .widget-group.highlighted-colored .widget-fixed-table td,
  html .category-professional-skills .widget-group.highlighted-colored .widget-stacked-table td,
  html .category-professional-skills .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #e6b7bd; }
  html .category-professional-skills .widget-group.highlighted-colored .widget-stacked-table th,
  html .category-professional-skills .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #c55867; }
  @media screen and (min-width: 768px) {
    html .category-professional-skills .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    html .category-professional-skills .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    html .category-professional-skills .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    html .category-professional-skills .widget-group.highlighted-colored .widget-fixed-table th,
    html .category-professional-skills .widget-group.highlighted-colored .widget-fixed-table td,
    html .category-professional-skills .widget-group.highlighted-colored .widget-stacked-table th,
    html .category-professional-skills .widget-group.highlighted-colored .widget-stacked-table td,
    html .category-professional-skills .widget-group.highlighted-colored .widget-blocked-table th,
    html .category-professional-skills .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #e6b7bd; } }
  html .category-professional-skills .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--subject__title {
    color: #CC6B78; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--location__content {
    color: #474747; }
  html .category-professional-skills .widget-group.highlighted-colored .widget--location__title {
    color: #CC6B78; }

/* 
   x.xx Widget Ordering Editions
   ========================================================================== */
.widget.widget--ordering .form__field.form__field--checkbox {
  margin: 0; }

.widget.widget--ordering .top-buffer {
  margin-top: 10px; }

.widget.widget--ordering table {
  border-collapse: separate;
  border-spacing: 1px; }
  .widget.widget--ordering table tr td.col-include {
    width: 5%; }
  .widget.widget--ordering table tr td.col-caption {
    width: 55%; }
  .widget.widget--ordering table tr td.col-initial {
    width: 5%; }
  .widget.widget--ordering table tr td.col-extra {
    width: 10%; }
  .widget.widget--ordering table tr td.col-extra-unit-price {
    width: 5%; }
  .widget.widget--ordering table tr td.col-unit-price {
    width: 5%; }
  .widget.widget--ordering table tr td.col-total-quantity {
    width: 5%; }
  .widget.widget--ordering table tr td.col-total {
    width: 15%; }

.widget.widget--ordering .col-radio-1 {
  width: 3%; }

.widget.widget--ordering .col-radio-data-11 {
  width: 93%; }

.widget.widget--ordering ul li.category-item {
  margin: 20px 0 0 0; }

.widget.widget--ordering .order__fieldset {
  padding: 20px 20px;
  border-bottom: 1px dashed #d8d8d8; }

.widget.widget--ordering .total-item {
  font-weight: bold;
  text-align: right;
  background-color: #DFF0D8;
  padding-right: 15px; }

.widget.widget--ordering .highlight-caption {
  font-weight: bold; }

.widget.widget--ordering .form__field--aligned-dropdownlist {
  margin-bottom: 0px; }
  .widget.widget--ordering .form__field--aligned-dropdownlist > .form-group {
    margin-bottom: 0px; }

.widget--gotopage {
  background: #F9F8F7;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px; }
  .widget--gotopage__image {
    text-align: center; }
    .widget--gotopage__image > img {
      max-width: 100%; }
  .widget--gotopage__title {
    font-size: 18px;
    color: #0081C6; }
  .widget--gotopage__description {
    font-size: 14px; }
  .widget--gotopage__form {
    margin-bottom: 5px; }
  .widget--gotopage__alert {
    padding: 5px; }

/* ==========================================================================
DOCS - Extra widgets
========================================================================== */
#auto-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  background-color: #474747; }

/* ==========================================================================
    1 Base
    ========================================================================== */
/*
    1.1. Links
    ========================================================================== */
a {
  color: #0081C6; }

a:hover {
  color: #003f60; }

/*
    1.2. Breadcrumbs
    ========================================================================== */
.breadcrumb a {
  text-decoration: none;
  color: #c3c3c3; }

.breadcrumb a:hover {
  color: #7AC143; }

.breadcrumb .active {
  color: #7AC143; }

/*
    1.3. Forms
    ========================================================================== */
/*
    1.3.1. Forms: JSTREE
    ========================================================================== */
.jstree-anchor .jstree-checkbox {
  border-color: #0081C6; }

.jstree-anchor.jstree-clicked .jstree-checkbox {
  background-color: #0081C6; }

/*
    1.3.1. Forms: Checkboxes & Radios
    ========================================================================== */
[type=checkbox] + label:before,
[type=radio] + label:before {
  border-color: #0081C6; }

[type=checkbox]:checked + label:before,
[type=radio]:checked + label:before {
  background: #0081C6; }

/*
    1.4. Pagination
    ========================================================================== */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #0081C6; }

/* 1.5 Tabs
    ========================================================================== */
.nav-tabs > li.prominent .btn.btn-accent-one, .nav-tabs > li.prominent.active .btn.btn-accent-one {
  background-color: #0081C6;
  border-color: #0081C6; }

.nav-tabs > li.prominent .btn.btn-accent-one:hover, .nav-tabs > li.prominent.active .btn.btn-accent-one:hover {
  background-color: #006093;
  border-color: #006093; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #0081C6; }

/* 1.6 Diropdowns
    ========================================================================== */
.dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-menu > li > a {
  color: #333333; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ddd; }

.dropdown-header {
  color: #ddd; }

/* 1.7 Buttons
    ========================================================================== */
.btn.btn-primary {
  border-color: #0081C6;
  color: white;
  background: #0081C6; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:link {
    color: white; }
  .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
    background: #0070ad;
    border-color: #0070ad;
    color: white; }
  .btn.btn-primary.btn-icon i {
    background-color: rgba(0, 0, 0, 0.3); }

.btn.btn-accent-one {
  border-color: #0081C6;
  color: white;
  background: #0081C6; }
  .btn.btn-accent-one:hover, .btn.btn-accent-one:focus, .btn.btn-accent-one:active, .btn.btn-accent-one:link {
    color: white; }
  .btn.btn-accent-one:focus, .btn.btn-accent-one:active, .btn.btn-accent-one:hover {
    background: #0070ad;
    border-color: #0070ad;
    color: white; }
  .btn.btn-accent-one.btn-icon i {
    background-color: rgba(0, 0, 0, 0.3); }
  .btn.btn-accent-one.btn-outline {
    color: #0081C6;
    background-color: transparent;
    border-color: #0081C6; }
    .btn.btn-accent-one.btn-outline:hover, .btn.btn-accent-one.btn-outline:focus, .btn.btn-accent-one.btn-outline.focus, .btn.btn-accent-one.btn-outline:active, .btn.btn-accent-one.btn-outline.active,
    .open > .btn.btn-accent-one.btn-outline.dropdown-toggle {
      background-color: #0081C6;
      color: white;
      border-color: #0081C6; }
    .btn.btn-accent-one.btn-outline:active, .btn.btn-accent-one.btn-outline.active,
    .open > .btn.btn-accent-one.btn-outline.dropdown-toggle {
      background-image: none; }
    .btn.btn-accent-one.btn-outline.disabled, .btn.btn-accent-one.btn-outline.disabled:hover, .btn.btn-accent-one.btn-outline.disabled:focus, .btn.btn-accent-one.btn-outline.disabled.focus, .btn.btn-accent-one.btn-outline.disabled:active, .btn.btn-accent-one.btn-outline.disabled.active, .btn.btn-accent-one.btn-outline[disabled], .btn.btn-accent-one.btn-outline[disabled]:hover, .btn.btn-accent-one.btn-outline[disabled]:focus, .btn.btn-accent-one.btn-outline[disabled].focus, .btn.btn-accent-one.btn-outline[disabled]:active, .btn.btn-accent-one.btn-outline[disabled].active,
    .btn.btn-accent-one.btn-outline fieldset[disabled],
    .btn.btn-accent-one.btn-outline fieldset[disabled]:hover,
    .btn.btn-accent-one.btn-outline fieldset[disabled]:focus,
    .btn.btn-accent-one.btn-outline fieldset[disabled].focus,
    .btn.btn-accent-one.btn-outline fieldset[disabled]:active,
    .btn.btn-accent-one.btn-outline fieldset[disabled].active {
      color: #0081C6;
      border-color: #0081C6; }
    .btn.btn-accent-one.btn-outline.btn-icon i {
      border: 1px solid #0081C6;
      background-color: transparent; }
    .btn.btn-accent-one.btn-outline.btn-icon:hover i {
      border-color: #fff; }

.btn.btn-accent-two {
  border-color: #7AC143;
  color: white;
  background: #7AC143; }
  .btn.btn-accent-two:hover, .btn.btn-accent-two:focus, .btn.btn-accent-two:active, .btn.btn-accent-two:link {
    color: white; }
  .btn.btn-accent-two:focus, .btn.btn-accent-two:active, .btn.btn-accent-two:hover {
    background: #6eb03a;
    border-color: #6eb03a;
    color: white; }
  .btn.btn-accent-two.btn-icon i {
    background-color: rgba(0, 0, 0, 0.3); }
  .btn.btn-accent-two.btn-outline {
    color: #7AC143;
    background-color: transparent;
    border-color: #7AC143; }
    .btn.btn-accent-two.btn-outline:hover, .btn.btn-accent-two.btn-outline:focus, .btn.btn-accent-two.btn-outline.focus, .btn.btn-accent-two.btn-outline:active, .btn.btn-accent-two.btn-outline.active,
    .open > .btn.btn-accent-two.btn-outline.dropdown-toggle {
      background-color: #7AC143;
      color: white;
      border-color: #7AC143; }
    .btn.btn-accent-two.btn-outline:active, .btn.btn-accent-two.btn-outline.active,
    .open > .btn.btn-accent-two.btn-outline.dropdown-toggle {
      background-image: none; }
    .btn.btn-accent-two.btn-outline.disabled, .btn.btn-accent-two.btn-outline.disabled:hover, .btn.btn-accent-two.btn-outline.disabled:focus, .btn.btn-accent-two.btn-outline.disabled.focus, .btn.btn-accent-two.btn-outline.disabled:active, .btn.btn-accent-two.btn-outline.disabled.active, .btn.btn-accent-two.btn-outline[disabled], .btn.btn-accent-two.btn-outline[disabled]:hover, .btn.btn-accent-two.btn-outline[disabled]:focus, .btn.btn-accent-two.btn-outline[disabled].focus, .btn.btn-accent-two.btn-outline[disabled]:active, .btn.btn-accent-two.btn-outline[disabled].active,
    .btn.btn-accent-two.btn-outline fieldset[disabled],
    .btn.btn-accent-two.btn-outline fieldset[disabled]:hover,
    .btn.btn-accent-two.btn-outline fieldset[disabled]:focus,
    .btn.btn-accent-two.btn-outline fieldset[disabled].focus,
    .btn.btn-accent-two.btn-outline fieldset[disabled]:active,
    .btn.btn-accent-two.btn-outline fieldset[disabled].active {
      color: #7AC143;
      border-color: #7AC143; }
    .btn.btn-accent-two.btn-outline.btn-icon i {
      border: 1px solid #7AC143;
      background-color: transparent; }
    .btn.btn-accent-two.btn-outline.btn-icon:hover i {
      border-color: #fff; }

.btn.btn-accent-three {
  border-color: #EF3E42;
  color: white;
  background: #EF3E42; }
  .btn.btn-accent-three:hover, .btn.btn-accent-three:focus, .btn.btn-accent-three:active, .btn.btn-accent-three:link {
    color: white; }
  .btn.btn-accent-three:focus, .btn.btn-accent-three:active, .btn.btn-accent-three:hover {
    background: #ed262b;
    border-color: #ed262b;
    color: white; }
  .btn.btn-accent-three.btn-icon i {
    background-color: rgba(0, 0, 0, 0.3); }
  .btn.btn-accent-three.btn-outline {
    color: #EF3E42;
    background-color: transparent;
    border-color: #EF3E42; }
    .btn.btn-accent-three.btn-outline:hover, .btn.btn-accent-three.btn-outline:focus, .btn.btn-accent-three.btn-outline.focus, .btn.btn-accent-three.btn-outline:active, .btn.btn-accent-three.btn-outline.active,
    .open > .btn.btn-accent-three.btn-outline.dropdown-toggle {
      background-color: #EF3E42;
      color: white;
      border-color: #EF3E42; }
    .btn.btn-accent-three.btn-outline:active, .btn.btn-accent-three.btn-outline.active,
    .open > .btn.btn-accent-three.btn-outline.dropdown-toggle {
      background-image: none; }
    .btn.btn-accent-three.btn-outline.disabled, .btn.btn-accent-three.btn-outline.disabled:hover, .btn.btn-accent-three.btn-outline.disabled:focus, .btn.btn-accent-three.btn-outline.disabled.focus, .btn.btn-accent-three.btn-outline.disabled:active, .btn.btn-accent-three.btn-outline.disabled.active, .btn.btn-accent-three.btn-outline[disabled], .btn.btn-accent-three.btn-outline[disabled]:hover, .btn.btn-accent-three.btn-outline[disabled]:focus, .btn.btn-accent-three.btn-outline[disabled].focus, .btn.btn-accent-three.btn-outline[disabled]:active, .btn.btn-accent-three.btn-outline[disabled].active,
    .btn.btn-accent-three.btn-outline fieldset[disabled],
    .btn.btn-accent-three.btn-outline fieldset[disabled]:hover,
    .btn.btn-accent-three.btn-outline fieldset[disabled]:focus,
    .btn.btn-accent-three.btn-outline fieldset[disabled].focus,
    .btn.btn-accent-three.btn-outline fieldset[disabled]:active,
    .btn.btn-accent-three.btn-outline fieldset[disabled].active {
      color: #EF3E42;
      border-color: #EF3E42; }
    .btn.btn-accent-three.btn-outline.btn-icon i {
      border: 1px solid #EF3E42;
      background-color: transparent; }
    .btn.btn-accent-three.btn-outline.btn-icon:hover i {
      border-color: #fff; }

.btn.btn-accent-four {
  border-color: #7AC143;
  color: white;
  background: #7AC143; }
  .btn.btn-accent-four:hover, .btn.btn-accent-four:focus, .btn.btn-accent-four:active, .btn.btn-accent-four:link {
    color: white; }
  .btn.btn-accent-four:focus, .btn.btn-accent-four:active, .btn.btn-accent-four:hover {
    background: #6eb03a;
    border-color: #6eb03a;
    color: white; }
  .btn.btn-accent-four.btn-icon i {
    background-color: rgba(0, 0, 0, 0.3); }
  .btn.btn-accent-four.btn-outline {
    color: #7AC143;
    background-color: transparent;
    border-color: #7AC143; }
    .btn.btn-accent-four.btn-outline:hover, .btn.btn-accent-four.btn-outline:focus, .btn.btn-accent-four.btn-outline.focus, .btn.btn-accent-four.btn-outline:active, .btn.btn-accent-four.btn-outline.active,
    .open > .btn.btn-accent-four.btn-outline.dropdown-toggle {
      background-color: #7AC143;
      color: white;
      border-color: #7AC143; }
    .btn.btn-accent-four.btn-outline:active, .btn.btn-accent-four.btn-outline.active,
    .open > .btn.btn-accent-four.btn-outline.dropdown-toggle {
      background-image: none; }
    .btn.btn-accent-four.btn-outline.disabled, .btn.btn-accent-four.btn-outline.disabled:hover, .btn.btn-accent-four.btn-outline.disabled:focus, .btn.btn-accent-four.btn-outline.disabled.focus, .btn.btn-accent-four.btn-outline.disabled:active, .btn.btn-accent-four.btn-outline.disabled.active, .btn.btn-accent-four.btn-outline[disabled], .btn.btn-accent-four.btn-outline[disabled]:hover, .btn.btn-accent-four.btn-outline[disabled]:focus, .btn.btn-accent-four.btn-outline[disabled].focus, .btn.btn-accent-four.btn-outline[disabled]:active, .btn.btn-accent-four.btn-outline[disabled].active,
    .btn.btn-accent-four.btn-outline fieldset[disabled],
    .btn.btn-accent-four.btn-outline fieldset[disabled]:hover,
    .btn.btn-accent-four.btn-outline fieldset[disabled]:focus,
    .btn.btn-accent-four.btn-outline fieldset[disabled].focus,
    .btn.btn-accent-four.btn-outline fieldset[disabled]:active,
    .btn.btn-accent-four.btn-outline fieldset[disabled].active {
      color: #7AC143;
      border-color: #7AC143; }
    .btn.btn-accent-four.btn-outline.btn-icon i {
      border: 1px solid #7AC143;
      background-color: transparent; }
    .btn.btn-accent-four.btn-outline.btn-icon:hover i {
      border-color: #fff; }

.btn.btn-accent-five {
  border-color: #7AC143;
  color: white;
  background: #7AC143; }
  .btn.btn-accent-five:hover, .btn.btn-accent-five:focus, .btn.btn-accent-five:active, .btn.btn-accent-five:link {
    color: white; }
  .btn.btn-accent-five:focus, .btn.btn-accent-five:active, .btn.btn-accent-five:hover {
    background: #6eb03a;
    border-color: #6eb03a;
    color: white; }
  .btn.btn-accent-five.btn-icon i {
    background-color: rgba(0, 0, 0, 0.3); }
  .btn.btn-accent-five.btn-outline {
    color: #7AC143;
    background-color: transparent;
    border-color: #7AC143; }
    .btn.btn-accent-five.btn-outline:hover, .btn.btn-accent-five.btn-outline:focus, .btn.btn-accent-five.btn-outline.focus, .btn.btn-accent-five.btn-outline:active, .btn.btn-accent-five.btn-outline.active,
    .open > .btn.btn-accent-five.btn-outline.dropdown-toggle {
      background-color: #7AC143;
      color: white;
      border-color: #7AC143; }
    .btn.btn-accent-five.btn-outline:active, .btn.btn-accent-five.btn-outline.active,
    .open > .btn.btn-accent-five.btn-outline.dropdown-toggle {
      background-image: none; }
    .btn.btn-accent-five.btn-outline.disabled, .btn.btn-accent-five.btn-outline.disabled:hover, .btn.btn-accent-five.btn-outline.disabled:focus, .btn.btn-accent-five.btn-outline.disabled.focus, .btn.btn-accent-five.btn-outline.disabled:active, .btn.btn-accent-five.btn-outline.disabled.active, .btn.btn-accent-five.btn-outline[disabled], .btn.btn-accent-five.btn-outline[disabled]:hover, .btn.btn-accent-five.btn-outline[disabled]:focus, .btn.btn-accent-five.btn-outline[disabled].focus, .btn.btn-accent-five.btn-outline[disabled]:active, .btn.btn-accent-five.btn-outline[disabled].active,
    .btn.btn-accent-five.btn-outline fieldset[disabled],
    .btn.btn-accent-five.btn-outline fieldset[disabled]:hover,
    .btn.btn-accent-five.btn-outline fieldset[disabled]:focus,
    .btn.btn-accent-five.btn-outline fieldset[disabled].focus,
    .btn.btn-accent-five.btn-outline fieldset[disabled]:active,
    .btn.btn-accent-five.btn-outline fieldset[disabled].active {
      color: #7AC143;
      border-color: #7AC143; }
    .btn.btn-accent-five.btn-outline.btn-icon i {
      border: 1px solid #7AC143;
      background-color: transparent; }
    .btn.btn-accent-five.btn-outline.btn-icon:hover i {
      border-color: #fff; }

/* 1.8 Extra info
    ========================================================================== */
.extra-info .extra-info-label {
  color: #EF3E42; }

/* ==========================================================================
    2 Layout
    ========================================================================== */
/* 2.1 Header
    ========================================================================== */
.wkb-header .target-audience {
  background: #0081C6; }

.header-features .icon {
  color: #7AC143; }

/* 2.1 Navigation
    ========================================================================== */
.navbar .navbar-toggle {
  background-color: #7AC143; }

.navbar.navbar-alpha .navbar-brand, .navbar.navbar-inverse .navbar-brand {
  color: #0081C6; }

.navbar.navbar-alpha .site-title, .navbar.navbar-inverse .site-title {
  color: #0081C6; }

.navbar.navbar-alpha .menu-links .menu-item a:after, .navbar.navbar-inverse .menu-links .menu-item a:after {
  background-color: #0081C6; }

.navbar-sticky .nav.nav-tabs > li.sticky-item > a:hover, .navbar-sticky .nav.nav-tabs > li.sticky-item.active {
  color: #7AC143; }

.bulleted.finance:before {
  background-color: #0E7398; }

.bulleted.hr:before {
  background-color: #00985F; }

.bulleted.legal:before {
  background-color: #DDD00C; }

.bulleted.veiligheid:before {
  background-color: #8A9165; }

.bulleted.sales:before {
  background-color: #990664; }

.bulleted.business:before {
  background-color: #A6232D; }

.bulleted.logistiek:before {
  background-color: #395296; }

.bulleted.secretariaat:before {
  background-color: #7D8237; }

.bulleted.it:before {
  background-color: #A89E34; }

.bulleted.professional-skills:before {
  background-color: #CC6B78; }

/*
    5.3 Widgets
    ========================================================================== */
.widget-group__header,
.widget__title,
.widget-search-header-title {
  color: #474747; }

/*
    5.2.1 Widget USP
    ========================================================================== */
.widget.widget--usp.has-block-link:hover .widget--usp__icon {
  background-color: #EF3E42; }

.widget.widget--usp.has-block-link:hover .widget__title {
  color: #EF3E42; }

/*
    5.2.1 Widget Subject
    ========================================================================== */
.widget--instructor__title,
.widget--subject__title {
  color: #0081C6; }

/*
    5.2.1 Widget Experience Canvas
    ========================================================================== */
.widget--experience-canvas__placeholder.accent-color-one .widget--experience-canvas-teaser__label.two, .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__label.two {
  background-color: #0081C6; }

.widget--experience-canvas__placeholder.accent-color-one {
  background-color: #0081C6; }

.widget--experience-canvas__placeholder.accent-color-one.double-size {
  background-color: #474747; }

@media screen and (min-width: 1200px) {
  .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__header {
    background-color: #0081C6;
    color: #fff; }
  .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__header:before {
    border-right-color: #0081C6; }
  .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__title {
    color: #fff; } }

.widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title {
  color: #fff; }

.widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title:before {
  background-color: #006093; }

.widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title:after {
  border-color: #006093; }

.widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__title {
  color: #0081C6; }

.widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__label.one {
  border-color: #0081C6;
  color: #0081C6; }

.widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__action .roundbtn {
  border-color: #0081C6;
  color: #0081C6; }

.widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__action .roundbtn:hover {
  background-color: #0081C6;
  color: #fff; }

.widget--experience-canvas__placeholder.accent-color-two .widget--experience-canvas-teaser__label.two, .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__label.two {
  background-color: #7AC143; }

.widget--experience-canvas__placeholder.accent-color-two {
  background-color: #7AC143; }

.widget--experience-canvas__placeholder.accent-color-two.double-size {
  background-color: #474747; }

@media screen and (min-width: 1200px) {
  .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__header {
    background-color: #7AC143;
    color: #fff; }
  .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__header:before {
    border-right-color: #7AC143; }
  .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__title {
    color: #fff; } }

.widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title {
  color: #fff; }

.widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title:before {
  background-color: #629d34; }

.widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title:after {
  border-color: #629d34; }

.widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__title {
  color: #7AC143; }

.widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__label.one {
  border-color: #7AC143;
  color: #7AC143; }

.widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__action .roundbtn {
  border-color: #7AC143;
  color: #7AC143; }

.widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__action .roundbtn:hover {
  background-color: #7AC143;
  color: #fff; }

.widget--experience-canvas__placeholder.accent-color-three .widget--experience-canvas-teaser__label.two, .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__label.two {
  background-color: #EF3E42; }

.widget--experience-canvas__placeholder.accent-color-three {
  background-color: #EF3E42; }

.widget--experience-canvas__placeholder.accent-color-three.double-size {
  background-color: #474747; }

@media screen and (min-width: 1200px) {
  .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__header {
    background-color: #EF3E42;
    color: #fff; }
  .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__header:before {
    border-right-color: #EF3E42; }
  .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__title {
    color: #fff; } }

.widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title {
  color: #fff; }

.widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title:before {
  background-color: #e71318; }

.widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title:after {
  border-color: #e71318; }

.widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__title {
  color: #EF3E42; }

.widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__label.one {
  border-color: #EF3E42;
  color: #EF3E42; }

.widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__action .roundbtn {
  border-color: #EF3E42;
  color: #EF3E42; }

.widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__action .roundbtn:hover {
  background-color: #EF3E42;
  color: #fff; }

.widget--experience-canvas__placeholder.accent-color-four .widget--experience-canvas-teaser__label.two, .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__label.two {
  background-color: #7AC143; }

.widget--experience-canvas__placeholder.accent-color-four {
  background-color: #7AC143; }

.widget--experience-canvas__placeholder.accent-color-four.double-size {
  background-color: #474747; }

@media screen and (min-width: 1200px) {
  .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__header {
    background-color: #7AC143;
    color: #fff; }
  .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__header:before {
    border-right-color: #7AC143; }
  .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__title {
    color: #fff; } }

.widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title {
  color: #fff; }

.widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title:before {
  background-color: #629d34; }

.widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title:after {
  border-color: #629d34; }

.widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__title {
  color: #7AC143; }

.widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__label.one {
  border-color: #7AC143;
  color: #7AC143; }

.widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__action .roundbtn {
  border-color: #7AC143;
  color: #7AC143; }

.widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__action .roundbtn:hover {
  background-color: #7AC143;
  color: #fff; }

.widget--experience-canvas__placeholder.accent-color-five .widget--experience-canvas-teaser__label.two, .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__label.two {
  background-color: #7AC143; }

.widget--experience-canvas__placeholder.accent-color-five {
  background-color: #7AC143; }

.widget--experience-canvas__placeholder.accent-color-five.double-size {
  background-color: #474747; }

@media screen and (min-width: 1200px) {
  .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__header {
    background-color: #7AC143;
    color: #fff; }
  .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__header:before {
    border-right-color: #7AC143; }
  .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__title {
    color: #fff; } }

.widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title {
  color: #fff; }

.widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title:before {
  background-color: #629d34; }

.widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title:after {
  border-color: #629d34; }

.widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__title {
  color: #7AC143; }

.widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__label.one {
  border-color: #7AC143;
  color: #7AC143; }

.widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__action .roundbtn {
  border-color: #7AC143;
  color: #7AC143; }

.widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__action .roundbtn:hover {
  background-color: #7AC143;
  color: #fff; }

.widget--experience-canvas__placeholder[class^="accent-color-"] .widget--experience-canvas-teaser__action .roundbtn, .widget--experience-canvas__placeholder[class*=" accent-color-"] .widget--experience-canvas-teaser__action .roundbtn {
  border-color: #fff;
  color: #fff; }

.widget--experience-canvas__placeholder[class^="accent-color-"] .widget--experience-canvas-teaser__action .roundbtn:hover, .widget--experience-canvas__placeholder[class*=" accent-color-"] .widget--experience-canvas-teaser__action .roundbtn:hover {
  background-color: #fff;
  color: #474747; }

/*
    5.2.1 TRAING WIDGETS
    ========================================================================== */
.training.category-finance .training-details {
  border-bottom-color: #0E7398; }

.training.category-hr .training-details {
  border-bottom-color: #00985F; }

.training.category-legal .training-details {
  border-bottom-color: #DDD00C; }

.training.category-veiligheid .training-details {
  border-bottom-color: #8A9165; }

.training.category-sales .training-details {
  border-bottom-color: #990664; }

.training.category-business .training-details {
  border-bottom-color: #A6232D; }

.training.category-logistiek .training-details {
  border-bottom-color: #395296; }

.training.category-secretariaat .training-details {
  border-bottom-color: #7D8237; }

.training.category-it .training-details {
  border-bottom-color: #A89E34; }

.training.category-professional-skills .training-details {
  border-bottom-color: #CC6B78; }

.widget-training-calendar-item.category-finance {
  border-bottom-color: #0E7398; }

.widget-training-calendar-item.category-hr {
  border-bottom-color: #00985F; }

.widget-training-calendar-item.category-legal {
  border-bottom-color: #DDD00C; }

.widget-training-calendar-item.category-veiligheid {
  border-bottom-color: #8A9165; }

.widget-training-calendar-item.category-sales {
  border-bottom-color: #990664; }

.widget-training-calendar-item.category-business {
  border-bottom-color: #A6232D; }

.widget-training-calendar-item.category-logistiek {
  border-bottom-color: #395296; }

.widget-training-calendar-item.category-secretariaat {
  border-bottom-color: #7D8237; }

.widget-training-calendar-item.category-it {
  border-bottom-color: #A89E34; }

.widget-training-calendar-item.category-professional-skills {
  border-bottom-color: #CC6B78; }

.widget-group.highlighted-colored {
  /*
  3.8 Widget Image Button
  ========================================================================== */ }
  .widget-group.highlighted-colored {
    background-color: #0081C6; }
  .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
    color: #0081C6; }
  .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
    border-color: #0081C6; }
  .widget-group.highlighted-colored .widget--highlight__body {
    color: #fff;
    border-color: #d8d8d8; }
  .widget-group.highlighted-colored .widget--highlight__body:before {
    border-top-color: #d8d8d8; }
  .widget-group.highlighted-colored .widget--highlight__body:after {
    border-top-color: #0081C6; }
  .widget-group.highlighted-colored .widget--image-button {
    border-color: #d8d8d8;
    color: #474747; }
  .widget-group.highlighted-colored .widget--image-button__overlay {
    background-color: #fbfbfb; }
  .widget-group.highlighted-colored .widget--image-button__title {
    color: #0081C6; }
  @media screen and (min-width: 768px) {
    .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
    .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
      background-color: #fbfbfb; } }
  .widget-group.highlighted-colored .widget--comparison__product {
    border-bottom-color: #006093; }
  .widget-group.highlighted-colored .widget--comparison__feature {
    color: #fff; }
  .widget-group.highlighted-colored .widget--comparison__product-title, .widget-group.highlighted-colored .widget--comparison__product-subtitle {
    color: #fff; }
  .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
    background-color: #474747; }
  .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
    color: #0081C6; }
  @media screen and (min-width: 992px) {
    .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
      color: #ededed; }
    .widget-group.highlighted-colored .widget--comparison .odd {
      background-color: #0070ad; }
    .widget-group.highlighted-colored .widget--comparison .row {
      border-bottom-color: #006093; } }
  .widget-group.highlighted-colored .widget-fixed-table td,
  .widget-group.highlighted-colored .widget-stacked-table td,
  .widget-group.highlighted-colored .widget-blocked-table td {
    border-bottom-color: #2db6ff; }
  .widget-group.highlighted-colored .widget-stacked-table th,
  .widget-group.highlighted-colored .widget-blocked-table th {
    background-color: #0070ad; }
  @media screen and (min-width: 768px) {
    .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
    .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
    .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
      background-color: transparent; }
    .widget-group.highlighted-colored .widget-fixed-table th,
    .widget-group.highlighted-colored .widget-fixed-table td,
    .widget-group.highlighted-colored .widget-stacked-table th,
    .widget-group.highlighted-colored .widget-stacked-table td,
    .widget-group.highlighted-colored .widget-blocked-table th,
    .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #2db6ff; } }
  .widget-group.highlighted-colored .widget--subject {
    color: #474747; }
  .widget-group.highlighted-colored .widget--subject__title {
    color: #0081C6; }

html .category-finance .wkb-header .target-audience {
  background: #0E7398; }

html .category-hr .wkb-header .target-audience {
  background: #00985F; }

html .category-legal .wkb-header .target-audience {
  background: #DDD00C; }

html .category-veiligheid .wkb-header .target-audience {
  background: #8A9165; }

html .category-sales .wkb-header .target-audience {
  background: #990664; }

html .category-business .wkb-header .target-audience {
  background: #A6232D; }

html .category-logistiek .wkb-header .target-audience {
  background: #395296; }

html .category-secretariaat .wkb-header .target-audience {
  background: #7D8237; }

html .category-it .wkb-header .target-audience {
  background: #A89E34; }

html .category-professional-skills .wkb-header .target-audience {
  background: #CC6B78; }

.hse {
  /* ==========================================================================
    1 Base
    ========================================================================== */
  /*
    1.1. Links
    ========================================================================== */
  /*
    1.2. Breadcrumbs
    ========================================================================== */
  /*
    1.3. Forms
    ========================================================================== */
  /*
    1.3.1. Forms: JSTREE
    ========================================================================== */
  /*
    1.3.1. Forms: Checkboxes & Radios
    ========================================================================== */
  /*
    1.4. Pagination
    ========================================================================== */
  /* 1.5 Tabs
    ========================================================================== */
  /* 1.6 Diropdowns
    ========================================================================== */
  /* 1.7 Buttons
    ========================================================================== */
  /* 1.8 Extra info
    ========================================================================== */
  /* ==========================================================================
    2 Layout
    ========================================================================== */
  /* 2.1 Header
    ========================================================================== */
  /* 2.1 Navigation
    ========================================================================== */
  /*
    5.3 Widgets
    ========================================================================== */
  /*
    5.2.1 Widget USP
    ========================================================================== */
  /*
    5.2.1 Widget Subject
    ========================================================================== */
  /*
    5.2.1 Widget Experience Canvas
    ========================================================================== */
  /*
    5.2.1 TRAING WIDGETS
    ========================================================================== */ }
  .hse a {
    color: #0081C6; }
  .hse a:hover {
    color: #003f60; }
  .hse .breadcrumb a {
    text-decoration: none;
    color: #c3c3c3; }
  .hse .breadcrumb a:hover {
    color: #0081C6; }
  .hse .breadcrumb .active {
    color: #0081C6; }
  .hse .jstree-anchor .jstree-checkbox {
    border-color: #7AC143; }
  .hse .jstree-anchor.jstree-clicked .jstree-checkbox {
    background-color: #7AC143; }
  .hse [type=checkbox] + label:before,
  .hse [type=radio] + label:before {
    border-color: #7AC143; }
  .hse [type=checkbox]:checked + label:before,
  .hse [type=radio]:checked + label:before {
    background: #7AC143; }
  .hse .pagination > .active > a, .hse .pagination > .active > a:hover, .hse .pagination > .active > a:focus,
  .hse .pagination > .active > span,
  .hse .pagination > .active > span:hover,
  .hse .pagination > .active > span:focus {
    background-color: #7AC143; }
  .hse .nav-tabs > li.prominent .btn.btn-accent-one, .hse .nav-tabs > li.prominent.active .btn.btn-accent-one {
    background-color: #7AC143;
    border-color: #7AC143; }
  .hse .nav-tabs > li.prominent .btn.btn-accent-one:hover, .hse .nav-tabs > li.prominent.active .btn.btn-accent-one:hover {
    background-color: #629d34;
    border-color: #629d34; }
  .hse .nav-tabs > li.active > a, .hse .nav-tabs > li.active > a:hover, .hse .nav-tabs > li.active > a:focus {
    color: #0081C6; }
  .hse .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .hse .dropdown-menu > li > a {
    color: #333333; }
  .hse .dropdown-menu > li > a:hover, .hse .dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5; }
  .hse .dropdown-menu > .active > a, .hse .dropdown-menu > .active > a:hover, .hse .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #337ab7; }
  .hse .dropdown-menu > .disabled > a, .hse .dropdown-menu > .disabled > a:hover, .hse .dropdown-menu > .disabled > a:focus {
    color: #ddd; }
  .hse .dropdown-header {
    color: #ddd; }
  .hse .btn.btn-primary {
    border-color: #7AC143;
    color: white;
    background: #7AC143; }
    .hse .btn.btn-primary:hover, .hse .btn.btn-primary:focus, .hse .btn.btn-primary:active, .hse .btn.btn-primary:link {
      color: white; }
    .hse .btn.btn-primary:focus, .hse .btn.btn-primary:active, .hse .btn.btn-primary:hover {
      background: #6eb03a;
      border-color: #6eb03a;
      color: white; }
    .hse .btn.btn-primary.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
  .hse .btn.btn-accent-one {
    border-color: #7AC143;
    color: white;
    background: #7AC143; }
    .hse .btn.btn-accent-one:hover, .hse .btn.btn-accent-one:focus, .hse .btn.btn-accent-one:active, .hse .btn.btn-accent-one:link {
      color: white; }
    .hse .btn.btn-accent-one:focus, .hse .btn.btn-accent-one:active, .hse .btn.btn-accent-one:hover {
      background: #6eb03a;
      border-color: #6eb03a;
      color: white; }
    .hse .btn.btn-accent-one.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .hse .btn.btn-accent-one.btn-outline {
      color: #7AC143;
      background-color: transparent;
      border-color: #7AC143; }
      .hse .btn.btn-accent-one.btn-outline:hover, .hse .btn.btn-accent-one.btn-outline:focus, .hse .btn.btn-accent-one.btn-outline.focus, .hse .btn.btn-accent-one.btn-outline:active, .hse .btn.btn-accent-one.btn-outline.active,
      .open > .hse .btn.btn-accent-one.btn-outline.dropdown-toggle {
        background-color: #7AC143;
        color: white;
        border-color: #7AC143; }
      .hse .btn.btn-accent-one.btn-outline:active, .hse .btn.btn-accent-one.btn-outline.active,
      .open > .hse .btn.btn-accent-one.btn-outline.dropdown-toggle {
        background-image: none; }
      .hse .btn.btn-accent-one.btn-outline.disabled, .hse .btn.btn-accent-one.btn-outline.disabled:hover, .hse .btn.btn-accent-one.btn-outline.disabled:focus, .hse .btn.btn-accent-one.btn-outline.disabled.focus, .hse .btn.btn-accent-one.btn-outline.disabled:active, .hse .btn.btn-accent-one.btn-outline.disabled.active, .hse .btn.btn-accent-one.btn-outline[disabled], .hse .btn.btn-accent-one.btn-outline[disabled]:hover, .hse .btn.btn-accent-one.btn-outline[disabled]:focus, .hse .btn.btn-accent-one.btn-outline[disabled].focus, .hse .btn.btn-accent-one.btn-outline[disabled]:active, .hse .btn.btn-accent-one.btn-outline[disabled].active,
      .hse .btn.btn-accent-one.btn-outline fieldset[disabled],
      .hse .btn.btn-accent-one.btn-outline fieldset[disabled]:hover,
      .hse .btn.btn-accent-one.btn-outline fieldset[disabled]:focus,
      .hse .btn.btn-accent-one.btn-outline fieldset[disabled].focus,
      .hse .btn.btn-accent-one.btn-outline fieldset[disabled]:active,
      .hse .btn.btn-accent-one.btn-outline fieldset[disabled].active {
        color: #7AC143;
        border-color: #7AC143; }
      .hse .btn.btn-accent-one.btn-outline.btn-icon i {
        border: 1px solid #7AC143;
        background-color: transparent; }
      .hse .btn.btn-accent-one.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .hse .btn.btn-accent-two {
    border-color: #0081C6;
    color: white;
    background: #0081C6; }
    .hse .btn.btn-accent-two:hover, .hse .btn.btn-accent-two:focus, .hse .btn.btn-accent-two:active, .hse .btn.btn-accent-two:link {
      color: white; }
    .hse .btn.btn-accent-two:focus, .hse .btn.btn-accent-two:active, .hse .btn.btn-accent-two:hover {
      background: #0070ad;
      border-color: #0070ad;
      color: white; }
    .hse .btn.btn-accent-two.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .hse .btn.btn-accent-two.btn-outline {
      color: #0081C6;
      background-color: transparent;
      border-color: #0081C6; }
      .hse .btn.btn-accent-two.btn-outline:hover, .hse .btn.btn-accent-two.btn-outline:focus, .hse .btn.btn-accent-two.btn-outline.focus, .hse .btn.btn-accent-two.btn-outline:active, .hse .btn.btn-accent-two.btn-outline.active,
      .open > .hse .btn.btn-accent-two.btn-outline.dropdown-toggle {
        background-color: #0081C6;
        color: white;
        border-color: #0081C6; }
      .hse .btn.btn-accent-two.btn-outline:active, .hse .btn.btn-accent-two.btn-outline.active,
      .open > .hse .btn.btn-accent-two.btn-outline.dropdown-toggle {
        background-image: none; }
      .hse .btn.btn-accent-two.btn-outline.disabled, .hse .btn.btn-accent-two.btn-outline.disabled:hover, .hse .btn.btn-accent-two.btn-outline.disabled:focus, .hse .btn.btn-accent-two.btn-outline.disabled.focus, .hse .btn.btn-accent-two.btn-outline.disabled:active, .hse .btn.btn-accent-two.btn-outline.disabled.active, .hse .btn.btn-accent-two.btn-outline[disabled], .hse .btn.btn-accent-two.btn-outline[disabled]:hover, .hse .btn.btn-accent-two.btn-outline[disabled]:focus, .hse .btn.btn-accent-two.btn-outline[disabled].focus, .hse .btn.btn-accent-two.btn-outline[disabled]:active, .hse .btn.btn-accent-two.btn-outline[disabled].active,
      .hse .btn.btn-accent-two.btn-outline fieldset[disabled],
      .hse .btn.btn-accent-two.btn-outline fieldset[disabled]:hover,
      .hse .btn.btn-accent-two.btn-outline fieldset[disabled]:focus,
      .hse .btn.btn-accent-two.btn-outline fieldset[disabled].focus,
      .hse .btn.btn-accent-two.btn-outline fieldset[disabled]:active,
      .hse .btn.btn-accent-two.btn-outline fieldset[disabled].active {
        color: #0081C6;
        border-color: #0081C6; }
      .hse .btn.btn-accent-two.btn-outline.btn-icon i {
        border: 1px solid #0081C6;
        background-color: transparent; }
      .hse .btn.btn-accent-two.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .hse .btn.btn-accent-three {
    border-color: #EF3E42;
    color: white;
    background: #EF3E42; }
    .hse .btn.btn-accent-three:hover, .hse .btn.btn-accent-three:focus, .hse .btn.btn-accent-three:active, .hse .btn.btn-accent-three:link {
      color: white; }
    .hse .btn.btn-accent-three:focus, .hse .btn.btn-accent-three:active, .hse .btn.btn-accent-three:hover {
      background: #ed262b;
      border-color: #ed262b;
      color: white; }
    .hse .btn.btn-accent-three.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .hse .btn.btn-accent-three.btn-outline {
      color: #EF3E42;
      background-color: transparent;
      border-color: #EF3E42; }
      .hse .btn.btn-accent-three.btn-outline:hover, .hse .btn.btn-accent-three.btn-outline:focus, .hse .btn.btn-accent-three.btn-outline.focus, .hse .btn.btn-accent-three.btn-outline:active, .hse .btn.btn-accent-three.btn-outline.active,
      .open > .hse .btn.btn-accent-three.btn-outline.dropdown-toggle {
        background-color: #EF3E42;
        color: white;
        border-color: #EF3E42; }
      .hse .btn.btn-accent-three.btn-outline:active, .hse .btn.btn-accent-three.btn-outline.active,
      .open > .hse .btn.btn-accent-three.btn-outline.dropdown-toggle {
        background-image: none; }
      .hse .btn.btn-accent-three.btn-outline.disabled, .hse .btn.btn-accent-three.btn-outline.disabled:hover, .hse .btn.btn-accent-three.btn-outline.disabled:focus, .hse .btn.btn-accent-three.btn-outline.disabled.focus, .hse .btn.btn-accent-three.btn-outline.disabled:active, .hse .btn.btn-accent-three.btn-outline.disabled.active, .hse .btn.btn-accent-three.btn-outline[disabled], .hse .btn.btn-accent-three.btn-outline[disabled]:hover, .hse .btn.btn-accent-three.btn-outline[disabled]:focus, .hse .btn.btn-accent-three.btn-outline[disabled].focus, .hse .btn.btn-accent-three.btn-outline[disabled]:active, .hse .btn.btn-accent-three.btn-outline[disabled].active,
      .hse .btn.btn-accent-three.btn-outline fieldset[disabled],
      .hse .btn.btn-accent-three.btn-outline fieldset[disabled]:hover,
      .hse .btn.btn-accent-three.btn-outline fieldset[disabled]:focus,
      .hse .btn.btn-accent-three.btn-outline fieldset[disabled].focus,
      .hse .btn.btn-accent-three.btn-outline fieldset[disabled]:active,
      .hse .btn.btn-accent-three.btn-outline fieldset[disabled].active {
        color: #EF3E42;
        border-color: #EF3E42; }
      .hse .btn.btn-accent-three.btn-outline.btn-icon i {
        border: 1px solid #EF3E42;
        background-color: transparent; }
      .hse .btn.btn-accent-three.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .hse .btn.btn-accent-four {
    border-color: #7AC143;
    color: white;
    background: #7AC143; }
    .hse .btn.btn-accent-four:hover, .hse .btn.btn-accent-four:focus, .hse .btn.btn-accent-four:active, .hse .btn.btn-accent-four:link {
      color: white; }
    .hse .btn.btn-accent-four:focus, .hse .btn.btn-accent-four:active, .hse .btn.btn-accent-four:hover {
      background: #6eb03a;
      border-color: #6eb03a;
      color: white; }
    .hse .btn.btn-accent-four.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .hse .btn.btn-accent-four.btn-outline {
      color: #7AC143;
      background-color: transparent;
      border-color: #7AC143; }
      .hse .btn.btn-accent-four.btn-outline:hover, .hse .btn.btn-accent-four.btn-outline:focus, .hse .btn.btn-accent-four.btn-outline.focus, .hse .btn.btn-accent-four.btn-outline:active, .hse .btn.btn-accent-four.btn-outline.active,
      .open > .hse .btn.btn-accent-four.btn-outline.dropdown-toggle {
        background-color: #7AC143;
        color: white;
        border-color: #7AC143; }
      .hse .btn.btn-accent-four.btn-outline:active, .hse .btn.btn-accent-four.btn-outline.active,
      .open > .hse .btn.btn-accent-four.btn-outline.dropdown-toggle {
        background-image: none; }
      .hse .btn.btn-accent-four.btn-outline.disabled, .hse .btn.btn-accent-four.btn-outline.disabled:hover, .hse .btn.btn-accent-four.btn-outline.disabled:focus, .hse .btn.btn-accent-four.btn-outline.disabled.focus, .hse .btn.btn-accent-four.btn-outline.disabled:active, .hse .btn.btn-accent-four.btn-outline.disabled.active, .hse .btn.btn-accent-four.btn-outline[disabled], .hse .btn.btn-accent-four.btn-outline[disabled]:hover, .hse .btn.btn-accent-four.btn-outline[disabled]:focus, .hse .btn.btn-accent-four.btn-outline[disabled].focus, .hse .btn.btn-accent-four.btn-outline[disabled]:active, .hse .btn.btn-accent-four.btn-outline[disabled].active,
      .hse .btn.btn-accent-four.btn-outline fieldset[disabled],
      .hse .btn.btn-accent-four.btn-outline fieldset[disabled]:hover,
      .hse .btn.btn-accent-four.btn-outline fieldset[disabled]:focus,
      .hse .btn.btn-accent-four.btn-outline fieldset[disabled].focus,
      .hse .btn.btn-accent-four.btn-outline fieldset[disabled]:active,
      .hse .btn.btn-accent-four.btn-outline fieldset[disabled].active {
        color: #7AC143;
        border-color: #7AC143; }
      .hse .btn.btn-accent-four.btn-outline.btn-icon i {
        border: 1px solid #7AC143;
        background-color: transparent; }
      .hse .btn.btn-accent-four.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .hse .btn.btn-accent-five {
    border-color: #7AC143;
    color: white;
    background: #7AC143; }
    .hse .btn.btn-accent-five:hover, .hse .btn.btn-accent-five:focus, .hse .btn.btn-accent-five:active, .hse .btn.btn-accent-five:link {
      color: white; }
    .hse .btn.btn-accent-five:focus, .hse .btn.btn-accent-five:active, .hse .btn.btn-accent-five:hover {
      background: #6eb03a;
      border-color: #6eb03a;
      color: white; }
    .hse .btn.btn-accent-five.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .hse .btn.btn-accent-five.btn-outline {
      color: #7AC143;
      background-color: transparent;
      border-color: #7AC143; }
      .hse .btn.btn-accent-five.btn-outline:hover, .hse .btn.btn-accent-five.btn-outline:focus, .hse .btn.btn-accent-five.btn-outline.focus, .hse .btn.btn-accent-five.btn-outline:active, .hse .btn.btn-accent-five.btn-outline.active,
      .open > .hse .btn.btn-accent-five.btn-outline.dropdown-toggle {
        background-color: #7AC143;
        color: white;
        border-color: #7AC143; }
      .hse .btn.btn-accent-five.btn-outline:active, .hse .btn.btn-accent-five.btn-outline.active,
      .open > .hse .btn.btn-accent-five.btn-outline.dropdown-toggle {
        background-image: none; }
      .hse .btn.btn-accent-five.btn-outline.disabled, .hse .btn.btn-accent-five.btn-outline.disabled:hover, .hse .btn.btn-accent-five.btn-outline.disabled:focus, .hse .btn.btn-accent-five.btn-outline.disabled.focus, .hse .btn.btn-accent-five.btn-outline.disabled:active, .hse .btn.btn-accent-five.btn-outline.disabled.active, .hse .btn.btn-accent-five.btn-outline[disabled], .hse .btn.btn-accent-five.btn-outline[disabled]:hover, .hse .btn.btn-accent-five.btn-outline[disabled]:focus, .hse .btn.btn-accent-five.btn-outline[disabled].focus, .hse .btn.btn-accent-five.btn-outline[disabled]:active, .hse .btn.btn-accent-five.btn-outline[disabled].active,
      .hse .btn.btn-accent-five.btn-outline fieldset[disabled],
      .hse .btn.btn-accent-five.btn-outline fieldset[disabled]:hover,
      .hse .btn.btn-accent-five.btn-outline fieldset[disabled]:focus,
      .hse .btn.btn-accent-five.btn-outline fieldset[disabled].focus,
      .hse .btn.btn-accent-five.btn-outline fieldset[disabled]:active,
      .hse .btn.btn-accent-five.btn-outline fieldset[disabled].active {
        color: #7AC143;
        border-color: #7AC143; }
      .hse .btn.btn-accent-five.btn-outline.btn-icon i {
        border: 1px solid #7AC143;
        background-color: transparent; }
      .hse .btn.btn-accent-five.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .hse .extra-info .extra-info-label {
    color: #EF3E42; }
  .hse .wkb-header .target-audience {
    background: #7AC143; }
  .hse .header-features .icon {
    color: #0081C6; }
  .hse .navbar .navbar-toggle {
    background-color: #0081C6; }
  .hse .navbar.navbar-alpha .navbar-brand, .hse .navbar.navbar-inverse .navbar-brand {
    color: #7AC143; }
  .hse .navbar.navbar-alpha .site-title, .hse .navbar.navbar-inverse .site-title {
    color: #7AC143; }
  .hse .navbar.navbar-alpha .menu-links .menu-item a:after, .hse .navbar.navbar-inverse .menu-links .menu-item a:after {
    background-color: #7AC143; }
  .hse .navbar-sticky .nav.nav-tabs > li.sticky-item > a:hover, .hse .navbar-sticky .nav.nav-tabs > li.sticky-item.active {
    color: #7AC143; }
  .hse .widget-group__header,
  .hse .widget__title,
  .hse .widget-search-header-title {
    color: #0081C6; }
  .hse .widget.widget--usp.has-block-link:hover .widget--usp__icon {
    background-color: #EF3E42; }
  .hse .widget.widget--usp.has-block-link:hover .widget__title {
    color: #EF3E42; }
  .hse .widget--instructor__title,
  .hse .widget--subject__title {
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.accent-color-one .widget--experience-canvas-teaser__label.two, .hse .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__label.two {
    background-color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.accent-color-one {
    background-color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.accent-color-one.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .hse .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__header {
      background-color: #7AC143;
      color: #fff; }
    .hse .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #7AC143; }
    .hse .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .hse .widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .hse .widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #629d34; }
  .hse .widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #629d34; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__title {
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__label.one {
    border-color: #7AC143;
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #7AC143;
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #7AC143;
    color: #fff; }
  .hse .widget--experience-canvas__placeholder.accent-color-two .widget--experience-canvas-teaser__label.two, .hse .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__label.two {
    background-color: #0081C6; }
  .hse .widget--experience-canvas__placeholder.accent-color-two {
    background-color: #0081C6; }
  .hse .widget--experience-canvas__placeholder.accent-color-two.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .hse .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__header {
      background-color: #0081C6;
      color: #fff; }
    .hse .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #0081C6; }
    .hse .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .hse .widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .hse .widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #006093; }
  .hse .widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #006093; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__title {
    color: #0081C6; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__label.one {
    border-color: #0081C6;
    color: #0081C6; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #0081C6;
    color: #0081C6; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #0081C6;
    color: #fff; }
  .hse .widget--experience-canvas__placeholder.accent-color-three .widget--experience-canvas-teaser__label.two, .hse .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__label.two {
    background-color: #EF3E42; }
  .hse .widget--experience-canvas__placeholder.accent-color-three {
    background-color: #EF3E42; }
  .hse .widget--experience-canvas__placeholder.accent-color-three.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .hse .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__header {
      background-color: #EF3E42;
      color: #fff; }
    .hse .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #EF3E42; }
    .hse .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .hse .widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .hse .widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #e71318; }
  .hse .widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #e71318; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__title {
    color: #EF3E42; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__label.one {
    border-color: #EF3E42;
    color: #EF3E42; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #EF3E42;
    color: #EF3E42; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #EF3E42;
    color: #fff; }
  .hse .widget--experience-canvas__placeholder.accent-color-four .widget--experience-canvas-teaser__label.two, .hse .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__label.two {
    background-color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.accent-color-four {
    background-color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.accent-color-four.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .hse .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__header {
      background-color: #7AC143;
      color: #fff; }
    .hse .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #7AC143; }
    .hse .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .hse .widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .hse .widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #629d34; }
  .hse .widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #629d34; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__title {
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__label.one {
    border-color: #7AC143;
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #7AC143;
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #7AC143;
    color: #fff; }
  .hse .widget--experience-canvas__placeholder.accent-color-five .widget--experience-canvas-teaser__label.two, .hse .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__label.two {
    background-color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.accent-color-five {
    background-color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.accent-color-five.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .hse .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__header {
      background-color: #7AC143;
      color: #fff; }
    .hse .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #7AC143; }
    .hse .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .hse .widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .hse .widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #629d34; }
  .hse .widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #629d34; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__title {
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__label.one {
    border-color: #7AC143;
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #7AC143;
    color: #7AC143; }
  .hse .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #7AC143;
    color: #fff; }
  .hse .widget--experience-canvas__placeholder[class^="accent-color-"] .widget--experience-canvas-teaser__action .roundbtn, .hse .widget--experience-canvas__placeholder[class*=" accent-color-"] .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #fff;
    color: #fff; }
  .hse .widget--experience-canvas__placeholder[class^="accent-color-"] .widget--experience-canvas-teaser__action .roundbtn:hover, .hse .widget--experience-canvas__placeholder[class*=" accent-color-"] .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #fff;
    color: #474747; }
  .hse .widget-group.highlighted-colored {
    /*
  3.8 Widget Image Button
  ========================================================================== */ }
    .hse .widget-group.highlighted-colored {
      background-color: #7AC143; }
    .hse .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover, .hse .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .hse .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active, .hse .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .hse .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus, .hse .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
      color: #7AC143; }
    .hse .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .hse .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .hse .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
      border-color: #7AC143; }
    .hse .widget-group.highlighted-colored .widget--highlight__body {
      color: #fff;
      border-color: #d8d8d8; }
    .hse .widget-group.highlighted-colored .widget--highlight__body:before {
      border-top-color: #d8d8d8; }
    .hse .widget-group.highlighted-colored .widget--highlight__body:after {
      border-top-color: #7AC143; }
    .hse .widget-group.highlighted-colored .widget--image-button {
      border-color: #d8d8d8;
      color: #474747; }
    .hse .widget-group.highlighted-colored .widget--image-button__overlay {
      background-color: #fbfbfb; }
    .hse .widget-group.highlighted-colored .widget--image-button__title {
      color: #7AC143; }
    @media screen and (min-width: 768px) {
      .hse .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
      .hse .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
        background-color: #fbfbfb; } }
    .hse .widget-group.highlighted-colored .widget--comparison__product {
      border-bottom-color: #629d34; }
    .hse .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    .hse .widget-group.highlighted-colored .widget--comparison__product-title, .hse .widget-group.highlighted-colored .widget--comparison__product-subtitle {
      color: #fff; }
    .hse .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
      background-color: #474747; }
    .hse .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
      color: #7AC143; }
    @media screen and (min-width: 992px) {
      .hse .widget-group.highlighted-colored .widget--comparison__feature {
        color: #fff; }
      .hse .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
        color: #ededed; }
      .hse .widget-group.highlighted-colored .widget--comparison .odd {
        background-color: #6eb03a; }
      .hse .widget-group.highlighted-colored .widget--comparison .row {
        border-bottom-color: #629d34; } }
    .hse .widget-group.highlighted-colored .widget-fixed-table td,
    .hse .widget-group.highlighted-colored .widget-stacked-table td,
    .hse .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #b0da90; }
    .hse .widget-group.highlighted-colored .widget-stacked-table th,
    .hse .widget-group.highlighted-colored .widget-blocked-table th {
      background-color: #6eb03a; }
    @media screen and (min-width: 768px) {
      .hse .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
      .hse .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
      .hse .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
        background-color: transparent; }
      .hse .widget-group.highlighted-colored .widget-fixed-table th,
      .hse .widget-group.highlighted-colored .widget-fixed-table td,
      .hse .widget-group.highlighted-colored .widget-stacked-table th,
      .hse .widget-group.highlighted-colored .widget-stacked-table td,
      .hse .widget-group.highlighted-colored .widget-blocked-table th,
      .hse .widget-group.highlighted-colored .widget-blocked-table td {
        border-bottom-color: #b0da90; } }
    .hse .widget-group.highlighted-colored .widget--subject {
      color: #474747; }
    .hse .widget-group.highlighted-colored .widget--subject__title {
      color: #7AC143; }

.legal {
  /* ==========================================================================
    1 Base
    ========================================================================== */
  /*
    1.1. Links
    ========================================================================== */
  /*
    1.2. Breadcrumbs
    ========================================================================== */
  /*
    1.3. Forms
    ========================================================================== */
  /*
    1.3.1. Forms: JSTREE
    ========================================================================== */
  /*
    1.3.1. Forms: Checkboxes & Radios
    ========================================================================== */
  /*
    1.4. Pagination
    ========================================================================== */
  /* 1.5 Tabs
    ========================================================================== */
  /* 1.6 Diropdowns
    ========================================================================== */
  /* 1.7 Buttons
    ========================================================================== */
  /* 1.8 Extra info
    ========================================================================== */
  /* ==========================================================================
    2 Layout
    ========================================================================== */
  /* 2.1 Header
    ========================================================================== */
  /* 2.1 Navigation
    ========================================================================== */
  /*
    5.3 Widgets
    ========================================================================== */
  /*
    5.2.1 Widget USP
    ========================================================================== */
  /*
    5.2.1 Widget Subject
    ========================================================================== */
  /*
    5.2.1 Widget Experience Canvas
    ========================================================================== */
  /*
    5.2.1 TRAING WIDGETS
    ========================================================================== */ }
  .legal a {
    color: #0081C6; }
  .legal a:hover {
    color: #003f60; }
  .legal .breadcrumb a {
    text-decoration: none;
    color: #c3c3c3; }
  .legal .breadcrumb a:hover {
    color: #0081C6; }
  .legal .breadcrumb .active {
    color: #0081C6; }
  .legal .jstree-anchor .jstree-checkbox {
    border-color: #EF3E42; }
  .legal .jstree-anchor.jstree-clicked .jstree-checkbox {
    background-color: #EF3E42; }
  .legal [type=checkbox] + label:before,
  .legal [type=radio] + label:before {
    border-color: #EF3E42; }
  .legal [type=checkbox]:checked + label:before,
  .legal [type=radio]:checked + label:before {
    background: #EF3E42; }
  .legal .pagination > .active > a, .legal .pagination > .active > a:hover, .legal .pagination > .active > a:focus,
  .legal .pagination > .active > span,
  .legal .pagination > .active > span:hover,
  .legal .pagination > .active > span:focus {
    background-color: #EF3E42; }
  .legal .nav-tabs > li.prominent .btn.btn-accent-one, .legal .nav-tabs > li.prominent.active .btn.btn-accent-one {
    background-color: #EF3E42;
    border-color: #EF3E42; }
  .legal .nav-tabs > li.prominent .btn.btn-accent-one:hover, .legal .nav-tabs > li.prominent.active .btn.btn-accent-one:hover {
    background-color: #e71318;
    border-color: #e71318; }
  .legal .nav-tabs > li.active > a, .legal .nav-tabs > li.active > a:hover, .legal .nav-tabs > li.active > a:focus {
    color: #0081C6; }
  .legal .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .legal .dropdown-menu > li > a {
    color: #333333; }
  .legal .dropdown-menu > li > a:hover, .legal .dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5; }
  .legal .dropdown-menu > .active > a, .legal .dropdown-menu > .active > a:hover, .legal .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #337ab7; }
  .legal .dropdown-menu > .disabled > a, .legal .dropdown-menu > .disabled > a:hover, .legal .dropdown-menu > .disabled > a:focus {
    color: #ddd; }
  .legal .dropdown-header {
    color: #ddd; }
  .legal .btn.btn-primary {
    border-color: #EF3E42;
    color: white;
    background: #EF3E42; }
    .legal .btn.btn-primary:hover, .legal .btn.btn-primary:focus, .legal .btn.btn-primary:active, .legal .btn.btn-primary:link {
      color: white; }
    .legal .btn.btn-primary:focus, .legal .btn.btn-primary:active, .legal .btn.btn-primary:hover {
      background: #ed262b;
      border-color: #ed262b;
      color: white; }
    .legal .btn.btn-primary.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
  .legal .btn.btn-accent-one {
    border-color: #EF3E42;
    color: white;
    background: #EF3E42; }
    .legal .btn.btn-accent-one:hover, .legal .btn.btn-accent-one:focus, .legal .btn.btn-accent-one:active, .legal .btn.btn-accent-one:link {
      color: white; }
    .legal .btn.btn-accent-one:focus, .legal .btn.btn-accent-one:active, .legal .btn.btn-accent-one:hover {
      background: #ed262b;
      border-color: #ed262b;
      color: white; }
    .legal .btn.btn-accent-one.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .legal .btn.btn-accent-one.btn-outline {
      color: #EF3E42;
      background-color: transparent;
      border-color: #EF3E42; }
      .legal .btn.btn-accent-one.btn-outline:hover, .legal .btn.btn-accent-one.btn-outline:focus, .legal .btn.btn-accent-one.btn-outline.focus, .legal .btn.btn-accent-one.btn-outline:active, .legal .btn.btn-accent-one.btn-outline.active,
      .open > .legal .btn.btn-accent-one.btn-outline.dropdown-toggle {
        background-color: #EF3E42;
        color: white;
        border-color: #EF3E42; }
      .legal .btn.btn-accent-one.btn-outline:active, .legal .btn.btn-accent-one.btn-outline.active,
      .open > .legal .btn.btn-accent-one.btn-outline.dropdown-toggle {
        background-image: none; }
      .legal .btn.btn-accent-one.btn-outline.disabled, .legal .btn.btn-accent-one.btn-outline.disabled:hover, .legal .btn.btn-accent-one.btn-outline.disabled:focus, .legal .btn.btn-accent-one.btn-outline.disabled.focus, .legal .btn.btn-accent-one.btn-outline.disabled:active, .legal .btn.btn-accent-one.btn-outline.disabled.active, .legal .btn.btn-accent-one.btn-outline[disabled], .legal .btn.btn-accent-one.btn-outline[disabled]:hover, .legal .btn.btn-accent-one.btn-outline[disabled]:focus, .legal .btn.btn-accent-one.btn-outline[disabled].focus, .legal .btn.btn-accent-one.btn-outline[disabled]:active, .legal .btn.btn-accent-one.btn-outline[disabled].active,
      .legal .btn.btn-accent-one.btn-outline fieldset[disabled],
      .legal .btn.btn-accent-one.btn-outline fieldset[disabled]:hover,
      .legal .btn.btn-accent-one.btn-outline fieldset[disabled]:focus,
      .legal .btn.btn-accent-one.btn-outline fieldset[disabled].focus,
      .legal .btn.btn-accent-one.btn-outline fieldset[disabled]:active,
      .legal .btn.btn-accent-one.btn-outline fieldset[disabled].active {
        color: #EF3E42;
        border-color: #EF3E42; }
      .legal .btn.btn-accent-one.btn-outline.btn-icon i {
        border: 1px solid #EF3E42;
        background-color: transparent; }
      .legal .btn.btn-accent-one.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .legal .btn.btn-accent-two {
    border-color: #0081C6;
    color: white;
    background: #0081C6; }
    .legal .btn.btn-accent-two:hover, .legal .btn.btn-accent-two:focus, .legal .btn.btn-accent-two:active, .legal .btn.btn-accent-two:link {
      color: white; }
    .legal .btn.btn-accent-two:focus, .legal .btn.btn-accent-two:active, .legal .btn.btn-accent-two:hover {
      background: #0070ad;
      border-color: #0070ad;
      color: white; }
    .legal .btn.btn-accent-two.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .legal .btn.btn-accent-two.btn-outline {
      color: #0081C6;
      background-color: transparent;
      border-color: #0081C6; }
      .legal .btn.btn-accent-two.btn-outline:hover, .legal .btn.btn-accent-two.btn-outline:focus, .legal .btn.btn-accent-two.btn-outline.focus, .legal .btn.btn-accent-two.btn-outline:active, .legal .btn.btn-accent-two.btn-outline.active,
      .open > .legal .btn.btn-accent-two.btn-outline.dropdown-toggle {
        background-color: #0081C6;
        color: white;
        border-color: #0081C6; }
      .legal .btn.btn-accent-two.btn-outline:active, .legal .btn.btn-accent-two.btn-outline.active,
      .open > .legal .btn.btn-accent-two.btn-outline.dropdown-toggle {
        background-image: none; }
      .legal .btn.btn-accent-two.btn-outline.disabled, .legal .btn.btn-accent-two.btn-outline.disabled:hover, .legal .btn.btn-accent-two.btn-outline.disabled:focus, .legal .btn.btn-accent-two.btn-outline.disabled.focus, .legal .btn.btn-accent-two.btn-outline.disabled:active, .legal .btn.btn-accent-two.btn-outline.disabled.active, .legal .btn.btn-accent-two.btn-outline[disabled], .legal .btn.btn-accent-two.btn-outline[disabled]:hover, .legal .btn.btn-accent-two.btn-outline[disabled]:focus, .legal .btn.btn-accent-two.btn-outline[disabled].focus, .legal .btn.btn-accent-two.btn-outline[disabled]:active, .legal .btn.btn-accent-two.btn-outline[disabled].active,
      .legal .btn.btn-accent-two.btn-outline fieldset[disabled],
      .legal .btn.btn-accent-two.btn-outline fieldset[disabled]:hover,
      .legal .btn.btn-accent-two.btn-outline fieldset[disabled]:focus,
      .legal .btn.btn-accent-two.btn-outline fieldset[disabled].focus,
      .legal .btn.btn-accent-two.btn-outline fieldset[disabled]:active,
      .legal .btn.btn-accent-two.btn-outline fieldset[disabled].active {
        color: #0081C6;
        border-color: #0081C6; }
      .legal .btn.btn-accent-two.btn-outline.btn-icon i {
        border: 1px solid #0081C6;
        background-color: transparent; }
      .legal .btn.btn-accent-two.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .legal .btn.btn-accent-three {
    border-color: #7AC143;
    color: white;
    background: #7AC143; }
    .legal .btn.btn-accent-three:hover, .legal .btn.btn-accent-three:focus, .legal .btn.btn-accent-three:active, .legal .btn.btn-accent-three:link {
      color: white; }
    .legal .btn.btn-accent-three:focus, .legal .btn.btn-accent-three:active, .legal .btn.btn-accent-three:hover {
      background: #6eb03a;
      border-color: #6eb03a;
      color: white; }
    .legal .btn.btn-accent-three.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .legal .btn.btn-accent-three.btn-outline {
      color: #7AC143;
      background-color: transparent;
      border-color: #7AC143; }
      .legal .btn.btn-accent-three.btn-outline:hover, .legal .btn.btn-accent-three.btn-outline:focus, .legal .btn.btn-accent-three.btn-outline.focus, .legal .btn.btn-accent-three.btn-outline:active, .legal .btn.btn-accent-three.btn-outline.active,
      .open > .legal .btn.btn-accent-three.btn-outline.dropdown-toggle {
        background-color: #7AC143;
        color: white;
        border-color: #7AC143; }
      .legal .btn.btn-accent-three.btn-outline:active, .legal .btn.btn-accent-three.btn-outline.active,
      .open > .legal .btn.btn-accent-three.btn-outline.dropdown-toggle {
        background-image: none; }
      .legal .btn.btn-accent-three.btn-outline.disabled, .legal .btn.btn-accent-three.btn-outline.disabled:hover, .legal .btn.btn-accent-three.btn-outline.disabled:focus, .legal .btn.btn-accent-three.btn-outline.disabled.focus, .legal .btn.btn-accent-three.btn-outline.disabled:active, .legal .btn.btn-accent-three.btn-outline.disabled.active, .legal .btn.btn-accent-three.btn-outline[disabled], .legal .btn.btn-accent-three.btn-outline[disabled]:hover, .legal .btn.btn-accent-three.btn-outline[disabled]:focus, .legal .btn.btn-accent-three.btn-outline[disabled].focus, .legal .btn.btn-accent-three.btn-outline[disabled]:active, .legal .btn.btn-accent-three.btn-outline[disabled].active,
      .legal .btn.btn-accent-three.btn-outline fieldset[disabled],
      .legal .btn.btn-accent-three.btn-outline fieldset[disabled]:hover,
      .legal .btn.btn-accent-three.btn-outline fieldset[disabled]:focus,
      .legal .btn.btn-accent-three.btn-outline fieldset[disabled].focus,
      .legal .btn.btn-accent-three.btn-outline fieldset[disabled]:active,
      .legal .btn.btn-accent-three.btn-outline fieldset[disabled].active {
        color: #7AC143;
        border-color: #7AC143; }
      .legal .btn.btn-accent-three.btn-outline.btn-icon i {
        border: 1px solid #7AC143;
        background-color: transparent; }
      .legal .btn.btn-accent-three.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .legal .btn.btn-accent-four {
    border-color: #EF3E42;
    color: white;
    background: #EF3E42; }
    .legal .btn.btn-accent-four:hover, .legal .btn.btn-accent-four:focus, .legal .btn.btn-accent-four:active, .legal .btn.btn-accent-four:link {
      color: white; }
    .legal .btn.btn-accent-four:focus, .legal .btn.btn-accent-four:active, .legal .btn.btn-accent-four:hover {
      background: #ed262b;
      border-color: #ed262b;
      color: white; }
    .legal .btn.btn-accent-four.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .legal .btn.btn-accent-four.btn-outline {
      color: #EF3E42;
      background-color: transparent;
      border-color: #EF3E42; }
      .legal .btn.btn-accent-four.btn-outline:hover, .legal .btn.btn-accent-four.btn-outline:focus, .legal .btn.btn-accent-four.btn-outline.focus, .legal .btn.btn-accent-four.btn-outline:active, .legal .btn.btn-accent-four.btn-outline.active,
      .open > .legal .btn.btn-accent-four.btn-outline.dropdown-toggle {
        background-color: #EF3E42;
        color: white;
        border-color: #EF3E42; }
      .legal .btn.btn-accent-four.btn-outline:active, .legal .btn.btn-accent-four.btn-outline.active,
      .open > .legal .btn.btn-accent-four.btn-outline.dropdown-toggle {
        background-image: none; }
      .legal .btn.btn-accent-four.btn-outline.disabled, .legal .btn.btn-accent-four.btn-outline.disabled:hover, .legal .btn.btn-accent-four.btn-outline.disabled:focus, .legal .btn.btn-accent-four.btn-outline.disabled.focus, .legal .btn.btn-accent-four.btn-outline.disabled:active, .legal .btn.btn-accent-four.btn-outline.disabled.active, .legal .btn.btn-accent-four.btn-outline[disabled], .legal .btn.btn-accent-four.btn-outline[disabled]:hover, .legal .btn.btn-accent-four.btn-outline[disabled]:focus, .legal .btn.btn-accent-four.btn-outline[disabled].focus, .legal .btn.btn-accent-four.btn-outline[disabled]:active, .legal .btn.btn-accent-four.btn-outline[disabled].active,
      .legal .btn.btn-accent-four.btn-outline fieldset[disabled],
      .legal .btn.btn-accent-four.btn-outline fieldset[disabled]:hover,
      .legal .btn.btn-accent-four.btn-outline fieldset[disabled]:focus,
      .legal .btn.btn-accent-four.btn-outline fieldset[disabled].focus,
      .legal .btn.btn-accent-four.btn-outline fieldset[disabled]:active,
      .legal .btn.btn-accent-four.btn-outline fieldset[disabled].active {
        color: #EF3E42;
        border-color: #EF3E42; }
      .legal .btn.btn-accent-four.btn-outline.btn-icon i {
        border: 1px solid #EF3E42;
        background-color: transparent; }
      .legal .btn.btn-accent-four.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .legal .btn.btn-accent-five {
    border-color: #7AC143;
    color: white;
    background: #7AC143; }
    .legal .btn.btn-accent-five:hover, .legal .btn.btn-accent-five:focus, .legal .btn.btn-accent-five:active, .legal .btn.btn-accent-five:link {
      color: white; }
    .legal .btn.btn-accent-five:focus, .legal .btn.btn-accent-five:active, .legal .btn.btn-accent-five:hover {
      background: #6eb03a;
      border-color: #6eb03a;
      color: white; }
    .legal .btn.btn-accent-five.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .legal .btn.btn-accent-five.btn-outline {
      color: #7AC143;
      background-color: transparent;
      border-color: #7AC143; }
      .legal .btn.btn-accent-five.btn-outline:hover, .legal .btn.btn-accent-five.btn-outline:focus, .legal .btn.btn-accent-five.btn-outline.focus, .legal .btn.btn-accent-five.btn-outline:active, .legal .btn.btn-accent-five.btn-outline.active,
      .open > .legal .btn.btn-accent-five.btn-outline.dropdown-toggle {
        background-color: #7AC143;
        color: white;
        border-color: #7AC143; }
      .legal .btn.btn-accent-five.btn-outline:active, .legal .btn.btn-accent-five.btn-outline.active,
      .open > .legal .btn.btn-accent-five.btn-outline.dropdown-toggle {
        background-image: none; }
      .legal .btn.btn-accent-five.btn-outline.disabled, .legal .btn.btn-accent-five.btn-outline.disabled:hover, .legal .btn.btn-accent-five.btn-outline.disabled:focus, .legal .btn.btn-accent-five.btn-outline.disabled.focus, .legal .btn.btn-accent-five.btn-outline.disabled:active, .legal .btn.btn-accent-five.btn-outline.disabled.active, .legal .btn.btn-accent-five.btn-outline[disabled], .legal .btn.btn-accent-five.btn-outline[disabled]:hover, .legal .btn.btn-accent-five.btn-outline[disabled]:focus, .legal .btn.btn-accent-five.btn-outline[disabled].focus, .legal .btn.btn-accent-five.btn-outline[disabled]:active, .legal .btn.btn-accent-five.btn-outline[disabled].active,
      .legal .btn.btn-accent-five.btn-outline fieldset[disabled],
      .legal .btn.btn-accent-five.btn-outline fieldset[disabled]:hover,
      .legal .btn.btn-accent-five.btn-outline fieldset[disabled]:focus,
      .legal .btn.btn-accent-five.btn-outline fieldset[disabled].focus,
      .legal .btn.btn-accent-five.btn-outline fieldset[disabled]:active,
      .legal .btn.btn-accent-five.btn-outline fieldset[disabled].active {
        color: #7AC143;
        border-color: #7AC143; }
      .legal .btn.btn-accent-five.btn-outline.btn-icon i {
        border: 1px solid #7AC143;
        background-color: transparent; }
      .legal .btn.btn-accent-five.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .legal .extra-info .extra-info-label {
    color: #7AC143; }
  .legal .wkb-header .target-audience {
    background: #EF3E42; }
  .legal .header-features .icon {
    color: #0081C6; }
  .legal .navbar .navbar-toggle {
    background-color: #0081C6; }
  .legal .navbar.navbar-alpha .navbar-brand, .legal .navbar.navbar-inverse .navbar-brand {
    color: #EF3E42; }
  .legal .navbar.navbar-alpha .site-title, .legal .navbar.navbar-inverse .site-title {
    color: #EF3E42; }
  .legal .navbar.navbar-alpha .menu-links .menu-item a:after, .legal .navbar.navbar-inverse .menu-links .menu-item a:after {
    background-color: #EF3E42; }
  .legal .navbar-sticky .nav.nav-tabs > li.sticky-item > a:hover, .legal .navbar-sticky .nav.nav-tabs > li.sticky-item.active {
    color: #EF3E42; }
  .legal .widget-group__header,
  .legal .widget__title,
  .legal .widget-search-header-title {
    color: #0081C6; }
  .legal .widget.widget--usp.has-block-link:hover .widget--usp__icon {
    background-color: #7AC143; }
  .legal .widget.widget--usp.has-block-link:hover .widget__title {
    color: #7AC143; }
  .legal .widget--instructor__title,
  .legal .widget--subject__title {
    color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.accent-color-one .widget--experience-canvas-teaser__label.two, .legal .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__label.two {
    background-color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.accent-color-one {
    background-color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.accent-color-one.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .legal .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__header {
      background-color: #EF3E42;
      color: #fff; }
    .legal .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #EF3E42; }
    .legal .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .legal .widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .legal .widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #e71318; }
  .legal .widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #e71318; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__title {
    color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__label.one {
    border-color: #EF3E42;
    color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #EF3E42;
    color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #EF3E42;
    color: #fff; }
  .legal .widget--experience-canvas__placeholder.accent-color-two .widget--experience-canvas-teaser__label.two, .legal .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__label.two {
    background-color: #0081C6; }
  .legal .widget--experience-canvas__placeholder.accent-color-two {
    background-color: #0081C6; }
  .legal .widget--experience-canvas__placeholder.accent-color-two.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .legal .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__header {
      background-color: #0081C6;
      color: #fff; }
    .legal .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #0081C6; }
    .legal .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .legal .widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .legal .widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #006093; }
  .legal .widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #006093; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__title {
    color: #0081C6; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__label.one {
    border-color: #0081C6;
    color: #0081C6; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #0081C6;
    color: #0081C6; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #0081C6;
    color: #fff; }
  .legal .widget--experience-canvas__placeholder.accent-color-three .widget--experience-canvas-teaser__label.two, .legal .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__label.two {
    background-color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.accent-color-three {
    background-color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.accent-color-three.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .legal .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__header {
      background-color: #7AC143;
      color: #fff; }
    .legal .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #7AC143; }
    .legal .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .legal .widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .legal .widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #629d34; }
  .legal .widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #629d34; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__title {
    color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__label.one {
    border-color: #7AC143;
    color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #7AC143;
    color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #7AC143;
    color: #fff; }
  .legal .widget--experience-canvas__placeholder.accent-color-four .widget--experience-canvas-teaser__label.two, .legal .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__label.two {
    background-color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.accent-color-four {
    background-color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.accent-color-four.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .legal .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__header {
      background-color: #EF3E42;
      color: #fff; }
    .legal .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #EF3E42; }
    .legal .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .legal .widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .legal .widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #e71318; }
  .legal .widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #e71318; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__title {
    color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__label.one {
    border-color: #EF3E42;
    color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #EF3E42;
    color: #EF3E42; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #EF3E42;
    color: #fff; }
  .legal .widget--experience-canvas__placeholder.accent-color-five .widget--experience-canvas-teaser__label.two, .legal .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__label.two {
    background-color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.accent-color-five {
    background-color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.accent-color-five.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .legal .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__header {
      background-color: #7AC143;
      color: #fff; }
    .legal .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #7AC143; }
    .legal .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .legal .widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .legal .widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #629d34; }
  .legal .widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #629d34; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__title {
    color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__label.one {
    border-color: #7AC143;
    color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #7AC143;
    color: #7AC143; }
  .legal .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #7AC143;
    color: #fff; }
  .legal .widget--experience-canvas__placeholder[class^="accent-color-"] .widget--experience-canvas-teaser__action .roundbtn, .legal .widget--experience-canvas__placeholder[class*=" accent-color-"] .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #fff;
    color: #fff; }
  .legal .widget--experience-canvas__placeholder[class^="accent-color-"] .widget--experience-canvas-teaser__action .roundbtn:hover, .legal .widget--experience-canvas__placeholder[class*=" accent-color-"] .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #fff;
    color: #474747; }
  .legal .widget-group.highlighted-colored {
    /*
  3.8 Widget Image Button
  ========================================================================== */ }
    .legal .widget-group.highlighted-colored {
      background-color: #EF3E42; }
    .legal .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover, .legal .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .legal .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active, .legal .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .legal .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus, .legal .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
      color: #EF3E42; }
    .legal .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .legal .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .legal .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
      border-color: #EF3E42; }
    .legal .widget-group.highlighted-colored .widget--highlight__body {
      color: #fff;
      border-color: #d8d8d8; }
    .legal .widget-group.highlighted-colored .widget--highlight__body:before {
      border-top-color: #d8d8d8; }
    .legal .widget-group.highlighted-colored .widget--highlight__body:after {
      border-top-color: #EF3E42; }
    .legal .widget-group.highlighted-colored .widget--image-button {
      border-color: #d8d8d8;
      color: #474747; }
    .legal .widget-group.highlighted-colored .widget--image-button__overlay {
      background-color: #fbfbfb; }
    .legal .widget-group.highlighted-colored .widget--image-button__title {
      color: #EF3E42; }
    @media screen and (min-width: 768px) {
      .legal .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
      .legal .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
        background-color: #fbfbfb; } }
    .legal .widget-group.highlighted-colored .widget--comparison__product {
      border-bottom-color: #e71318; }
    .legal .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    .legal .widget-group.highlighted-colored .widget--comparison__product-title, .legal .widget-group.highlighted-colored .widget--comparison__product-subtitle {
      color: #fff; }
    .legal .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
      background-color: #474747; }
    .legal .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
      color: #EF3E42; }
    @media screen and (min-width: 992px) {
      .legal .widget-group.highlighted-colored .widget--comparison__feature {
        color: #fff; }
      .legal .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
        color: #ededed; }
      .legal .widget-group.highlighted-colored .widget--comparison .odd {
        background-color: #ed262b; }
      .legal .widget-group.highlighted-colored .widget--comparison .row {
        border-bottom-color: #e71318; } }
    .legal .widget-group.highlighted-colored .widget-fixed-table td,
    .legal .widget-group.highlighted-colored .widget-stacked-table td,
    .legal .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #f79c9e; }
    .legal .widget-group.highlighted-colored .widget-stacked-table th,
    .legal .widget-group.highlighted-colored .widget-blocked-table th {
      background-color: #ed262b; }
    @media screen and (min-width: 768px) {
      .legal .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
      .legal .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
      .legal .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
        background-color: transparent; }
      .legal .widget-group.highlighted-colored .widget-fixed-table th,
      .legal .widget-group.highlighted-colored .widget-fixed-table td,
      .legal .widget-group.highlighted-colored .widget-stacked-table th,
      .legal .widget-group.highlighted-colored .widget-stacked-table td,
      .legal .widget-group.highlighted-colored .widget-blocked-table th,
      .legal .widget-group.highlighted-colored .widget-blocked-table td {
        border-bottom-color: #f79c9e; } }
    .legal .widget-group.highlighted-colored .widget--subject {
      color: #474747; }
    .legal .widget-group.highlighted-colored .widget--subject__title {
      color: #EF3E42; }

.tax {
  /* ==========================================================================
    1 Base
    ========================================================================== */
  /*
    1.1. Links
    ========================================================================== */
  /*
    1.2. Breadcrumbs
    ========================================================================== */
  /*
    1.3. Forms
    ========================================================================== */
  /*
    1.3.1. Forms: JSTREE
    ========================================================================== */
  /*
    1.3.1. Forms: Checkboxes & Radios
    ========================================================================== */
  /*
    1.4. Pagination
    ========================================================================== */
  /* 1.5 Tabs
    ========================================================================== */
  /* 1.6 Diropdowns
    ========================================================================== */
  /* 1.7 Buttons
    ========================================================================== */
  /* 1.8 Extra info
    ========================================================================== */
  /* ==========================================================================
    2 Layout
    ========================================================================== */
  /* 2.1 Header
    ========================================================================== */
  /* 2.1 Navigation
    ========================================================================== */
  /*
    5.3 Widgets
    ========================================================================== */
  /*
    5.2.1 Widget USP
    ========================================================================== */
  /*
    5.2.1 Widget Subject
    ========================================================================== */
  /*
    5.2.1 Widget Experience Canvas
    ========================================================================== */
  /*
    5.2.1 TRAING WIDGETS
    ========================================================================== */ }
  .tax a {
    color: #0081C6; }
  .tax a:hover {
    color: #003f60; }
  .tax .breadcrumb a {
    text-decoration: none;
    color: #c3c3c3; }
  .tax .breadcrumb a:hover {
    color: #7AC143; }
  .tax .breadcrumb .active {
    color: #7AC143; }
  .tax .jstree-anchor .jstree-checkbox {
    border-color: #0081C6; }
  .tax .jstree-anchor.jstree-clicked .jstree-checkbox {
    background-color: #0081C6; }
  .tax [type=checkbox] + label:before,
  .tax [type=radio] + label:before {
    border-color: #0081C6; }
  .tax [type=checkbox]:checked + label:before,
  .tax [type=radio]:checked + label:before {
    background: #0081C6; }
  .tax .pagination > .active > a, .tax .pagination > .active > a:hover, .tax .pagination > .active > a:focus,
  .tax .pagination > .active > span,
  .tax .pagination > .active > span:hover,
  .tax .pagination > .active > span:focus {
    background-color: #0081C6; }
  .tax .nav-tabs > li.prominent .btn.btn-accent-one, .tax .nav-tabs > li.prominent.active .btn.btn-accent-one {
    background-color: #0081C6;
    border-color: #0081C6; }
  .tax .nav-tabs > li.prominent .btn.btn-accent-one:hover, .tax .nav-tabs > li.prominent.active .btn.btn-accent-one:hover {
    background-color: #006093;
    border-color: #006093; }
  .tax .nav-tabs > li.active > a, .tax .nav-tabs > li.active > a:hover, .tax .nav-tabs > li.active > a:focus {
    color: #0081C6; }
  .tax .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .tax .dropdown-menu > li > a {
    color: #333333; }
  .tax .dropdown-menu > li > a:hover, .tax .dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5; }
  .tax .dropdown-menu > .active > a, .tax .dropdown-menu > .active > a:hover, .tax .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #337ab7; }
  .tax .dropdown-menu > .disabled > a, .tax .dropdown-menu > .disabled > a:hover, .tax .dropdown-menu > .disabled > a:focus {
    color: #ddd; }
  .tax .dropdown-header {
    color: #ddd; }
  .tax .btn.btn-primary {
    border-color: #0081C6;
    color: white;
    background: #0081C6; }
    .tax .btn.btn-primary:hover, .tax .btn.btn-primary:focus, .tax .btn.btn-primary:active, .tax .btn.btn-primary:link {
      color: white; }
    .tax .btn.btn-primary:focus, .tax .btn.btn-primary:active, .tax .btn.btn-primary:hover {
      background: #0070ad;
      border-color: #0070ad;
      color: white; }
    .tax .btn.btn-primary.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
  .tax .btn.btn-accent-one {
    border-color: #0081C6;
    color: white;
    background: #0081C6; }
    .tax .btn.btn-accent-one:hover, .tax .btn.btn-accent-one:focus, .tax .btn.btn-accent-one:active, .tax .btn.btn-accent-one:link {
      color: white; }
    .tax .btn.btn-accent-one:focus, .tax .btn.btn-accent-one:active, .tax .btn.btn-accent-one:hover {
      background: #0070ad;
      border-color: #0070ad;
      color: white; }
    .tax .btn.btn-accent-one.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .tax .btn.btn-accent-one.btn-outline {
      color: #0081C6;
      background-color: transparent;
      border-color: #0081C6; }
      .tax .btn.btn-accent-one.btn-outline:hover, .tax .btn.btn-accent-one.btn-outline:focus, .tax .btn.btn-accent-one.btn-outline.focus, .tax .btn.btn-accent-one.btn-outline:active, .tax .btn.btn-accent-one.btn-outline.active,
      .open > .tax .btn.btn-accent-one.btn-outline.dropdown-toggle {
        background-color: #0081C6;
        color: white;
        border-color: #0081C6; }
      .tax .btn.btn-accent-one.btn-outline:active, .tax .btn.btn-accent-one.btn-outline.active,
      .open > .tax .btn.btn-accent-one.btn-outline.dropdown-toggle {
        background-image: none; }
      .tax .btn.btn-accent-one.btn-outline.disabled, .tax .btn.btn-accent-one.btn-outline.disabled:hover, .tax .btn.btn-accent-one.btn-outline.disabled:focus, .tax .btn.btn-accent-one.btn-outline.disabled.focus, .tax .btn.btn-accent-one.btn-outline.disabled:active, .tax .btn.btn-accent-one.btn-outline.disabled.active, .tax .btn.btn-accent-one.btn-outline[disabled], .tax .btn.btn-accent-one.btn-outline[disabled]:hover, .tax .btn.btn-accent-one.btn-outline[disabled]:focus, .tax .btn.btn-accent-one.btn-outline[disabled].focus, .tax .btn.btn-accent-one.btn-outline[disabled]:active, .tax .btn.btn-accent-one.btn-outline[disabled].active,
      .tax .btn.btn-accent-one.btn-outline fieldset[disabled],
      .tax .btn.btn-accent-one.btn-outline fieldset[disabled]:hover,
      .tax .btn.btn-accent-one.btn-outline fieldset[disabled]:focus,
      .tax .btn.btn-accent-one.btn-outline fieldset[disabled].focus,
      .tax .btn.btn-accent-one.btn-outline fieldset[disabled]:active,
      .tax .btn.btn-accent-one.btn-outline fieldset[disabled].active {
        color: #0081C6;
        border-color: #0081C6; }
      .tax .btn.btn-accent-one.btn-outline.btn-icon i {
        border: 1px solid #0081C6;
        background-color: transparent; }
      .tax .btn.btn-accent-one.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .tax .btn.btn-accent-two {
    border-color: #7AC143;
    color: white;
    background: #7AC143; }
    .tax .btn.btn-accent-two:hover, .tax .btn.btn-accent-two:focus, .tax .btn.btn-accent-two:active, .tax .btn.btn-accent-two:link {
      color: white; }
    .tax .btn.btn-accent-two:focus, .tax .btn.btn-accent-two:active, .tax .btn.btn-accent-two:hover {
      background: #6eb03a;
      border-color: #6eb03a;
      color: white; }
    .tax .btn.btn-accent-two.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .tax .btn.btn-accent-two.btn-outline {
      color: #7AC143;
      background-color: transparent;
      border-color: #7AC143; }
      .tax .btn.btn-accent-two.btn-outline:hover, .tax .btn.btn-accent-two.btn-outline:focus, .tax .btn.btn-accent-two.btn-outline.focus, .tax .btn.btn-accent-two.btn-outline:active, .tax .btn.btn-accent-two.btn-outline.active,
      .open > .tax .btn.btn-accent-two.btn-outline.dropdown-toggle {
        background-color: #7AC143;
        color: white;
        border-color: #7AC143; }
      .tax .btn.btn-accent-two.btn-outline:active, .tax .btn.btn-accent-two.btn-outline.active,
      .open > .tax .btn.btn-accent-two.btn-outline.dropdown-toggle {
        background-image: none; }
      .tax .btn.btn-accent-two.btn-outline.disabled, .tax .btn.btn-accent-two.btn-outline.disabled:hover, .tax .btn.btn-accent-two.btn-outline.disabled:focus, .tax .btn.btn-accent-two.btn-outline.disabled.focus, .tax .btn.btn-accent-two.btn-outline.disabled:active, .tax .btn.btn-accent-two.btn-outline.disabled.active, .tax .btn.btn-accent-two.btn-outline[disabled], .tax .btn.btn-accent-two.btn-outline[disabled]:hover, .tax .btn.btn-accent-two.btn-outline[disabled]:focus, .tax .btn.btn-accent-two.btn-outline[disabled].focus, .tax .btn.btn-accent-two.btn-outline[disabled]:active, .tax .btn.btn-accent-two.btn-outline[disabled].active,
      .tax .btn.btn-accent-two.btn-outline fieldset[disabled],
      .tax .btn.btn-accent-two.btn-outline fieldset[disabled]:hover,
      .tax .btn.btn-accent-two.btn-outline fieldset[disabled]:focus,
      .tax .btn.btn-accent-two.btn-outline fieldset[disabled].focus,
      .tax .btn.btn-accent-two.btn-outline fieldset[disabled]:active,
      .tax .btn.btn-accent-two.btn-outline fieldset[disabled].active {
        color: #7AC143;
        border-color: #7AC143; }
      .tax .btn.btn-accent-two.btn-outline.btn-icon i {
        border: 1px solid #7AC143;
        background-color: transparent; }
      .tax .btn.btn-accent-two.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .tax .btn.btn-accent-three {
    border-color: #EF3E42;
    color: white;
    background: #EF3E42; }
    .tax .btn.btn-accent-three:hover, .tax .btn.btn-accent-three:focus, .tax .btn.btn-accent-three:active, .tax .btn.btn-accent-three:link {
      color: white; }
    .tax .btn.btn-accent-three:focus, .tax .btn.btn-accent-three:active, .tax .btn.btn-accent-three:hover {
      background: #ed262b;
      border-color: #ed262b;
      color: white; }
    .tax .btn.btn-accent-three.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .tax .btn.btn-accent-three.btn-outline {
      color: #EF3E42;
      background-color: transparent;
      border-color: #EF3E42; }
      .tax .btn.btn-accent-three.btn-outline:hover, .tax .btn.btn-accent-three.btn-outline:focus, .tax .btn.btn-accent-three.btn-outline.focus, .tax .btn.btn-accent-three.btn-outline:active, .tax .btn.btn-accent-three.btn-outline.active,
      .open > .tax .btn.btn-accent-three.btn-outline.dropdown-toggle {
        background-color: #EF3E42;
        color: white;
        border-color: #EF3E42; }
      .tax .btn.btn-accent-three.btn-outline:active, .tax .btn.btn-accent-three.btn-outline.active,
      .open > .tax .btn.btn-accent-three.btn-outline.dropdown-toggle {
        background-image: none; }
      .tax .btn.btn-accent-three.btn-outline.disabled, .tax .btn.btn-accent-three.btn-outline.disabled:hover, .tax .btn.btn-accent-three.btn-outline.disabled:focus, .tax .btn.btn-accent-three.btn-outline.disabled.focus, .tax .btn.btn-accent-three.btn-outline.disabled:active, .tax .btn.btn-accent-three.btn-outline.disabled.active, .tax .btn.btn-accent-three.btn-outline[disabled], .tax .btn.btn-accent-three.btn-outline[disabled]:hover, .tax .btn.btn-accent-three.btn-outline[disabled]:focus, .tax .btn.btn-accent-three.btn-outline[disabled].focus, .tax .btn.btn-accent-three.btn-outline[disabled]:active, .tax .btn.btn-accent-three.btn-outline[disabled].active,
      .tax .btn.btn-accent-three.btn-outline fieldset[disabled],
      .tax .btn.btn-accent-three.btn-outline fieldset[disabled]:hover,
      .tax .btn.btn-accent-three.btn-outline fieldset[disabled]:focus,
      .tax .btn.btn-accent-three.btn-outline fieldset[disabled].focus,
      .tax .btn.btn-accent-three.btn-outline fieldset[disabled]:active,
      .tax .btn.btn-accent-three.btn-outline fieldset[disabled].active {
        color: #EF3E42;
        border-color: #EF3E42; }
      .tax .btn.btn-accent-three.btn-outline.btn-icon i {
        border: 1px solid #EF3E42;
        background-color: transparent; }
      .tax .btn.btn-accent-three.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .tax .btn.btn-accent-four {
    border-color: #0081C6;
    color: white;
    background: #0081C6; }
    .tax .btn.btn-accent-four:hover, .tax .btn.btn-accent-four:focus, .tax .btn.btn-accent-four:active, .tax .btn.btn-accent-four:link {
      color: white; }
    .tax .btn.btn-accent-four:focus, .tax .btn.btn-accent-four:active, .tax .btn.btn-accent-four:hover {
      background: #0070ad;
      border-color: #0070ad;
      color: white; }
    .tax .btn.btn-accent-four.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .tax .btn.btn-accent-four.btn-outline {
      color: #0081C6;
      background-color: transparent;
      border-color: #0081C6; }
      .tax .btn.btn-accent-four.btn-outline:hover, .tax .btn.btn-accent-four.btn-outline:focus, .tax .btn.btn-accent-four.btn-outline.focus, .tax .btn.btn-accent-four.btn-outline:active, .tax .btn.btn-accent-four.btn-outline.active,
      .open > .tax .btn.btn-accent-four.btn-outline.dropdown-toggle {
        background-color: #0081C6;
        color: white;
        border-color: #0081C6; }
      .tax .btn.btn-accent-four.btn-outline:active, .tax .btn.btn-accent-four.btn-outline.active,
      .open > .tax .btn.btn-accent-four.btn-outline.dropdown-toggle {
        background-image: none; }
      .tax .btn.btn-accent-four.btn-outline.disabled, .tax .btn.btn-accent-four.btn-outline.disabled:hover, .tax .btn.btn-accent-four.btn-outline.disabled:focus, .tax .btn.btn-accent-four.btn-outline.disabled.focus, .tax .btn.btn-accent-four.btn-outline.disabled:active, .tax .btn.btn-accent-four.btn-outline.disabled.active, .tax .btn.btn-accent-four.btn-outline[disabled], .tax .btn.btn-accent-four.btn-outline[disabled]:hover, .tax .btn.btn-accent-four.btn-outline[disabled]:focus, .tax .btn.btn-accent-four.btn-outline[disabled].focus, .tax .btn.btn-accent-four.btn-outline[disabled]:active, .tax .btn.btn-accent-four.btn-outline[disabled].active,
      .tax .btn.btn-accent-four.btn-outline fieldset[disabled],
      .tax .btn.btn-accent-four.btn-outline fieldset[disabled]:hover,
      .tax .btn.btn-accent-four.btn-outline fieldset[disabled]:focus,
      .tax .btn.btn-accent-four.btn-outline fieldset[disabled].focus,
      .tax .btn.btn-accent-four.btn-outline fieldset[disabled]:active,
      .tax .btn.btn-accent-four.btn-outline fieldset[disabled].active {
        color: #0081C6;
        border-color: #0081C6; }
      .tax .btn.btn-accent-four.btn-outline.btn-icon i {
        border: 1px solid #0081C6;
        background-color: transparent; }
      .tax .btn.btn-accent-four.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .tax .btn.btn-accent-five {
    border-color: #7AC143;
    color: white;
    background: #7AC143; }
    .tax .btn.btn-accent-five:hover, .tax .btn.btn-accent-five:focus, .tax .btn.btn-accent-five:active, .tax .btn.btn-accent-five:link {
      color: white; }
    .tax .btn.btn-accent-five:focus, .tax .btn.btn-accent-five:active, .tax .btn.btn-accent-five:hover {
      background: #6eb03a;
      border-color: #6eb03a;
      color: white; }
    .tax .btn.btn-accent-five.btn-icon i {
      background-color: rgba(0, 0, 0, 0.3); }
    .tax .btn.btn-accent-five.btn-outline {
      color: #7AC143;
      background-color: transparent;
      border-color: #7AC143; }
      .tax .btn.btn-accent-five.btn-outline:hover, .tax .btn.btn-accent-five.btn-outline:focus, .tax .btn.btn-accent-five.btn-outline.focus, .tax .btn.btn-accent-five.btn-outline:active, .tax .btn.btn-accent-five.btn-outline.active,
      .open > .tax .btn.btn-accent-five.btn-outline.dropdown-toggle {
        background-color: #7AC143;
        color: white;
        border-color: #7AC143; }
      .tax .btn.btn-accent-five.btn-outline:active, .tax .btn.btn-accent-five.btn-outline.active,
      .open > .tax .btn.btn-accent-five.btn-outline.dropdown-toggle {
        background-image: none; }
      .tax .btn.btn-accent-five.btn-outline.disabled, .tax .btn.btn-accent-five.btn-outline.disabled:hover, .tax .btn.btn-accent-five.btn-outline.disabled:focus, .tax .btn.btn-accent-five.btn-outline.disabled.focus, .tax .btn.btn-accent-five.btn-outline.disabled:active, .tax .btn.btn-accent-five.btn-outline.disabled.active, .tax .btn.btn-accent-five.btn-outline[disabled], .tax .btn.btn-accent-five.btn-outline[disabled]:hover, .tax .btn.btn-accent-five.btn-outline[disabled]:focus, .tax .btn.btn-accent-five.btn-outline[disabled].focus, .tax .btn.btn-accent-five.btn-outline[disabled]:active, .tax .btn.btn-accent-five.btn-outline[disabled].active,
      .tax .btn.btn-accent-five.btn-outline fieldset[disabled],
      .tax .btn.btn-accent-five.btn-outline fieldset[disabled]:hover,
      .tax .btn.btn-accent-five.btn-outline fieldset[disabled]:focus,
      .tax .btn.btn-accent-five.btn-outline fieldset[disabled].focus,
      .tax .btn.btn-accent-five.btn-outline fieldset[disabled]:active,
      .tax .btn.btn-accent-five.btn-outline fieldset[disabled].active {
        color: #7AC143;
        border-color: #7AC143; }
      .tax .btn.btn-accent-five.btn-outline.btn-icon i {
        border: 1px solid #7AC143;
        background-color: transparent; }
      .tax .btn.btn-accent-five.btn-outline.btn-icon:hover i {
        border-color: #fff; }
  .tax .extra-info .extra-info-label {
    color: #EF3E42; }
  .tax .wkb-header .target-audience {
    background: #0081C6; }
  .tax .header-features .icon {
    color: #7AC143; }
  .tax .navbar .navbar-toggle {
    background-color: #7AC143; }
  .tax .navbar.navbar-alpha .navbar-brand, .tax .navbar.navbar-inverse .navbar-brand {
    color: #0081C6; }
  .tax .navbar.navbar-alpha .site-title, .tax .navbar.navbar-inverse .site-title {
    color: #0081C6; }
  .tax .navbar.navbar-alpha .menu-links .menu-item a:after, .tax .navbar.navbar-inverse .menu-links .menu-item a:after {
    background-color: #0081C6; }
  .tax .navbar-sticky .nav.nav-tabs > li.sticky-item > a:hover, .tax .navbar-sticky .nav.nav-tabs > li.sticky-item.active {
    color: #0081C6; }
  .tax .widget-group__header,
  .tax .widget__title,
  .tax .widget-search-header-title {
    color: #0081C6; }
  .tax .widget.widget--usp.has-block-link:hover .widget--usp__icon {
    background-color: #EF3E42; }
  .tax .widget.widget--usp.has-block-link:hover .widget__title {
    color: #EF3E42; }
  .tax .widget--instructor__title,
  .tax .widget--subject__title {
    color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.accent-color-one .widget--experience-canvas-teaser__label.two, .tax .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__label.two {
    background-color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.accent-color-one {
    background-color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.accent-color-one.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .tax .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__header {
      background-color: #0081C6;
      color: #fff; }
    .tax .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #0081C6; }
    .tax .widget--experience-canvas__placeholder.accent-color-one.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .tax .widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .tax .widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #006093; }
  .tax .widget--experience-canvas__placeholder.accent-color-one.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #006093; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__title {
    color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__label.one {
    border-color: #0081C6;
    color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #0081C6;
    color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-one .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #0081C6;
    color: #fff; }
  .tax .widget--experience-canvas__placeholder.accent-color-two .widget--experience-canvas-teaser__label.two, .tax .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__label.two {
    background-color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.accent-color-two {
    background-color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.accent-color-two.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .tax .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__header {
      background-color: #7AC143;
      color: #fff; }
    .tax .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #7AC143; }
    .tax .widget--experience-canvas__placeholder.accent-color-two.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .tax .widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .tax .widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #629d34; }
  .tax .widget--experience-canvas__placeholder.accent-color-two.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #629d34; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__title {
    color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__label.one {
    border-color: #7AC143;
    color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #7AC143;
    color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-two .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #7AC143;
    color: #fff; }
  .tax .widget--experience-canvas__placeholder.accent-color-three .widget--experience-canvas-teaser__label.two, .tax .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__label.two {
    background-color: #EF3E42; }
  .tax .widget--experience-canvas__placeholder.accent-color-three {
    background-color: #EF3E42; }
  .tax .widget--experience-canvas__placeholder.accent-color-three.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .tax .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__header {
      background-color: #EF3E42;
      color: #fff; }
    .tax .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #EF3E42; }
    .tax .widget--experience-canvas__placeholder.accent-color-three.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .tax .widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .tax .widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #e71318; }
  .tax .widget--experience-canvas__placeholder.accent-color-three.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #e71318; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__title {
    color: #EF3E42; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__label.one {
    border-color: #EF3E42;
    color: #EF3E42; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #EF3E42;
    color: #EF3E42; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-three .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #EF3E42;
    color: #fff; }
  .tax .widget--experience-canvas__placeholder.accent-color-four .widget--experience-canvas-teaser__label.two, .tax .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__label.two {
    background-color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.accent-color-four {
    background-color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.accent-color-four.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .tax .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__header {
      background-color: #0081C6;
      color: #fff; }
    .tax .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #0081C6; }
    .tax .widget--experience-canvas__placeholder.accent-color-four.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .tax .widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .tax .widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #006093; }
  .tax .widget--experience-canvas__placeholder.accent-color-four.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #006093; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__title {
    color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__label.one {
    border-color: #0081C6;
    color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #0081C6;
    color: #0081C6; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-four .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #0081C6;
    color: #fff; }
  .tax .widget--experience-canvas__placeholder.accent-color-five .widget--experience-canvas-teaser__label.two, .tax .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__label.two {
    background-color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.accent-color-five {
    background-color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.accent-color-five.double-size {
    background-color: #474747; }
  @media screen and (min-width: 1200px) {
    .tax .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__header {
      background-color: #7AC143;
      color: #fff; }
    .tax .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__header:before {
      border-right-color: #7AC143; }
    .tax .widget--experience-canvas__placeholder.accent-color-five.double-size .widget--experience-canvas-teaser__title {
      color: #fff; } }
  .tax .widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title {
    color: #fff; }
  .tax .widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title:before {
    background-color: #629d34; }
  .tax .widget--experience-canvas__placeholder.accent-color-five.newsletter .widget--experience-canvas-teaser__title:after {
    border-color: #629d34; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__title {
    color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__label.one {
    border-color: #7AC143;
    color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #7AC143;
    color: #7AC143; }
  .tax .widget--experience-canvas__placeholder.detail-accent-color-five .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #7AC143;
    color: #fff; }
  .tax .widget--experience-canvas__placeholder[class^="accent-color-"] .widget--experience-canvas-teaser__action .roundbtn, .tax .widget--experience-canvas__placeholder[class*=" accent-color-"] .widget--experience-canvas-teaser__action .roundbtn {
    border-color: #fff;
    color: #fff; }
  .tax .widget--experience-canvas__placeholder[class^="accent-color-"] .widget--experience-canvas-teaser__action .roundbtn:hover, .tax .widget--experience-canvas__placeholder[class*=" accent-color-"] .widget--experience-canvas-teaser__action .roundbtn:hover {
    background-color: #fff;
    color: #474747; }
  .tax .widget-group.highlighted-colored {
    /*
  3.8 Widget Image Button
  ========================================================================== */ }
    .tax .widget-group.highlighted-colored {
      background-color: #0081C6; }
    .tax .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover, .tax .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .tax .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active, .tax .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .tax .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus, .tax .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
      color: #0081C6; }
    .tax .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:hover i, .tax .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:active i, .tax .widget-group.highlighted-colored .btn.btn-accent-two.btn-outline.btn-icon:focus i {
      border-color: #0081C6; }
    .tax .widget-group.highlighted-colored .widget--highlight__body {
      color: #fff;
      border-color: #d8d8d8; }
    .tax .widget-group.highlighted-colored .widget--highlight__body:before {
      border-top-color: #d8d8d8; }
    .tax .widget-group.highlighted-colored .widget--highlight__body:after {
      border-top-color: #0081C6; }
    .tax .widget-group.highlighted-colored .widget--image-button {
      border-color: #d8d8d8;
      color: #474747; }
    .tax .widget-group.highlighted-colored .widget--image-button__overlay {
      background-color: #fbfbfb; }
    .tax .widget-group.highlighted-colored .widget--image-button__title {
      color: #0081C6; }
    @media screen and (min-width: 768px) {
      .tax .widget-group.highlighted-colored .col-md-6 .widget--image-button__overlay,
      .tax .widget-group.highlighted-colored .col-xs-12 .widget--image-button__overlay {
        background-color: #fbfbfb; } }
    .tax .widget-group.highlighted-colored .widget--comparison__product {
      border-bottom-color: #006093; }
    .tax .widget-group.highlighted-colored .widget--comparison__feature {
      color: #fff; }
    .tax .widget-group.highlighted-colored .widget--comparison__product-title, .tax .widget-group.highlighted-colored .widget--comparison__product-subtitle {
      color: #fff; }
    .tax .widget-group.highlighted-colored .widget--comparison .row.has-no-products {
      background-color: #474747; }
    .tax .widget-group.highlighted-colored .widget--comparison .row.has-no-products .widget--comparison__feature {
      color: #0081C6; }
    @media screen and (min-width: 992px) {
      .tax .widget-group.highlighted-colored .widget--comparison__feature {
        color: #fff; }
      .tax .widget-group.highlighted-colored .widget--comparison .icon-minus-1 {
        color: #ededed; }
      .tax .widget-group.highlighted-colored .widget--comparison .odd {
        background-color: #0070ad; }
      .tax .widget-group.highlighted-colored .widget--comparison .row {
        border-bottom-color: #006093; } }
    .tax .widget-group.highlighted-colored .widget-fixed-table td,
    .tax .widget-group.highlighted-colored .widget-stacked-table td,
    .tax .widget-group.highlighted-colored .widget-blocked-table td {
      border-bottom-color: #2db6ff; }
    .tax .widget-group.highlighted-colored .widget-stacked-table th,
    .tax .widget-group.highlighted-colored .widget-blocked-table th {
      background-color: #0070ad; }
    @media screen and (min-width: 768px) {
      .tax .widget-group.highlighted-colored .col-xs-12 .widget-fixed-table th,
      .tax .widget-group.highlighted-colored .col-xs-12 .widget-stacked-table th,
      .tax .widget-group.highlighted-colored .col-xs-12 .widget-blocked-table th {
        background-color: transparent; }
      .tax .widget-group.highlighted-colored .widget-fixed-table th,
      .tax .widget-group.highlighted-colored .widget-fixed-table td,
      .tax .widget-group.highlighted-colored .widget-stacked-table th,
      .tax .widget-group.highlighted-colored .widget-stacked-table td,
      .tax .widget-group.highlighted-colored .widget-blocked-table th,
      .tax .widget-group.highlighted-colored .widget-blocked-table td {
        border-bottom-color: #2db6ff; } }
    .tax .widget-group.highlighted-colored .widget--subject {
      color: #474747; }
    .tax .widget-group.highlighted-colored .widget--subject__title {
      color: #0081C6; }