﻿@charset "UTF-8";
/*! custom normalize build */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *	user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted #ccc; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

iframe {
  border: none; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0 0 10px; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *	`input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *	(include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *	Owl Carousel CSS3 Transitions 
 *	v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
	Force border-box so that % widths fit the parent
	container without overlap because of margin/padding.
	More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../img/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/select2.png") no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("../img/select2.png") no-repeat 100% -22px;
  background: url("../img/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../img/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../img/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../img/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../img/select2.png") no-repeat -37px -22px;
  background: url("../img/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../img/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../img/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../img/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

/*
.select2-search input.select2-active {
	background: #fff url('../img/select2-spinner.gif') no-repeat 100%;
	background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('../img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('../img/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
*/
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("../img/select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../img/select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../img/select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("../img/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
/*!
 * Datepicker for Bootstrap v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker > div {
  display: none; }

.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none; }

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none; }

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px; }

/* Site conditionals */
/* Tools */
/* Spacing */
/* Main colors */
/* Secondary color */
/* Borders */
/* Sponsored articles */
/* Brand colors for social buttons et.c. */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #ffffff;
  background: #ededed; }

p, .article-body, .comments-header, .comment-post, .blog-single {
  margin: 0; }

p:not([class]) + p:not([class]), .article-body:not([class]) + p:not([class]), .comments-header:not([class]) + p:not([class]), .comment-post:not([class]) + p:not([class]), .blog-single:not([class]) + p:not([class]), p:not([class]) + .article-body:not([class]), .article-body:not([class]) + .article-body:not([class]), .comments-header:not([class]) + .article-body:not([class]), .comment-post:not([class]) + .article-body:not([class]), .blog-single:not([class]) + .article-body:not([class]), p:not([class]) + .comments-header:not([class]), .article-body:not([class]) + .comments-header:not([class]), .comments-header:not([class]) + .comments-header:not([class]), .comment-post:not([class]) + .comments-header:not([class]), .blog-single:not([class]) + .comments-header:not([class]), p:not([class]) + .comment-post:not([class]), .article-body:not([class]) + .comment-post:not([class]), .comments-header:not([class]) + .comment-post:not([class]), .comment-post:not([class]) + .comment-post:not([class]), .blog-single:not([class]) + .comment-post:not([class]), p:not([class]) + .blog-single:not([class]), .article-body:not([class]) + .blog-single:not([class]), .comments-header:not([class]) + .blog-single:not([class]), .comment-post:not([class]) + .blog-single:not([class]), .blog-single:not([class]) + .blog-single:not([class]) {
  margin-top: 1em; }

.hover:hover, .text-padding a:hover, .widget-date .widget-list a:hover, .widget-most-read .widget-list li a:hover, .widget-article-info a:hover, .widget-bypass .widget-text a:hover, .widget-styled a:hover, .widget-most-read--unrankedHospitals .widget-list--unrankedHospitals li a:hover, .teaser .teaser-text a:hover, .teaser .teaser-list a:hover {
  text-decoration: underline; }

blockquote {
  float: left; }
  .blockquote.left + blockquote, blockquote.left + blockquote {
    clear: left; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

@-webkit-keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
hr {
  margin: 6px 0 !important;
  height: 1px;
  border: none;
  background: #DDD; }

.loader {
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px auto !important;
  background: url(../img/loader.gif) 50% 50% no-repeat;
  background-size: 100% auto;
  width: 50px; }
  .loader.small {
    width: 20px;
    height: 20px;
    width: 32px;
    height: 10px; }
  .loader.big, .loader.heading-article-thinner {
    width: 60px;
    height: 60px;
    width: 60px;
    height: 30px; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px; }
  .responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 910px) {
  .hide-desktop {
    display: none; } }

@media (max-width: 909px) {
  .hide-mobile {
    display: none; } }

html.menu-is-open {
  overflow: hidden;
  height: 100%; }
  html.menu-is-open body {
    overflow: hidden;
    height: 100%; }

.flex-center, .person-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.clearfix:after, .wrapper:after {
  content: "";
  display: table; }
.clearfix:after, .wrapper:after {
  clear: both; }

.wrapper {
  clear: both;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 910px) {
    .wrapper {
      padding: 0 20px; } }
  main > .wrapper {
    background: #fff;
    padding-top: 20px; }

.wrapper-break {
  clear: both;
  max-width: 1140px;
  margin: 10px auto;
  background: #fff; }
  @media (min-width: 910px) {
    .wrapper-break {
      margin: 20px auto; } }

img {
  max-width: 100%;
  height: auto; }

/* Basic grouping (grid for desktop) for start page */
[class^=group-] > *, [class^=group-] > div:not([class]) > :not(.section-heading) {
  margin-bottom: 20px; }
@media (min-width: 490px) {
  [class^=group-].group-primary, [class^=group-].group-secondary {
    width: 100%; }
  [class^=group-].group-minor {
    float: left;
    width: 50%;
    padding-left: 10px; }
  [class^=group-].group-secondary + .group-minor {
    padding-left: 0;
    padding-right: 10px; } }
@media (min-width: 910px) {
  [class^=group-] {
    float: left;
    margin-right: 3%; }
    [class^=group-].group-primary {
      width: 73%; }
    [class^=group-].group-secondary {
      width: 46%; }
    [class^=group-].group-secondary + .group-secondary {
      width: 51%; }
    [class^=group-].group-secondary + .group-minor {
      padding-right: 0; }
    [class^=group-].group-minor {
      width: 24%;
      padding-left: 0;
      padding-right: 0; }
      [class^=group-].group-minor:nth-child(odd) {
        padding-left: 0;
        padding-right: 0; }
    [class^=group-].group-primary [class^=group-] {
      margin-right: 4%; }
    [class^=group-].group-primary .group-secondary {
      width: 62.7%; }
    [class^=group-].group-primary .group-minor {
      width: 33.3%; }
    [class^=group-]:last-of-type, [class^=group-] .clear {
      margin-right: 0 !important;
      padding-right: 0; } }

.group-wrapper {
  width: 100%;
  position: relative;
  float: none; }
  .group-wrapper:after {
    display: table;
    clear: both;
    content: ''; }
  .group-wrapper.group-wrapper--white {
    background-color: #fff; }
  .group-wrapper.group-wrapper--collapsable {
    max-height: 2500px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s ease 0.2s, opacity 0.3s ease 0.2s; }
    @media (min-width: 910px) {
      .group-wrapper.group-wrapper--collapsable {
        max-height: 1500px; } }
  .group-is-collapsed .group-wrapper.group-wrapper--collapsable {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.6s ease; }

.mobile-hidden {
  display: none; }
  @media (min-width: 910px) {
    .mobile-hidden {
      display: block; } }

.desktop-hidden {
  display: block; }
  @media (min-width: 910px) {
    .desktop-hidden {
      display: none; } }

.row, .teaser, .teaser-grid, .teaser-grid-alternative-color, .teaser-thin, .teaser-biggest {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .row .col, .teaser .col, .teaser-grid .col, .teaser-grid-alternative-color .col, .teaser-thin .col, .teaser-biggest .col {
    display: table-cell;
    vertical-align: top; }

/* Typography */
/* Huge font size for main headings */
/* Big font size for article headings */
/* First level headline */
/* Second level, headline teasers and headlines */
/* Third level headline, module headlines */
/* Preamble */
/* Body text */
/* Small typography */
/* Smallest typography */
.serif, .checklist li, .form .form-btn-white, .comments .thumbs, .widget.widget-tag .widget-title, .widget.widget-tag .widget-text, .widget.widget-poll .widget-title, .widget-carousel .widget-title, .widget-date .widget-title, .widget-most-read .widget-title, .widget-most-read .widget-list li:before, .widget-short-news .widget-title, .widget-article-share, .widget-bloggers .widget-title, .widget-bloggers .text, .widget-jobs .widget-title, .widget-job-subscriptions .widget-title, .widget-bypass .widget-header, .widget-agenda-date .widget-title, .widget-agenda-information .widget-title, .widget-sponsor .widget-title, .widget-agenda-speakers, .widget-agenda-speakers .widget-title, .widget-last-chance .widget-title, .widget-most-read--unrankedHospitals .widget-title, .comment-baloon, .teaser-grid .teaser-grid-small .teaser-title, .teaser-grid .teaser-header-tag, .teaser-grid-alternative-color .teaser-grid-small-alternative-color .teaser-title, .teaser-grid-alternative-color .teaser-header-tag-alternative-color, .teaser-small .teaser-title, .teaser-event .teaser-title, .teaser-navigation, .teaser-result, .teaser-information .teaser-title, .teaser-blog-header .teaser-blog-title, .teaser-blog-header .teaser-blog-author, .btn-call-to-action {
  font-family: "Georgia", serif; }

.sans, body, .blockquote-label, .blockquote-name, .campaign-category h4 a, .widget.widget-tag .widget-text, .widget.widget-poll .poll-submit, .share-wrapper .share-btn, .widget-calendar, .widget-styled, .teaser-search .teaser-title, .teaser-search-image .teaser-title, .teaser-job .teaser-title, .teaser-search .date, .teaser-search-image .date, .teaser-job .date {
  font-family: "Open Sans", sans-serif; }

.heading, h1, h2, h3, h4, .heading-article, .heading-article-thinner, .reading-list a, .article-sponsored .article-sponsored-title, .widget .widget-title, .widget.widget-tag .widget-title, .widget-most-read .widget-list li:before, .widget-small .widget-title, .widget-job-subscriptions .widget-title, .widget-notices .notice-title, .teaser .teaser-title, .teaser-grid .teaser-title, .teaser-grid-alternative-color .teaser-title, .teaser-thin .teaser-title, .teaser-blog-body blockquote, .teaser-sponsored .teaser-sponsored-title {
  font-family: "Resume", sans-serif; }

/* Weights */
.bold, strong, .comments .thumbs, .widget.widget-poll .progress-text, .share-wrapper .share-btn, .widget-styled a, .widget-styled .widget-title, .widget-styled .list-heading, .widget-styled ul .list-title, .widget-styled .widget-tbl h4 {
  font-weight: 700; }

.heavy, .widget.widget-poll .poll-question, .teaser-grid .teaser-grid-big .teaser-title, .teaser-grid-alternative-color .teaser-grid-big-alternative-color .teaser-title {
  font-weight: 900; }

.light {
  font-weight: 100; }

/* Size and line height */
.huge, .heading-section, .heading-article, .heading-featured-article {
  font-size: 70px;
  line-height: 74px;
  margin: 0; }

.big, .heading-article-thinner {
  font-size: 60px;
  line-height: 65px;
  margin: 0; }

.h1, h1, .teaser-home .teaser-title, .teaser-biggest .teaser-title {
  margin: 0;
  font-size: 50px;
  line-height: 52px; }

.h2, h2, .teaser .teaser-title-thinner, .teaser-grid .teaser-grid-big .teaser-title, .teaser-grid-alternative-color .teaser-grid-big-alternative-color .teaser-title, .teaser-list .teaser-title, .teaser-agenda .teaser-title, .teaser-regular .teaser-title, .teaser-big .teaser-title {
  font-size: 34px;
  line-height: 1.15; }

.h3, h3, .heading-article-2nd, .campaignHeaderh3, .campaignHeaderh4, .article-sponsored .article-sponsored-title, .widget .widget-title, .teaser-grid .teaser-header-tag, .teaser-grid-alternative-color .teaser-header-tag-alternative-color, .teaser-sponsored .teaser-sponsored-title {
  font-size: 24px;
  line-height: 30px; }

.h4, h4, .heading-article-mid, .big-subheadline, .blockquote, blockquote, .preamble, .preamble p, .preamble .article-body, .preamble .comments-header, .preamble .comment-post, .preamble .blog-single, .widget.widget-tag .widget-text, .widget-small .widget-title, .teaser-small .teaser-title, .teaser-event .teaser-title, .teaser-job .teaser-title {
  font-size: 23px;
  line-height: 1.15; }

@media (max-width: 909px) {
  .huge, .heading-section, .heading-article, .heading-featured-article {
    font-size: 50px;
    line-height: 52px; } }
@media (max-width: 489px) {
  .huge, .heading-section, .heading-article, .heading-featured-article {
    font-size: 34px;
    line-height: 38px; }

  .h1, h1, .teaser-home .teaser-title, .teaser-biggest .teaser-title {
    font-size: 34px;
    line-height: 38px; }

  .h2, h2, .teaser .teaser-title-thinner, .teaser-grid .teaser-grid-big .teaser-title, .teaser-grid-alternative-color .teaser-grid-big-alternative-color .teaser-title, .teaser-list .teaser-title, .teaser-agenda .teaser-title, .teaser-regular .teaser-title, .teaser-big .teaser-title {
    font-size: 23px;
    line-height: 1.15; }

  .h3, h3, .heading-article-2nd, .campaignHeaderh3, .campaignHeaderh4, .article-sponsored .article-sponsored-title, .widget .widget-title, .teaser-grid .teaser-header-tag, .teaser-grid-alternative-color .teaser-header-tag-alternative-color, .teaser-sponsored .teaser-sponsored-title {
    font-size: 23px;
    line-height: 1.15; }

  .h4, h4, .heading-article-mid, .big-subheadline, .blockquote, blockquote, .preamble, .preamble p, .preamble .article-body, .preamble .comments-header, .preamble .comment-post, .preamble .blog-single, .widget.widget-tag .widget-text, .widget-small .widget-title, .teaser-small .teaser-title, .teaser-event .teaser-title, .teaser-job .teaser-title {
    font-size: 16px;
    line-height: 1.15; } }
.heading-underline {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 17px; }
  .heading-underline span {
    position: relative;
    display: inline;
    z-index: 2;
    padding-right: 8px; }
    .heading-underline span:before {
      position: absolute;
      left: 100%;
      bottom: .25em;
      top: .3em;
      height: auto;
      content: "";
      display: inline-block;
      width: 1140px;
      z-index: 1;
      background: #c10712; }

.p, p, .article-body, .comments-header, .comment-post, .blog-single, .form-header, .campaign-rules .widget table, .widget.widget-tag .widget-text, .widget.widget-poll .label-radio .widget-text, .widget.widget-poll .label-checkbox .widget-text, .widget.widget-poll .poll-submit .votes, .widget.widget-poll .progress-text, .widget-carousel .item .item-text-big p, .widget-carousel .item .item-text-big .article-body, .widget-carousel .item .item-text-big .comments-header, .widget-carousel .item .item-text-big .comment-post, .widget-carousel .item .item-text-big .blog-single, .teaser-big .teaser-text, .teaser-search .teaser-title, .teaser-search-image .teaser-title, .teaser-job .teaser-title, .btn.btn-big, .job-page .page-header button.btn-big, .btn-big.btn-call-to-action {
  line-height: 1.4em;
  letter-spacing: -0.01em;
  color: #222; }

.p-small, .blockquote-label, .form .form-small-input input[type=text],
.form .form-small-input input[type=url],
.form .form-small-input input[type=password],
.form .form-small-input input[type=email],
.form .form-small-input input[type=search],
.form .form-small-input button, .comments .comments-text, .widget-carousel .controls .text, .widget-styled .widget-text,
.widget-styled ul,
.widget-styled ol, .widget-styled .widget-tbl h4, .teaser .teaser-text, .teaser-home .teaser-list, .teaser-biggest .teaser-list, .teaser-search .teaser-text, .teaser-search-image .teaser-text, .teaser-job .teaser-text, .teaser-information .information-text, .teaser-information .teaser-title, .btn, .job-page .page-header button, .btn-call-to-action, .wide-carousel .carousel-text {
  font-size: 15px;
  line-height: 20px; }

.p-smallest, .blockquote-name, .widget-short-news .widget-list p, .widget-short-news .widget-list .article-body, .widget-short-news .widget-list .comments-header, .widget-short-news .widget-list .comment-post, .widget-short-news .widget-list .blog-single, .teaser-search .date, .teaser-search-image .date, .teaser-job .date, .teaser-information .information-title {
  font-size: 12px;
  line-height: 18px; }

@media (min-width: 910px) {
  .text-padding,
  .comments-padding {
    padding-left: 120px;
    padding-right: 80px; } }
.text-padding p + p, .text-padding .article-body + p, .text-padding .comments-header + p, .text-padding .comment-post + p, .text-padding .blog-single + p, .text-padding p + .article-body, .text-padding .article-body + .article-body, .text-padding .comments-header + .article-body, .text-padding .comment-post + .article-body, .text-padding .blog-single + .article-body, .text-padding p + .comments-header, .text-padding .article-body + .comments-header, .text-padding .comments-header + .comments-header, .text-padding .comment-post + .comments-header, .text-padding .blog-single + .comments-header, .text-padding p + .comment-post, .text-padding .article-body + .comment-post, .text-padding .comments-header + .comment-post, .text-padding .comment-post + .comment-post, .text-padding .blog-single + .comment-post, .text-padding p + .blog-single, .text-padding .article-body + .blog-single, .text-padding .comments-header + .blog-single, .text-padding .comment-post + .blog-single, .text-padding .blog-single + .blog-single {
  margin-top: 20px; }

.p-margin {
  margin-left: 120px; }

.tag, .tag-alternative-color {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background: #c10712;
  padding: 6px 10px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff !important;
  line-height: 1em; }
  .tag.tag-small, .tag-small.tag-alternative-color {
    padding: 3px 5px; }

.form-header {
  margin: 0; }

h1, h2, h3, h4 {
  margin: 0 0 .4em; }

/* Colors */
.text-blue, .link, a:link,
a:visited,
a:active,
a:hover {
  color: #c10712; }

.text-white, .link.inverted, a.inverted:link,
a.inverted:visited,
a.inverted:active,
a.inverted:hover, .article-sponsored .article-sponsored-title, .widget .widget-title, .widget.widget-tag .widget-text, .widget.widget-poll .poll-submit, .widget-calendar .widget-list .date-wrapper, .teaser-grid .teaser-header-tag, .teaser-grid-alternative-color .teaser-header-tag-alternative-color, .teaser-sponsored .teaser-sponsored-title {
  color: #ffffff; }

.text-black, .widget.widget-poll .label-radio .widget-text, .widget.widget-poll .label-checkbox .widget-text, .widget.widget-poll .poll-submit .votes, .widget-date .text a, .widget-most-read .widget-list li a:link, .widget-most-read .widget-list li a:active, .widget-most-read .widget-list li a:visited, .widget-most-read--unrankedHospitals .widget-list--unrankedHospitals li a:link, .widget-most-read--unrankedHospitals .widget-list--unrankedHospitals li a:active, .widget-most-read--unrankedHospitals .widget-list--unrankedHospitals li a:visited {
  color: #000000; }

/* Basic styles */
.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.link, a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none; }
  .link.inverted, a.inverted:link,
  a.inverted:visited,
  a.inverted:active,
  a.inverted:hover {
    color: #ffffff; }
  .link.arrow:after, a.arrow:link:after,
  a.arrow:visited:after,
  a.arrow:active:after,
  a.arrow:hover:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-width: 5px 8px;
    margin-left: 10px; }
  .link.arrow-right:after, a.arrow-right:link:after,
  a.arrow-right:visited:after,
  a.arrow-right:active:after,
  a.arrow-right:hover:after {
    border-left-color: #c10712;
    border-right-color: transparent; }
  .link.arrow-left:after, a.arrow-left:link:after,
  a.arrow-left:visited:after,
  a.arrow-left:active:after,
  a.arrow-left:hover:after {
    border-right-color: #c10712;
    border-left-color: transparent; }
  .link.arrow-down:after, a.arrow-down:link:after,
  a.arrow-down:visited:after,
  a.arrow-down:active:after,
  a.arrow-down:hover:after {
    border-width: 8px 5px 0 5px;
    border-top-color: #c10712;
    position: relative;
    top: 1px; }
  .link.arrow-up:after, a.arrow-up:link:after,
  a.arrow-up:visited:after,
  a.arrow-up:active:after,
  a.arrow-up:hover:after {
    border-width: 0 5px 8px 5px;
    border-bottom-color: #c10712;
    position: relative;
    bottom: 1px; }

.heading-section {
  font-weight: 900;
  margin-bottom: 20px; }

.heading-article {
  font-weight: 900; }

.heading-article-thinner {
  font-weight: 100; }

.heading-article-2nd {
  font-weight: 900;
  font-family: "Resume", sans-serif; }

.heading-article-mid {
  font-weight: 900;
  font-family: "Resume", sans-serif; }

.heading-featured-article {
  font-weight: 700; }

.small-subheadline, .big-subheadline {
  color: #c10712;
  border-bottom: solid 3px #c10712; }
  .small-subheadline.no-margin, .no-margin.big-subheadline {
    margin: 0; }

.small-subheadline, .big-subheadline {
  color: #c10712;
  border-bottom: solid 3px #c10712; }
  .small-subheadline.no-margin, .no-margin.big-subheadline {
    margin: 0; }
  .small-subheadline.tag, .tag.big-subheadline, .big-subheadline.tag-alternative-color, .small-subheadline.tag-alternative-color {
    border-bottom-width: 4px; }
    .small-subheadline.tag span, .tag.big-subheadline span, .big-subheadline.tag-alternative-color span, .small-subheadline.tag-alternative-color span {
      display: inline-block;
      padding: 5px 9px 1px;
      background: #c10712;
      color: white; }

.big-subheadline {
  font-weight: 700; }

.blockquote, blockquote {
  padding: 10px 20px;
  font-weight: 700;
  color: #c10712;
  display: inline-block;
  width: 280px;
  border-top: solid 3px #0091ae;
  border-bottom: solid 3px #0091ae;
  margin: 20px 20px 20px 0;
  padding: 0px 20px 10px;
  margin: 0; }
  @media (max-width: 489px) {
    .blockquote, blockquote {
      display: block;
      clear: both;
      width: 100%;
      padding: 10px;
      margin: 0 auto; } }
  .blockquote.left, blockquote.left {
    float: left;
    padding-left: 0; }
    .blockquote.left + .blockquote.left, blockquote.left + .blockquote.left, .blockquote.left + blockquote.left, blockquote.left + blockquote.left {
      clear: left; }
  .blockquote.right, blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0; }
  .blockquote.no-border, blockquote.no-border {
    border: none; }

.blockquote-label {
  color: #000000;
  font-weight: 400;
  background-color: #f5f4f0;
  padding: 15px;
  margin: 0 !important; }

.blockquote-name {
  font-weight: 100;
  color: #c10712;
  padding: 10px;
  margin: 0 !important; }

.preamble, .preamble p, .preamble .article-body, .preamble .comments-header, .preamble .comment-post, .preamble .blog-single {
  margin-top: 15px;
  line-height: 1.3; }

.text-padding .preamble {
  line-height: 1.4em;
  font-size: 16px; }

.column-title {
  margin: 0 0 15px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  color: #777; }

.checklist {
  list-style: none;
  padding-left: 0; }
  .checklist li {
    padding-left: 60px;
    padding-bottom: 20px;
    min-height: 55px;
    background: url(../img/checklist.png) no-repeat left top;
    font-size: 20px;
    line-height: 1.4; }
  .checklist.condensed li {
    padding-left: 35px;
    padding-bottom: 10px;
    min-height: 0;
    background: url(../img/checklist-condensed.png) no-repeat left 5px;
    background-size: 22px auto;
    font-size: 18px; }

.all-link, .all-link:link {
  color: inherit;
  text-decoration: underline;
  font-size: 14px; }

.page-header .title, .page-header h1 {
  margin: .1em 0 0; }
.page-header .preamble {
  margin: .5em 0 1.4em; }
  @media (min-width: 910px) {
    .page-header .preamble {
      width: 90%; } }

.campaignHeaderh3, .campaignHeaderh4 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px; }

.campaignHeaderh4 {
  font-size: 17px; }

.site-header {
  color: white;
  font-weight: 100;
  letter-spacing: .2px; }
  @media (max-width: 909px) {
    .site-header {
      background: #c10712; } }
  .site-header a {
    color: white; }
  .site-header ul, .site-header li {
    list-style: none; }

.site-logo {
  display: block;
  text-indent: 200%;
  overflow: hidden;
  line-height: 0; }
  .site-logo:after {
    display: block;
    content: '';
    background: url(../img/logo-white.svg) center center no-repeat;
    background-size: 100% auto;
    padding-bottom: 19%; }

.header-logo-mobile {
  width: 100px;
  margin: 0 auto;
  padding: 14px 0; }
  @media (min-width: 910px) {
    .header-logo-mobile {
      display: none; } }

@media (max-width: 909px) {
  .header-logo-desktop {
    display: none; } }

@media (max-width: 909px) {
  .site-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateZ(0) translateY(100%);
    -ms-transform: translateZ(0) translateY(100%);
    -moz-transform: translateZ(0) translateY(100%);
    -o-transform: translateZ(0) translateY(100%);
    transform: translateZ(0) translateY(100%);
    box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 5; }
    .mobile-nav-open .site-nav {
      -webkit-transform: translateZ(0) translateY(0);
      -ms-transform: translateZ(0) translateY(0);
      -moz-transform: translateZ(0) translateY(0);
      -o-transform: translateZ(0) translateY(0);
      transform: translateZ(0) translateY(0); } }
@media (min-width: 910px) {
  .site-nav .site-logo {
    display: inline-block;
    width: 190px;
    margin-right: 30px; } }

.mobile-nav-open {
  overflow: hidden; }

@media (max-width: 909px) {
  .site-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
    .site-nav-inner .header-logo-desktop {
      display: none; } }

.main-menu {
  background: #c10712; }
  @media (max-width: 909px) {
    .main-menu {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
      .main-menu .wrapper {
        padding: 0; } }
  @media (min-width: 910px) {
    .main-menu .wrapper > * {
      display: inline-block;
      vertical-align: middle; } }
  .main-menu a {
    display: block;
    padding: 10px 0; }
  .main-menu li {
    position: relative; }
    @media (max-width: 909px) {
      .main-menu li {
        border-bottom: 1px solid #ac0610; } }
    @media (min-width: 910px) {
      .main-menu li {
        float: left;
        padding: 20px 0; }
        .main-menu li a {
          padding: 5px 10px;
          border: 1px solid #a9030d;
          border-width: 0 1px;
          margin-left: -1px; } }
  .main-menu .current {
    background: #a9030d; }
    @media (min-width: 910px) {
      .main-menu .current {
        margin-left: -1px; }
        .main-menu .current.has-children:after {
          display: block;
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -10px;
          border: 10px solid #008000;
          border-color: transparent transparent #2f2f2f transparent; } }
    .main-menu .current a {
      border: none; }
  .main-menu.sticky-clone {
    display: none; }
    @media (min-width: 910px) {
      .main-menu.sticky-clone {
        display: block;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        -webkit-transition: -webkit-transform .2s;
        -moz-transition: -moz-transform .2s;
        -ms-transition: -ms-transform .2s;
        transition: transform .2s;
        -webkit-transform: translateZ(0) translateY(-100%);
        -ms-transform: translateZ(0) translateY(-100%);
        -moz-transform: translateZ(0) translateY(-100%);
        -o-transform: translateZ(0) translateY(-100%);
        transform: translateZ(0) translateY(-100%); }
        .main-menu-sticky .main-menu.sticky-clone {
          overflow: visible;
          -webkit-transform: translateZ(0) translateY(0);
          -ms-transform: translateZ(0) translateY(0);
          -moz-transform: translateZ(0) translateY(0);
          -o-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0); }
        .main-menu.sticky-clone .site-logo {
          width: 90px;
          margin-right: 20px; }
        .main-menu.sticky-clone li {
          padding: 7px 0; }
          .main-menu.sticky-clone li.current:after {
            display: none; }
        .main-menu.sticky-clone .header-search {
          margin-top: 6px; } }

.main-menu-items {
  margin: 0;
  padding: 0; }

.more-menu {
  display: none;
  margin: 0;
  padding: 0;
  background: #a9030d; }
  @media (min-width: 910px) {
    .more-menu {
      position: absolute;
      left: 0;
      top: 100%;
      width: 200px; } }
  .more-menu li {
    float: none; }
    .more-menu li a {
      margin-left: 0; }
    @media (max-width: 909px) {
      .more-menu li {
        border-top: 1px solid #950912;
        border-bottom: none; } }
    @media (min-width: 910px) {
      .more-menu li {
        padding: 5px; } }
  .more-menu-open .more-menu {
    display: block;
    z-index: 10; }
  .more-menu .current {
    margin-left: 0;
    background: #950912; }
  .main-menu-sticky .main-menu:not(.sticky-clone) .more-menu {
    display: none; }

@media (min-width: 910px) {
  .more-item {
    margin-left: -1px;
    padding-bottom: 22px !important; } }
.more-menu-open .more-item {
  background: #a9030d; }
  @media (min-width: 910px) {
    .more-menu-open .more-item {
      padding-bottom: 20px !important; } }
  .more-menu-open .more-item.current.has-children:after {
    display: none; }
@media (min-width: 910px) {
  .main-menu-sticky .more-item {
    padding-bottom: 9px !important; }
  .main-menu-sticky.more-menu-open .more-item {
    padding-bottom: 7px !important; } }

.sub-menu {
  display: none; }
  @media (min-width: 910px) {
    .sub-menu {
      display: block;
      background: #2f2f2f;
      overflow: hidden;
      padding: 15px 0;
      font-size: 15px; }
      .sub-menu li {
        float: left;
        width: 20%; }
        .sub-menu li.current {
          font-weight: bold; }
      .sub-menu .submenu-list-compact li {
        width: auto;
        padding-right: 15px; } }
  .sub-menu a {
    display: inline-block;
    padding: 5px; }

.meta-menu {
  background: #292929;
  padding: 5px 0;
  font-size: 13px; }
  @media (max-width: 909px) {
    .meta-menu {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 910px) {
    .meta-menu ul {
      text-align: right; } }
  @media (min-width: 910px) {
    .meta-menu li {
      position: relative;
      display: inline-block; } }
  .meta-menu a {
    display: inline-block;
    padding: 10px 0; }
    @media (min-width: 910px) {
      .meta-menu a {
        padding: 5px 0 5px 10px; } }

.header-search {
  position: relative; }
  @media (min-width: 910px) {
    .header-search {
      display: inline-block;
      float: right;
      margin-top: 20px;
      width: 19%; } }
  .header-search input {
    width: 100%;
    background: #a9030d;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #950912;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    font-weight: inherit; }
    .header-search input::-webkit-input-placeholder {
      color: white;
      transition: color .1s; }
    .header-search input:-moz-placeholder {
      color: white;
      transition: color .1s; }
    .header-search input::-moz-placeholder {
      color: white;
      transition: color .1s; }
    .header-search input:-ms-input-placeholder {
      color: white;
      transition: color .1s; }
    .header-search input:focus {
      outline: none; }
      .header-search input:focus::-webkit-input-placeholder {
        color: #e43742; }
      .header-search input:focus:-moz-placeholder {
        color: #e43742; }
      .header-search input:focus::-moz-placeholder {
        color: #e43742; }
      .header-search input:focus:-ms-input-placeholder {
        color: #e43742; }
  .header-search button {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: url(../img/search.svg) no-repeat center;
    background-size: 60% auto;
    width: 34px;
    height: 34px;
    text-indent: 50px;
    overflow: hidden; }
    .header-search button:focus {
      outline: none; }

.mobile-menu-toggle {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 42px;
  padding: 6px 9px;
  -webkit-appearance: none;
  appearance: none;
  background: #c10712;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-tap-highlight-color: transparent;
  z-index: 10; }
  .mobile-menu-toggle:focus {
    outline: none; }
  @media (min-width: 910px) {
    .mobile-menu-toggle {
      display: none; } }
  .mobile-menu-toggle span,
  .mobile-menu-toggle span:before,
  .mobile-menu-toggle span:after {
    font-size: 0;
    color: transparent;
    height: 4px;
    -webkit-transition: background 0 .1s, -webkit-transform .1s, top .1s .2s;
    -ms-transition: background 0 .1s, -ms-transform .1s, top .1s .2s;
    -moz-transition: background 0 .1s, -moz-transform .1s, top .1s .2s;
    -o-transition: background 0 .1s, -o-transform .1s, top .1s .2s;
    transition: background 0 .1s, transform .1s, top .1s .2s; }
  .mobile-menu-toggle span {
    display: block;
    position: relative;
    margin: 10px 0 10px; }
  .mobile-menu-toggle span:before,
  .mobile-menu-toggle span:after {
    background: #fff;
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    top: -5px;
    border-radius: 2px; }
  .mobile-menu-toggle span:after {
    top: 5px; }
  .mobile-nav-open .mobile-menu-toggle {
    background: #fff; }
    .mobile-nav-open .mobile-menu-toggle span:before,
    .mobile-nav-open .mobile-menu-toggle span:after {
      background: #c10712;
      -webkit-transition: background 0 .1s, top .1s, -webkit-transform .1s .2s;
      -ms-transition: background 0 .1s, top .1s, -ms-transform .1s .2s;
      -moz-transition: background 0 .1s, top .1s, -moz-transform .1s .2s;
      -o-transition: background 0 .1s, top .1s, -o-transform .1s .2s;
      transition: background 0 .1s, top .1s, transform .1s .2s; }
    .mobile-nav-open .mobile-menu-toggle span:before,
    .mobile-nav-open .mobile-menu-toggle span:after {
      top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mobile-nav-open .mobile-menu-toggle span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.menu-more-toggle {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  padding: 6px 0;
  margin-top: -1px;
  border: none;
  background: none;
  width: 100%;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 910px) {
    .menu-more-toggle {
      width: 66px;
      padding: 0;
      border-right: 1px solid #A9030D; } }
  .menu-more-toggle:focus {
    outline: none; }
  .menu-more-toggle span,
  .menu-more-toggle span:before,
  .menu-more-toggle span:after {
    font-size: 0;
    color: transparent;
    height: 4px;
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 7px; }
  .menu-more-toggle span {
    display: block;
    position: relative;
    margin: 10px auto 10px;
    -webkit-transition: width .2s 0;
    -ms-transition: width .2s 0;
    -moz-transition: width .2s 0;
    -o-transition: width .2s 0;
    transition: width .2s 0; }
  .menu-more-toggle span:before,
  .menu-more-toggle span:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    -webkit-transition: left .1s;
    -ms-transition: left .1s;
    -moz-transition: left .1s;
    -o-transition: left .1s;
    transition: left .1s; }
  .menu-more-toggle span:after {
    top: 0;
    left: 11px; }
  .more-menu-open .menu-more-toggle span {
    width: 27px;
    height: 6px;
    margin: 13px auto 12px;
    -webkit-transition: width .1s .3s;
    -ms-transition: width .1s .3s;
    -moz-transition: width .1s .3s;
    -o-transition: width .1s .3s;
    transition: width .1s .3s; }
  .more-menu-open .menu-more-toggle span:before,
  .more-menu-open .menu-more-toggle span:after {
    height: 6px;
    left: 0;
    -webkit-transition: left .2s 0;
    -ms-transition: left .2s 0;
    -moz-transition: left .2s 0;
    -o-transition: left .2s 0;
    transition: left .2s 0; }

.cookie-disclaimer {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  opacity: 0.94;
  z-index: 1; }
  .cookie-disclaimer .wrapper {
    display: flex;
    justify-content: center;
    margin: 20px auto; }
    .cookie-disclaimer .wrapper .cookie-text {
      float: left;
      padding: 4px 15px; }
      .cookie-disclaimer .wrapper .cookie-text a {
        padding-left: 4px;
        color: black;
        text-decoration: underline; }
      @media (max-width: 489px) {
        .cookie-disclaimer .wrapper .cookie-text {
          padding-bottom: 20px; } }
    .cookie-disclaimer .wrapper .cookie-btn-wrapper {
      padding-left: 15px; }
    @media (max-width: 909px) {
      .cookie-disclaimer .wrapper {
        display: inline-block; }
        .cookie-disclaimer .wrapper .cookie-text {
          padding: 4px 15px;
          width: 80%; }
        .cookie-disclaimer .wrapper .cookie-btn-wrapper {
          padding-right: 45px; } }

.site-footer {
  background: #c10712;
  color: white;
  padding: 20px 0;
  font-weight: 100; }
  @media (min-width: 910px) {
    .site-footer {
      padding: 40px 0; } }
  .site-footer a {
    color: inherit;
    text-decoration: underline; }
  .site-footer p, .site-footer .article-body, .site-footer .comments-header, .site-footer .comment-post, .site-footer .blog-single {
    color: inherit; }
  .site-footer .site-logo {
    width: 50%; }

.site-footer-inner {
  border-top: 4px solid white;
  border-bottom: 2px solid #d3636a;
  padding-top: 20px;
  margin: 20px 0 10px;
  overflow: hidden; }

.site-footer-newsletter p, .site-footer-newsletter .article-body, .site-footer-newsletter .comments-header, .site-footer-newsletter .comment-post, .site-footer-newsletter .blog-single, .site-footer-newsletter form {
  max-width: 330px; }
.site-footer-newsletter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .site-footer-newsletter form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #a9030d;
    color: white;
    padding: 5px 10px;
    border: none; }
    .site-footer-newsletter form input::-webkit-input-placeholder {
      color: white;
      transition: color .1s; }
    .site-footer-newsletter form input:-moz-placeholder {
      color: white;
      transition: color .1s; }
    .site-footer-newsletter form input::-moz-placeholder {
      color: white;
      transition: color .1s; }
    .site-footer-newsletter form input:-ms-input-placeholder {
      color: white;
      transition: color .1s; }
    .site-footer-newsletter form input:focus {
      outline: none; }
      .site-footer-newsletter form input:focus::-webkit-input-placeholder {
        color: #e43742; }
      .site-footer-newsletter form input:focus:-moz-placeholder {
        color: #e43742; }
      .site-footer-newsletter form input:focus::-moz-placeholder {
        color: #e43742; }
      .site-footer-newsletter form input:focus:-ms-input-placeholder {
        color: #e43742; }
  .site-footer-newsletter form button {
    color: #c10712;
    background: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border: none; }

.site-footer-meta a {
  display: inline-block;
  margin-right: 10px; }

.article-full {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 6px solid lightgray;
  overflow: auto; }
  .article-full iframe {
    max-width: 100% !important; }
  .article-full table {
    width: 100%; }
    .article-full table tr:nth-child(odd) {
      background-color: #F2F2F2; }
    .article-full table td:first-child {
      padding-left: 10px; }

.article-full.loading {
  min-height: 80vh; }

.article-title {
  margin-bottom: 0; }
  @media (min-width: 910px) {
    .article-title {
      width: 90%; } }

.article-full .preamble {
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid lightgray;
  overflow: auto; }
  @media (min-width: 910px) {
    .article-full .preamble {
      width: 90%; } }
  .article-full .preamble .tag, .article-full .preamble .tag-alternative-color {
    float: left;
    margin-right: 10px;
    background: #000;
    margin-top: 1.5em; }

.article-image {
  font-size: 14px;
  overflow: hidden; }
  .article-image figcaption {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgray; }
  .article-image .credit {
    float: right; }
  .article-image .gallery-single {
    margin-bottom: 10px; }
  .article-image .carousel-navigation {
    margin-top: 0; }

.body-image {
  margin-top: 20px; }
  .body-image figcaption {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px; }

.article-meta {
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.article-published {
  background: #f5f5f5;
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  text-align: center; }

.article-footer {
  clear: both; }
  .article-footer + .module-banner {
    margin-top: 20px; }

.article-tags {
  margin-bottom: 20px; }
  .article-tags strong {
    display: block; }
  .article-tags .tag, .article-tags .tag-alternative-color {
    margin: 0 5px 5px 0; }

.article-byline {
  margin-bottom: 20px; }
  .article-byline img {
    width: 30%;
    margin-right: 5%; }
  .article-byline p, .article-byline .article-body, .article-byline .comments-header, .article-byline .comment-post, .article-byline .blog-single {
    display: inline-block;
    vertical-align: middle; }

.article-sidebar-sticky {
  display: none; }
  @media (min-width: 910px) {
    .article-sidebar-sticky {
      display: block;
      position: relative;
      -webkit-backface-visibility: hidden; }
      .quicklook-pane .article-sidebar-sticky {
        position: fixed;
        right: 20px; } }
    @media all and (min-width: 910px) and (-ms-high-contrast: none), (min-width: 910px) and (-ms-high-contrast: active) {
      .quicklook-pane .article-sidebar-sticky {
        /* IE10+ hack test */
        position: relative; } }

.reading-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .reading-list li {
    margin: 0;
    padding: 0;
    background: #ededed;
    border-bottom: 1px solid white; }
  .reading-list a {
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .reading-list a:before {
      display: inline-block;
      content: '';
      background: #32CD32;
      border-radius: 100%;
      padding: 9px;
      margin: -6px 7px 0 -4px;
      vertical-align: middle;
      -webkit-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6); }
  .reading-list .current {
    background: transparent; }
    .reading-list .current a {
      color: inherit; }
      .reading-list .current a:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
  .reading-list .current ~ li a {
    color: inherit; }
    .reading-list .current ~ li a:before {
      background: #999; }

.article-sponsored {
  border-bottom-color: #0e1764; }
  .article-sponsored .article-sponsored-title {
    display: block;
    margin: 0;
    padding: 12px;
    background: #0e1764;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1; }
  .article-sponsored .preamble .tag, .article-sponsored .preamble .tag-alternative-color {
    background: #0e1764; }

.article-sponsored-sidebar-information {
  padding: 20px;
  background: #0e1764;
  color: #fff; }
  .article-sponsored-sidebar-information .article-sponsored-information-title {
    position: relative;
    padding-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; }
    .article-sponsored-sidebar-information .article-sponsored-information-title:after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 50%;
      height: 5px;
      background: #fff; }
  .article-sponsored-sidebar-information p, .article-sponsored-sidebar-information .article-body, .article-sponsored-sidebar-information .comments-header, .article-sponsored-sidebar-information .comment-post, .article-sponsored-sidebar-information .blog-single {
    color: #fff;
    font-size: 14px;
    line-height: 20px; }

.article-sponsored-footer-information {
  display: table;
  padding: 20px;
  margin-bottom: 20px;
  background: #eeeeee; }
  .article-sponsored-footer-information .article-sponsored-footer-information-image,
  .article-sponsored-footer-information .article-sponsored-footer-information-text {
    display: table-cell;
    vertical-align: middle; }
  .article-sponsored-footer-information .article-sponsored-footer-information-image {
    width: 185px;
    padding-right: 20px; }
  .article-sponsored-footer-information .article-sponsored-footer-information-text {
    font-size: 14px;
    line-height: 20px; }

.comments-toggle {
  display: block;
  padding: 25px 15px;
  width: 100%;
  text-transform: none !important;
  font-size: 20px;
  text-decoration: underline !important; }
  .comments-toggle:after {
    display: inline-block;
    float: right;
    content: '×';
    width: 20px;
    height: 20px;
    margin-top: 4px;
    color: #c10712;
    background-color: #FFF;
    line-height: 20px;
    border-radius: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .comments-toggle.active:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .comments-toggle:active, .comments-toggle:focus {
    outline: none; }

.comments-header {
  padding-top: 20px; }
  .comments-header textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #ccc;
    margin: 10px 0 10px; }
  .comments-header .btn, .comments-header .job-page .page-header button, .job-page .page-header .comments-header button, .comments-header .btn-call-to-action {
    float: right; }

.comment-count {
  clear: both;
  display: block;
  margin-top: 20px; }

.comment-post {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc; }

.comment-date {
  display: inline-block;
  margin-left: 5px; }

.comment-report {
  position: relative;
  display: inline-block;
  float: right;
  padding: 2px 0 1px 22px;
  background: url(../img/comment-report.svg) left center/auto 100% no-repeat;
  color: #23a69c !important;
  line-height: 1;
  font-size: 11px;
  font-weight: bold; }

.comments-login {
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  max-width: 300px; }
  .comments-login h4 {
    color: #c10712;
    text-transform: uppercase; }
  .comments-login a {
    font-weight: bold;
    text-decoration: underline; }

.pagination {
  text-align: center;
  border: 1px solid lightgrey;
  border-width: 1px 0;
  padding: 10px 0; }
  .pagination a {
    display: inline-block;
    padding: 3px 9px; }
  .pagination .prev {
    float: left;
    padding-left: 0; }
  .pagination .next {
    float: right;
    padding-right: 0; }
  .pagination .current {
    background: #c10712;
    color: white;
    border-radius: 100%; }
  .pagination.pagination--blue a {
    color: #092E73; }
  .pagination.pagination--blue .current {
    background: #092E73;
    color: #fff; }

.blog-intro img {
  border-radius: 100%;
  width: 80px;
  margin-right: 10px;
  float: left; }
  @media (min-width: 910px) {
    .blog-intro img {
      width: 100px;
      margin-right: 20px; } }
.blog-intro h1 {
  font-weight: 100;
  padding-top: 10px; }
.blog-intro .tagline {
  font-weight: 100; }

.blog-single {
  clear: both;
  overflow: hidden; }
  .blog-single a > h2 {
    color: #222; }
  .blog-single [style] {
    max-width: 100%; }

.blogger-list-item {
  margin-bottom: 2%;
  background: #eee; }
  .blogger-list-item footer, .blogger-list-item .info {
    padding: 10px 15px; }
  .blogger-list-item footer a {
    font-size: 13px; }
  @media (min-width: 910px) {
    .blogger-list-item {
      float: left;
      width: 32%;
      margin-left: 2%; }
      .blogger-list-item:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0; } }

.person-info {
  position: relative;
  padding: 7px 15px 6px 73px;
  min-height: 59px; }
  .person-info .name {
    width: 100%;
    font-size: 12px;
    font-weight: 100;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .7px; }
    .person-info .name b {
      display: block;
      font-size: 1.2em;
      margin-bottom: 3px; }
  .person-info .image {
    position: absolute;
    left: -14px;
    top: -12px;
    width: 80px;
    border-radius: 100%; }
  .person-info.inverted {
    background: #292929;
    color: white; }

.blogger-list-post {
  border-bottom: 1px solid #ccc;
  padding: 10px 15px; }
  .blogger-list-post h5 {
    margin: 0;
    color: #000; }
  .blogger-list-post .date {
    font-size: 13px; }

.blog-carousel {
  position: relative; }

.blog-carousel-item {
  display: block;
  padding: 12px 15px 0 25px;
  text-align: left;
  color: inherit !important; }
  .blog-carousel-item .title, .blog-carousel-item h5 {
    font-family: "Resume", sans-serif;
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 1.1; }
  .blog-carousel-item:hover .title {
    text-decoration: underline; }
  .blog-carousel-item .date {
    font-size: 14px;
    font-weight: 100; }

.event-organizers ul, .event-organizers li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
.event-organizers img {
  margin-bottom: 20px; }

.event-list-item a, .event-list-item a:link {
  color: inherit; }
.event-list-item .event-date {
  color: #c10712;
  font-weight: bold; }
.event-list-item .btn, .event-list-item .job-page .page-header button, .job-page .page-header .event-list-item button, .event-list-item .btn-call-to-action {
  margin-top: 10px; }
.event-list-item.event-list-item-condensed .teaser-title {
  font-size: 20px; }
.event-list-item.event-list-item-condensed .image {
  float: right;
  width: 30%;
  margin-left: 2%; }

.agency .page-header .heading, .agency .page-header h1, .agency .page-header h2, .agency .page-header h3, .agency .page-header h4, .agency .page-header .heading-article, .agency .page-header .heading-article-thinner, .agency .page-header .reading-list a, .reading-list .agency .page-header a, .agency .page-header .article-sponsored .article-sponsored-title, .article-sponsored .agency .page-header .article-sponsored-title, .agency .page-header .widget .widget-title, .widget .agency .page-header .widget-title, .agency .page-header .widget-most-read .widget-list li:before, .widget-most-read .widget-list .agency .page-header li:before, .agency .page-header .widget-small .widget-title, .widget-small .agency .page-header .widget-title, .agency .page-header .widget-job-subscriptions .widget-title, .widget-job-subscriptions .agency .page-header .widget-title, .agency .page-header .widget-notices .notice-title, .widget-notices .agency .page-header .notice-title, .agency .page-header .teaser .teaser-title, .teaser .agency .page-header .teaser-title, .agency .page-header .teaser-grid .teaser-title, .teaser-grid .agency .page-header .teaser-title, .agency .page-header .teaser-grid-alternative-color .teaser-title, .teaser-grid-alternative-color .agency .page-header .teaser-title, .agency .page-header .teaser-thin .teaser-title, .teaser-thin .agency .page-header .teaser-title, .agency .page-header .teaser-blog-body blockquote, .teaser-blog-body .agency .page-header blockquote, .agency .page-header .teaser-sponsored .teaser-sponsored-title, .teaser-sponsored .agency .page-header .teaser-sponsored-title {
  color: #0e1764; }
.agency .page-header.page-header--centered {
  padding: 20px 25px;
  text-align: center; }
.agency .page-header.page-header--blueBg .heading, .agency .page-header.page-header--blueBg h1, .agency .page-header.page-header--blueBg h2, .agency .page-header.page-header--blueBg h3, .agency .page-header.page-header--blueBg h4, .agency .page-header.page-header--blueBg .heading-article, .agency .page-header.page-header--blueBg .heading-article-thinner, .agency .page-header.page-header--blueBg .reading-list a, .reading-list .agency .page-header.page-header--blueBg a, .agency .page-header.page-header--blueBg .article-sponsored .article-sponsored-title, .article-sponsored .agency .page-header.page-header--blueBg .article-sponsored-title, .agency .page-header.page-header--blueBg .widget .widget-title, .widget .agency .page-header.page-header--blueBg .widget-title, .agency .page-header.page-header--blueBg .widget-most-read .widget-list li:before, .widget-most-read .widget-list .agency .page-header.page-header--blueBg li:before, .agency .page-header.page-header--blueBg .widget-small .widget-title, .widget-small .agency .page-header.page-header--blueBg .widget-title, .agency .page-header.page-header--blueBg .widget-job-subscriptions .widget-title, .widget-job-subscriptions .agency .page-header.page-header--blueBg .widget-title, .agency .page-header.page-header--blueBg .widget-notices .notice-title, .widget-notices .agency .page-header.page-header--blueBg .notice-title, .agency .page-header.page-header--blueBg .teaser .teaser-title, .teaser .agency .page-header.page-header--blueBg .teaser-title, .agency .page-header.page-header--blueBg .teaser-grid .teaser-title, .teaser-grid .agency .page-header.page-header--blueBg .teaser-title, .agency .page-header.page-header--blueBg .teaser-grid-alternative-color .teaser-title, .teaser-grid-alternative-color .agency .page-header.page-header--blueBg .teaser-title, .agency .page-header.page-header--blueBg .teaser-thin .teaser-title, .teaser-thin .agency .page-header.page-header--blueBg .teaser-title, .agency .page-header.page-header--blueBg .teaser-blog-body blockquote, .teaser-blog-body .agency .page-header.page-header--blueBg blockquote, .agency .page-header.page-header--blueBg .teaser-sponsored .teaser-sponsored-title, .teaser-sponsored .agency .page-header.page-header--blueBg .teaser-sponsored-title {
  padding: 0 10px;
  display: inline-block;
  background-color: #0e1764;
  font-size: 52px;
  font-family: "Resume", sans-serif;
  color: #fff; }
  @media (max-width: 489px) {
    .agency .page-header.page-header--blueBg .heading, .agency .page-header.page-header--blueBg h1, .agency .page-header.page-header--blueBg h2, .agency .page-header.page-header--blueBg h3, .agency .page-header.page-header--blueBg h4, .agency .page-header.page-header--blueBg .heading-article, .agency .page-header.page-header--blueBg .heading-article-thinner, .agency .page-header.page-header--blueBg .reading-list a, .reading-list .agency .page-header.page-header--blueBg a, .agency .page-header.page-header--blueBg .article-sponsored .article-sponsored-title, .article-sponsored .agency .page-header.page-header--blueBg .article-sponsored-title, .agency .page-header.page-header--blueBg .widget .widget-title, .widget .agency .page-header.page-header--blueBg .widget-title, .agency .page-header.page-header--blueBg .widget-most-read .widget-list li:before, .widget-most-read .widget-list .agency .page-header.page-header--blueBg li:before, .agency .page-header.page-header--blueBg .widget-small .widget-title, .widget-small .agency .page-header.page-header--blueBg .widget-title, .agency .page-header.page-header--blueBg .widget-job-subscriptions .widget-title, .widget-job-subscriptions .agency .page-header.page-header--blueBg .widget-title, .agency .page-header.page-header--blueBg .widget-notices .notice-title, .widget-notices .agency .page-header.page-header--blueBg .notice-title, .agency .page-header.page-header--blueBg .teaser .teaser-title, .teaser .agency .page-header.page-header--blueBg .teaser-title, .agency .page-header.page-header--blueBg .teaser-grid .teaser-title, .teaser-grid .agency .page-header.page-header--blueBg .teaser-title, .agency .page-header.page-header--blueBg .teaser-grid-alternative-color .teaser-title, .teaser-grid-alternative-color .agency .page-header.page-header--blueBg .teaser-title, .agency .page-header.page-header--blueBg .teaser-thin .teaser-title, .teaser-thin .agency .page-header.page-header--blueBg .teaser-title, .agency .page-header.page-header--blueBg .teaser-blog-body blockquote, .teaser-blog-body .agency .page-header.page-header--blueBg blockquote, .agency .page-header.page-header--blueBg .teaser-sponsored .teaser-sponsored-title, .teaser-sponsored .agency .page-header.page-header--blueBg .teaser-sponsored-title {
      font-size: 26px; } }
.agency .tag, .agency .tag-alternative-color {
  background: #0e1764; }
.agency .teaser {
  margin: 20px 0 0;
  padding: 0; }
.agency .teaser-list .row, .agency .teaser-list .teaser, .agency .teaser-list .teaser-grid, .agency .teaser-list .teaser-grid-alternative-color, .agency .teaser-list .teaser-thin, .agency .teaser-list .teaser-biggest {
  padding: 20px 0; }
  .agency .teaser-list .row:last-child, .agency .teaser-list .teaser:last-child, .agency .teaser-list .teaser-grid:last-child, .agency .teaser-list .teaser-grid-alternative-color:last-child, .agency .teaser-list .teaser-thin:last-child, .agency .teaser-list .teaser-biggest:last-child {
    border: none; }
.agency .teaser-list .text a {
  color: inherit !important;
  text-decoration: underline;
  font-weight: 100;
  font-size: 14px; }
.agency .teaser-text {
  margin-bottom: .6em; }
.agency .agencies-list .teaser {
  border-top: 1px solid lightgrey;
  padding-top: 20px; }
  .agency .agencies-list .teaser .teaser-title {
    font-size: 36px;
    font-weight: 100; }
.agency .teaser:first-child {
  margin-top: 0; }

.agency-filter {
  border-top: 1px solid lightgrey;
  padding-top: 10px;
  margin-bottom: 10px; }
  .agency-filter .collapse-toggle {
    color: inherit !important;
    text-decoration: underline; }
  .agency-filter .collapse-target > .row, .agency-filter .collapse-target > .teaser, .agency-filter .collapse-target > .teaser-grid, .agency-filter .collapse-target > .teaser-grid-alternative-color, .agency-filter .collapse-target > .teaser-thin, .agency-filter .collapse-target > .teaser-biggest {
    margin: 10px 0; }
  .agency-filter .checkbox {
    padding: 2px 0; }

.campaign-category {
  counter-reset: campaign-index; }
  .campaign-category .page-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgrey; }
  .campaign-category .preamble strong {
    float: left;
    display: inline-block;
    margin-right: 10px; }
  .campaign-category h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: .6em; }
    .campaign-category h4 a {
      text-decoration: underline;
      text-transform: none;
      font-size: 14px;
      font-weight: 100;
      color: inherit !important; }
  .campaign-list-columns .campaign-category {
    margin: 15px 0; }
    @media (min-width: 910px) {
      .campaign-list-columns .campaign-category {
        float: left;
        width: 49%; }
        .campaign-list-columns .campaign-category:nth-of-type(2n+1) {
          clear: both;
          margin-right: 2%; } }
  .campaign-category .campaign-title {
    font-weight: 100;
    font-size: 20px;
    text-transform: none; }
  .campaign-category .campaign-agency {
    font-weight: 100; }
  .campaign-category.large {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid lightgrey; }
    .campaign-category.large .campaign-title {
      font-size: 30px; }

.campaign-list-item {
  display: block;
  position: relative;
  overflow: hidden;
  counter-increment: campaign-index;
  color: black !important; }
  .large .campaign-list-item .campaign-image, .medium .campaign-list-item:first-of-type .campaign-image {
    display: block;
    width: 100%; }
  .large .campaign-list-item .campaign-info, .medium .campaign-list-item:first-of-type .campaign-info {
    width: 100%; }
  .small .campaign-list-item {
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 5px; }
    .small .campaign-list-item:nth-child(odd) {
      background: #f9f9f9; }
  .campaign-list-item .campaign-title:before {
    content: counter(campaign-index) ". "; }
  .campaign-list-item .campaign-agency {
    font-size: 13px; }
  .medium .campaign-list-item:nth-of-type(1n+2) {
    border-bottom: 1px solid #D3D3D3;
    padding: 15px 0; }
    .medium .campaign-list-item:nth-of-type(1n+2) .campaign-agency {
      font-weight: 700; }
  .campaign-list-item .campaign-image {
    display: inline-block;
    margin-right: 3%; }
    .medium .campaign-list-item .campaign-image {
      width: 27%; }
    .small .campaign-list-item .campaign-image {
      width: 17%; }
  .campaign-list-item .campaign-info {
    display: inline-block;
    width: 65%;
    vertical-align: middle; }
    .campaign-list-item .campaign-info h4 {
      margin: 0; }

.campaign-vote-form .widget .widget-title {
  margin-bottom: 8px; }

.select-unique-score + small {
  color: #0A0; }

.campaign-carousel {
  position: relative; }

.campaign-carousel-item {
  margin: 0 15px; }
  .campaign-carousel-item .image-overlay .tag, .campaign-carousel-item .large .campaign-list-item .campaign-info .tag, .large .campaign-list-item .campaign-carousel-item .campaign-info .tag, .campaign-carousel-item .medium .campaign-list-item:first-of-type .campaign-info .tag, .medium .campaign-list-item:first-of-type .campaign-carousel-item .campaign-info .tag, .campaign-carousel-item .image-overlay .tag-alternative-color, .campaign-carousel-item .large .campaign-list-item .campaign-info .tag-alternative-color, .large .campaign-list-item .campaign-carousel-item .campaign-info .tag-alternative-color, .campaign-carousel-item .medium .campaign-list-item:first-of-type .campaign-info .tag-alternative-color, .medium .campaign-list-item:first-of-type .campaign-carousel-item .campaign-info .tag-alternative-color {
    float: none; }
  .campaign-carousel-item .image-overlay .title, .campaign-carousel-item .large .campaign-list-item .campaign-info .title, .large .campaign-list-item .campaign-carousel-item .campaign-info .title, .campaign-carousel-item .medium .campaign-list-item:first-of-type .campaign-info .title, .medium .campaign-list-item:first-of-type .campaign-carousel-item .campaign-info .title {
    font-weight: 700;
    font-size: 26px;
    margin: .2em 0 .1em;
    letter-spacing: .5px; }

.people-list {
  padding: 0; }
  .people-list .person-info {
    background: #eee;
    margin-bottom: 30px; }

.widget-campaign-toplist h3 {
  font-weight: 100;
  margin-bottom: .6em; }
.widget-campaign-toplist .widget-text h4 {
  font-size: 16px;
  font-weight: 700 !important;
  margin: 0; }
.widget-campaign-toplist p, .widget-campaign-toplist .article-body, .widget-campaign-toplist .comments-header, .widget-campaign-toplist .comment-post, .widget-campaign-toplist .blog-single {
  margin-bottom: 12px; }
  .widget-campaign-toplist p:last-child, .widget-campaign-toplist .article-body:last-child, .widget-campaign-toplist .comments-header:last-child, .widget-campaign-toplist .comment-post:last-child, .widget-campaign-toplist .blog-single:last-child {
    margin-bottom: 0; }

.campaign-rules .widget {
  margin-bottom: 4%; }
  @media (min-width: 910px) {
    .campaign-rules .widget {
      float: left;
      width: 32%;
      margin-left: 2%; }
      .campaign-rules .widget:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0; } }
  .campaign-rules .widget .widget-title {
    font-weight: 100;
    text-align: left;
    line-height: 1.2;
    padding: 15px 20px 12px; }
    .campaign-rules .widget .widget-title b {
      display: block; }
  .campaign-rules .widget table {
    margin: 15px 0; }
    .campaign-rules .widget table td:first-child {
      padding-right: 20px; }
  .campaign-rules .widget .upload-arrow {
    color: inherit;
    text-decoration: underline; }
    .campaign-rules .widget .upload-arrow:before {
      display: inline-block;
      content: '';
      width: 18px;
      height: 18px;
      border-radius: 100%;
      margin-right: 8px;
      vertical-align: middle;
      background: #c10712; }

.gallery-single figure {
  position: relative;
  overflow: hidden; }

.gallery-archive-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 2%; }
  @media (min-width: 910px) {
    .gallery-archive-item {
      float: left;
      width: 49%; }
      .gallery-archive-item:nth-of-type(2n+1) {
        clear: both;
        margin-right: 2%; } }

.widget-gallery-header h3 {
  display: inline-block; }
.widget-gallery-header .all-link {
  float: right;
  color: inherit !important; }

.widget-gallery-list {
  clear: both;
  overflow: hidden; }
  .widget-gallery-list a {
    display: block;
    position: relative;
    float: left;
    width: 49%;
    margin-bottom: 2%; }
    .widget-gallery-list a:nth-of-type(2n) {
      margin-left: 2%; }
    .widget-gallery-list a.new:after {
      display: block;
      content: "Ny!";
      position: absolute;
      top: 4px;
      left: 4px;
      color: white;
      background: #ef316c;
      padding: 15px;
      border-radius: 100%;
      font-weight: 100;
      font-size: 17px;
      -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
      -moz-transform: rotate(-12deg);
      -o-transform: rotate(-12deg);
      transform: rotate(-12deg); }
    .widget-gallery-list a .title {
      margin: 0;
      font-size: 22px; }

/* Site banner */
.site-banner {
  position: relative;
  background: white;
  padding: 10px 0;
  background: #292929; }
  @media (min-width: 910px) {
    .site-banner {
      padding: 20px 0; } }
  @media (min-width: 910px) {
    .site-banner {
      padding-bottom: 0; } }
  .site-banner .module-banner {
    position: relative;
    padding-bottom: 20%;
    overflow: hidden; }
    @media (min-width: 910px) {
      .site-banner .module-banner {
        padding-bottom: 19.1%; } }
    .site-banner .module-banner > div, .site-banner .module-banner > img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0; }
  .site-banner .no-aspect-ratio {
    padding-bottom: 0 !important; }
    .site-banner .no-aspect-ratio > div, .site-banner .no-aspect-ratio > img {
      position: static !important; }
    .site-banner .no-aspect-ratio > div:empty {
      padding: 0 !important; }
  .site-banner .module-banner-heading {
    display: none !important; }

.quicklook-pane > .module-banner div img,
.quicklook-pane > .module-banner div embed,
.quicklook-pane > .module-banner div object {
  margin-bottom: 20px; }

.module-banner .desktop-hidden {
  display: block; }
@media (min-width: 910px) {
  .module-banner .mobile-hidden {
    display: block; }
  .module-banner .desktop-hidden {
    display: none; } }
.module-banner img, .module-banner embed, .module-banner object, .module-banner iframe {
  width: 100%; }
.module-banner.full-width > div {
  display: block; }

.banner-bar,
.module-banner-heading {
  background: #eee;
  padding: 5px 5px 4px !important;
  float: none !important;
  font-size: 7px;
  text-transform: uppercase;
  line-height: 1; }
  .banner-bar .no-aspect-ratio,
  .module-banner-heading .no-aspect-ratio {
    padding: 0 !important; }

.quicklook-wrapper {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  left: 0; }
  .quicklook-open .quicklook-wrapper {
    left: -100%; }
    @media (min-width: 1100px) {
      .quicklook-open .quicklook-wrapper {
        left: -1120px; }
        .quicklook-open .quicklook-wrapper:after {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: #EDEDED;
          opacity: .6;
          cursor: w-resize; } }

.quicklook-pane {
  position: fixed;
  background: #FFF;
  width: 100%;
  left: 100%;
  padding: 10px;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
  -webkit-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  @media (min-width: 910px) {
    .quicklook-pane {
      top: 46px; } }
  @media (min-width: 1100px) {
    .quicklook-pane {
      left: 162%;
      top: 46px;
      bottom: 0;
      width: 1100px;
      margin-left: -543px;
      padding: 20px; } }
  .quicklook-open .quicklook-pane {
    left: 0;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 1100px) {
      .quicklook-open .quicklook-pane {
        left: 50%; } }

.quicklook-open {
  overflow: hidden; }
  @media (min-width: 1100px) {
    .quicklook-open {
      padding-right: 15px; }
      .quicklook-open .main-menu.sticky-clone {
        padding-right: 15px;
        z-index: 5; } }

@media (min-width: 1100px) {
  .site-banner, .site-nav, .site-footer {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .quicklook-open .site-banner, .quicklook-open .site-nav, .quicklook-open .site-footer {
      opacity: 0; } }

.quicklook-close-button {
  position: fixed;
  bottom: 40px;
  left: 20px;
  width: 42px;
  height: 38px;
  padding: 6px 9px;
  -webkit-appearance: none;
  appearance: none;
  background: #c10712 url(../img/arrow-white.svg) no-repeat 46% center;
  background-size: auto 60%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1;
  -webkit-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.4s 0.6s;
  -ms-transition: all 0.4s 0.6s;
  -moz-transition: all 0.4s 0.6s;
  -o-transition: all 0.4s 0.6s;
  transition: all 0.4s 0.6s; }
  .quicklook-close-button:focus {
    outline: none; }
  .quicklook-open .quicklook-close-button {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.main-menu,
.site-footer,
.main-menu .current,
.main-menu .more-menu,
.header-search input {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.resume-play,
.resume-play .quicklook-pane,
.resume-play.quicklook-open .quicklook-wrapper:after,
.resume-play .lightbox-content {
  background-color: #292929; }

.resume-play a, .resume-play a:link, .resume-play a:visited, .resume-play p, .resume-play .article-body, .resume-play .comments-header, .resume-play .comment-post, .resume-play .blog-single {
  color: inherit; }
.resume-play h5 {
  margin: 10px 0; }
.resume-play main > .wrapper {
  background: #292929;
  color: #fff;
  padding-top: 0; }
.resume-play .widget {
  background: transparent; }
  .resume-play .widget .widget-title {
    background: #232323; }
  .resume-play .widget .widget-share {
    margin-top: 20px; }
  .resume-play .widget .widget-text {
    background: #343434;
    padding: 20px; }
.resume-play .main-menu {
  background: #3e3e3e; }
  .resume-play .main-menu .current, .resume-play .main-menu .more-menu {
    background: #232323; }
  .resume-play .main-menu li a, .resume-play .main-menu .menu-more-toggle {
    border-color: #373737; }
  .resume-play .main-menu .more-menu .current {
    background: #3e3e3e;
    border-color: #3e3e3e; }
  .resume-play .main-menu .more-menu li a {
    border-color: transparent; }
  .resume-play .main-menu .header-search input {
    background: #232323;
    border-color: #232323; }
.resume-play.more-menu-open .more-item {
  background-color: #373737; }
.resume-play .site-footer {
  background: #2d2d2d;
  color: #d4d4d4; }
  .resume-play .site-footer .site-logo {
    opacity: .8; }
  .resume-play .site-footer .site-footer-inner {
    border-color: #2d2d2d; }
  .resume-play .site-footer .site-footer-newsletter form input {
    background: #1f1f1f; }
.resume-play .quicklook-pane {
  color: #fff;
  padding-top: 0; }
.resume-play .list-box {
  position: relative;
  padding: 0 10px 20px;
  margin: 0 -10px 20px; }
  @media (min-width: 910px) {
    .resume-play .list-box {
      padding: 0 20px 20px;
      margin: 0 -20px 20px; } }
.resume-play .multi-carousel .carousel-navigation button {
  background-color: #3e3e3e;
  position: static;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  margin-top: -15px; }
.resume-play .carousel-navigation .count {
  padding: 0;
  font-size: 12px;
  color: #ccc; }
.resume-play .duration {
  color: #ccc; }
.resume-play .play-overlay {
  position: relative;
  display: block; }
  .resume-play .play-overlay:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25%; }
  .resume-play .play-overlay.audio:after {
    background-image: url(../img/play-audio.png); }
  .resume-play .play-overlay.video:after {
    background-image: url(../img/play-video.png); }
.resume-play .owl-item {
  padding: 10px; }
.resume-play .play-big-slider {
  background: #343434; }
.resume-play .play-item-big .duration {
  float: right; }
.resume-play .play-small-slider {
  padding-top: 20px; }
.resume-play .play-lists {
  padding: 0; }
.resume-play .play-lists-list {
  background: #343434;
  padding: 10px;
  margin-bottom: 3px; }
  .resume-play .play-lists-list:last-child {
    margin: 0; }
  @media (min-width: 910px) {
    .resume-play .play-lists-list {
      width: 33%;
      float: left;
      margin-right: 0.5%;
      padding: 20px; } }
  .resume-play .play-lists-list .item {
    overflow: hidden;
    margin-bottom: 10px; }
    .resume-play .play-lists-list .item .play-overlay {
      float: left;
      width: 45%;
      margin-right: 5%; }
  .resume-play .play-lists-list .play-lists-all {
    display: block;
    text-align: center; }
.resume-play .play-tags {
  clear: both;
  text-align: center;
  padding: 20px 0; }
.resume-play .play-filter {
  padding-top: 20px;
  background: #343434;
  text-align: center; }
  .resume-play .play-filter .play-categories a {
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    background: #4a4a4a;
    text-transform: uppercase;
    font-weight: 700; }
    .resume-play .play-filter .play-categories a.active {
      background: #232323; }
  .resume-play .play-filter .tag:not(.active), .resume-play .play-filter .tag-alternative-color:not(.active) {
    background: #4a4a4a; }
.resume-play .play-results .play-item-big {
  margin-bottom: 10px; }
  @media (min-width: 910px) {
    .resume-play .play-results .play-item-big {
      float: left;
      width: 23.5%;
      margin-left: 2%; }
      .resume-play .play-results .play-item-big:nth-child(4n+1) {
        clear: left;
        margin-left: 0; } }
.resume-play .play-single {
  padding-top: 30px; }
.resume-play .play-share-embed .lightbox-caller {
  width: 100%; }
.resume-play .lightbox-close button:after, .resume-play .lightbox-close button:before {
  background: #ffffff; }
.resume-play .lightbox-content {
  color: #fff; }
  .resume-play .lightbox-content textarea {
    width: 100%;
    height: 150px; }

.icon-arrow-left, .icon-arrow-left-blue, .widget-carousel .controls .prev, .icon-arrow-left-green, .icon-arrow-right, .widget-jobs .widget-footer .next, .widget-job-subscriptions .widget-footer .next, .btn-user:after, .icon-arrow-right-blue, .widget-carousel .controls .next, .icon-arrow-right-green {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJNJREFUeNpi+P//PwOROBqIdwMxF4hPrCY/IP77HwK2AzEbsZp+/UcFGwlp8sKiCQQy8WlyAuJvWDRV4PMjXk24NJrj0NSArA6bpo9YNHWgW4DMMSVWE7JGXSB+jUXTdFyBR0gTIz6N17BoAokx4Ytjimwk248UhSpF8UhRyqEorVKUOyjKjxSVABSVOVhLOYAAAwD2gjUJDLhrqAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto; }

.icon-arrow-left-blue, .widget-carousel .controls .prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAABAklEQVQ4T2NkIBZMWhfN8J8xgYGDxZ8h3fcbI1H6Jqz1Y2BkXA9UywTEOxje//EnrBGiaQ1QAyvcEkaGTfg1TlzjBbRkA4omkG5GxizcGievc2L4x7AFqIwTzTuVDPlBHdg1EtAEthQjcCZsMGdg/Lcf06b/jQz5wQ0w9agaIZp2ASX5UAz8z9DJUBBUgSyG0DhhrSnQ03uI0YRw6uQNugz//u0DCoigOX0GMCAyscU1IwM+TXmBWUBX/MeuceK6a0AJTTTJ6wzvL+kwNDT8w5WyKLARZCRZfoS5haxQhWsmJx5RNZOYcmCayUqrRGqmQX5EhDYZJQCqZhLLHJhmtFIOAMRzdq7tzbqSAAAAAElFTkSuQmCC); }

.icon-arrow-left-green {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMjBiODIzYy0yYmExLTQwZjctOGQwOC05ZGJiYWMyM2EwOWUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkMwRTIyNzA5OTk1MTFFNEE1QUJCQjY2NkQzMTg0MjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkMwRTIyNkY5OTk1MTFFNEE1QUJCQjY2NkQzMTg0MjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOWZiNzRkMi0xZDZmLTQwMTQtOGRiZS03YTRkODUzZjk3NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphZjkzZjc3Yy1iY2E4LTExNzctYmI5Ny1jY2MxODdiMTIyZDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4lAV+hAAAAhklEQVR42mL8//8/AzrwqdWRAVIbgTiLEV0BVPIAECsD8UkUBUBJRSC1Gyp5BYidWJAkVaA6pWGSW5qvvAabgCZ5GYidQZIgjcxn/q5BljwF1fkOZjITEC+BSv4G4lCg5EdkR4MUxADxUyBmBeLVQOv4kRUQdAPcm3h9gS8cSAtJbHEBEGAANVlSWbLNCYIAAAAASUVORK5CYII=); }

.icon-arrow-right, .widget-jobs .widget-footer .next, .widget-job-subscriptions .widget-footer .next, .btn-user:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJdJREFUeNpi+P//PwMQcwHxbiCOhvIJYhDBBsTb/0PAXyD2I1bjxv+o4BcxmkFE5n9MANLsRUgjCFdg0fwNiJ0IaSRZM7pAAw7N5oQ0gnAHFs0f0TXj8jwuzaaENILwdCyaXwOxLiGNjPg0E0ohTEB8DYvmazSxkSw/khWqZMUjWSmHrLRKVu4gOz+SXQKQXeaQVcoBBBgAIjc1CbtDW9sAAAAASUVORK5CYII=); }

.icon-arrow-right-blue, .widget-carousel .controls .next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAABBElEQVQ4T2NkAIGZm7kYfvzZyMD4fwFDXtBSsBgBwMjQsIqNQZBlI1CdBxD/Y/j/P5ChIHgTYY2T1m1k+M/gh6TwN1BzCCHNjAyT1mcCFU5Ds+E30PIAhvyQbbhsZgRLTFxXASTb0RR9Z2Bi8GHIDdqHTTNEIxmaERrBmtc2MDAw1mPY/J/JkaEg4CSyOKpGkMyEdR0MjAzlaJo/MfxnckPWjKkRr+b/LsDQPg1Sgl0jxM/TgWQGms1vGJiYnBhyAy7j1vj/PyiqQNGEVTNujSCrGhqYGAT1rgBZmmg2X6eBjWT5EWeU4AtVsuKRrJRDYkKnIHeQnR/JLgHILnNAaYmMUg4AdJKODaXMPhkAAAAASUVORK5CYII=); }

.icon-arrow-right-green {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMjBiODIzYy0yYmExLTQwZjctOGQwOC05ZGJiYWMyM2EwOWUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkMwRTIyNzQ5OTk1MTFFNEE1QUJCQjY2NkQzMTg0MjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkMwRTIyNzM5OTk1MTFFNEE1QUJCQjY2NkQzMTg0MjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOWZiNzRkMi0xZDZmLTQwMTQtOGRiZS03YTRkODUzZjk3NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphZjkzZjc3Yy1iY2E4LTExNzctYmI5Ny1jY2MxODdiMTIyZDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7I9+KXAAAAnUlEQVR42mL0rtE2Z2BgmAbE/luarzxhQANMQDwRiI2A+IBPrY4MNgW+QHwFiJWhihSRFTD+//+fASgoCmTvA2IdIH4KxA5A6+7AFYAAVNFeINZFVgRXAFXED6R2AbEZTBGKAqgiOSAFMp4ViE8SNIEFSRK3G/D5gvnM3zXIkneB2BEoeQ9mMsiKzUiSDujBDQrJfCA+h00SBAACDADoD05zmVnipgAAAABJRU5ErkJggg==); }

.phone-icon {
  margin: 0 0 10px;
  padding: 4px 10px 4px 48px;
  display: inline-block;
  background: url(../img/phone.png) no-repeat left center; }

.icon-locked {
  display: inline-block;
  width: .8em;
  background: url(../img/locked.svg) no-repeat center;
  background-size: contain;
  vertical-align: baseline;
  margin-right: 5px; }
  .icon-locked:after {
    content: '';
    display: block;
    padding-bottom: 150%; }

.form .label {
  display: inline-block;
  width: 100%;
  margin: 5px 0; }
.form .required label:after {
  display: inline-block;
  content: "*";
  color: #ca1e24;
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 4px; }
.form .message {
  display: none; }
.form .error input[type=text],
.form .error input[type=url],
.form .error input[type=password],
.form .error input[type=email],
.form .error input[type=search],
.form .error select,
.form .error textarea {
  border: 1px solid #ca1e24;
  background-color: #f5bfc0;
  margin-bottom: 0; }
.form .error label {
  color: #ca1e24; }
.form .error .message {
  display: block;
  background: #ca1e24;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 5px; }
.form input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  line-height: normal; }
.form input[type=text],
.form input[type=url],
.form input[type=password],
.form input[type=email],
.form input[type=search],
.form select,
.form textarea,
.form .select2-choices {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  outline: none;
  padding: 10px 10px;
  margin: 5px 0;
  border: solid 1px #d5d5d5; }
.form textarea {
  resize: vertical; }
.form button {
  margin: 5px 0; }
.form label {
  cursor: pointer; }
.form .form-inline {
  position: relative; }
  .form .form-inline button {
    position: absolute;
    top: 0;
    right: 0; }
.form .form-parallel .col {
  vertical-align: middle; }
  @media (max-width: 489px) {
    .form .form-parallel .col {
      display: block;
      width: 100%;
      padding: 0; } }
  @media (min-width: 490px) {
    .form .form-parallel .col:first-child {
      width: 35%; } }
.form .form-parallel label {
  display: block; }
  @media (min-width: 490px) {
    .form .form-parallel label {
      text-align: right; } }
.form .form-big-input input[type=text],
.form .form-big-input input[type=url],
.form .form-big-input input[type=password],
.form .form-big-input input[type=email],
.form .form-big-input input[type=search],
.form .form-big-input button {
  padding: 15px 20px; }
.form .form-small-input input[type=text],
.form .form-small-input input[type=url],
.form .form-small-input input[type=password],
.form .form-small-input input[type=email],
.form .form-small-input input[type=search],
.form .form-small-input button {
  padding: 5px 15px; }
.form .form-small-input button {
  line-height: 22px; }
.form .form-btn-white {
  font-weight: 700;
  background: #ffffff;
  border: solid 1px #d5d5d5; }
.form .col {
  padding: 0 10px; }
  .form .col:first-child {
    padding-left: 0; }
  .form .col:last-child {
    padding-right: 0; }

.label-radio, .label-checkbox {
  display: inline-block;
  width: 100%;
  margin: 5px 0; }
  .label-radio span, .label-checkbox span, .label-radio strong, .label-checkbox strong {
    display: inline-block;
    width: 96%;
    float: right; }
    @media (max-width: 489px) {
      .label-radio span, .label-checkbox span, .label-radio strong, .label-checkbox strong {
        width: 92%; } }

.label-radio-indent {
  padding-left: 15px; }

.form-comment .captcha {
  margin: 5px 0; }
.form-comment .row, .form-comment .teaser, .form-comment .teaser-grid, .form-comment .teaser-grid-alternative-color, .form-comment .teaser-thin, .form-comment .teaser-biggest {
  margin: 5px 0; }
.form-comment .image {
  width: 180px;
  text-align: center; }
  .form-comment .image img {
    width: 100%; }
.form-comment .field {
  vertical-align: bottom; }
@media (max-width: 489px) {
  .form-comment .captcha > .col,
  .form-comment .form-comment-submit > .col {
    display: inline-block;
    width: 100%;
    padding: 0; }
  .form-comment .captcha .image {
    border: solid 1px #d5d5d5;
    width: 100%; }
    .form-comment .captcha .image img {
      width: 180px; } }

.comment-login {
  background: #e5f4f7;
  padding: 30px 20px;
  margin: 0; }
  .comment-login .login-text + .login-text {
    margin-top: 10px; }

.comments .comments-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .comments .comments-list li {
    padding: 15px 0;
    border-bottom: solid 1px #d5d5d5; }
.comments .thumbs {
  padding-right: 30px;
  margin-right: 20px;
  display: inline-block;
  line-height: 30px; }
  .comments .thumbs.thumbs-up {
    color: #8f984c;
    background: url(../img/thumbs-up.png) 100% 50% no-repeat;
    background-size: 20px 20px; }
    .comments .thumbs.thumbs-up.active {
      background: url(../img/thumbs-up-active.png) 100% 50% no-repeat;
      background-size: 20px 20px; }
  .comments .thumbs.thumbs-down {
    color: #ca1e24;
    background: url(../img/thumbs-down.png) 100% 50% no-repeat;
    background-size: 20px 20px; }
    .comments .thumbs.thumbs-down.active {
      background: url(../img/thumbs-down-active.png) 100% 50% no-repeat;
      background-size: 20px 20px; }
.comments .comments-text {
  line-height: 1.4em; }
.comments .comments-actions {
  text-align: right; }
  .comments .comments-actions a:first-child {
    margin-right: 10px; }

/*SELECT2 TWEAKS */
.select2-container {
  margin-bottom: 5px; }

.select2-container .select2-choice,
.select2-container.select2-drop-above .select2-choice,
.select2-drop {
  background: #ffffff;
  border-radius: 0; }

.select2-container .select2-choice {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: solid 1px #d5d5d5; }

.select2-container-multi .select2-choices {
  background: #FFF;
  padding: 8px 5px 4px; }

.select2-container .select2-choice .select2-arrow {
  background: #c10712;
  border-radius: 0;
  width: 40px;
  height: 40px; }
  .select2-container .select2-choice .select2-arrow b {
    width: 0px;
    height: 0px;
    background: none;
    position: absolute;
    left: 50%;
    top: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #ffffff;
    margin-left: -5px;
    margin-top: -5px; }

.select2-results {
  padding: 0;
  margin: 0; }
  .select2-results li {
    padding: 10px;
    border: solid 1px #d5d5d5;
    border-top: none; }
    .select2-results li:first-child {
      border-top: solid 1px #d5d5d5; }
  .select2-results .select2-highlighted {
    background: #eeeeee;
    color: #000000; }

.select2-drop-active {
  border: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border: none; }

.select2-drop {
  -webkit-box-shadow: 0 0 0 rgba(20, 20, 20, 0);
  -moz-box-shadow: 0 0 0 rgba(20, 20, 20, 0);
  -ms-box-shadow: 0 0 0 rgba(20, 20, 20, 0);
  -o-box-shadow: 0 0 0 rgba(20, 20, 20, 0);
  box-shadow: 0 0 0 rgba(20, 20, 20, 0); }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: solid 1px #d5d5d5;
  -webkit-box-shadow: none;
  box-shadow: none; }

.widget {
  background: #ffffff;
  /* Default text */
  /* Default module title */
  /* Collapsable js */ }
  .widget .widget-text {
    font-size: 15px; }
  .widget .widget-list {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px; }
    .widget .widget-list p, .widget .widget-list .article-body, .widget .widget-list .comments-header, .widget .widget-list .comment-post, .widget .widget-list .blog-single {
      font-size: 15px;
      line-height: 20px; }
  .widget .widget-title {
    display: block;
    background: #c10712;
    padding: 20px;
    margin: 0;
    background: #292929;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    line-height: 1; }
  .widget.collapsable .widget-title {
    position: relative; }
  .widget.collapsable .widget-title:after {
    content: '';
    display: inline-block;
    border: 5px solid #ffffff;
    vertical-align: middle;
    border-color: transparent transparent transparent #ffffff;
    border-width: 8px 0px 8px 13px;
    position: absolute;
    top: 28px;
    right: 24px; }
  .widget.is-collapsed {
    border-bottom-width: 0; }
    .widget.is-collapsed .widget-title:after {
      border-color: #ffffff transparent transparent transparent;
      border-width: 13px 8px 0px 8px;
      margin-top: 2px; }

.collapsable.is-collapsed .collapse-target {
  display: none; }
.collapsable .collapse-toggle {
  cursor: pointer; }

.widget-user {
  display: none;
  line-height: 1;
  background-color: #005869;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  background: #292929; }
  .widget-user.active {
    display: block; }
  @media (min-width: 910px) {
    .widget-user {
      width: 290px;
      position: absolute;
      z-index: 999990;
      right: 0;
      top: 52px; } }
  .widget-user .error .label {
    color: #ffffff; }
  .widget-user .row + .row, .widget-user .teaser + .row, .widget-user .teaser-grid + .row, .widget-user .teaser-grid-alternative-color + .row, .widget-user .teaser-thin + .row, .widget-user .teaser-biggest + .row, .widget-user .row + .teaser, .widget-user .teaser + .teaser, .widget-user .teaser-grid + .teaser, .widget-user .teaser-grid-alternative-color + .teaser, .widget-user .teaser-thin + .teaser, .widget-user .teaser-biggest + .teaser, .widget-user .row + .teaser-grid, .widget-user .teaser + .teaser-grid, .widget-user .teaser-grid + .teaser-grid, .widget-user .teaser-grid-alternative-color + .teaser-grid, .widget-user .teaser-thin + .teaser-grid, .widget-user .teaser-biggest + .teaser-grid, .widget-user .row + .teaser-grid-alternative-color, .widget-user .teaser + .teaser-grid-alternative-color, .widget-user .teaser-grid + .teaser-grid-alternative-color, .widget-user .teaser-grid-alternative-color + .teaser-grid-alternative-color, .widget-user .teaser-thin + .teaser-grid-alternative-color, .widget-user .teaser-biggest + .teaser-grid-alternative-color, .widget-user .row + .teaser-thin, .widget-user .teaser + .teaser-thin, .widget-user .teaser-grid + .teaser-thin, .widget-user .teaser-grid-alternative-color + .teaser-thin, .widget-user .teaser-thin + .teaser-thin, .widget-user .teaser-biggest + .teaser-thin, .widget-user .row + .teaser-biggest, .widget-user .teaser + .teaser-biggest, .widget-user .teaser-grid + .teaser-biggest, .widget-user .teaser-grid-alternative-color + .teaser-biggest, .widget-user .teaser-thin + .teaser-biggest, .widget-user .teaser-biggest + .teaser-biggest {
    margin-top: 10px; }
  .widget-user .btn, .widget-user .job-page .page-header button, .job-page .page-header .widget-user button, .widget-user .btn-call-to-action {
    width: 100%;
    display: block;
    text-align: center; }
  .widget-user p, .widget-user .article-body, .widget-user .comments-header, .widget-user .comment-post, .widget-user .blog-single {
    font-size: 15px;
    line-height: 20px; }
  .widget-user a.link:link, .widget-user a:link,
  .widget-user a:link:visited,
  .widget-user a:link:active,
  .widget-user a:link:hover, .widget-user a.link:active, .widget-user a:active:link,
  .widget-user a:active:visited,
  .widget-user a:active,
  .widget-user a:active:hover, .widget-user a.link:hover, .widget-user a:hover:link,
  .widget-user a:hover:visited,
  .widget-user a:hover:active,
  .widget-user a:hover, .widget-user a.link:visited, .widget-user a:visited:link,
  .widget-user a:visited,
  .widget-user a:visited:active,
  .widget-user a:visited:hover {
    color: #ffffff; }
  .widget-user a.link:hover, .widget-user a:hover:link,
  .widget-user a:hover:visited,
  .widget-user a:hover:active,
  .widget-user a:hover {
    text-decoration: underline; }
  .widget-user .wrapper {
    position: relative;
    padding: 20px; }
    @media (min-width: 910px) {
      .widget-user .wrapper {
        padding: 30px 40px; }
        .widget-user .wrapper:before {
          display: inline-block;
          content: "";
          position: absolute;
          top: 0;
          right: 30px;
          margin-top: -20px;
          border: 10px solid transparent;
          border-width: 10px 8px;
          border-bottom-color: #005869;
          border-bottom-color: #292929; } }

.widget-free-text {
  background: #f5f5f5;
  /* Color modifiers */ }
  .widget-free-text .widget-title {
    font-weight: 700; }
  .widget-free-text .widget-text {
    padding: 20px; }
    .widget-free-text .widget-text h4 {
      font-weight: 400; }
  .widget-free-text.centered {
    text-align: center; }
  .widget-free-text.blue .widget-title, .widget-free-text.primary-color-1 .widget-title {
    background: #c10712; }
  .widget-free-text.green, .widget-free-text.primary-color-3 {
    background: #f4f5ed;
    border-color: #8f984c; }
    .widget-free-text.green .widget-title, .widget-free-text.primary-color-3 .widget-title {
      background: #8f984c; }
  .widget-free-text.purple, .widget-free-text.primary-color-7 {
    background: #f3e8f1;
    border-color: #8e1975; }
    .widget-free-text.purple .widget-title, .widget-free-text.primary-color-7 .widget-title {
      background: #8e1975; }
  .widget-free-text.brown, .widget-free-text.primary-color-9 {
    background: #f5f4f0;
    border-color: #a19271; }
    .widget-free-text.brown .widget-title, .widget-free-text.primary-color-9 .widget-title {
      background: #a19271; }
  .widget-free-text .image-overlay .title, .widget-free-text .large .campaign-list-item .campaign-info .title, .large .campaign-list-item .widget-free-text .campaign-info .title, .widget-free-text .medium .campaign-list-item:first-of-type .campaign-info .title, .medium .campaign-list-item:first-of-type .widget-free-text .campaign-info .title {
    font-size: 23px; }
  .job-single .widget-free-text .btn, .job-single .widget-free-text .job-page .page-header button, .job-page .page-header .job-single .widget-free-text button, .job-single .widget-free-text .btn-call-to-action {
    margin-top: 10px; }

.widget.widget-tag {
  background: none;
  border-bottom: none; }
  .widget.widget-tag a:hover .widget-text {
    text-decoration: underline; }
  .widget.widget-tag .widget-title {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px;
    background: #8e1975;
    background: #c10712; }
  .widget.widget-tag .widget-text {
    padding: 20px;
    background: #005869;
    background: #eee;
    color: #2f2f2f; }

.widget.widget-poll {
  border-bottom: none; }
  .widget.widget-poll .widget-title {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px;
    background: #8e1975; }
  .widget.widget-poll .poll-content {
    position: relative;
    padding: 20px;
    background: #f3e8f1; }
  .widget.widget-poll .poll-content-answered {
    position: relative;
    padding: 20px;
    background: #f3e8f1;
    text-align: center; }
  .widget.widget-poll .label-radio, .widget.widget-poll .label-checkbox {
    padding-bottom: 15px; }
    .widget.widget-poll .label-radio input, .widget.widget-poll .label-checkbox input {
      display: none; }
    .widget.widget-poll .label-radio .widget-text, .widget.widget-poll .label-checkbox .widget-text {
      position: relative;
      padding-left: 45px; }
      .widget.widget-poll .label-radio .widget-text:before, .widget.widget-poll .label-checkbox .widget-text:before {
        display: inline-block;
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
        background-color: #ffffff;
        border: solid 1px #d5d5d5;
        border-radius: 30px;
        -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
        -moz-box-shadow: inset 0px 0px 0px 5px #fff;
        box-shadow: inset 0px 0px 0px 5px #fff; }
    .widget.widget-poll .label-radio input:checked + .widget-text:before, .widget.widget-poll .label-checkbox input:checked + .widget-text:before {
      background-color: #8e1975; }
  .widget.widget-poll .poll-submit {
    position: relative;
    display: inline-block; }
    .widget.widget-poll .poll-submit .btn, .widget.widget-poll .poll-submit .job-page .page-header button, .job-page .page-header .widget.widget-poll .poll-submit button, .widget.widget-poll .poll-submit .btn-call-to-action {
      padding: 10px 20px; }
  .widget.widget-poll .progress-bar {
    display: inline-block;
    height: 25px;
    width: 70%;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #8e1975; }
  .widget.widget-poll .progress-bar-two {
    display: inline-block;
    height: 25px;
    width: 10%;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #8e1975; }
  .widget.widget-poll .progress-bar-three {
    display: inline-block;
    height: 25px;
    width: 20%;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #8e1975; }
  .widget.widget-poll .progress-text {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
    color: #8e1975; }

.widget-carousel.widget-carousel--light .widget-title {
  font-size: 14px; }
.widget-carousel.widget-carousel--light .text-blue, .widget-carousel.widget-carousel--light .link, .widget-carousel.widget-carousel--light a:link,
.widget-carousel.widget-carousel--light a:visited,
.widget-carousel.widget-carousel--light a:active,
.widget-carousel.widget-carousel--light a:hover {
  font-size: 25px; }
  .widget-carousel.widget-carousel--light .text-blue > * + *, .widget-carousel.widget-carousel--light .link > * + *, .widget-carousel.widget-carousel--light a:link > * + *,
  .widget-carousel.widget-carousel--light a:visited > * + *,
  .widget-carousel.widget-carousel--light a:active > * + *,
  .widget-carousel.widget-carousel--light a:hover > * + * {
    margin-top: 20px; }
.widget-carousel.widget-carousel--light .item-text {
  font-size: 14px; }
.widget-carousel.widget-carousel--light .controls .text {
  font-size: 18px; }
.widget-carousel.widget-carousel--blue .widget-title {
  background-color: #092E73; }
.widget-carousel.widget-carousel--blue .item .text-blue, .widget-carousel.widget-carousel--blue .item .link, .widget-carousel.widget-carousel--blue .item a:link,
.widget-carousel.widget-carousel--blue .item a:visited,
.widget-carousel.widget-carousel--blue .item a:active,
.widget-carousel.widget-carousel--blue .item a:hover {
  color: #000; }
.widget-carousel.widget-carousel--blue .item .item-text {
  background-color: #F3F4F8; }
.widget-carousel.widget-carousel--blue .owl-wrapper-outer {
  background-color: #F3F4F8; }
.widget-carousel.widget-carousel--blue .owl-item {
  background-color: #F3F4F8; }
.widget-carousel.widget-carousel--blue .controls {
  background-color: #F3F4F8; }
  .widget-carousel.widget-carousel--blue .controls .next {
    background-color: #092E73; }
  .widget-carousel.widget-carousel--blue .controls .prev {
    background-color: #092E73; }
.widget-carousel a:hover .item-text-big,
.widget-carousel a:hover .item-text {
  text-decoration: underline; }
.widget-carousel .item .title {
  font-weight: 400; }
.widget-carousel .item .item-text-big {
  padding: 20px;
  background: #eeeeee;
  color: #000000; }
.widget-carousel .item .item-text {
  padding: 20px;
  background: #eeeeee;
  color: #000000; }
  .widget-carousel .item .item-text .text-color-1 {
    color: #c10712; }
.widget-carousel .controls {
  display: table;
  width: 100%;
  padding-top: 10px; }
  .widget-carousel .controls .prev,
  .widget-carousel .controls .text,
  .widget-carousel .controls .next {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .widget-carousel .controls .next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .widget-carousel .controls .prev,
  .widget-carousel .controls .next {
    font-size: 0;
    padding: 10px;
    width: 10%;
    height: 40px;
    color: #fff;
    background-size: 8px auto;
    cursor: pointer;
    background: #c10712 url(../img/arrow-white.svg) no-repeat 46% center/30%;
    border-radius: 4px;
    width: 15%; }

.widget-date .widget-list {
  padding: 0;
  margin: 0; }
  .widget-date .widget-list li {
    padding: 15px 0;
    border-bottom: solid 1px #d5d5d5; }
    .widget-date .widget-list li:last-child {
      border: none; }
.widget-date .date {
  font-weight: 700;
  width: 20%; }
.widget-date .widget-footer {
  position: relative;
  background: #c10712;
  padding: 10px 10px 8px; }
  .widget-date .widget-footer .col {
    vertical-align: middle; }
  .widget-date .widget-footer .text {
    padding-left: 30px;
    padding-top: 2px; }
  .widget-date .widget-footer a {
    color: white;
    font-size: 12px; }
  .widget-date .widget-footer .next {
    background-size: 8px auto;
    position: absolute;
    right: 11px;
    bottom: 9px;
    width: 10px;
    height: 14px;
    text-indent: -100px;
    overflow: hidden; }

.widget-most-read .widget-list {
  margin: 0;
  padding: 0;
  counter-reset: li;
  list-style: none; }
  .widget-most-read .widget-list li {
    position: relative;
    display: table;
    min-height: 30px;
    width: 100%;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d5d5d5;
    background: #eee;
    border-bottom: none;
    margin-top: 2px;
    padding: 10px 10px 10px 50px; }
    .widget-most-read .widget-list li a {
      display: table-cell;
      vertical-align: middle;
      font-weight: 600; }
    .widget-most-read .widget-list li:before {
      background: #c10712;
      color: #ffffff;
      content: counter(li);
      counter-increment: li;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      text-align: center;
      left: 0px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      left: 10px;
      top: 50%;
      margin-top: -17px;
      border-radius: 100%;
      line-height: 32px; }
.widget-most-read.widget-most-read--spacious .widget-list-item {
  padding-bottom: 20px;
  padding-top: 20px; }
.widget-most-read.widget-most-read--blue .widget-title {
  background-color: #092E73; }
.widget-most-read.widget-most-read--blue .widget-list li:before {
  background-color: #092E73; }
.widget-most-read.widget-most-read--blue .widget-list-item {
  background-color: #F3F4F8; }
  .widget-most-read.widget-most-read--blue .widget-list-item:before {
    background-color: #092E73; }
.widget-most-read.widget-most-read--light .widget-list .widget-text {
  font-size: 18px; }
  .widget-most-read.widget-most-read--light .widget-list .widget-text a {
    font-weight: 200; }
.widget-most-read .widget-list-item--up .widget-text {
  position: relative; }
  .widget-most-read .widget-list-item--up .widget-text:after {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    border-style: solid;
    border-color: #092E73;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 2px;
    border-bottom-width: 2px;
    content: '';
    transform: translateY(-50%) rotate(135deg); }
  .widget-most-read .widget-list-item--up .widget-text:before {
    height: 10px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: 13px;
    background-color: #092E73;
    content: '';
    transform: translateY(-50%); }
.widget-most-read .widget-list-item--down .widget-text {
  position: relative; }
  .widget-most-read .widget-list-item--down .widget-text:after {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    border-style: solid;
    border-color: #c10712;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 2px;
    border-bottom-width: 2px;
    content: '';
    transform: translateY(-50%) rotate(-45deg); }
  .widget-most-read .widget-list-item--down .widget-text:before {
    height: 10px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: 13px;
    background-color: #c10712;
    content: '';
    transform: translateY(-50%); }

.widget-short-news {
  background: #e5f4f7; }
  .widget-short-news p, .widget-short-news .article-body, .widget-short-news .comments-header, .widget-short-news .comment-post, .widget-short-news .blog-single {
    color: #000000; }
  .widget-short-news .widget-list {
    list-style: none; }
    .widget-short-news .widget-list li {
      padding: 15px;
      border-bottom: solid 1px #ffffff; }

.widget-article-tags {
  border: none;
  margin: 20px 0; }
  .widget-article-tags .col {
    vertical-align: middle; }
    .widget-article-tags .col:first-child {
      width: 80px; }
  .widget-article-tags .btn, .widget-article-tags .job-page .page-header button, .job-page .page-header .widget-article-tags button, .widget-article-tags .btn-call-to-action {
    text-align: center;
    display: inline-block;
    margin-right: 10px; }

.widget-article-info {
  border: none;
  margin-bottom: 0;
  padding: 0;
  border-top: solid 1px #d5d5d5; }
  .widget-article-info + .widget-article-share {
    margin-top: 0; }
  .widget-article-info .col {
    vertical-align: middle; }
    .widget-article-info .col p:first-child, .widget-article-info .col .article-body:first-child, .widget-article-info .col .comments-header:first-child, .widget-article-info .col .comment-post:first-child, .widget-article-info .col .blog-single:first-child {
      padding-top: 10px; }
    .widget-article-info .col p:last-child, .widget-article-info .col .article-body:last-child, .widget-article-info .col .comments-header:last-child, .widget-article-info .col .comment-post:last-child, .widget-article-info .col .blog-single:last-child {
      padding-bottom: 10px; }
    .widget-article-info .col:first-child {
      width: 120px; }

.widget-article-share {
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative; }
  .widget-article-share + .widget-article-info {
    margin-top: 0; }
  .widget-article-share p, .widget-article-share .article-body, .widget-article-share .comments-header, .widget-article-share .comment-post, .widget-article-share .blog-single {
    padding: 15px 0; }
  .widget-article-share .col {
    padding: 10px 0;
    vertical-align: middle; }
    .widget-article-share .col:first-child {
      width: 125px; }
    .widget-article-share .col.share-scroll {
      width: auto; }
  @media (max-width: 909px) {
    .widget-article-share .col:first-child {
      width: 100%;
      display: block;
      padding-bottom: 0; }
    .widget-article-share .col.share-scroll {
      display: none; }
    .widget-article-share .share-scroll + .col {
      display: block;
      text-align: left; }
    .widget-article-share .share-wrapper-float {
      float: left !important; } }
  .widget-article-share .align-right {
    text-align: right; }
  .widget-article-share .share-follow {
    border-top: solid 1px #d5d5d5;
    vertical-align: middle; }
    .widget-article-share .share-follow .col:first-child {
      min-width: 205px; }
    .widget-article-share .share-follow .col:last-child {
      font-size: 0; }
      .widget-article-share .share-follow .col:last-child > div {
        margin-left: 5px; }

.share-wrapper {
  vertical-align: middle;
  font-size: 12px; }
  @media (max-width: 909px) {
    .share-wrapper {
      display: block !important;
      padding-top: 5px !important;
      width: 100%; }
      .share-wrapper .email {
        margin-bottom: 15px; } }
  .share-wrapper .share-wrapper-float > * {
    float: left; }
    .share-wrapper .share-wrapper-float > * + * {
      margin-left: 5px; }
  .share-wrapper.align-right {
    width: 300px; }
    .share-wrapper.align-right .share-wrapper-float {
      float: right; }
  .share-wrapper .share-btn {
    padding: 2px 5px;
    border: solid 1px #d5d5d5;
    background: #eeeeee;
    color: inherit;
    background: #eeeeee;
    background: linear-gradient(to bottom, #eeeeee 0%, #2f2f2f 100%);
    background: -moz-linear-gradient(top, #eeeeee 0%, #2f2f2f 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #2f2f2f 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #2f2f2f 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #2f2f2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #2f2f2f));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#eeeeee', endColorstr= '#2f2f2f', GradientType=0);
    border-radius: 3px; }
    .share-wrapper .share-btn:hover {
      border-color: #2f2f2f;
      background: #2f2f2f; }
    .share-wrapper .share-btn a,
    .share-wrapper .share-btn a:hover,
    .share-wrapper .share-btn a:focus {
      display: block;
      color: black;
      text-decoration: none; }
  .share-wrapper .email {
    position: relative;
    padding-left: 30px; }
    .share-wrapper .email:before {
      display: inline-block;
      content: "";
      width: 20px;
      height: 14px;
      position: absolute;
      left: 5px;
      top: 50%;
      margin-top: -7px;
      background: url(../img/email.png) 50% 50% no-repeat;
      background-size: 100% auto; }

.widget-article-ad {
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 20px; }
  .widget-article-ad .ad {
    margin: 0 auto;
    max-width: 560px; }

.widget-calendar {
  background: #e5f4f7;
  background: #eee; }
  .widget-calendar a:hover .widget-text {
    text-decoration: underline; }
  .widget-calendar .widget-list {
    padding: 0; }
    .widget-calendar .widget-list li {
      padding: 10px 10px; }
      .widget-calendar .widget-list li + li {
        border-top: solid 1px #d5d5d5;
        border-top: 2px solid white; }
    .widget-calendar .widget-list .widget-text {
      font-size: 12px;
      line-height: 18px;
      color: #000000; }
      .widget-calendar .widget-list .widget-text + .widget-text {
        margin-top: 5px;
        margin-top: 0;
        font-size: 14px; }
    .widget-calendar .widget-list .date {
      float: left;
      width: 20%; }
    .widget-calendar .widget-list .text {
      float: right;
      width: 80%;
      padding-left: 15px; }
    .widget-calendar .widget-list .date-wrapper {
      text-align: center;
      padding: 10px;
      background: #c10712;
      font-size: 15px;
      line-height: 15px;
      background: none;
      color: #c10712; }
      .widget-calendar .widget-list .date-wrapper strong {
        font-size: 24px;
        line-height: 24px;
        display: block; }

.widget-small {
  background: #c10712;
  color: #ffffff;
  padding: 20px; }
  .widget-small.widget-small--light {
    padding: 40px 20px; }
    .widget-small.widget-small--light p, .widget-small.widget-small--light .article-body, .widget-small.widget-small--light .comments-header, .widget-small.widget-small--light .comment-post, .widget-small.widget-small--light .blog-single {
      font-weight: 200; }
    .widget-small.widget-small--light > * + * {
      margin-top: 20px; }
    .widget-small.widget-small--light .widget-interaction {
      margin-top: 20px; }
  .widget-small a:link {
    text-decoration: underline; }
  .widget-small .widget-title {
    font-weight: 700; }
  .widget-small .widget-interaction {
    margin-top: 10px; }
  .widget-small.green {
    background: #8f984c; }
  .widget-small.purple {
    background: #8e1975; }
  .widget-small.brown {
    background: #a19271; }
  .widget-small.blue {
    background: #092E73; }
    .widget-small.blue > * {
      color: #fff; }

.widget-bloggers .widget-list {
  padding: 0 10px; }
  .widget-bloggers .widget-list li {
    padding: 10px 0; }
.widget-bloggers .image {
  width: 30%; }
  .widget-bloggers .image img {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px; }
.widget-bloggers .text {
  padding-left: 10px; }
.widget-bloggers .widget-blogger-name {
  color: #a19271;
  font-weight: 700; }
.widget-bloggers.internal {
  background: #e5f4f7; }
.widget-bloggers.external {
  background: #f5f4f0; }

.widget-jobs, .widget-job-subscriptions {
  border-bottom: none;
  background: #fffbfb; }
  .widget-jobs a:hover .widget-text, .widget-job-subscriptions a:hover .widget-text {
    text-decoration: underline; }
  .widget-jobs .widget-title, .widget-job-subscriptions .widget-title {
    background: #c10712; }
  .widget-jobs .widget-list, .widget-job-subscriptions .widget-list {
    list-style: none; }
    .widget-jobs .widget-list li, .widget-job-subscriptions .widget-list li {
      position: relative;
      padding-left: 35px;
      padding-right: 10px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .widget-jobs .widget-list li:before, .widget-job-subscriptions .widget-list li:before, .widget-jobs .widget-list li:after, .widget-job-subscriptions .widget-list li:after {
        content: " ";
        position: absolute;
        top: 12px;
        left: 10px;
        background: #c10712;
        width: 15px;
        height: 15px; }
      .widget-jobs .widget-list li:after, .widget-job-subscriptions .widget-list li:after {
        background: #ffffff;
        top: 17px;
        left: 15px;
        width: 5px;
        height: 5px;
        border-radius: 5px; }
      .widget-jobs .widget-list li:last-child, .widget-job-subscriptions .widget-list li:last-child {
        border-bottom: none; }
      .widget-jobs .widget-list li:nth-child(odd), .widget-job-subscriptions .widget-list li:nth-child(odd) {
        background-color: #fff1f2; }
  .widget-jobs .widget-text, .widget-job-subscriptions .widget-text {
    font-weight: 700;
    color: #000000;
    word-wrap: break-word; }
  .widget-jobs .widget-footer, .widget-job-subscriptions .widget-footer {
    background: #c10712;
    font-size: 12px;
    color: #ffffff;
    position: relative; }
    .widget-jobs .widget-footer a:hover .text, .widget-job-subscriptions .widget-footer a:hover .text {
      text-decoration: underline; }
    .widget-jobs .widget-footer .text, .widget-job-subscriptions .widget-footer .text,
    .widget-jobs .widget-footer .next,
    .widget-job-subscriptions .widget-footer .next {
      color: #ffffff; }
    .widget-jobs .widget-footer .text, .widget-job-subscriptions .widget-footer .text {
      padding-right: 20px; }
    .widget-jobs .widget-footer .next, .widget-job-subscriptions .widget-footer .next {
      background-size: 8px auto;
      position: absolute;
      right: 11px;
      bottom: 11px;
      text-indent: -100px;
      overflow: hidden; }
    .widget-jobs .widget-footer .col, .widget-job-subscriptions .widget-footer .col {
      vertical-align: middle; }
  .widget-jobs .form-inline, .widget-job-subscriptions .form-inline {
    padding: 5px 10px;
    margin-bottom: -10px; }
    .widget-jobs .form-inline input, .widget-job-subscriptions .form-inline input {
      background: #a80610;
      color: #fff;
      border: none;
      border-radius: 4px; }
    .widget-jobs .form-inline .btn, .widget-job-subscriptions .form-inline .btn, .widget-jobs .form-inline .job-page .page-header button, .job-page .page-header .widget-jobs .form-inline button, .widget-job-subscriptions .form-inline .job-page .page-header button, .job-page .page-header .widget-job-subscriptions .form-inline button, .widget-jobs .form-inline .btn-call-to-action, .widget-job-subscriptions .form-inline .btn-call-to-action {
      top: 5px;
      right: 10px;
      background: #c10712;
      background: url(../img/search.svg) no-repeat center;
      background-size: auto 50%;
      text-indent: 100%;
      width: 30px;
      overflow: hidden;
      padding: 0;
      height: 32px; }
  .widget-jobs .view-jobs, .widget-job-subscriptions .view-jobs {
    padding: 10px;
    background: #c10712; }

.widget-bypass {
  border-bottom: solid 3px #c10712; }
  .widget-bypass .widget-text {
    font-size: 15px;
    padding: 15px 0; }
  .widget-bypass .widget-list {
    border-bottom: 1px solid #ccc; }
  .widget-bypass .widget-header {
    padding: 15px;
    background: #e5f4f7; }
    .widget-bypass .widget-header .headline {
      font-size: 15px;
      font-weight: 700;
      color: #c10712; }
    .widget-bypass .widget-header .name {
      font-size: 15px; }

.widget-information {
  background: #f2ede5; }
  .widget-information p, .widget-information .article-body, .widget-information .comments-header, .widget-information .comment-post, .widget-information .blog-single {
    font-size: 15px; }
  .widget-information .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 15px 20px; }
  .widget-information .widget-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .widget-information .widget-list li {
      padding: 15px 20px;
      border-top: solid 1px #ffffff; }
      .widget-information .widget-list li:last-child {
        border-top: none; }

.widget-agenda-date {
  border-bottom: none; }
  .widget-agenda-date .widget-list li {
    padding: 10px 0; }
  .widget-agenda-date .date {
    font-weight: 700;
    width: 10%; }

.widget-agenda-information .widget-list, .widget-sponsor .widget-list {
  list-style-type: none; }
  .widget-agenda-information .widget-list li, .widget-sponsor .widget-list li {
    padding: 10px 0;
    border-bottom: solid 1px #d5d5d5; }
.widget-agenda-information .col, .widget-sponsor .col {
  display: block; }
.widget-agenda-information .date, .widget-sponsor .date {
  font-weight: 700;
  color: #c10712; }

.widget-agenda-speakers .widget-list li {
  padding: 10px 0;
  border-bottom: solid 1px #d5d5d5; }
.widget-agenda-speakers .image {
  width: 30%; }
.widget-agenda-speakers .name {
  color: #a19271;
  font-weight: 700; }
.widget-agenda-speakers .image + .text {
  padding-left: 10px; }

.widget-form-panel {
  background: #f5f4f0;
  border-bottom: solid 3px #a19271; }
  .widget-form-panel .widget-title {
    background: #a19271; }
  .widget-form-panel hr {
    margin: 20px 0 10px; }
  .widget-form-panel .col {
    width: 50%; }
  .widget-form-panel label {
    padding: 10px 0 10px;
    display: block; }
  .widget-form-panel .row, .widget-form-panel .teaser, .widget-form-panel .teaser-grid, .widget-form-panel .teaser-grid-alternative-color, .widget-form-panel .teaser-thin, .widget-form-panel .teaser-biggest {
    padding-bottom: 10px; }
  .widget-form-panel .form {
    padding: 20px; }
  .widget-form-panel .select2-container .select2-choice .select2-arrow {
    background: #a19271; }

.widget-job-subscriptions a:hover .widget-name {
  text-decoration: underline; }
.widget-job-subscriptions a:hover .widget-text {
  text-decoration: none; }
.widget-job-subscriptions .widget-title {
  font-weight: 700; }
.widget-job-subscriptions .widget-list li {
  background: #f4f5ed;
  padding: 15px;
  border-bottom: solid 1px #ffffff; }
  .widget-job-subscriptions .widget-list li:nth-child(odd) {
    background-color: #f4f5ed; }
  .widget-job-subscriptions .widget-list li:before, .widget-job-subscriptions .widget-list li:after {
    content: none; }
.widget-job-subscriptions .widget-name {
  font-weight: 700;
  color: #8f984c; }
.widget-job-subscriptions .widget-text {
  font-weight: normal; }

.widget-last-chance {
  border: none; }
  .widget-last-chance a:hover .widget-name {
    text-decoration: underline; }
  .widget-last-chance .widget-title {
    background: #8f984c; }
  .widget-last-chance .widget-list {
    list-style: none; }
    .widget-last-chance .widget-list li {
      background: #f4f5ed;
      padding: 15px;
      border-bottom: solid 1px #ffffff; }
      .widget-last-chance .widget-list li:before, .widget-last-chance .widget-list li:after {
        content: none; }
  .widget-last-chance .widget-name {
    font-weight: 700;
    color: #8f984c; }
  .widget-last-chance .widget-text {
    font-weight: normal;
    color: #000000; }

.widget-checkboxes {
  background: #e5f4f7; }
  .widget-checkboxes .btn, .widget-checkboxes .job-page .page-header button, .job-page .page-header .widget-checkboxes button, .widget-checkboxes .btn-call-to-action {
    margin: 0; }
  .widget-checkboxes .form {
    padding: 20px; }
  .widget-checkboxes .select {
    max-width: 240px; }
    .widget-checkboxes .select label {
      display: inline-block;
      padding: 15px 0; }
    .widget-checkboxes .select .col {
      padding: 10px 0; }
  .widget-checkboxes .checkbox input {
    margin-right: 5px; }
  .widget-checkboxes .checkbox .col {
    padding: 5px 0; }
  .widget-checkboxes label {
    white-space: nowrap; }
    .widget-checkboxes label span {
      white-space: initial;
      display: inline-block;
      vertical-align: top; }
  @media (max-width: 489px) {
    .widget-checkboxes .col {
      display: inline-block;
      width: 100%;
      padding: 0; } }

.widget-styled {
  border: solid 1px #d5d5d5; }
  .widget-styled > * {
    padding: 20px; }
    .widget-styled > * + * {
      padding-top: 0; }
    .widget-styled > *:last-child {
      padding-bottom: 20px; }
  .widget-styled .widget-styled-banner {
    border-bottom: solid 1px #d5d5d5;
    padding: 0; }
    .widget-styled .widget-styled-banner img {
      width: 100%; }
  .widget-styled .widget-title {
    color: #c10712;
    border-bottom: solid 1px #d5d5d5;
    padding: 15px 20px; }
  .widget-styled .widget-title + * {
    padding-top: 20px; }
  .widget-styled .widget-text,
  .widget-styled ul,
  .widget-styled ol {
    font-weight: 400;
    color: #000000; }
  .widget-styled ul,
  .widget-styled ol {
    padding-left: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    list-style: none; }
    .widget-styled ul li,
    .widget-styled ol li {
      position: relative; }
  .widget-styled .list-heading {
    list-style: none; }
  .widget-styled ul {
    list-style-type: dots; }
    .widget-styled ul li {
      padding-left: 40px; }
    .widget-styled ul li:before {
      content: "•";
      position: absolute;
      left: 20px; }
    .widget-styled ul .list-title {
      padding-left: 20px;
      margin-bottom: 5px; }
      .widget-styled ul .list-title:before {
        display: none;
        content: ""; }
  .widget-styled ol {
    counter-reset: li; }
    .widget-styled ol li {
      padding-left: 40px; }
    .widget-styled ol li:before {
      content: counter(li) ".";
      position: absolute;
      counter-increment: li;
      left: 20px;
      color: #c10712;
      font-weight: 700; }
  .widget-styled .widget-tbl {
    padding-right: 0;
    display: table;
    width: 100%;
    list-style: none; }
    .widget-styled .widget-tbl li:before {
      display: none;
      content: ""; }
    .widget-styled .widget-tbl .row, .widget-styled .widget-tbl .teaser, .widget-styled .widget-tbl .teaser-grid, .widget-styled .widget-tbl .teaser-grid-alternative-color, .widget-styled .widget-tbl .teaser-thin, .widget-styled .widget-tbl .teaser-biggest {
      display: table-row; }
      .widget-styled .widget-tbl .row:nth-child(odd), .widget-styled .widget-tbl .teaser:nth-child(odd), .widget-styled .widget-tbl .teaser-grid:nth-child(odd), .widget-styled .widget-tbl .teaser-grid-alternative-color:nth-child(odd), .widget-styled .widget-tbl .teaser-thin:nth-child(odd), .widget-styled .widget-tbl .teaser-biggest:nth-child(odd) {
        background-color: #eeeeee; }
    .widget-styled .widget-tbl .col {
      padding: 5px 20px;
      padding-right: 0; }
      .widget-styled .widget-tbl .col:last-child {
        text-align: right;
        padding-right: 20px; }

.hero-full {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 5% 0;
  font-size: 20px;
  color: white; }
  .hero-full .hero-logo {
    width: 250px;
    margin-bottom: 20px; }
    @media (min-width: 490px) {
      .hero-full .hero-logo {
        margin-bottom: 40px; } }
  .hero-full .hero-title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400; }
  .hero-full .btn, .hero-full .job-page .page-header button, .job-page .page-header .hero-full button, .hero-full .btn-call-to-action {
    display: inline-block;
    margin: 20px 0; }
    @media (min-width: 490px) {
      .hero-full .btn, .hero-full .job-page .page-header button, .job-page .page-header .hero-full button, .hero-full .btn-call-to-action {
        margin: 40px 0; } }
  @media (min-width: 490px) {
    .hero-full .hero-part {
      float: left;
      width: 50%; }
      .hero-full .hero-part:nth-of-type(2) {
        padding-left: 20px; } }

.widget-notices {
  border: 1px solid #eee;
  border-width: 1px 0; }
  .widget-notices strong {
    display: block;
    padding: 7px 0 5px;
    font-size: 12px;
    text-transform: uppercase; }
  .widget-notices ul, .widget-notices li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget-notices li {
    border-top: 1px solid #eee;
    padding: 5px 0; }
    .widget-notices li a {
      color: black; }
  .widget-notices .tag, .widget-notices .tag-alternative-color {
    position: relative;
    background: black;
    margin-right: 17px;
    top: -2px; }
    .widget-notices .tag:after, .widget-notices .tag-alternative-color:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      margin-left: -1px;
      border: 9px solid black;
      border-color: transparent transparent transparent black; }

.share-button-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: justify; }
  .share-button-list:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .share-button-list li {
    display: inline-block;
    margin: 0;
    width: 23.5%;
    max-width: 50px; }
    .share-button-list li a {
      display: block;
      position: relative;
      height: 0;
      padding-bottom: 100%;
      margin-bottom: -50%;
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 98%; }
    .share-button-list li .facebook {
      background-image: url(../img/share-facebook.svg); }
    .share-button-list li .twitter {
      background-image: url(../img/share-twitter.svg); }
    .share-button-list li .linkedin {
      background-image: url(../img/share-linkedin.svg); }
    .share-button-list li .mail {
      background-image: url(../img/share-mail.svg); }
  .share-button-list .share-count {
    background: #EEE;
    text-align: center;
    padding: 60% 0px 5px;
    font-size: 12px;
    font-weight: 600; }

.widget-search-form {
  background: #0e1764;
  color: #fff;
  padding: 15px; }
  .widget-search-form p, .widget-search-form .article-body, .widget-search-form .comments-header, .widget-search-form .comment-post, .widget-search-form .blog-single {
    color: #fff; }
  .widget-search-form .title {
    font-weight: 400; }
  .widget-search-form form {
    position: relative;
    margin-top: 15px; }
  .widget-search-form input {
    width: 100%;
    background: #071536;
    color: #FFF;
    padding: 3px 6px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 100; }
  .widget-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: url(../img/search.svg) no-repeat center;
    background-size: 50% auto;
    width: 24px;
    height: 24px;
    text-indent: 50px;
    overflow: hidden; }
  .widget-search-form.widget-search-form--blue {
    background: #092E73; }
    .widget-search-form.widget-search-form--blue input {
      background: #072459; }

.widget-article-locked {
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  text-align: center;
  padding: 40px 30px; }
  .widget-article-locked .title {
    font-size: 19px;
    margin: 20px 0 6px; }
  .widget-article-locked .icon-locked {
    display: block;
    width: 2em;
    margin: 0 auto; }

.widget-most-read--unrankedHospitals .widget-list--unrankedHospitals {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget-most-read--unrankedHospitals .widget-list--unrankedHospitals li {
    position: relative;
    display: table;
    min-height: 30px;
    width: 100%;
    padding: 15px 20px 15px 20px;
    border-bottom: solid 1px #d5d5d5; }
    .widget-most-read--unrankedHospitals .widget-list--unrankedHospitals li a {
      display: table-cell;
      vertical-align: middle; }

.widget-close {
  height: 45px;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  font-size: 22px;
  cursor: pointer; }
  @media (min-width: 910px) {
    .widget-close {
      height: 80px;
      width: 50px;
      position: absolute;
      right: 0;
      top: 20px;
      left: auto;
      border-radius: 0 5px 5px 0;
      font-size: 40px;
      transform: translateX(100%); } }
  .widget-close > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: transform 0.3s ease;
    transform: translate(-50%, -50%); }
    @media (min-width: 910px) {
      .group-is-collapsed .widget-close > * {
        transform: translate(-50%, -50%) rotate(45deg); } }
  .widget-close .widget-close-desktop {
    display: none; }
    @media (min-width: 910px) {
      .widget-close .widget-close-desktop {
        display: block; } }
  @media (min-width: 910px) {
    .widget-close .widget-close-mobile {
      display: none; } }
  .widget-close .widget-close-mobile.widget-close-mobile--close {
    opacity: 1;
    transition: opacity 0.3s ease; }
  .widget-close .widget-close-mobile.widget-close-mobile--open {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .group-is-collapsed .widget-close .widget-close-mobile.widget-close-mobile--close {
    opacity: 0; }
  .group-is-collapsed .widget-close .widget-close-mobile.widget-close-mobile--open {
    opacity: 1; }
  .widget-close.widget-close--blue {
    background-color: #092E73;
    color: #fff; }
    .widget-close.widget-close--blue svg {
      fill: #fff; }

.widget-article-follow {
  width: 100%;
  padding: 5px;
  position: relative; }
  .widget-article-follow > * {
    display: inline-block; }
    @media (max-width: 489px) {
      .widget-article-follow > *:first-child {
        display: block; } }
  @media (min-width: 910px) {
    .widget-article-follow > * + * {
      margin-left: 5px; } }
  .widget-article-follow .widget-article-follow-title {
    color: #c10712;
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }
  .widget-article-follow .twitter-follow-button, .widget-article-follow .fb-like {
    vertical-align: text-bottom; }

.widget-agencyHighlight {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee; }
  .widget-agencyHighlight + * {
    margin-top: 20px; }
  .widget-agencyHighlight > * + * {
    margin-top: 10px; }
  .widget-agencyHighlight .widget-agencyHighlight-headerHeadline {
    font-size: 12px;
    text-transform: uppercase; }
  .widget-agencyHighlight .widget-agencyHighlight-image {
    width: 100%; }
    .widget-agencyHighlight .widget-agencyHighlight-image + * {
      margin-top: 20px; }
  .widget-agencyHighlight .widget-agencyHighlight-content h2 {
    font-weight: 200; }
  .widget-agencyHighlight .widget-agencyHighlight-footer {
    font-size: 14px; }
    .widget-agencyHighlight .widget-agencyHighlight-footer strong {
      display: block; }
      .widget-agencyHighlight .widget-agencyHighlight-footer strong + * {
        margin-top: 5px; }
  .widget-agencyHighlight .widget-agencyHighlight-link {
    display: inline-block;
    font-size: 14px;
    color: #000000; }
    .widget-agencyHighlight .widget-agencyHighlight-link:hover {
      text-decoration: underline; }

.comment-baloon {
  font-size: 10px;
  position: relative;
  background: #c10712;
  color: #ffffff;
  padding: 2.5px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle; }
  .comment-baloon:after {
    content: "";
    border-top: 6px solid #c10712;
    border-left: 4px solid transparent;
    position: absolute;
    right: 3px;
    bottom: -3px;
    width: 0px;
    height: 0px; }
  .comment-baloon.text-dark-blue {
    color: #223344; }
  .comment-baloon.background-white {
    background: #ffffff; }
    .comment-baloon.background-white:after {
      border-top-color: #ffffff; }

.teaser {
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 20px; }
  .teaser a:hover .teaser-title {
    text-decoration: underline; }
  .teaser .teaser-text {
    color: #000000;
    margin-top: 10px; }
    .teaser .teaser-text a {
      color: #000000; }
  .teaser .teaser-title {
    color: #000000;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 10px; }
  .teaser .teaser-title-thinner {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px; }
  .teaser .teaser-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .teaser .teaser-list li {
      border-bottom: solid 1px #d5d5d5; }

.teaser-grid {
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 20px; }
  .teaser-grid .teaser-header {
    position: relative; }
    .teaser-grid .teaser-header:after {
      content: "";
      display: block;
      height: 5px;
      width: 100%;
      background-color: #c10712;
      position: absolute;
      bottom: 0; }
  .teaser-grid .teaser-grid-big {
    padding: 15px;
    background: #e5f4f7;
    border-bottom: 1px solid white; }
  .teaser-grid .teaser-grid-small {
    background-color: #e5f4f7; }
    .teaser-grid .teaser-grid-small > .col {
      width: 50%; }
      .teaser-grid .teaser-grid-small > .col:first-child {
        border-right: 1px solid #ffffff; }
    .teaser-grid .teaser-grid-small .tag, .teaser-grid .teaser-grid-small .tag-alternative-color {
      margin: 5px 0; }
    .teaser-grid .teaser-grid-small .teaser-title {
      font-weight: 700;
      line-height: normal;
      margin-bottom: 5px; }
    .teaser-grid .teaser-grid-small .text {
      padding: 15px; }
    .teaser-grid .teaser-grid-small .text + .text {
      border-top: 1px solid #ffffff; }
  .teaser-grid .teaser-header-tag {
    background: #c10712;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px; }
  .teaser-grid .teaser-title {
    color: #000000;
    font-weight: 900;
    margin-top: 0;
    line-height: 1 !important; }

.tag-alternative-color {
  color: #a19271; }

.teaser-grid-alternative-color {
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 20px; }
  .teaser-grid-alternative-color .teaser-header-alternative-color {
    position: relative; }
    .teaser-grid-alternative-color .teaser-header-alternative-color:after {
      content: "";
      display: block;
      height: 5px;
      width: 100%;
      background-color: #a19271;
      position: absolute;
      bottom: 0; }
  .teaser-grid-alternative-color .teaser-grid-big-alternative-color {
    padding: 15px;
    background: #f5f4f0;
    border-bottom: 1px solid white; }
  .teaser-grid-alternative-color .teaser-grid-small-alternative-color {
    background-color: #f5f4f0; }
    .teaser-grid-alternative-color .teaser-grid-small-alternative-color > .col {
      width: 50%; }
      .teaser-grid-alternative-color .teaser-grid-small-alternative-color > .col:first-child {
        border-right: 1px solid #ffffff; }
    .teaser-grid-alternative-color .teaser-grid-small-alternative-color .tag, .teaser-grid-alternative-color .teaser-grid-small-alternative-color .tag-alternative-color {
      margin: 5px 0; }
    .teaser-grid-alternative-color .teaser-grid-small-alternative-color .teaser-title {
      font-weight: 700;
      line-height: normal;
      margin-bottom: 5px; }
    .teaser-grid-alternative-color .teaser-grid-small-alternative-color .text {
      padding: 15px; }
    .teaser-grid-alternative-color .teaser-grid-small-alternative-color .text + .text {
      border-top: 1px solid #ffffff; }
  .teaser-grid-alternative-color .teaser-header-tag-alternative-color {
    background: #a19271;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px; }
  .teaser-grid-alternative-color .teaser-title {
    color: #000000;
    font-weight: 900; }

.teaser-grid .col.image, .teaser-grid-alternative-color .col.image {
  width: 30%;
  padding-right: 15px; }

.teaser-small {
  table-layout: fixed; }
  .teaser-small .image {
    width: 40%;
    padding-right: 20px; }
    .teaser-small .image img {
      width: 100%; }
  .teaser-small .text + .image {
    padding-left: 20px;
    padding-right: 0; }
  .teaser-small .teaser-title {
    font-weight: 700; }
  @media (max-width: 489px) {
    .teaser-small .image {
      width: 30%;
      margin-bottom: 15px; }
    .teaser-small .text + .image {
      padding-left: 3px; } }

.teaser-play .image {
  position: relative; }
  .teaser-play .image .play-icon {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #000000;
    left: calc(50% - 50px);
    bottom: calc(50% - 50px); }
    .teaser-play .image .play-icon img {
      position: absolute;
      height: 50px;
      width: auto;
      left: calc(50% - 12.39px);
      bottom: calc(50% - 25%); }
.teaser-play .text .teaser-title {
  font-size: 34px; }
.teaser-play .text .time-published {
  display: block;
  padding-top: 10px;
  color: #c10712; }
  .teaser-play .text .time-published img {
    margin-top: -4px;
    height: 19px;
    width: 19px; }
  .teaser-play .text .time-published span {
    padding-left: 5px; }
  .teaser-play .text .time-published .cool {
    color: #444; }
  .teaser-play .text .time-published .hot {
    color: #f3502a; }
  .teaser-play .text .time-published .very-hot {
    color: #f11e1e; }

.teaser-tag .image {
  width: 100px; }
@media (min-width: 490px) {
  .teaser-tag .image {
    width: 220px; } }
.teaser-tag .text {
  padding-left: 20px; }
.teaser-tag .tag, .teaser-tag .tag-alternative-color {
  display: inline-block; }
.teaser-tag .p-smallest, .teaser-tag .blockquote-name, .teaser-tag .widget-short-news .widget-list p, .widget-short-news .widget-list .teaser-tag p, .teaser-tag .widget-short-news .widget-list .article-body, .widget-short-news .widget-list .teaser-tag .article-body, .teaser-tag .widget-short-news .widget-list .comments-header, .widget-short-news .widget-list .teaser-tag .comments-header, .teaser-tag .widget-short-news .widget-list .comment-post, .widget-short-news .widget-list .teaser-tag .comment-post, .teaser-tag .widget-short-news .widget-list .blog-single, .widget-short-news .widget-list .teaser-tag .blog-single, .teaser-tag .teaser-search .date, .teaser-search .teaser-tag .date, .teaser-tag .teaser-search-image .date, .teaser-search-image .teaser-tag .date, .teaser-tag .teaser-job .date, .teaser-job .teaser-tag .date, .teaser-tag .teaser-information .information-title, .teaser-information .teaser-tag .information-title {
  margin-left: 5px;
  color: #000000; }
.teaser-tag:first-child {
  border-top: solid 1px #d5d5d5;
  padding-top: 20px;
  margin-top: 30px; }

.teaser-quiz-answer {
  counter-reset: li;
  list-style: none;
  padding: 0; }
  .teaser-quiz-answer .wrong {
    color: #ca1e24; }
  .teaser-quiz-answer .correct {
    color: #8f984c; }
  .teaser-quiz-answer li {
    padding: 15px 0;
    border-bottom: solid 1px #d5d5d5; }
  .teaser-quiz-answer h4 {
    margin: 0; }
    .teaser-quiz-answer h4:before {
      content: counter(li) ".";
      counter-increment: li;
      margin-right: 5px; }

.teaser-event .image {
  width: 240px; }
  @media (max-width: 489px) {
    .teaser-event .image {
      width: 100px; } }
.teaser-event .text {
  padding-right: 20px;
  vertical-align: middle; }
.teaser-event .image + .text {
  padding-right: 0;
  padding-left: 20px; }
.teaser-event .teaser-title {
  font-weight: 700; }

.teaser-list .image {
  width: 20%; }
  .teaser-list .image img {
    width: 100%; }
  @media (max-width: 489px) {
    .teaser-list .image {
      width: 100px; } }
.teaser-list .text {
  padding-right: 20px; }
.teaser-list .image + .text {
  padding-right: 0;
  padding-left: 20px; }

.teaser-agenda .image {
  margin-bottom: 10px; }
  .teaser-agenda .image img {
    width: 100%; }

.teaser-regular .image img {
  width: 100%; }
.teaser-regular .image {
  display: block;
  padding-bottom: 15px; }
.teaser-regular .teaser-title {
  padding-bottom: 5px; }
.teaser-regular.teaser-regular--borderless {
  border: none; }

.teaser-thin {
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 20px; }
  .teaser-thin > .col {
    width: 50%; }
  .teaser-thin .tag, .teaser-thin .tag-alternative-color {
    margin: 5px 0; }
  .teaser-thin .text {
    padding: 5px; }
  .teaser-thin .teaser-title {
    color: #000000;
    font-weight: 900; }

.teaser-big .teaser-title {
  margin-bottom: 0; }
.teaser-big a.arrow:hover {
  text-decoration: underline; }
.teaser-big .teaser-title,
.teaser-big .teaser-text {
  padding-bottom: 20px; }
.teaser-big .small-subheadline, .teaser-big .big-subheadline {
  margin-bottom: 20px; }

.teaser-agenda .teaser-article-info {
  padding: 15px 0; }
.teaser-agenda a.arrow:hover {
  text-decoration: underline; }
.teaser-agenda .teaser-agenda-footer {
  padding-top: 15px; }
  .teaser-agenda .teaser-agenda-footer .col:last-child {
    text-align: right; }

.teaser-article-info {
  display: table;
  margin: 0 0 20px; }
  @media (max-width: 909px) {
    .teaser-article-info span + span {
      margin-left: 0;
      display: block;
      padding-top: 5px; } }
  .teaser-article-info .btn, .teaser-article-info .job-page .page-header button, .job-page .page-header .teaser-article-info button, .teaser-article-info .btn-call-to-action {
    display: block;
    white-space: nowrap; }
  .teaser-article-info .teaser-article-info-date,
  .teaser-article-info .teaser-article-info-meta {
    display: table-cell;
    vertical-align: top; }
  .teaser-article-info .teaser-article-info-meta {
    padding: 0 0 0 10px; }

.teaser-home:last-child {
  border-bottom: none; }
.teaser-home .text {
  position: relative; }
.teaser-home .image {
  width: 40%;
  padding-right: 20px; }
  .teaser-home .image img {
    width: 100%; }
.teaser-home .text + .image {
  padding-left: 20px;
  padding-right: 0; }
.teaser-home .teaser-list li {
  padding: 5px 0; }
.teaser-home .teaser-list-title {
  border-bottom: solid 1px #d5d5d5; }
.teaser-home .teaser-read-also {
  width: 100%; }
@media (max-width: 489px) {
  .teaser-home .image {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
  .teaser-home .text {
    display: block;
    padding-left: 0; } }

.teaser-biggest {
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 20px;
  width: 100%; }
  .teaser-biggest .text {
    position: relative; }
  .teaser-biggest .image {
    width: 100%;
    padding-bottom: 5px; }
    .teaser-biggest .image img {
      width: 100%; }
  .teaser-biggest .text + .image {
    padding-right: 0; }
  .teaser-biggest .teaser-list li {
    padding: 5px 0; }
  .teaser-biggest .teaser-list-title {
    border-bottom: solid 1px #d5d5d5; }
  .teaser-biggest .teaser-read-also {
    width: 100%; }
  @media (max-width: 489px) {
    .teaser-biggest .image {
      display: block;
      width: 100%;
      margin-bottom: 15px; }
    .teaser-biggest .text {
      display: block;
      padding-left: 0; } }

/*search teasers */
.teaser-filter {
  border: none;
  padding: 0;
  margin: 0; }
  .teaser-filter label {
    font-family: inherit;
    cursor: pointer;
    color: #c10712; }
  .teaser-filter .active {
    color: #8f984c;
    font-weight: 700; }
  .teaser-filter .row, .teaser-filter .teaser, .teaser-filter .teaser-grid, .teaser-filter .teaser-grid-alternative-color, .teaser-filter .teaser-thin, .teaser-filter .teaser-biggest {
    border-top: solid 1px #d5d5d5;
    padding: 15px 0; }
  .teaser-filter .col {
    display: inline-block;
    line-height: 30px;
    margin-right: 15px; }
    .teaser-filter .col:last-child {
      margin-right: 0; }
  .teaser-filter .teaser-filter-submit {
    padding: 15px 0; }
  @media (max-width: 489px) {
    .teaser-filter .teaser-filter-sort .col:first-child {
      display: block; } }

.teaser-navigation {
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  padding: 10px 0;
  font-weight: 700;
  margin-bottom: 0; }
  @media (max-width: 489px) {
    .teaser-navigation {
      font-size: 15px;
      line-height: 20px; } }
  .teaser-navigation a:link,
  .teaser-navigation a:hover,
  .teaser-navigation a:visited,
  .teaser-navigation a:active {
    color: #000000; }
  .teaser-navigation a:hover {
    text-decoration: underline; }
  .teaser-navigation .left {
    text-align: left; }
  .teaser-navigation .right {
    text-align: right; }

.teaser-search-image .image {
  width: 25%; }

.teaser-result {
  font-weight: 700;
  border: none;
  border-top: solid 1px #d5d5d5;
  margin-bottom: 0;
  padding: 10px 0; }

.teaser-job .teaser-text {
  color: black; }
.teaser-job .image {
  width: 27%;
  border-right: solid 1px #d5d5d5;
  padding-right: 20px; }
.teaser-job .teaser-title {
  line-height: 1.4; }
  .teaser-job .teaser-title strong {
    font-weight: 500; }

.job-page-title {
  background: url(../img/logo-job.svg) no-repeat center center/100% auto;
  width: 226px;
  height: 72px;
  margin-bottom: 20px !important;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.job-page .page-header button {
  float: right; }

.teaser-search, .teaser-search-image, .teaser-job {
  padding: 0;
  margin: 0;
  border-bottom: none; }
  .teaser-search .text, .teaser-search-image .text, .teaser-job .text {
    vertical-align: middle; }
  .teaser-search .date, .teaser-search-image .date, .teaser-job .date {
    color: #a2a2a2;
    margin-left: 5px;
    font-weight: normal; }
  .teaser-search .teaser-list li, .teaser-search-image .teaser-list li, .teaser-job .teaser-list li {
    padding: 15px 0; }
    .teaser-search .teaser-list li:last-child, .teaser-search-image .teaser-list li:last-child, .teaser-job .teaser-list li:last-child {
      border-bottom: 0; }

.teaser-information {
  padding: 0;
  margin: 0;
  border-bottom: none; }
  .teaser-information hr {
    margin-top: 0;
    margin-bottom: 5px;
    border: solid 1px #ffffff; }
  .teaser-information .image {
    width: 20%; }
  .teaser-information .text {
    padding: 0 20px; }
  .teaser-information .information {
    width: 30%;
    background: #f2ede5; }
  .teaser-information .information-title {
    padding: 15px 15px 5px 15px;
    font-weight: 700;
    text-transform: uppercase; }
  .teaser-information .information-text {
    padding: 0 15px; }
    .teaser-information .information-text:last-child {
      padding-bottom: 10px; }
  .teaser-information .teaser-title {
    font-weight: normal;
    padding-bottom: 5px; }
  .teaser-information .teaser-list li {
    padding: 15px 0; }
    .teaser-information .teaser-list li:last-child {
      border-bottom: 0; }
  @media (max-width: 489px) {
    .teaser-information .row, .teaser-information .teaser, .teaser-information .teaser-grid, .teaser-information .teaser-grid-alternative-color, .teaser-information .teaser-thin, .teaser-information .teaser-biggest,
    .teaser-information .col {
      display: block;
      width: 100%; }
    .teaser-information .text {
      padding: 15px 0; } }

.teaser-image-overlay {
  display: block;
  position: relative;
  overflow: hidden; }
  .teaser-image-overlay .title {
    font-weight: 100;
    line-height: 1.15;
    font-size: 22px;
    margin-bottom: 0; }
    .teaser-image-overlay .title + div {
      display: none; }
    @media (min-width: 910px) {
      .teaser-image-overlay .title {
        font-size: 34px;
        margin-bottom: .5em; }
        .teaser-image-overlay .title + div {
          display: block; } }
  .teaser-image-overlay .tag, .teaser-image-overlay .tag-alternative-color {
    float: left;
    background: white;
    color: black !important;
    margin-right: 8px; }
  .teaser-image-overlay .time-published {
    display: none; }

.image-overlay, .large .campaign-list-item .campaign-info, .medium .campaign-list-item:first-of-type .campaign-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  color: white;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%); }
  .image-overlay p, .large .campaign-list-item .campaign-info p, .medium .campaign-list-item:first-of-type .campaign-info p, .image-overlay .article-body, .large .campaign-list-item .campaign-info .article-body, .medium .campaign-list-item:first-of-type .campaign-info .article-body, .image-overlay .comments-header, .large .campaign-list-item .campaign-info .comments-header, .medium .campaign-list-item:first-of-type .campaign-info .comments-header, .image-overlay .comment-post, .large .campaign-list-item .campaign-info .comment-post, .medium .campaign-list-item:first-of-type .campaign-info .comment-post, .image-overlay .blog-single, .large .campaign-list-item .campaign-info .blog-single, .medium .campaign-list-item:first-of-type .campaign-info .blog-single {
    color: inherit; }
  @media (min-width: 910px) {
    .image-overlay, .large .campaign-list-item .campaign-info, .medium .campaign-list-item:first-of-type .campaign-info {
      padding: 20px; } }

.teaser-blog a {
  color: inherit; }

.teaser-blog-header {
  padding: 10px;
  background-color: #e5f4f7; }
  .teaser-blog-header .col.teaser-blog-header-text {
    vertical-align: middle;
    padding-left: 10px; }
  .teaser-blog-header .teaser-blog-title {
    font-size: 15px;
    font-weight: 700;
    color: #c10712; }
  .teaser-blog-header .teaser-blog-author {
    font-size: 23px; }
  .teaser-blog-header .teaser-blog-header-image {
    width: 60px;
    overflow: hidden;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px; }

.teaser-blog-body {
  padding: 30px;
  background-color: #e5f4f7; }
  .teaser-blog-header + .teaser-blog-body {
    margin-top: 2px; }
  .teaser-blog-body blockquote {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900;
    color: #000000; }

.teaser-sponsored .teaser-sponsored-title {
  display: table-caption;
  margin: 0;
  padding: 12px;
  background: #0e1764;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1; }
.teaser-sponsored .tag, .teaser-sponsored .tag-alternative-color {
  background: #0e1764;
  color: #fff; }
.teaser-sponsored .comment-baloon {
  background: #0e1764; }
  .teaser-sponsored .comment-baloon:after {
    border-top-color: #0e1764; }
.teaser-sponsored.teaser-sponsored-small .teaser-sponsored-title {
  padding: 9px;
  font-size: 12px; }

.teaser-load-more img {
  height: 15px;
  margin-top: -10px; }
.teaser-load-more p, .teaser-load-more .article-body, .teaser-load-more .comments-header, .teaser-load-more .comment-post, .teaser-load-more .blog-single {
  color: #c10712;
  display: inline-block;
  font-size: 25px;
  padding-left: 5px; }

.btn, .job-page .page-header button, .btn-call-to-action {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  border: none;
  color: #ffffff !important;
  background: #c10712;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  /*Color variations */ }
  .btn:hover, .job-page .page-header button:hover, .btn-call-to-action:hover {
    opacity: 0.85; }
  .btn.gradient, .job-page .page-header button.gradient, .gradient.btn-call-to-action {
    background: #c10712;
    background: linear-gradient(to right, #c10712 0%, #cd3941 100%);
    background: -moz-linear-gradient(left, #c10712 0%, #cd3941 100%);
    background: -ms-linear-gradient(left, #c10712 0%, #cd3941 100%);
    background: -o-linear-gradient(left, #c10712 0%, #cd3941 100%);
    background: -webkit-linear-gradient(left, #c10712 0%, #cd3941 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c10712), color-stop(100%, #cd3941));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#c10712', endColorstr= '#cd3941', GradientType=1); }
  .btn.btn-bold, .job-page .page-header button.btn-bold, .btn-bold.btn-call-to-action {
    font-weight: 900; }
  .btn.btn-big, .job-page .page-header button.btn-big, .btn-big.btn-call-to-action {
    min-width: 90px;
    text-transform: uppercase;
    padding: 10px 15px; }
  .btn.btn-small, .job-page .page-header button.btn-small, .btn-small.btn-call-to-action {
    padding: 2.5px; }
  .btn.blue, .job-page .page-header button.blue, .blue.btn-call-to-action {
    background: #c10712; }
    .btn.blue.gradient, .job-page .page-header button.blue.gradient, .blue.gradient.btn-call-to-action {
      background: #c10712;
      background: linear-gradient(to right, #c10712 0%, #cd3941 100%);
      background: -moz-linear-gradient(left, #c10712 0%, #cd3941 100%);
      background: -ms-linear-gradient(left, #c10712 0%, #cd3941 100%);
      background: -o-linear-gradient(left, #c10712 0%, #cd3941 100%);
      background: -webkit-linear-gradient(left, #c10712 0%, #cd3941 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c10712), color-stop(100%, #cd3941));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#c10712', endColorstr= '#cd3941', GradientType=1); }
  .btn.green, .job-page .page-header button.green, .green.btn-call-to-action {
    background: #8f984c; }
    .btn.green.gradient, .job-page .page-header button.green.gradient, .green.gradient.btn-call-to-action {
      background: #8f984c;
      background: linear-gradient(to right, #8f984c 0%, #a5ad70 100%);
      background: -moz-linear-gradient(left, #8f984c 0%, #a5ad70 100%);
      background: -ms-linear-gradient(left, #8f984c 0%, #a5ad70 100%);
      background: -o-linear-gradient(left, #8f984c 0%, #a5ad70 100%);
      background: -webkit-linear-gradient(left, #8f984c 0%, #a5ad70 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8f984c), color-stop(100%, #a5ad70));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#8f984c', endColorstr= '#a5ad70', GradientType=1); }
  .btn.purple, .job-page .page-header button.purple, .purple.btn-call-to-action {
    background: #8e1975; }
    .btn.purple.gradient, .job-page .page-header button.purple.gradient, .purple.gradient.btn-call-to-action {
      background: #8e1975;
      background: linear-gradient(to right, #8e1975 0%, #a54791 100%);
      background: -moz-linear-gradient(left, #8e1975 0%, #a54791 100%);
      background: -ms-linear-gradient(left, #8e1975 0%, #a54791 100%);
      background: -o-linear-gradient(left, #8e1975 0%, #a54791 100%);
      background: -webkit-linear-gradient(left, #8e1975 0%, #a54791 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8e1975), color-stop(100%, #a54791));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#8e1975', endColorstr= '#a54791', GradientType=1); }
  .btn.brown, .job-page .page-header button.brown, .brown.btn-call-to-action {
    background: #a19271; }
    .btn.brown.gradient, .job-page .page-header button.brown.gradient, .brown.gradient.btn-call-to-action {
      background: #a19271;
      background: linear-gradient(to right, #a19271 0%, #b4a88d 100%);
      background: -moz-linear-gradient(left, #a19271 0%, #b4a88d 100%);
      background: -ms-linear-gradient(left, #a19271 0%, #b4a88d 100%);
      background: -o-linear-gradient(left, #a19271 0%, #b4a88d 100%);
      background: -webkit-linear-gradient(left, #a19271 0%, #b4a88d 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a19271), color-stop(100%, #b4a88d));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#a19271', endColorstr= '#b4a88d', GradientType=1); }
  .btn.dark-blue, .job-page .page-header button.dark-blue, .dark-blue.btn-call-to-action {
    background: #223344; }
    .btn.dark-blue.gradient, .job-page .page-header button.dark-blue.gradient, .dark-blue.gradient.btn-call-to-action {
      background: #223344;
      background: linear-gradient(to right, #223344 0%, #4e5c69 100%);
      background: -moz-linear-gradient(left, #223344 0%, #4e5c69 100%);
      background: -ms-linear-gradient(left, #223344 0%, #4e5c69 100%);
      background: -o-linear-gradient(left, #223344 0%, #4e5c69 100%);
      background: -webkit-linear-gradient(left, #223344 0%, #4e5c69 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #223344), color-stop(100%, #4e5c69));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#223344', endColorstr= '#4e5c69', GradientType=1); }
  .btn.dark-green, .job-page .page-header button.dark-green, .dark-green.btn-call-to-action {
    background: #354c14; }
    .btn.dark-green.gradient, .job-page .page-header button.dark-green.gradient, .dark-green.gradient.btn-call-to-action {
      background: #354c14;
      background: linear-gradient(to right, #354c14 0%, #5d7043 100%);
      background: -moz-linear-gradient(left, #354c14 0%, #5d7043 100%);
      background: -ms-linear-gradient(left, #354c14 0%, #5d7043 100%);
      background: -o-linear-gradient(left, #354c14 0%, #5d7043 100%);
      background: -webkit-linear-gradient(left, #354c14 0%, #5d7043 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #354c14), color-stop(100%, #5d7043));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#354c14', endColorstr= '#5d7043', GradientType=1); }
  .btn.red, .job-page .page-header button.red, .red.btn-call-to-action {
    background: #ca1e24; }
    .btn.red.gradient, .job-page .page-header button.red.gradient, .red.gradient.btn-call-to-action {
      background: #ca1e24;
      background: linear-gradient(to right, #ca1e24 0%, #d54b50 100%);
      background: -moz-linear-gradient(left, #ca1e24 0%, #d54b50 100%);
      background: -ms-linear-gradient(left, #ca1e24 0%, #d54b50 100%);
      background: -o-linear-gradient(left, #ca1e24 0%, #d54b50 100%);
      background: -webkit-linear-gradient(left, #ca1e24 0%, #d54b50 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ca1e24), color-stop(100%, #d54b50));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ca1e24', endColorstr= '#d54b50', GradientType=1); }
  .btn.dark-gray, .job-page .page-header button.dark-gray, .dark-gray.btn-call-to-action {
    background: #2f2f2f;
    color: #000000 !important; }
    .btn.dark-gray.gradient, .job-page .page-header button.dark-gray.gradient, .dark-gray.gradient.btn-call-to-action {
      background: #2f2f2f;
      background: linear-gradient(to right, #2f2f2f 0%, #595959 100%);
      background: -moz-linear-gradient(left, #2f2f2f 0%, #595959 100%);
      background: -ms-linear-gradient(left, #2f2f2f 0%, #595959 100%);
      background: -o-linear-gradient(left, #2f2f2f 0%, #595959 100%);
      background: -webkit-linear-gradient(left, #2f2f2f 0%, #595959 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2f2f2f), color-stop(100%, #595959));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#2f2f2f', endColorstr= '#595959', GradientType=1); }
  .btn .icon-arrow-left, .job-page .page-header button .icon-arrow-left, .btn-call-to-action .icon-arrow-left, .btn .icon-arrow-left-blue, .job-page .page-header button .icon-arrow-left-blue, .btn-call-to-action .icon-arrow-left-blue, .btn .widget-carousel .controls .prev, .widget-carousel .controls .btn .prev, .job-page .page-header button .widget-carousel .controls .prev, .widget-carousel .controls .job-page .page-header button .prev, .btn-call-to-action .widget-carousel .controls .prev, .widget-carousel .controls .btn-call-to-action .prev, .btn .icon-arrow-left-green, .job-page .page-header button .icon-arrow-left-green, .btn-call-to-action .icon-arrow-left-green, .btn .icon-arrow-right, .job-page .page-header button .icon-arrow-right, .btn-call-to-action .icon-arrow-right, .btn .widget-jobs .widget-footer .next, .widget-jobs .widget-footer .btn .next, .job-page .page-header button .widget-jobs .widget-footer .next, .widget-jobs .widget-footer .job-page .page-header button .next, .btn-call-to-action .widget-jobs .widget-footer .next, .widget-jobs .widget-footer .btn-call-to-action .next, .btn .widget-job-subscriptions .widget-footer .next, .widget-job-subscriptions .widget-footer .btn .next, .job-page .page-header button .widget-job-subscriptions .widget-footer .next, .widget-job-subscriptions .widget-footer .job-page .page-header button .next, .btn-call-to-action .widget-job-subscriptions .widget-footer .next, .widget-job-subscriptions .widget-footer .btn-call-to-action .next, .btn .btn-user:after, .job-page .page-header button .btn-user:after, .btn-call-to-action .btn-user:after, .btn .icon-arrow-right-blue, .job-page .page-header button .icon-arrow-right-blue, .btn-call-to-action .icon-arrow-right-blue, .btn .widget-carousel .controls .next, .widget-carousel .controls .btn .next, .job-page .page-header button .widget-carousel .controls .next, .widget-carousel .controls .job-page .page-header button .next, .btn-call-to-action .widget-carousel .controls .next, .widget-carousel .controls .btn-call-to-action .next, .btn .icon-arrow-right-green, .job-page .page-header button .icon-arrow-right-green, .btn-call-to-action .icon-arrow-right-green {
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-right: 4px; }
  .btn .icon-arrow-right, .job-page .page-header button .icon-arrow-right, .btn-call-to-action .icon-arrow-right, .btn .widget-jobs .widget-footer .next, .widget-jobs .widget-footer .btn .next, .job-page .page-header button .widget-jobs .widget-footer .next, .widget-jobs .widget-footer .job-page .page-header button .next, .btn-call-to-action .widget-jobs .widget-footer .next, .widget-jobs .widget-footer .btn-call-to-action .next, .btn .widget-job-subscriptions .widget-footer .next, .widget-job-subscriptions .widget-footer .btn .next, .job-page .page-header button .widget-job-subscriptions .widget-footer .next, .widget-job-subscriptions .widget-footer .job-page .page-header button .next, .btn-call-to-action .widget-job-subscriptions .widget-footer .next, .widget-job-subscriptions .widget-footer .btn-call-to-action .next, .btn .btn-user:after, .job-page .page-header button .btn-user:after, .btn-call-to-action .btn-user:after {
    margin-right: 0;
    margin-left: 4px; }
  .btn.loading:after, .job-page .page-header button.loading:after, .loading.btn-call-to-action:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/loading-button.gif) center no-repeat;
    background-size: auto 30%;
    background-color: inherit;
    border-radius: inherit; }

.btn-user {
  position: relative;
  padding-right: 35px; }
  .btn-user:before, .btn-user:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    display: inline-block;
    content: ""; }
  .btn-user:before {
    background-color: #005869; }
  .btn-user:after {
    background-size: 6px auto;
    background-position: 50% 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.btn-attend {
  display: block;
  margin: 15px auto 30px auto;
  text-align: center;
  max-width: 200px; }

.btn-call-to-action {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  text-align: center; }

.carousel-header {
  position: relative;
  padding: 28px 15px 20px; }
  @media (min-width: 910px) {
    .carousel-header {
      text-align: center; } }
  .carousel-header .all-link {
    position: absolute;
    top: 30px;
    right: 25px; }
  .carousel-header .title, .carousel-header h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 22px; }

.carousel-big {
  position: relative;
  overflow: hidden; }
  .carousel-big .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wide-carousel {
  padding: 0 30px;
  position: relative;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5; }
  .wide-carousel .prev,
  .wide-carousel .next {
    background: #c10712;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer; }
    .wide-carousel .prev img,
    .wide-carousel .next img {
      position: absolute;
      width: 10px;
      height: 15px;
      left: 50%;
      top: 50%;
      margin-top: -7.5px;
      margin-left: -5px; }
    .wide-carousel .prev.prev,
    .wide-carousel .next.prev {
      left: 0; }
    .wide-carousel .prev.next,
    .wide-carousel .next.next {
      right: 0; }
  .wide-carousel .item {
    padding: 10px; }
  .wide-carousel .image {
    width: 40%; }
    .wide-carousel .image img {
      width: 100%; }
  .wide-carousel .text {
    padding: 0 10px; }
  .wide-carousel .carousel-text {
    font-weight: 700; }
  .wide-carousel a:link,
  .wide-carousel a:visited,
  .wide-carousel a:active,
  .wide-carousel a:hover {
    color: #000000; }
  .wide-carousel a:hover .text {
    text-decoration: underline; }

.carousel-navigation {
  text-align: center;
  margin-top: 15px; }
  .multi-carousel .carousel-navigation {
    padding: 15px;
    margin-top: 0; }
    @media (min-width: 1280px) {
      .multi-carousel .carousel-navigation {
        padding: 0; } }
  .carousel-navigation:after {
    content: "";
    display: table;
    clear: both; }
  .carousel-navigation button {
    border: none;
    border-radius: 4px;
    padding: 0;
    height: 40px;
    width: 40px;
    background: #c10712 url(../img/arrow-white.svg) no-repeat 46% center;
    background-size: auto 40%;
    text-indent: 100%;
    line-height: 0;
    overflow: hidden;
    color: transparent; }
    @media (min-width: 1280px) {
      .multi-carousel .carousel-navigation button {
        position: absolute;
        top: 50%;
        height: 70px;
        width: 45px;
        margin-top: -35px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background-size: auto 30%; } }
  .carousel-navigation .prev {
    float: left; }
    .multi-carousel .carousel-navigation .prev {
      right: 100%; }
  .carousel-navigation .next {
    float: right;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    .multi-carousel .carousel-navigation .next {
      left: 100%; }
  .carousel-navigation .count {
    display: inline-block;
    padding: 9px; }
    @media (min-width: 1280px) {
      .carousel-navigation .count {
        padding: 20px; } }

html,
body {
  height: 100%;
  width: 100%; }

.lightbox-active {
  overflow: hidden; }

.lightbox-wrapper {
  display: none;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 99999999999999;
  background: rgba(0, 0, 0, 0.8); }
  .lightbox-wrapper.active {
    display: block; }
  .lightbox-wrapper .lightbox-wrapper-table {
    display: table;
    width: 100%;
    height: 100%; }

.lightbox-wrapper-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.lightbox-content {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  background: #ffffff;
  padding: 30px;
  max-width: 800px; }
  .lightbox-content .heading, .lightbox-content h1, .lightbox-content h2, .lightbox-content h3, .lightbox-content h4, .lightbox-content .heading-article, .lightbox-content .heading-article-thinner, .lightbox-content .reading-list a, .reading-list .lightbox-content a, .lightbox-content .article-sponsored .article-sponsored-title, .article-sponsored .lightbox-content .article-sponsored-title, .lightbox-content .widget .widget-title, .widget .lightbox-content .widget-title, .lightbox-content .widget-most-read .widget-list li:before, .widget-most-read .widget-list .lightbox-content li:before, .lightbox-content .widget-small .widget-title, .widget-small .lightbox-content .widget-title, .lightbox-content .widget-job-subscriptions .widget-title, .widget-job-subscriptions .lightbox-content .widget-title, .lightbox-content .widget-notices .notice-title, .widget-notices .lightbox-content .notice-title, .lightbox-content .teaser .teaser-title, .teaser .lightbox-content .teaser-title, .lightbox-content .teaser-grid .teaser-title, .teaser-grid .lightbox-content .teaser-title, .lightbox-content .teaser-grid-alternative-color .teaser-title, .teaser-grid-alternative-color .lightbox-content .teaser-title, .lightbox-content .teaser-thin .teaser-title, .teaser-thin .lightbox-content .teaser-title, .lightbox-content .teaser-blog-body blockquote, .teaser-blog-body .lightbox-content blockquote, .lightbox-content .teaser-sponsored .teaser-sponsored-title, .teaser-sponsored .lightbox-content .teaser-sponsored-title {
    margin-top: 0; }
  .lightbox-content .row + .row, .lightbox-content .teaser + .row, .lightbox-content .teaser-grid + .row, .lightbox-content .teaser-grid-alternative-color + .row, .lightbox-content .teaser-thin + .row, .lightbox-content .teaser-biggest + .row, .lightbox-content .row + .teaser, .lightbox-content .teaser + .teaser, .lightbox-content .teaser-grid + .teaser, .lightbox-content .teaser-grid-alternative-color + .teaser, .lightbox-content .teaser-thin + .teaser, .lightbox-content .teaser-biggest + .teaser, .lightbox-content .row + .teaser-grid, .lightbox-content .teaser + .teaser-grid, .lightbox-content .teaser-grid + .teaser-grid, .lightbox-content .teaser-grid-alternative-color + .teaser-grid, .lightbox-content .teaser-thin + .teaser-grid, .lightbox-content .teaser-biggest + .teaser-grid, .lightbox-content .row + .teaser-grid-alternative-color, .lightbox-content .teaser + .teaser-grid-alternative-color, .lightbox-content .teaser-grid + .teaser-grid-alternative-color, .lightbox-content .teaser-grid-alternative-color + .teaser-grid-alternative-color, .lightbox-content .teaser-thin + .teaser-grid-alternative-color, .lightbox-content .teaser-biggest + .teaser-grid-alternative-color, .lightbox-content .row + .teaser-thin, .lightbox-content .teaser + .teaser-thin, .lightbox-content .teaser-grid + .teaser-thin, .lightbox-content .teaser-grid-alternative-color + .teaser-thin, .lightbox-content .teaser-thin + .teaser-thin, .lightbox-content .teaser-biggest + .teaser-thin, .lightbox-content .row + .teaser-biggest, .lightbox-content .teaser + .teaser-biggest, .lightbox-content .teaser-grid + .teaser-biggest, .lightbox-content .teaser-grid-alternative-color + .teaser-biggest, .lightbox-content .teaser-thin + .teaser-biggest, .lightbox-content .teaser-biggest + .teaser-biggest {
    margin-top: 10px; }
  .lightbox-content a {
    text-decoration: underline;
    font-weight: bold; }

.lightbox-image-content {
  display: inline-block;
  position: relative;
  max-width: 95%;
  margin: 0 auto; }

[data-lightbox-image] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.lightbox-cta-area {
  background: #eeeeee;
  padding: 15px;
  text-align: center;
  margin-top: 20px; }
  .lightbox-cta-area p, .lightbox-cta-area .article-body, .lightbox-cta-area .comments-header, .lightbox-cta-area .comment-post, .lightbox-cta-area .blog-single {
    padding: 15px 0; }
    .lightbox-cta-area p + p, .lightbox-cta-area .article-body + p, .lightbox-cta-area .comments-header + p, .lightbox-cta-area .comment-post + p, .lightbox-cta-area .blog-single + p, .lightbox-cta-area p + .article-body, .lightbox-cta-area .article-body + .article-body, .lightbox-cta-area .comments-header + .article-body, .lightbox-cta-area .comment-post + .article-body, .lightbox-cta-area .blog-single + .article-body, .lightbox-cta-area p + .comments-header, .lightbox-cta-area .article-body + .comments-header, .lightbox-cta-area .comments-header + .comments-header, .lightbox-cta-area .comment-post + .comments-header, .lightbox-cta-area .blog-single + .comments-header, .lightbox-cta-area p + .comment-post, .lightbox-cta-area .article-body + .comment-post, .lightbox-cta-area .comments-header + .comment-post, .lightbox-cta-area .comment-post + .comment-post, .lightbox-cta-area .blog-single + .comment-post, .lightbox-cta-area p + .blog-single, .lightbox-cta-area .article-body + .blog-single, .lightbox-cta-area .comments-header + .blog-single, .lightbox-cta-area .comment-post + .blog-single, .lightbox-cta-area .blog-single + .blog-single {
      padding-top: 0; }

.lightbox-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0; }
  .lightbox-close button {
    border: none;
    background: none;
    outline: none;
    position: relative;
    width: 30px;
    height: 30px; }
    .lightbox-close button:before, .lightbox-close button:after {
      display: inline-block;
      content: "";
      height: 4px;
      width: 25px;
      position: absolute;
      left: 0;
      background: #000000;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .lightbox-close button:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
  .popup-wrapper .popup-content-wrapper {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 260px;
    background-color: white;
    margin-left: -130px;
    margin-top: -170px;
    text-align: center; }
    @media (min-width: 910px) {
      .popup-wrapper .popup-content-wrapper {
        width: 580px;
        margin-left: -230px; } }
    @media (max-width: 909px) {
      .popup-wrapper .popup-content-wrapper {
        width: 300px;
        margin-top: -250px; } }
    .popup-wrapper .popup-content-wrapper .close {
      background: url("../img/close.svg");
      width: 16px;
      height: 16px;
      background-size: 100% auto;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      border: 0;
      right: 20px;
      top: 20px; }
    .popup-wrapper .popup-content-wrapper .inner-content-wrapper {
      text-align: left;
      padding: 30px;
      background-color: #efefef;
      color: black; }
      @media (max-width: 909px) {
        .popup-wrapper .popup-content-wrapper .inner-content-wrapper h1 {
          font-size: 40px; } }
      .popup-wrapper .popup-content-wrapper .inner-content-wrapper p, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .article-body, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .comments-header, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .comment-post, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .blog-single {
        font-weight: 100;
        width: 60%;
        margin-bottom: 17px; }
        @media (max-width: 909px) {
          .popup-wrapper .popup-content-wrapper .inner-content-wrapper p, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .article-body, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .comments-header, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .comment-post, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .blog-single {
            width: 100%; } }
      .popup-wrapper .popup-content-wrapper .inner-content-wrapper a {
        display: block;
        margin-top: 7px;
        color: #2f2f2f;
        text-decoration: underline; }
      .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline input {
        padding-left: 10px;
        height: 41px;
        margin-right: -6px;
        width: 73%; }
        @media (max-width: 909px) {
          .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline input {
            width: 100%; } }
      .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline .btn, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline .job-page .page-header button, .job-page .page-header .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline button, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline .btn-call-to-action {
        border-radius: 0px; }
        @media (max-width: 909px) {
          .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline .btn, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline .job-page .page-header button, .job-page .page-header .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline button, .popup-wrapper .popup-content-wrapper .inner-content-wrapper .form-inline .btn-call-to-action {
            margin-top: 10px; } }
    .popup-wrapper .popup-content-wrapper .share-content-wrapper {
      padding: 10px;
      text-align: center; }
      @media (min-width: 910px) {
        .popup-wrapper .popup-content-wrapper .share-content-wrapper {
          padding: 16px; } }
      .popup-wrapper .popup-content-wrapper .share-content-wrapper h5 {
        margin-top: 0;
        font-weight: 100;
        margin-bottom: 10px; }
      .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper {
        padding-left: 10px;
        width: 100%;
        margin: 20px auto; }
        @media (min-width: 910px) {
          .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper {
            width: 100%;
            display: inline-block; } }
        @media (max-width: 909px) {
          .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper {
            padding-left: 0px; } }
        .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share {
          width: 23%;
          float: left;
          background-repeat: no-repeat;
          background-position: 10px center;
          background-size: 20px 20px;
          padding: 8px;
          color: white; }
          @media (max-width: 909px) {
            .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share {
              margin-top: 10px;
              width: 47%; } }
          .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share p, .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share .article-body, .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share .comments-header, .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share .comment-post, .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share .blog-single {
            color: white;
            font-size: 14px; }
          .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share.fb-share {
            margin-right: 12px;
            background-color: #3b5998;
            background-image: url("../img/facebook.svg");
            padding: 8px 15px 8px 25px; }
            @media (max-width: 909px) {
              .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share.fb-share {
                margin-right: 16px; } }
          .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share.twitter-share {
            margin-right: 12px;
            background-color: #55acee;
            background-image: url("../img/twitter.svg");
            padding: 8px 15px 8px 25px; }
            @media (max-width: 909px) {
              .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share.twitter-share {
                margin-right: 0px; } }
          .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share.instagram-share {
            margin-right: 11px;
            background-color: #326288;
            background-image: url("../img/instagram.svg");
            padding: 8px 0px 8px 25px; }
            @media (max-width: 909px) {
              .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share.instagram-share {
                margin-right: 16px; } }
          .popup-wrapper .popup-content-wrapper .share-content-wrapper .share-wrapper .popup-share.linkedin-share {
            background-color: #0976b4;
            background-image: url("../img/linkedin.svg");
            padding: 8px 0px 8px 25px; }

.social-media-toggle {
  height: 50px;
  width: 50px;
  position: fixed;
  left: 50%;
  margin-left: -25px;
  bottom: 35px;
  background-color: #3b5998;
  border-radius: 200px 200px 200px 200px;
  z-index: 4;
  background-image: url("../img/share-icon.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 12px 10px; }
  @media (min-width: 910px) {
    .social-media-toggle {
      display: none; } }

.social-media-buttons {
  width: 280px;
  position: fixed;
  left: 50%;
  margin-left: -140px;
  bottom: 120px;
  background-color: #FFFFFF;
  z-index: 4;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.3);
  display: none; }
  .social-media-buttons:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -2em;
    right: 46%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.3); }
  .social-media-buttons .widget-share--mobile {
    width: 90%;
    margin: 20px auto 20px auto; }
    .social-media-buttons .widget-share--mobile .share-button-list-mobile {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      .social-media-buttons .widget-share--mobile .share-button-list-mobile:after {
        content: '';
        display: inline-block;
        width: 100%; }
      .social-media-buttons .widget-share--mobile .share-button-list-mobile li {
        display: inline-block;
        margin: 0px 6px 0px 6px;
        width: 23.5%;
        max-width: 50px; }
        .social-media-buttons .widget-share--mobile .share-button-list-mobile li:last-of-type {
          margin: 0px 0px 0px 6px; }
        .social-media-buttons .widget-share--mobile .share-button-list-mobile li a {
          display: block;
          position: relative;
          height: 0;
          padding-bottom: 100%;
          margin-bottom: -50%;
          text-indent: 100%;
          overflow: hidden;
          white-space: nowrap;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 98%; }
        .social-media-buttons .widget-share--mobile .share-button-list-mobile li .facebook {
          background-image: url(../img/share-facebook.svg); }
        .social-media-buttons .widget-share--mobile .share-button-list-mobile li .twitter {
          background-image: url(../img/share-twitter.svg); }
        .social-media-buttons .widget-share--mobile .share-button-list-mobile li .linkedin {
          background-image: url(../img/share-linkedin.svg); }
        .social-media-buttons .widget-share--mobile .share-button-list-mobile li .mail {
          background-image: url(../img/share-mail.svg); }
  @media (min-width: 910px) {
    .social-media-buttons {
      display: none; } }

.related-articles {
  padding: 0px;
  border-top: dashed 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .related-articles:after {
    display: table;
    clear: both;
    content: ''; }
  .related-articles h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px; }
  .related-articles .teaser-article {
    float: left;
    margin-bottom: 10px;
    width: 50%; }
    .related-articles .teaser-article:nth-of-type(even) {
      padding-left: 5px; }
    .related-articles .teaser-article:nth-of-type(odd) {
      padding-right: 5px; }
    .related-articles .teaser-article .teaser-text {
      font-weight: 600;
      margin-top: 15px;
      font-size: 12px; }
      .related-articles .teaser-article .teaser-text .teaser-title {
        display: none; }
      .related-articles .teaser-article .teaser-text .tag, .related-articles .teaser-article .teaser-text .tag-alternative-color {
        display: none; }
      .related-articles .teaser-article .teaser-text a {
        color: black; }
  .related-articles.related-articles--borderless {
    border: none; }

.related-articles--small {
  padding: 0px;
  border-top: dashed 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .related-articles--small h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px; }
  .related-articles--small .teaser-article {
    float: left;
    margin-bottom: 10px;
    width: 50%; }
    .related-articles--small .teaser-article:nth-of-type(even) {
      padding-left: 5px; }
    .related-articles--small .teaser-article:nth-of-type(odd) {
      padding-right: 5px; }
    .related-articles--small .teaser-article .image {
      width: 40%;
      float: left; }
    .related-articles--small .teaser-article .teaser-text {
      padding-left: 10px;
      width: 60%;
      float: left;
      font-weight: 600;
      font-size: 12px; }
      @media (max-width: 489px) {
        .related-articles--small .teaser-article .teaser-text {
          font-size: 14px; } }
      .related-articles--small .teaser-article .teaser-text .teaser-title {
        display: none; }
      .related-articles--small .teaser-article .teaser-text .tag, .related-articles--small .teaser-article .teaser-text .tag-alternative-color {
        display: none; }
      .related-articles--small .teaser-article .teaser-text a {
        color: black; }
    @media (max-width: 489px) {
      .related-articles--small .teaser-article {
        display: block;
        width: 100%;
        padding: 0px !important; }
        .related-articles--small .teaser-article .image {
          width: 32%; } }

.widget-related-articles {
  margin-bottom: 20px;
  padding: 0px; }
  .widget-related-articles .title {
    display: block;
    padding: 20px;
    margin: 0;
    background: #292929;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    line-height: 1;
    color: #ffffff; }
  .widget-related-articles .teaser-article {
    background-color: #f7f7f7;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #eeeeee;
    display: inline-flex; }
    .widget-related-articles .teaser-article .image {
      width: 20%; }
    .widget-related-articles .teaser-article .teaser-text {
      width: 80%;
      padding-left: 10px;
      font-size: 15px;
      line-height: 20px; }
      .widget-related-articles .teaser-article .teaser-text .teaser-title {
        font-size: 15px;
        margin-bottom: 5px; }
      .widget-related-articles .teaser-article .teaser-text a {
        color: black; }
      .widget-related-articles .teaser-article .teaser-text .tag, .widget-related-articles .teaser-article .teaser-text .tag-alternative-color {
        font-size: 10px;
        line-height: 12px;
        background-color: black;
        padding: 3px 5px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        background: black;
        border-radius: 2px;
        color: #fff !important; }

.teaser-regular--relatedArticles {
  border-bottom: none;
  padding-bottom: 0px; }

.hero-banner {
  width: calc(100% + 40px);
  max-width: 1140px;
  margin-top: -20px;
  margin-left: -20px;
  padding: 0 20px;
  position: relative;
  float: left;
  border-top: 20px solid #EDEDED;
  border-bottom: 20px solid #EDEDED;
  background-color: #fff; }
  @media (max-width: 1255px) {
    .hero-banner {
      width: calc(100% - 100px);
      margin-right: auto;
      margin-left: auto; } }
  @media (max-width: 909px) {
    .hero-banner {
      width: 100%; } }
  .hero-banner.group-is-collapsed {
    height: 160px; }
    @media (max-width: 909px) {
      .hero-banner.group-is-collapsed {
        height: 165px; } }

/*
@import "modules/_template-specific";
*/
/* ==========================================================================
	 Print styles.
	 Inlined to avoid required HTTP connection: h5bp.com/r
	 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  p a, .article-body a, .comments-header a, .comment-post a, .blog-single a,
  p a:visited,
  .article-body a:visited,
  .comments-header a:visited,
  .comment-post a:visited,
  .blog-single a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, .article-body, .comments-header, .comment-post, .blog-single,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }