@import url(https://fonts.googleapis.com/css?family=Lato:400,400i&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Oswald:400);/* specifying (less) here forces it to be included inline, processed as less and minified */
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) 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-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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) 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: 4px 4px 0 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 100% -22px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-search input.select2-active {
  background: #fff url(data:image/gif;base64,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) no-repeat 100%;
  background: url(data:image/gif;base64,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) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(data:image/gif;base64,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) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(data:image/gif;base64,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) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(data:image/gif;base64,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) 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: rgba(0, 0, 0, 0);
}
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(data:image/gif;base64,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) 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(data:image/gif;base64,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) 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 bottom, #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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU/aAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he/hObgsbSnb13ngdZjZhX3eO8/MDrMpSctKErwsg//HUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs+QOYztrsMJqwFk8EyHguW95klD+ZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH+WDbaIjkJnDzgq/+VHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9//4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ+iOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo+C5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy+fzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW+YRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p+B+CIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi/2QAAAABJRU5ErkJggg==) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX/hAlxQ3SekovYXIIvKEiBRIUF1lHT+BP+Br0TCCCsFLW5cmCS3jKWNNFrdZu+EOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW/JkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9/EQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl+LO9Z8FRwEaYINnpDdWKVIEdwC/QVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq/4Edy/bLNXB4/G4FKJ1sJ7zTwTrhMuTU3f+NVqc84SSG+bEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6/Y38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe+G0YX9+KHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP+YxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS/BTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF/pkyy1+ioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1+vBR+CG+EZ8IL4a3wU69cRYlgC4cN4UFD/LDBNVAi2NZxYa0Ixe5ikhFs58B/2SC48mOZUMYkI/jw/61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII=) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.select2-container {
  margin-bottom: 1em;
}
.select2-container-multi .select2-choices .select2-choice-dragging {
  border-color: #FF0000;
}
.select2-container-multi.select2-orderable .select2-search-choice span,
.select2-container-multi.select2-orderable .select2-search-choice {
  cursor: move;
}
.pat-select2 {
  min-width: 50%;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding-bottom: 1px;
  padding-left: 8px;
  padding-right: 1px;
  padding-top: 2px;
  height: inherit;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}
/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
.pattern-pickadate-wrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pattern-pickadate-wrapper .btn:focus,
.pattern-pickadate-wrapper .btn:active:focus,
.pattern-pickadate-wrapper .btn.active:focus,
.pattern-pickadate-wrapper .btn.focus,
.pattern-pickadate-wrapper .btn:active.focus,
.pattern-pickadate-wrapper .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pattern-pickadate-wrapper .btn:hover,
.pattern-pickadate-wrapper .btn:focus,
.pattern-pickadate-wrapper .btn.focus {
  color: #333;
  text-decoration: none;
}
.pattern-pickadate-wrapper .btn:active,
.pattern-pickadate-wrapper .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pattern-pickadate-wrapper .btn.disabled,
.pattern-pickadate-wrapper .btn[disabled],
fieldset[disabled] .pattern-pickadate-wrapper .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.pattern-pickadate-wrapper .btn.disabled,
fieldset[disabled] a.pattern-pickadate-wrapper .btn {
  pointer-events: none;
}
.pattern-pickadate-wrapper .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.pattern-pickadate-wrapper .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.pattern-pickadate-wrapper .btn-info:active,
.pattern-pickadate-wrapper .btn-info.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.pattern-pickadate-wrapper .btn-info:active:hover,
.pattern-pickadate-wrapper .btn-info.active:hover,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info:hover,
.pattern-pickadate-wrapper .btn-info:active:focus,
.pattern-pickadate-wrapper .btn-info.active:focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info:active.focus,
.pattern-pickadate-wrapper .btn-info.active.focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.pattern-pickadate-wrapper .btn-info:active,
.pattern-pickadate-wrapper .btn-info.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info {
  background-image: none;
}
.pattern-pickadate-wrapper .btn-info.disabled:hover,
.pattern-pickadate-wrapper .btn-info[disabled]:hover,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info:hover,
.pattern-pickadate-wrapper .btn-info.disabled:focus,
.pattern-pickadate-wrapper .btn-info[disabled]:focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info.disabled.focus,
.pattern-pickadate-wrapper .btn-info[disabled].focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.pattern-pickadate-wrapper .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.pattern-pickadate-wrapper .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.pattern-pickadate-wrapper .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.pattern-pickadate-wrapper .btn-danger:active,
.pattern-pickadate-wrapper .btn-danger.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.pattern-pickadate-wrapper .btn-danger:active:hover,
.pattern-pickadate-wrapper .btn-danger.active:hover,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger:active:focus,
.pattern-pickadate-wrapper .btn-danger.active:focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger:active.focus,
.pattern-pickadate-wrapper .btn-danger.active.focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.pattern-pickadate-wrapper .btn-danger:active,
.pattern-pickadate-wrapper .btn-danger.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger {
  background-image: none;
}
.pattern-pickadate-wrapper .btn-danger.disabled:hover,
.pattern-pickadate-wrapper .btn-danger[disabled]:hover,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger.disabled:focus,
.pattern-pickadate-wrapper .btn-danger[disabled]:focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger.disabled.focus,
.pattern-pickadate-wrapper .btn-danger[disabled].focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.pattern-pickadate-wrapper .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.pattern-pickadate-wrapper {
  position: relative;
  margin-bottom: 0.5em;
}
.pattern-pickadate-wrapper .btn {
  vertical-align: top;
  margin: 0.2em;
}
.pattern-pickadate-wrapper .picker {
  display: none;
}
.pattern-pickadate-wrapper .picker.picker--opened {
  display: block;
}
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__input {
  width: 300px;
  margin: 0.2em;
  text-align: center;
  cursor: context-menu;
}
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__holder {
  width: 300px;
  font-size: 12px;
  margin-top: -2px;
}
.pattern-pickadate-wrapper .pattern-pickadate-separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
}
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__input {
  width: 180px;
  margin: 0.2em;
  text-align: center;
  cursor: context-menu;
}
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__holder {
  width: 180px;
  font-size: 11px;
  margin-top: -2px;
}
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__list-item {
  text-align: center;
}
.pattern-pickadate-wrapper .pattern-pickadate-timezone-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.pattern-pickadate-wrapper .pattern-pickadate-now {
  display: inline-block;
}
.pattern-pickadate-wrapper .pattern-pickadate-clear {
  display: inline-block;
}
.pattern-pickadate-wrapper .picker__select--month,
.pattern-pickadate-wrapper .picker__select--year {
  height: 3em;
}
.pattern-pickadate-wrapper .picker__footer {
  display: none;
}
.pat-autotoc .autotoc-nav {
  float: right;
  border: 1px solid #DDD;
  padding: 0.5em 0;
  margin: 0 0 1em 1em;
}
.pat-autotoc .autotoc-nav a {
  display: block;
}
.pat-autotoc .autotoc-nav a:focus {
  outline-style: none;
}
.pat-autotoc .autotoc-nav .autotoc-level-1 {
  margin: 0 1em 0 1em;
}
.pat-autotoc .autotoc-nav .autotoc-level-2 {
  margin: 0 1em 0 2em;
}
.pat-autotoc .autotoc-nav .autotoc-level-3 {
  margin: 0 1em 0 3em;
}
.pat-autotoc.autotabs .autotoc-nav {
  float: none;
  padding: 0;
  margin: 0 0 0.3em 0;
  border: 0;
  border-bottom: 1px solid #DDD;
}
.pat-autotoc.autotabs .autotoc-nav:after {
  content: "";
  display: table;
  line-height: 0;
}
.pat-autotoc.autotabs .autotoc-nav a {
  display: inline-block;
  margin: 0 0.5em -1px 0.5em;
  line-height: 1.5em;
  padding: 0.4em 0.8em;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ie-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.pat-autotoc.autotabs .autotoc-nav a.active {
  border: 1px solid #DDD;
  border-bottom-color: #FFF;
  color: #555555;
  cursor: default;
}
.pat-autotoc.autotabs .autotoc-nav a.active:hover {
  background-color: transparent;
}
.pat-autotoc.autotabs .autotoc-nav a:hover {
  background-color: #EEE;
  border-color: #EEE;
  border-bottom-color: #FFF;
}
.pat-autotoc.autotabs .autotoc-section {
  display: none;
}
.pat-autotoc.autotabs .autotoc-section.active {
  display: block;
}
.pat-autotoc.autotabs .autotoc-section.active legend {
  display: none;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/++theme++wageindicator/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/++theme++wageindicator/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/448c34a56d699c29117adc64c43affeb.woff2) format('woff2'), url(/++theme++wageindicator/fa2772327f55d8198301fdb8bcfc8158.woff) format('woff'), url(/++theme++wageindicator/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format('truetype'), url(/++theme++wageindicator/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.modal-footer .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
.btn-group > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .btn {
  position: relative;
  float: left;
}
.btn-group > .pattern-pickadate-wrapper .btn:hover,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:hover,
.btn-group > .pattern-pickadate-wrapper .btn:focus,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:focus,
.btn-group > .pattern-pickadate-wrapper .btn:active,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:active,
.btn-group > .pattern-pickadate-wrapper .btn.active,
.btn-group-vertical > .pattern-pickadate-wrapper .btn.active {
  z-index: 2;
}
.btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.btn-group .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group .btn-group + .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
.btn-toolbar .pattern-pickadate-wrapper .btn {
  float: left;
}
.btn-toolbar > .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
}
.btn-group > .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .pattern-pickadate-wrapper .btn:first-child {
  margin-left: 0;
}
.btn-group > .pattern-pickadate-wrapper .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .pattern-pickadate-wrapper .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .pattern-pickadate-wrapper .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.pattern-pickadate-wrapper .btn .caret {
  margin-left: 0;
}
.btn-group-vertical > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .btn {
  float: none;
}
.btn-group-vertical > .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group-vertical > .btn-group + .pattern-pickadate-wrapper .btn {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .pattern-pickadate-wrapper .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .pattern-pickadate-wrapper .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .btn:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified > .pattern-pickadate-wrapper .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .pattern-pickadate-wrapper .btn {
  width: 100%;
}
[data-toggle="buttons"] > .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .pattern-pickadate-wrapper .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* buttons */
.plone-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.plone-btn:focus,
.plone-btn:active:focus,
.plone-btn.active:focus,
.plone-btn.focus,
.plone-btn:active.focus,
.plone-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.plone-btn:hover,
.plone-btn:focus,
.plone-btn.focus {
  color: #333;
  text-decoration: none;
}
.plone-btn:active,
.plone-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.plone-btn.disabled,
.plone-btn[disabled],
fieldset[disabled] .plone-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.plone-btn.disabled,
fieldset[disabled] a.plone-btn {
  pointer-events: none;
}
.plone-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.plone-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.plone-btn-sm {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.plone-btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.plone-btn-primary:focus,
.plone-btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.plone-btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.plone-btn-primary:active,
.plone-btn-primary.active,
.open > .dropdown-toggle.plone-btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.plone-btn-primary:active:hover,
.plone-btn-primary.active:hover,
.open > .dropdown-toggle.plone-btn-primary:hover,
.plone-btn-primary:active:focus,
.plone-btn-primary.active:focus,
.open > .dropdown-toggle.plone-btn-primary:focus,
.plone-btn-primary:active.focus,
.plone-btn-primary.active.focus,
.open > .dropdown-toggle.plone-btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.plone-btn-primary:active,
.plone-btn-primary.active,
.open > .dropdown-toggle.plone-btn-primary {
  background-image: none;
}
.plone-btn-primary.disabled:hover,
.plone-btn-primary[disabled]:hover,
fieldset[disabled] .plone-btn-primary:hover,
.plone-btn-primary.disabled:focus,
.plone-btn-primary[disabled]:focus,
fieldset[disabled] .plone-btn-primary:focus,
.plone-btn-primary.disabled.focus,
.plone-btn-primary[disabled].focus,
fieldset[disabled] .plone-btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.plone-btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.plone-btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.plone-btn-warning:focus,
.plone-btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.plone-btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.plone-btn-warning:active,
.plone-btn-warning.active,
.open > .dropdown-toggle.plone-btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.plone-btn-warning:active:hover,
.plone-btn-warning.active:hover,
.open > .dropdown-toggle.plone-btn-warning:hover,
.plone-btn-warning:active:focus,
.plone-btn-warning.active:focus,
.open > .dropdown-toggle.plone-btn-warning:focus,
.plone-btn-warning:active.focus,
.plone-btn-warning.active.focus,
.open > .dropdown-toggle.plone-btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.plone-btn-warning:active,
.plone-btn-warning.active,
.open > .dropdown-toggle.plone-btn-warning {
  background-image: none;
}
.plone-btn-warning.disabled:hover,
.plone-btn-warning[disabled]:hover,
fieldset[disabled] .plone-btn-warning:hover,
.plone-btn-warning.disabled:focus,
.plone-btn-warning[disabled]:focus,
fieldset[disabled] .plone-btn-warning:focus,
.plone-btn-warning.disabled.focus,
.plone-btn-warning[disabled].focus,
fieldset[disabled] .plone-btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.plone-btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.plone-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.plone-btn-default:focus,
.plone-btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.plone-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.plone-btn-default:active,
.plone-btn-default.active,
.open > .dropdown-toggle.plone-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.plone-btn-default:active:hover,
.plone-btn-default.active:hover,
.open > .dropdown-toggle.plone-btn-default:hover,
.plone-btn-default:active:focus,
.plone-btn-default.active:focus,
.open > .dropdown-toggle.plone-btn-default:focus,
.plone-btn-default:active.focus,
.plone-btn-default.active.focus,
.open > .dropdown-toggle.plone-btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.plone-btn-default:active,
.plone-btn-default.active,
.open > .dropdown-toggle.plone-btn-default {
  background-image: none;
}
.plone-btn-default.disabled:hover,
.plone-btn-default[disabled]:hover,
fieldset[disabled] .plone-btn-default:hover,
.plone-btn-default.disabled:focus,
.plone-btn-default[disabled]:focus,
fieldset[disabled] .plone-btn-default:focus,
.plone-btn-default.disabled.focus,
.plone-btn-default[disabled].focus,
fieldset[disabled] .plone-btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.plone-btn-default .badge {
  color: #fff;
  background-color: #333;
}
.plone-btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.plone-btn-success:focus,
.plone-btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.plone-btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.plone-btn-success:active,
.plone-btn-success.active,
.open > .dropdown-toggle.plone-btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.plone-btn-success:active:hover,
.plone-btn-success.active:hover,
.open > .dropdown-toggle.plone-btn-success:hover,
.plone-btn-success:active:focus,
.plone-btn-success.active:focus,
.open > .dropdown-toggle.plone-btn-success:focus,
.plone-btn-success:active.focus,
.plone-btn-success.active.focus,
.open > .dropdown-toggle.plone-btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.plone-btn-success:active,
.plone-btn-success.active,
.open > .dropdown-toggle.plone-btn-success {
  background-image: none;
}
.plone-btn-success.disabled:hover,
.plone-btn-success[disabled]:hover,
fieldset[disabled] .plone-btn-success:hover,
.plone-btn-success.disabled:focus,
.plone-btn-success[disabled]:focus,
fieldset[disabled] .plone-btn-success:focus,
.plone-btn-success.disabled.focus,
.plone-btn-success[disabled].focus,
fieldset[disabled] .plone-btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.plone-btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.plone-btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.plone-btn-info:focus,
.plone-btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.plone-btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.plone-btn-info:active,
.plone-btn-info.active,
.open > .dropdown-toggle.plone-btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.plone-btn-info:active:hover,
.plone-btn-info.active:hover,
.open > .dropdown-toggle.plone-btn-info:hover,
.plone-btn-info:active:focus,
.plone-btn-info.active:focus,
.open > .dropdown-toggle.plone-btn-info:focus,
.plone-btn-info:active.focus,
.plone-btn-info.active.focus,
.open > .dropdown-toggle.plone-btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.plone-btn-info:active,
.plone-btn-info.active,
.open > .dropdown-toggle.plone-btn-info {
  background-image: none;
}
.plone-btn-info.disabled:hover,
.plone-btn-info[disabled]:hover,
fieldset[disabled] .plone-btn-info:hover,
.plone-btn-info.disabled:focus,
.plone-btn-info[disabled]:focus,
fieldset[disabled] .plone-btn-info:focus,
.plone-btn-info.disabled.focus,
.plone-btn-info[disabled].focus,
fieldset[disabled] .plone-btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.plone-btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.plone-btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.plone-btn-danger:focus,
.plone-btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.plone-btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.plone-btn-danger:active,
.plone-btn-danger.active,
.open > .dropdown-toggle.plone-btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.plone-btn-danger:active:hover,
.plone-btn-danger.active:hover,
.open > .dropdown-toggle.plone-btn-danger:hover,
.plone-btn-danger:active:focus,
.plone-btn-danger.active:focus,
.open > .dropdown-toggle.plone-btn-danger:focus,
.plone-btn-danger:active.focus,
.plone-btn-danger.active.focus,
.open > .dropdown-toggle.plone-btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.plone-btn-danger:active,
.plone-btn-danger.active,
.open > .dropdown-toggle.plone-btn-danger {
  background-image: none;
}
.plone-btn-danger.disabled:hover,
.plone-btn-danger[disabled]:hover,
fieldset[disabled] .plone-btn-danger:hover,
.plone-btn-danger.disabled:focus,
.plone-btn-danger[disabled]:focus,
fieldset[disabled] .plone-btn-danger:focus,
.plone-btn-danger.disabled.focus,
.plone-btn-danger[disabled].focus,
fieldset[disabled] .plone-btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.plone-btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.plone-btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.plone-btn-link,
.plone-btn-link:active,
.plone-btn-link.active,
.plone-btn-link[disabled],
fieldset[disabled] .plone-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.plone-btn-link,
.plone-btn-link:hover,
.plone-btn-link:focus,
.plone-btn-link:active {
  border-color: transparent;
}
.plone-btn-link:hover,
.plone-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.plone-btn-link[disabled]:hover,
fieldset[disabled] .plone-btn-link:hover,
.plone-btn-link[disabled]:focus,
fieldset[disabled] .plone-btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.plone-btn-group .plone-btn + .plone-btn,
.plone-btn-group .plone-btn + .plone-btn-group,
.plone-btn-group .plone-btn-group + .plone-btn,
.plone-btn-group .plone-btn-group + .plone-btn-group {
  margin-left: -1px;
}
.plone-btn-block {
  display: block;
  width: 100%;
}
.plone-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.plone-close:hover,
.plone-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.plone-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* modals */
.plone-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.plone-modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.plone-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.plone-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.plone-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.plone-modal-body {
  position: relative;
  padding: 15px;
}
.plone-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.plone-modal-footer .btn + .btn,
.plone-modal-footer .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.plone-modal-footer .btn-group .btn + .btn,
.plone-modal-footer .btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
.plone-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.plone-modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.plone-modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* progress */
.plone-progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.plone-progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.plone-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* rotate transforms */
.rright {
  /* right-rotate by 90° */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* iOS, Android */
  transform: rotate(90deg);
}
.rleft {
  /* left-rotate by 90° */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* iOS, Android */
  transform: rotate(-90deg);
}
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
.plone-modal-header {
  padding: 5px 10px;
}
.plone-modal-title {
  font-size: 120%;
  margin: 4px 0;
}
.plone-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
}
.plone-modal.in {
  display: block !important;
}
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
.plone-modal-open {
  overflow: hidden;
  padding-right: 15px;
}
.plone-modal-open .plone-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.plone-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.plone-modal.in .plone-modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .plone-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
.plone-modal-content {
  background: #fff;
  /* XXX this is necessary for some content inside modals
     to behave properly */
  overflow: inherit;
}
.plone-modal-body {
  padding: 15px;
  position: relative;
}
.plone-modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .85;
}
.plone-modal-close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: .2;
  filter: alpha(opacity=20);
}
.plone-modal-close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
i.glyphicon {
  padding-right: 0.1em;
}
i.link-external:after {
  content: "\e144";
}
i.link-mailto:after {
  content: "\2709";
}
i.link-ftp:after {
  content: "\e121";
}
i.link-news:after {
  content: "\e135";
}
i.link-irc:after {
  content: "\e122";
}
i.link-h323:after {
  content: "\e059";
}
i.link-sip:after {
  content: "\e035";
}
i.link-callto:after {
  content: "\e145";
}
i.link-https:after {
  content: "\e033";
}
i.link-feed:after {
  content: "\e056";
}
i.link-webcal:after {
  content: "\E109";
}
.discreet {
  color: #777777;
  font-weight: 300;
}
p.callout {
  background: #eee;
  padding: 1em;
  border-left: 1em solid #ccc;
  clear: both;
}
.pat-livesearch {
  min-width: 230px;
  position: relative;
}
.pat-livesearch .livesearch-results {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  border-right: 1px solid #64bee8;
  border-bottom: 1px solid #64bee8;
  border-left: 1px solid #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  margin: 0;
  padding: 0;
  list-style: none;
}
.pat-livesearch .livesearch-results li {
  white-space: normal;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
.pat-livesearch .livesearch-results li.load-more .next {
  float: right;
}
.pat-livesearch .livesearch-results li.load-more .prev {
  float: left;
}
.pat-livesearch .livesearch-results li.load-more .page {
  text-align: center;
}
.pat-livesearch .livesearch-results li:hover,
.pat-livesearch .livesearch-results li.selected {
  background-color: #e6e4e4;
}
@font-face {
  font-family: 'fontello';
  src: url(/++theme++wageindicator/48e0b1f83515d3f3015d18ac16b492ee.eot);
  src: url(/++theme++wageindicator/48e0b1f83515d3f3015d18ac16b492ee.eot#iefix) format('embedded-opentype'), url(/++theme++wageindicator/16b3fec97bd76828b43ea9e3058b78da.woff) format('woff'), url(/++theme++wageindicator/0354cad7f3ff7aad6815a2423b9a9f92.ttf) format('truetype'), url(/++theme++wageindicator/02220a5b8faac60d96f3338a8bb4d852.svg#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('@{fontsPrefix}plone-fontello.svg?23168230#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Default Menu Icon */
.toolbar-menu-icon:before {
  content: '\e834';
}
.icon-user:before {
  content: '\e800';
}
/* '' */
.icon-folderContents:before {
  content: '\e801';
}
/* '' */
.icon-edit:before {
  content: '\e802';
}
/* '' */
.icon-logout:before {
  content: '\e803';
}
/* '' */
.icon-local_roles:before {
  content: '\e804';
}
/* '' */
.icon-history:before {
  content: '\e805';
}
/* '' */
.icon-link:before {
  content: '\e806';
}
/* '' */
.icon-view:before {
  content: '\e807';
}
/* '' */
.icon-collection:before {
  content: '\e808';
}
/* '' */
.icon-event:before {
  content: '\e809';
}
/* '' */
.icon-plone-contentmenu-factories:before {
  content: '\e80a';
}
/* '' */
.icon-contentInfo:before {
  content: '\e80b';
}
/* '' */
.icon-plone-contentmenu-workflow:before {
  content: '\e80c';
}
/* '' */
.icon-moreOptions:before {
  content: '\e80d';
}
/* '' */
.icon-document:before {
  content: '\e80e';
}
/* '' */
.icon-news:before {
  content: '\e80f';
}
/* '' */
.icon-image:before {
  content: '\e810';
}
/* '' */
.icon-file:before {
  content: '\e811';
}
/* '' */
.icon-addon:before {
  content: '\e812';
}
/* '' */
.icon-datetime:before {
  content: '\e813';
}
/* '' */
.icon-caching:before {
  content: '\e814';
}
/* '' */
.icon-markup:before {
  content: '\e815';
}
/* '' */
.icon-editing:before {
  content: '\e816';
}
/* '' */
.icon-errors:before {
  content: '\e817';
}
/* '' */
.icon-imageHandling:before {
  content: '\e818';
}
/* '' */
.icon-filtering:before {
  content: '\e819';
}
/* '' */
.icon-language:before {
  content: '\e81a';
}
/* '' */
.icon-dexterityTypes:before {
  content: '\e81b';
}
/* '' */
.icon-mail:before {
  content: '\e81c';
}
/* '' */
.icon-maintenance:before {
  content: '\e81d';
}
/* '' */
.icon-navigation:before {
  content: '\e81e';
}
/* '' */
.icon-search:before {
  content: '\e81f';
}
/* '' */
.icon-security:before {
  content: '\e820';
}
/* '' */
.icon-theming:before {
  content: '\e821';
}
/* '' */
.icon-rss:before {
  content: '\e822';
}
/* '' */
.icon-siteSettings:before {
  content: '\e823';
}
/* '' */
.icon-userGroups:before {
  content: '\e824';
}
/* '' */
.icon-zope:before {
  content: '\e825';
}
/* '' */
.icon-types:before {
  content: '\e826';
}
/* '' */
.icon-syndication:before {
  content: '\e827';
}
/* '' */
.icon-contentrules:before {
  content: '\e828';
}
/* '' */
.icon-lock:before {
  content: '\e829';
}
/* '' */
.icon-plone-contentmenu-actions:before {
  content: '\e82a';
}
/* '' */
.icon-plone-contentmenu-portletmanager:before {
  content: '\e82b';
}
/* '' */
.icon-plone-contentmenu-display:before {
  content: '\e82c';
}
/* '' */
.icon-calendar-empty:before {
  content: '\e82d';
}
/* '' */
[class^="icon-controlpanel-"]:before {
  content: '\e849';
}
/* '' */
.icon-controlpanel-plone_app_caching:before {
  content: '\e82e';
}
/* '' */
.icon-controlpanel-plone_app_registry:before {
  content: '\e82f';
}
/* '' */
.icon-controlpanel-dexterity-types:before {
  content: '\e830';
}
/* '' */
.icon-controlpanel-discussion:before {
  content: '\e831';
}
/* '' */
.icon-controlpanel-ImagingSettings:before {
  content: '\e832';
}
/* '' */
.icon-controlpanel-plone_app_theming:before {
  content: '\e833';
}
/* '' */
.icon-controlpanel-QuickInstaller:before {
  content: '\e834';
}
/* '' */
.icon-controlpanel-DateAndTime:before {
  content: '\e835';
}
/* '' */
.icon-controlpanel-LanguageSettings:before {
  content: '\e836';
}
/* '' */
.icon-controlpanel-MailHost:before {
  content: '\e837';
}
/* '' */
.icon-controlpanel-NavigationSettings:before {
  content: '\e838';
}
/* '' */
.icon-controlpanel-PloneReconfig:before {
  content: '\e839';
}
/* '' */
.icon-controlpanel-SearchSettings:before {
  content: '\e83a';
}
/* '' */
.icon-controlpanel-socialmedia:before {
  content: '\e83b';
}
/* '' */
.icon-controlpanel-syndication:before {
  content: '\e83c';
}
/* '' */
.icon-controlpanel-ContentRules:before {
  content: '\e83d';
}
/* '' */
.icon-controlpanel-EditingSettings:before {
  content: '\e83e';
}
/* '' */
.icon-controlpanel-MarkupSettings:before {
  content: '\e83f';
}
/* '' */
.icon-controlpanel-tinymce:before {
  content: '\e840';
}
/* '' */
.icon-controlpanel-TypesSettings:before {
  content: '\e841';
}
/* '' */
.icon-controlpanel-UsersGroups:before {
  content: '\e842';
}
/* '' */
.icon-controlpanel-errorLog:before {
  content: '\e843';
}
/* '' */
.icon-controlpanel-FilterSettings:before {
  content: '\e844';
}
/* '' */
.icon-controlpanel-SecuritySettings:before {
  content: '\e845';
}
/* '' */
.icon-controlpanel-resourceregistries:before {
  content: '\e846';
}
/* '' */
.icon-emptyset:before {
  content: '\e847';
}
/* '' */
.icon-controlpanel-ZMI:before {
  content: '\e848';
}
/* '' */
.icon-controlpanel-Maintenance:before {
  content: '\e849';
}
/* '' */
.icon-up:before {
  content: '\e84a';
}
/* '' */
.icon-down:before {
  content: '\e84b';
}
/* '' */
/* Unicode icons used in the same places */
.icon-parent:before {
  content: '↩';
  position: relative;
  top: 3px;
}
/* tinymce added image styles */
.image-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.image-right {
  float: right;
  margin: 0.5em;
}
.image-inline {
  float: none;
}
body#visual-portal-wrapper.pat-plone.icons-off .outer-wrapper [class*="contenttype-"]:before,
.icons-off .mime-icon {
  display: none;
}
.thumbs-off img[class*='thumb-'] {
  display: none;
}
/* error message styles */
body.template-default_error_message #content-core p {
  white-space: pre;
}
@font-face {
  font-family: 'Roboto';
  src: url(/++theme++wageindicator/454bf76503ab8f03e579dc84fb0841df.eot);
  src: url(/++theme++wageindicator/454bf76503ab8f03e579dc84fb0841df.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/0cdb6b93be987b817e45852a1f96991b.woff) format('woff'), url(/++theme++wageindicator/7b5fb88f12bec8143f00e21bc3222124.ttf) format('truetype'), url(/++theme++wageindicator/4258aaf43ad4dcb3bf25c98e98702e30.svg#robotolight) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/++theme++wageindicator/4419e1ff154b4b8279c527da42d3466e.eot);
  src: url(/++theme++wageindicator/4419e1ff154b4b8279c527da42d3466e.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/258aea88e4ac2ded832fe0f7d100e530.woff) format('woff'), url(/++theme++wageindicator/129c5057f4480f9a353e15e1e1e09f9d.ttf) format('truetype'), url(/++theme++wageindicator/95a08b67763b020190cbefb808b14277.svg#robotolight_italic) format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/++theme++wageindicator/95c791969d33962d95540f92ae01ba02.eot);
  src: url(/++theme++wageindicator/95c791969d33962d95540f92ae01ba02.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/300b2120fb40627d21df25101c9de31b.woff) format('woff'), url(/++theme++wageindicator/ac3f799d5bbaf5196fab15ab8de8431c.ttf) format('truetype'), url(/++theme++wageindicator/5502cce858cf9b246df7291fb484b43a.svg#robotoregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/++theme++wageindicator/88148bd263c9ccd9c6573ab7b8960bd7.eot);
  src: url(/++theme++wageindicator/88148bd263c9ccd9c6573ab7b8960bd7.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/04d65d54cd0c44fc1022d0769d871535.woff) format('woff'), url(/++theme++wageindicator/de74c60991cd63c8b922e0e665a39c7a.ttf) format('truetype'), url(/++theme++wageindicator/b52ea054a4254cbff2bdec1576dfdb42.svg#robotoitalic) format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/++theme++wageindicator/9670ff4426822838a827f1abe157cffa.eot);
  src: url(/++theme++wageindicator/9670ff4426822838a827f1abe157cffa.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/5102655eb0dc241b62ff3f33107c32d6.woff) format('woff'), url(/++theme++wageindicator/fe13e4170719c2fc586501e777bde143.ttf) format('truetype'), url(/++theme++wageindicator/420ea9a5305b151a81ca818652d3bf4e.svg#robotomedium) format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/++theme++wageindicator/f8978fdd40e0eb403c434ed9488bca82.eot);
  src: url(/++theme++wageindicator/f8978fdd40e0eb403c434ed9488bca82.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/79d0ac142fec4e83b34395f132de3442.woff) format('woff'), url(/++theme++wageindicator/5b25afa871e1b896011859f8cdf8da74.ttf) format('truetype'), url(/++theme++wageindicator/20aaf98f02cf11a8175aac2e3b60ff8e.svg#robotomedium_italic) format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url(/++theme++wageindicator/e0a32d44684e1bc7c9f09ea92c128497.eot);
  src: url(/++theme++wageindicator/e0a32d44684e1bc7c9f09ea92c128497.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/7ca7d2b0ff69cb279649e4b0554b638a.woff) format('woff'), url(/++theme++wageindicator/d329cc8b34667f114a95422aaad1b063.ttf) format('truetype'), url(/++theme++wageindicator/f178dfd36dde71a791447f07c7a8ab22.svg#robotobold) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/++theme++wageindicator/28e964d4ce1e57da7d78422a6de0b078.eot);
  src: url(/++theme++wageindicator/28e964d4ce1e57da7d78422a6de0b078.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/d46a5e729a5dd751b31adeb6fe4b4045.woff) format('woff'), url(/++theme++wageindicator/b37d0bb73a2f688ecaee01647f41e3e5.ttf) format('truetype'), url(/++theme++wageindicator/8b7ecb1a769aa6c56a8daee2633eeee8.svg#robotobold_italic) format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url(/++theme++wageindicator/4b0d2e4508b9a90c464d140e082f9879.eot);
  src: url(/++theme++wageindicator/4b0d2e4508b9a90c464d140e082f9879.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/b85c274d79df7b96a6d07eae08c316fa.woff) format('woff'), url(/++theme++wageindicator/cf4449c1884598b292630aa9f4007c19.ttf) format('truetype'), url(/++theme++wageindicator/66fdd5373fe8af8ddbcaf45b683c5d46.svg#roboto_condensedlight) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url(/++theme++wageindicator/51fb675d80a2f1518f32c776f3948b87.eot);
  src: url(/++theme++wageindicator/51fb675d80a2f1518f32c776f3948b87.eot?#iefix) format('embedded-opentype'), url(/++theme++wageindicator/8be5a05c5807211d04138b4d25450d4a.woff) format('woff'), url(/++theme++wageindicator/52019ea2430e3a035f4c458f318bec4c.ttf) format('truetype'), url(/++theme++wageindicator/2095ba239d3744021cd383a23ee5be1e.svg#roboto_condensedlight_italic) format('svg');
  font-weight: 300;
  font-style: italic;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  .sidebar-offcanvas,
  #portal-footer-wrapper,
  #mainnavigation-wrapper,
  #content-header,
  .link-https,
  #edit-zone {
    display: none;
    visibility: hidden;
  }
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  #portal-searchbox {
    display: None;
  }
  #portal-personaltools {
    display: None;
  }
  #portal-breadcrumbs {
    display: None;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  color: #4d4d4d;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #007bb1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004665;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.sr-only,
.hiddenStructure,
.crud-form .header-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #fff;
  background-color: #000;
}
.sr-only a,
.hiddenStructure a {
  color: #fff;
  background-color: #000;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body {
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus {
  text-decoration: none;
  border-bottom: 2px #004665 solid;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.documentDescription {
  font-size: 18px;
  font-weight: 700;
  color: #696969;
  margin-bottom: 10px;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark {
  background-color: #ebd380;
  padding: .2em;
}
.discreet {
  color: #696969;
  font-weight: 400;
}
.documentByLine {
  color: #696969;
  font-weight: 400;
  margin-bottom: 10px;
}
.documentFirstHeading {
  padding-bottom: 9px;
  margin: 0 0 10px;
  border-bottom: 1px solid #cccccc;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d4d4d;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::before,
.row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#edit-zone.plone-toolbar-top .plone-toolbar-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  height: 50px;
}
@media (min-width: 768px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 1170px;
  }
}
#edit-zone.plone-toolbar-top.compressed .plone-toolbar-container {
  width: auto;
}
table {
  max-width: 100%;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 400;
  color: #696969;
}
th {
  text-align: left;
  color: #4d4d4d;
}
.listing {
  width: 100%;
  margin-bottom: 20px;
}
.listing > thead > tr > th,
.listing > tbody > tr > th,
.listing > tfoot > tr > th,
.listing > thead > tr > td,
.listing > tbody > tr > td,
.listing > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0 solid #e5e5e5;
  border-collapse: collapse;
}
.listing > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}
.listing > caption + thead > tr:first-child > th,
.listing > colgroup + thead > tr:first-child > th,
.listing > thead:first-child > tr:first-child > th,
.listing > caption + thead > tr:first-child > td,
.listing > colgroup + thead > tr:first-child > td,
.listing > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.listing > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
.listing .listing {
  background-color: #fafafa;
}
.invisible-grid {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
.invisible-grid > thead > tr > th,
.invisible-grid > tbody > tr > th,
.invisible-grid > tfoot > tr > th,
.invisible-grid > thead > tr > td,
.invisible-grid > tbody > tr > td,
.invisible-grid > tfoot > tr > td {
  border: 0;
}
.listing > tbody > tr:nth-child(odd) > td,
.listing > tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .plone-has-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .plone-has-table::after {
    content: "⟷";
    position: fixed;
    color: #cccccc;
    margin-top: -3px;
  }
  .plone-has-table > .listing {
    margin-bottom: 0;
  }
  .plone-has-table > .listing > thead > tr > th,
  .plone-has-table > .listing > tbody > tr > th,
  .plone-has-table > .listing > tfoot > tr > th,
  .plone-has-table > .listing > thead > tr > td,
  .plone-has-table > .listing > tbody > tr > td,
  .plone-has-table > .listing > tfoot > tr > td {
    white-space: nowrap;
  }
}
table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom: 1px solid #e5e5e5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
}
label {
  display: inline-block;
  max-width: 95%;
  vertical-align: top;
  margin-bottom: 6px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
  min-width: 10em;
}
select[size="1"] {
  height: 34px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
}
/*.form-control,*/
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  width: 100%;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
  border-color: #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
}
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #777777;
}
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777777;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
fieldset[disabled]  {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
input[disabled],
textarea[disabled],
select[disabled],
fieldset[disabled]  {
  cursor: not-allowed;
}
textarea {
  min-height: 9em;
  min-width: 10em;
  resize: vertical;
}
textarea[name='form.widgets.IRichText.text'] {
  min-height: 12em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
select {
  width: unset;
  display: inline-block;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.field {
  margin-bottom: 15px;
}
.field span.option {
  display: block;
}
.field.error {
  background: #fbe8e4;
  -webkit-box-shadow: 0 0 0 5px #fbe8e4;
  box-shadow: 0 0 0 5px #fbe8e4;
}
.field.error .help-block,
.field.error .control-label,
.field.error .radio,
.field.error .checkbox,
.field.error .radio-inline,
.field.error .checkbox-inline {
  color: rgba(0, 0, 0, 0.5);
}
.field.error .form-control {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.field.error .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
}
.field.error .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #EC9C8D;
}
.field.error .form-control-feedback {
  color: rgba(0, 0, 0, 0.5);
}
.field.error > label,
.field.error div.error {
  color: #c4183c;
}
.field.error div.error {
  padding-left: 30px;
  font-weight: 400;
}
.field.error div.error::before {
  background-color: #ac493f;
  content: "×";
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
.field.error input,
.field.error textarea,
.field.error select {
  border-color: #c4183c;
}
.field.error input:focus,
.field.error textarea:focus,
.field.error select:focus {
  -webkit-box-shadow: 0 0 8px #f6b2c0;
  box-shadow: 0 0 8px #f6b2c0;
}
.formHelp {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
  font-weight: 400;
  font-style: italic;
}
.formControls {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  padding: 12px;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.plone-modal-body .formControls {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
label .required::after {
  color: #c4183c;
  content: "•";
  font-size: 200%;
  line-height: 0;
  position: relative;
  top: 7px;
  margin-left: -4px;
}
.searchField.portlet-search-gadget,
#sharing-user-group-search,
#select-rules {
  width: 100%;
  display: inline-block;
}
.searchField.portlet-search-gadget + .searchButton,
#sharing-user-group-search + #sharing-search-button,
#select-rules + input {
  position: relative;
  float: right;
  margin-top: -34px;
}
#search-results li {
  margin: 12px 0;
}
#search-results li .croppedDescription {
  margin-bottom: 0;
}
.highlightedSearchTerm {
  background: #fea;
  box-shadow: 0 0 1px 1px #fea;
}
.search-date-options > div,
.search-type-options > div {
  display: inline-block;
  margin-right: 12px;
}
.optionsToggle label {
  font-weight: 300;
  color: #696969;
}
.ordered-selection-field td {
  vertical-align: middle;
  text-align: center;
}
.ordered-selection-field td button {
  display: block;
  margin: auto;
}
.folder-factories {
  list-style: none;
}
.widget input + label {
  display: inline;
}
.standalone,
.context,
.destructive,
[type="submit"],
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus,
.standalone:active:focus,
.context:active:focus,
.destructive:active:focus,
[type="submit"]:active:focus,
button:active:focus,
.standalone.active:focus,
.context.active:focus,
.destructive.active:focus,
[type="submit"].active:focus,
button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.standalone:hover,
.context:hover,
.destructive:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.standalone:active,
.context:active,
.destructive:active,
[type="submit"]:active,
button:active,
.standalone.active,
.context.active,
.destructive.active,
[type="submit"].active,
button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.standalone.disabled,
.context.disabled,
.destructive.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
.context[disabled],
.destructive[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] .context,
fieldset[disabled] .destructive,
fieldset[disabled] [type="submit"],
fieldset[disabled] button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.standalone,
[type="submit"],
button {
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.standalone:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
[type="submit"]:focus,
button:focus,
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  background-image: none;
}
.standalone.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] [type="submit"],
fieldset[disabled] button,
.standalone.disabled:hover,
[type="submit"].disabled:hover,
button.disabled:hover,
.standalone[disabled]:hover,
[type="submit"][disabled]:hover,
button[disabled]:hover,
fieldset[disabled] .standalone:hover,
fieldset[disabled] [type="submit"]:hover,
fieldset[disabled] button:hover,
.standalone.disabled:focus,
[type="submit"].disabled:focus,
button.disabled:focus,
.standalone[disabled]:focus,
[type="submit"][disabled]:focus,
button[disabled]:focus,
fieldset[disabled] .standalone:focus,
fieldset[disabled] [type="submit"]:focus,
fieldset[disabled] button:focus,
.standalone.disabled:active,
[type="submit"].disabled:active,
button.disabled:active,
.standalone[disabled]:active,
[type="submit"][disabled]:active,
button[disabled]:active,
fieldset[disabled] .standalone:active,
fieldset[disabled] [type="submit"]:active,
fieldset[disabled] button:active,
.standalone.disabled.active,
[type="submit"].disabled.active,
button.disabled.active,
.standalone[disabled].active,
[type="submit"][disabled].active,
button[disabled].active,
fieldset[disabled] .standalone.active,
fieldset[disabled] [type="submit"].active,
fieldset[disabled] button.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.standalone .badge,
[type="submit"] .badge,
button .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
.context {
  color: #fff;
  background-color: #007bb1;
  border-color: #00587e;
}
.context:hover,
.context:focus,
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  color: #fff;
  background-color: #00587e;
  border-color: #002d41;
}
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  background-image: none;
}
.context.disabled,
.context[disabled],
fieldset[disabled] .context,
.context.disabled:hover,
.context[disabled]:hover,
fieldset[disabled] .context:hover,
.context.disabled:focus,
.context[disabled]:focus,
fieldset[disabled] .context:focus,
.context.disabled:active,
.context[disabled]:active,
fieldset[disabled] .context:active,
.context.disabled.active,
.context[disabled].active,
fieldset[disabled] .context.active {
  background-color: #007bb1;
  border-color: #00587e;
}
.context .badge {
  color: #007bb1;
  background-color: #fff;
}
.destructive {
  color: #fff;
  background-color: #bb4f45;
  border-color: #963f37;
}
.destructive:hover,
.destructive:focus,
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  color: #fff;
  background-color: #963f37;
  border-color: #692c26;
}
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  background-image: none;
}
.destructive.disabled,
.destructive[disabled],
fieldset[disabled] .destructive,
.destructive.disabled:hover,
.destructive[disabled]:hover,
fieldset[disabled] .destructive:hover,
.destructive.disabled:focus,
.destructive[disabled]:focus,
fieldset[disabled] .destructive:focus,
.destructive.disabled:active,
.destructive[disabled]:active,
fieldset[disabled] .destructive:active,
.destructive.disabled.active,
.destructive[disabled].active,
fieldset[disabled] .destructive.active {
  background-color: #bb4f45;
  border-color: #963f37;
}
.destructive .badge {
  color: #bb4f45;
  background-color: #fff;
}
.link-parent {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
  margin-bottom: 12px;
}
.link-parent:focus,
.link-parent:active:focus,
.link-parent.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.link-parent:hover,
.link-parent:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.link-parent:active,
.link-parent.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.link-parent:hover,
.link-parent:focus,
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  background-image: none;
}
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent,
.link-parent.disabled:hover,
.link-parent[disabled]:hover,
fieldset[disabled] .link-parent:hover,
.link-parent.disabled:focus,
.link-parent[disabled]:focus,
fieldset[disabled] .link-parent:focus,
.link-parent.disabled:active,
.link-parent[disabled]:active,
fieldset[disabled] .link-parent:active,
.link-parent.disabled.active,
.link-parent[disabled].active,
fieldset[disabled] .link-parent.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.link-parent .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
.link-parent::before {
  content: "↩ ";
  top: 3px;
  position: relative;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.state-draft {
  color: #d39105 !important;
}
.state-draft:hover,
.state-draft:active,
.state-draft:focus {
  color: #885e03 !important;
}
.state-pending {
  color: #a5a912 !important;
}
.state-pending:hover,
.state-pending:active,
.state-pending:focus {
  color: #62640b !important;
}
.state-private {
  color: #c4183c !important;
}
.state-private:hover,
.state-private:active,
.state-private:focus {
  color: #801027 !important;
}
.state-internal {
  color: #d39105 !important;
}
.state-internal:hover,
.state-internal:active,
.state-internal:focus {
  color: #885e03 !important;
}
.state-internally_published {
  color: #7924f9 !important;
}
.state-internally_published:hover,
.state-internally_published:active,
.state-internally_published:focus {
  color: #5405cc !important;
}
.plone-breadcrumb {
  clear: left;
  background-color: #e6e4e4;
  margin-bottom: 20px;
  margin-top: -20px;
  /* uncomment to hide breadcrumbs on home
  body.section-front-page & {display: none;} //not breadcrumbs on homepage
  */
}
.plone-breadcrumb > * > span {
  display: inline-block;
  color: #777777;
  padding: 8px 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .plone-breadcrumb > * > span {
    display: none;
  }
}
.plone-breadcrumb ol {
  display: inline-block;
  padding: 8px 0;
  list-style: none;
  margin: 0;
}
.plone-breadcrumb ol > li {
  font-weight: 400;
  display: inline-block;
  line-height: 0;
  position: relative;
  padding: 0 30px 0 0;
}
.plone-breadcrumb ol > li + li::after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #e6e4e4;
  border-left: 5px solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: -21px;
  top: -15px;
  padding: 0 !important;
}
.plone-breadcrumb ol > li + li::before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #cccccc;
  border-left: 5px solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: -20px;
  top: -15px;
  padding: 0 !important;
}
.plone-breadcrumb ol a {
  color: #086ca3;
}
.plone-breadcrumb ol > #breadcrumbs-current {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
.pagination li {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  font-weight: 300;
  /* wanna hide the label "next ... items"? */
  /* .label {
      display: none;
    } */
}
.pagination li > a,
.pagination li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007bb1;
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  margin-left: -1px;
}
.pagination li.previous > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination li.previous .arrow:before {
  content: '\3c';
}
.pagination li.next > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li.next .arrow:after {
  content: '\3e';
}
.pagination li > a:hover,
.pagination li > a:focus {
  color: #004665;
  background-color: #f2f1f1;
  border: 1px solid #e5e5e5 !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li.active > span {
  z-index: 2;
  font-weight: 400;
  color: #fff;
  background-color: #007bb1;
  border: 1px solid #007bb1 !important;
  cursor: default;
}
.pagination li.disabled > span {
  color: #cccccc;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5 !important;
  cursor: default;
}
@media (max-width: 480px) {
  .pagination li {
    display: none;
  }
  .pagination li.previous,
  .pagination li.next {
    display: inline;
  }
}
.pat-autotoc.autotabs,
.autotabs {
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.pat-autotoc.autotabs .autotoc-nav,
.autotabs .autotoc-nav {
  background: #f2f1f1;
  border-bottom: 1px solid #e5e5e5;
  margin: -6px -12px 6px;
}
.pat-autotoc.autotabs .autotoc-nav a,
.autotabs .autotoc-nav a {
  display: inline-block;
  padding: 12px;
  margin: 6px 0 0 6px;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  background: #fcfcfd;
  font-weight: 400;
}
.pat-autotoc.autotabs .autotoc-nav a:last-child,
.autotabs .autotoc-nav a:last-child {
  margin-right: 6px;
}
.pat-autotoc.autotabs .autotoc-nav a:hover,
.autotabs .autotoc-nav a:hover {
  text-decoration: none;
  background: #fff;
}
.pat-autotoc.autotabs .autotoc-nav a.active,
.autotabs .autotoc-nav a.active,
.pat-autotoc.autotabs .autotoc-nav a.active:hover,
.autotabs .autotoc-nav a.active:hover {
  color: #696969;
  cursor: default;
  background: #fff;
  border-bottom-color: #fff;
}
.pat-autotoc.autotabs .autotoc-nav .autotab-heading,
.autotabs .autotoc-nav .autotab-heading {
  display: inline-block;
  margin: 6px 0 0 6px;
}
.pat-autotoc.autotabs .formControls,
.autotabs .formControls {
  margin: 0 -12px -6px;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .autotabs .autotoc-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 52px;
    width: auto;
    white-space: nowrap;
    border-bottom: 0;
    box-shadow: inset 0 -1px #e5e5e5;
  }
  .autotabs .autotoc-nav a:not(.active) {
    box-shadow: inset 0 -1px #e5e5e5;
  }
}
.autotabs ul.autotoc-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.autotabs ul.autotoc-nav li {
  list-style: none;
  display: inline-block;
}
.folder-listing {
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.folder-listing li {
  margin: 10px 0;
}
.folder-listing > li::before {
  content: "•";
  position: absolute;
  font-size: 19px;
  margin-top: -9px;
  left: 0;
  color: #a7daf2;
}
.folder-listing .documentByLine {
  font-weight: 400;
  color: #777777;
}
.tileImage {
  padding-right: 5px;
  float: left;
}
.tileImageNoFloat {
  margin-bottom: 5px;
}
.tileFooter {
  clear: both;
  margin-top: 5px;
}
.entries::before,
#content article.entry::after,
#relatedItemBox ul li::after,
#searchresults ul li::after {
  content: " ";
  display: block;
  clear: both;
  height: 2px;
  visibility: hidden;
}
.icon-group-right .image-icon {
  float: none;
}
.photoalbumEntryWrapper {
  display: block;
}
.photoAlbumEntry {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.photoAlbumEntry a {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fcfcfd;
  width: 220px;
  height: 240px;
}
.photoAlbumEntry img {
  max-width: 200px;
  max-height: 200px;
}
.alert.status,
.portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
.alert.status > strong,
.portalMessage > strong,
.alert.status > dt,
.portalMessage > dt {
  font-weight: 700;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status a,
.portalMessage a {
  font-weight: 400;
  color: #005074;
}
.alert.status > strong::before,
.portalMessage > strong::before,
.alert.status > dt::before,
.portalMessage > dt::before {
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
.alert.status > dt,
.portalMessage > dt,
.alert.status > dd,
.portalMessage > dd {
  display: inline;
}
.alert.status > dd,
.portalMessage > dd {
  margin: 0;
}
.alert.status.alert-none,
.portalMessage.alert-none {
  box-shadow: none;
}
.alert.status.alert-success,
.portalMessage.alert-success,
.alert.status.info,
.portalMessage.info {
  background-color: #aad6ea;
  border: 1px solid #9acee6;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-success > strong,
.portalMessage.alert-success > strong,
.alert.status.info > strong,
.portalMessage.info > strong,
.alert.status.alert-success > dt,
.portalMessage.alert-success > dt,
.alert.status.info > dt,
.portalMessage.info > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-success > strong::before,
.portalMessage.alert-success > strong::before,
.alert.status.info > strong::before,
.portalMessage.info > strong::before,
.alert.status.alert-success > dt::before,
.portalMessage.alert-success > dt::before,
.alert.status.info > dt::before,
.portalMessage.info > dt::before {
  background-color: #3e7b91;
  content: "i";
}
.alert.status.alert-warning,
.portalMessage.alert-warning,
.alert.status.warning,
.portalMessage.warning {
  background-color: #ebd380;
  border: 1px solid #e7ca66;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-warning > strong,
.portalMessage.alert-warning > strong,
.alert.status.warning > strong,
.portalMessage.warning > strong,
.alert.status.alert-warning > dt,
.portalMessage.alert-warning > dt,
.alert.status.warning > dt,
.portalMessage.warning > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-warning > strong::before,
.portalMessage.alert-warning > strong::before,
.alert.status.warning > strong::before,
.portalMessage.warning > strong::before,
.alert.status.alert-warning > dt::before,
.portalMessage.alert-warning > dt::before,
.alert.status.warning > dt::before,
.portalMessage.warning > dt::before {
  background-color: #bc8d0d;
  content: "!";
}
.alert.status.alert-error,
.portalMessage.alert-error,
.alert.status.error,
.portalMessage.error {
  background-color: #EC9C8D;
  border: 1px solid #eb9484;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-error > strong,
.portalMessage.alert-error > strong,
.alert.status.error > strong,
.portalMessage.error > strong,
.alert.status.alert-error > dt,
.portalMessage.alert-error > dt,
.alert.status.error > dt,
.portalMessage.error > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-error > strong::before,
.portalMessage.alert-error > strong::before,
.alert.status.error > strong::before,
.portalMessage.error > strong::before,
.alert.status.alert-error > dt::before,
.portalMessage.alert-error > dt::before,
.alert.status.error > dt::before,
.portalMessage.error > dt::before {
  background-color: #ac493f;
  content: "×";
}
.portlet .portletContent > .portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin: 15px;
}
/* special octogonal shape for error
.alert.status.alert-error,
.portalMessage.error {
	& > strong::before, & > dt::before {
		border-radius: 8px; //soften border
		background: @plone-alert-error-bullet;
		background:
			linear-gradient(135deg, transparent 4px, @plone-alert-error-bullet 0) top left,
			linear-gradient(225deg, transparent 4px, @plone-alert-error-bullet 0) top right,
			linear-gradient(315deg, transparent 4px, @plone-alert-error-bullet 0) bottom right,
			linear-gradient(45deg,  transparent 4px, @plone-alert-error-bullet 0) bottom left;
		background-size: 50% 50%;
		background-repeat: no-repeat;
	}
}
*/
.portlet {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.portlet > :first-child {
  border-radius: 4px 4px 0 0;
}
.portlet > :last-child {
  border-radius: 0 0 4px 4px;
}
.portlet .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
.portlet .portletHeader > a {
  color: #086ca3;
}
.portlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
.portlet.portletCalendar .portletHeader .calendarPrevious,
.portlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
.portlet.portletCalendar .portletHeader .calendarPrevious:hover,
.portlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #fff;
  text-decoration: none;
}
.portlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
.portlet .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  font-weight: 400;
}
.portlet .portletContent > *,
.portlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
.portlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.portlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 15px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
.portlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
.portlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
.portlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
.portlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 15px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
.portlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
.portlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
.portlet.portletCalendar table tr {
  line-height: 30px;
}
.portlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
.portlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 34px;
  text-align: center;
  vertical-align: middle;
}
.portlet.portletCalendar table td {
  color: #666;
  background: #eeeeee;
}
.portlet.portletCalendar table td:hover {
  background: #fafafa;
}
.portlet.portletCalendar table td.today:hover,
.portlet.portletCalendar table td.cal_has_events:hover {
  background: #eee;
}
.portlet.portletCalendar table td.cal_prev_month {
  color: #999;
  background: #f9f9f9;
}
.portlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.portlet.portletCalendar table .cal_has_events {
  position: relative;
}
.portlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
.portlet.portletCalendar table .cal_has_events a::after {
  content: "•";
  position: absolute;
  margin-left: 50%;
  left: -6px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
.portlet.portletCalendar table .cal_has_events a:hover::after {
  color: #64bee8;
}
.portlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
.portlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 6px;
}
.portlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 6px;
}
.portlet.portletCalendar table .cal_next_month,
.portlet.portletCalendar table .cal_prev_month {
  color: #000;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a::after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a::after {
  color: #d3edf8;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004665;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after {
  color: #64bee8;
}
.portlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
.portlet .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.portletNavigationTree nav.portletContent > ul > li a {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #e5e5e5;
}
.portletNavigationTree nav.portletContent > ul > li strong {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  color: #696969;
  display: block;
  font-weight: 400;
}
.portletNavigationTree .portletContent {
  border-top: 0;
}
.portletNavigationTree .portletContent > ul > li a {
  display: block;
}
.portletNavigationTree .portletContent > ul > li a:hover {
  text-decoration: none;
  background: #f6f6f9;
  color: #64bee8;
}
.portletNavigationTree .portletContent > ul > li a:hover::before {
  color: #64bee8;
}
.portletNavigationTree .portletContent > ul > li a:hover::after {
  content: "⟩";
  position: absolute;
  right: 10px;
  font-size: 18px;
  margin-top: -3px;
  color: #777777;
}
.portletNavigationTree .portletContent > ul > li > a > img.image-icon {
  max-height: 20px;
}
.portletNavigationTree .portletContent > ul ul {
  padding-left: 0;
}
.portletNavigationTree .portletContent .navTreeCurrentNode > a {
  background: #f6f6f9;
  color: #696969;
}
.portletNavigationTree .portletContent .navTreeCurrentNode > a::after {
  content: "⟩";
  position: absolute;
  right: 10px;
  font-size: 18px;
  margin-top: -3px;
  color: #777777;
}
.portletNavigationTree .portletContent ul.navTreeLevel1 > li a {
  padding-left: 30px;
}
.portletNavigationTree .portletContent ul.navTreeLevel2 > li a {
  padding-left: 45px;
}
.portletNavigationTree .portletContent ul.navTreeLevel3 > li a {
  padding-left: 60px;
}
.portletNavigationTree .portletContent ul.navTreeLevel4 > li a {
  padding-left: 75px;
}
.portletNavigationTree .portletContent ul.navTreeLevel5 > li a {
  padding-left: 90px;
}
#upgrade-products .configlets li,
#install-products .configlets li,
#activated-products .configlets li,
#broken-products .configlets li {
  padding: 12px;
  border-top: 1px dotted #e5e5e5;
}
#upgrade-products .configlets li:first-child,
#install-products .configlets li:first-child,
#activated-products .configlets li:first-child,
#broken-products .configlets li:first-child {
  border-top: 0;
}
#upgrade-products .configlets h3,
#install-products .configlets h3,
#activated-products .configlets h3,
#broken-products .configlets h3,
#upgrade-products .configlets p,
#install-products .configlets p,
#activated-products .configlets p,
#broken-products .configlets p {
  margin: 0;
}
#upgrade-products .configlets .portletContent:last-child,
#install-products .configlets .portletContent:last-child,
#activated-products .configlets .portletContent:last-child,
#broken-products .configlets .portletContent:last-child {
  margin-bottom: 0;
}
#upgrade-products .configlets .pull-right,
#install-products .configlets .pull-right,
#activated-products .configlets .pull-right,
#broken-products .configlets .pull-right {
  margin: 0 0 12px 12px;
}
.portletCollection ul {
  list-style-type: none;
  padding-left: 0;
}
.portletCollection > ul > li > a {
  padding: 10px 15px 26px 10px;
}
.switch-portlet-manager {
  margin-top: 0.5em;
  width: auto;
}
.managedPortlet {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.managedPortlet > :first-child {
  border-radius: 4px 4px 0 0;
}
.managedPortlet > :last-child {
  border-radius: 0 0 4px 4px;
}
.managedPortlet .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
.managedPortlet .portletHeader > a {
  color: #086ca3;
}
.managedPortlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
.managedPortlet.portletCalendar .portletHeader .calendarPrevious,
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
.managedPortlet.portletCalendar .portletHeader .calendarPrevious:hover,
.managedPortlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #fff;
  text-decoration: none;
}
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
.managedPortlet .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  font-weight: 400;
}
.managedPortlet .portletContent > *,
.managedPortlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
.managedPortlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.managedPortlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 15px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
.managedPortlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
.managedPortlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
.managedPortlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
.managedPortlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 15px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
.managedPortlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
.managedPortlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
.managedPortlet.portletCalendar table tr {
  line-height: 30px;
}
.managedPortlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
.managedPortlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 34px;
  text-align: center;
  vertical-align: middle;
}
.managedPortlet.portletCalendar table td {
  color: #666;
  background: #eeeeee;
}
.managedPortlet.portletCalendar table td:hover {
  background: #fafafa;
}
.managedPortlet.portletCalendar table td.today:hover,
.managedPortlet.portletCalendar table td.cal_has_events:hover {
  background: #eee;
}
.managedPortlet.portletCalendar table td.cal_prev_month {
  color: #999;
  background: #f9f9f9;
}
.managedPortlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.managedPortlet.portletCalendar table .cal_has_events {
  position: relative;
}
.managedPortlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
.managedPortlet.portletCalendar table .cal_has_events a::after {
  content: "•";
  position: absolute;
  margin-left: 50%;
  left: -6px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
.managedPortlet.portletCalendar table .cal_has_events a:hover::after {
  color: #64bee8;
}
.managedPortlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
.managedPortlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 6px;
}
.managedPortlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 6px;
}
.managedPortlet.portletCalendar table .cal_next_month,
.managedPortlet.portletCalendar table .cal_prev_month {
  color: #000;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a::after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a::after {
  color: #d3edf8;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004665;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after {
  color: #64bee8;
}
.managedPortlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
.managedPortlet .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.managedPortlet .portletHeader {
  font-weight: 300;
}
.managedPortlet.inheritedPortlet {
  margin: 5px 15px;
}
.managedPortlet.inheritedPortlet .portletHeader {
  padding: 3px 15px;
}
.managedPortlet.blockedPortlet {
  opacity: 0.7;
}
.managedPortletActions {
  float: right;
  margin-top: -6px;
}
.managedPortletActions form {
  display: inline-block;
}
.portlet.portletSiteSetup .portletContent > ul > li a::before {
  content: "";
}
.portlet.portletSiteSetup .portletContent > ul li:hover {
  background: #edecec;
}
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a {
  border: none;
  padding: 0px;
  color: #4D4D4D;
}
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a:hover {
  text-decoration: none;
}
.portletNavigationTree.portletSiteSetup a {
  border: none;
  text-align: center;
  height: 100%;
  padding: 0;
}
.portletNavigationTree.portletSiteSetup a span {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #4d4d4d;
}
.portletNavigationTree.portletSiteSetup ul {
  background: #edecec;
  padding-bottom: 20px;
}
.portletNavigationTree.portletSiteSetup li {
  vertical-align: top;
}
.portletNavigationTree.portletSiteSetup ul > li > a:hover::after {
  content: "";
}
.portletNavigationTree.portletSiteSetup .inner-configlet {
  margin-top: 10px;
  padding-bottom: 10px;
}
.portletNavigationTree.portletSiteSetup .inner-configlet:hover {
  background: rgba(255, 255, 255, 0.67);
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px #bbbbbb;
}
.portletNavigationTree.portletSiteSetup .inner-configlet:hover span {
  color: #333;
}
.template-overview-controlpanel .portlet.portletSiteSetup .portletContent > ul > li {
  height: 120px;
}
#portlet-prefs ul ul {
  padding-top: 10px;
}
#portlet-prefs ul ul li {
  padding-top: 10px;
}
#portlet-prefs ul ul li a {
  text-align: inherit;
  padding-left: 40px;
}
#portlet-prefs ul ul li a::before {
  content: "•";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
.template-usergroup-groupprefs .field,
.template-usergroup-userprefs .field,
.template-usergroup-controlpanel .field,
.template-member-registration .field {
  margin-top: 2em;
}
.template-usergroup-groupprefs .formControls,
.template-usergroup-userprefs .formControls,
.template-usergroup-controlpanel .formControls,
.template-member-registration .formControls {
  border-top: 0;
  box-shadow: none;
  margin-bottom: 1em;
}
.template-usergroup-groupprefs table.listing,
.template-usergroup-userprefs table.listing,
.template-usergroup-controlpanel table.listing,
.template-member-registration table.listing {
  margin-bottom: 0.5em;
}
.template-usergroup-groupprefs input.quickSearch,
.template-usergroup-userprefs input.quickSearch,
.template-usergroup-controlpanel input.quickSearch,
.template-member-registration input.quickSearch {
  margin-bottom: 0.5em;
}
.template-usergroup-groupprefs .listingCheckbox,
.template-usergroup-userprefs .listingCheckbox,
.template-usergroup-controlpanel .listingCheckbox,
.template-member-registration .listingCheckbox {
  vertical-align: middle;
  text-align: center;
}
.template-usergroup-groupprefs form,
.template-usergroup-userprefs form {
  overflow: scroll;
}
.template-actions-controlpanel #content-core .addAction {
  height: 2em;
}
.template-actions-controlpanel #content-core section.portlet {
  clear: both;
}
.template-actions-controlpanel #content-core ol.configlets li {
  margin: 1.2em;
}
.link-category {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.link-category[href]:hover,
.link-category[href]:focus {
  background-color: #cccccc;
}
a.link-category:hover,
a.link-category:focus {
  color: #007bb1;
  text-decoration: none;
  cursor: pointer;
}
.link-category:empty {
  display: none;
}
#category {
  margin-bottom: 12px;
}
#category ul {
  list-style: none;
  padding: 0;
  display: inline;
}
#category li {
  display: inline-block;
}
[class*="contenttype-"]::before,
.contenttype-file #crud-edit-File-widgets-view_title::before {
  font-family: "Fontello";
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: inherit;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
  content: '\e834';
}
.contenttype-folder::before {
  content: '\e801';
}
.contenttype-document::before {
  content: '\e80e';
}
.contenttype-file::before {
  content: '\e811';
}
.contenttype-link::before {
  content: '\e806';
}
.contenttype-image::before {
  content: '\e810';
}
.contenttype-collection::before {
  content: '\e808';
}
.contenttype-event::before {
  content: '\e809';
}
.contenttype-news-item::before {
  content: '\e80f';
}
.outer-wrapper .contenttype-file::before {
  content: none;
}
.contenttype-file #crud-edit-File-widgets-view_title::before {
  content: '\e811';
}
.mime-icon {
  margin-right: 8px;
}
#textAdjust .decrease-text {
  font-size: 12px;
}
#textAdjust .normal-text {
  font-size: 14px;
}
#textAdjust .increase-text {
  font-size: 18px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav {
  float: right;
  min-width: 150px;
  background-color: #f2f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  padding: 6px 12px;
  margin: 0 0 12px 12px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav a {
  display: block;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .active,
.pat-autotoc:not(.autotabs) .autotoc-nav .active:hover {
  color: #696969;
  cursor: default;
  text-decoration: none;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-1 {
  margin-left: 0;
  font-size: 18px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-2 {
  margin-left: 12px;
  font-size: 14px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-3 {
  margin-left: 24px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .pat-autotoc .autotoc-nav {
    float: none;
    margin: 0 0 20px 0;
  }
}
.pat-dropzone .dz-notice {
  margin-bottom: 6px;
}
.pat-dropzone .dz-default {
  border-radius: 6px;
  background-color: #f2f1f1;
  border: 3px dotted #cccccc;
  margin-bottom: 20px;
  padding: 12px;
  color: #696969;
}
.plone-modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.5);
}
.plone-modal .plone-modal-dialog {
  width: 100%;
  position: relative;
}
.plone-modal .plone-modal-dialog .plone-modal-header {
  min-height: 25px;
  padding: 12px;
}
.plone-modal .plone-modal-dialog .plone-modal-header h3 {
  font-size: 18px;
  margin: 0;
}
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close {
  margin-top: -12px;
  float: right;
  font-size: 36px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:hover,
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
.plone-modal .plone-modal-dialog .plone-modal-body {
  padding: 12px;
}
.plone-modal .plone-modal-dialog .plone-modal-body .modal-image {
  text-align: center;
}
.plone-modal .plone-modal-dialog .plone-modal-footer {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
  padding: 12px;
  text-align: right;
}
.plone-modal .plone-modal-dialog .plone-modal-footer .pattern-modal-buttons input + input {
  margin-left: 12px;
}
.plone-modal .plone-modal-content {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 4px;
  outline: none;
  background-clip: padding-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .plone-modal .plone-modal-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .plone-modal .plone-modal-content {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .plone-modal .plone-modal-content {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .plone-modal .plone-modal-content {
    width: 1570px;
  }
}
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.plone-modal.fade.in .plone-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.plone-modal.in {
  display: block !important;
}
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
.plone-modal-open {
  padding-right: 0;
}
.plone-modal-open > *:not(.plone-modal-wrapper,.select2-drop, .mce-floatpanel) {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
#content .picker--opened .picker__holder {
  opacity: 1;
}
.picker__holder {
  width: 180px;
  margin: -1px 0 0 0;
  border: 1px solid #ccc;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.picker__wrap {
  margin: 0;
  /* overrides -1px used to get rid of unecessary scrollbar */
}
.picker__list-item:hover {
  background: #f0f0f0;
  color: #4d4d4d;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #007bb1;
  color: #fff;
}
li.picker__list-item {
  padding: 6px 12px;
  cursor: pointer;
  color: #696969;
}
ul.picker__list {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.picker__table {
  width: 100%;
  text-align: center;
}
.picker__table th {
  text-align: center;
}
.picker__header {
  text-align: center;
  position: relative;
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  top: 0.5em;
}
.picker__select--month,
.picker__select--year {
  width: 35%;
  display: inline-block;
  margin: 0 6px;
  font-size: 1em;
}
.picker__day {
  font-weight: 400;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  background: #f0f0f0;
}
.picker__day--highlighted:hover,
.picker__day--highlighted {
  background: #007bb1;
  color: #fff;
  font-weight: 600;
}
.picker__day--outfocus {
  color: #cccccc;
}
.pat-sortable > *:hover {
  cursor: move;
  cursor: -webkit-grab;
  background: #FFF5CD;
}
.pat-sortable .item-dragging,
.pat-sortable .item-dragging:hover {
  cursor: -webkit-grabbing !important;
  background: #f2f2f2;
}
.item-dragging.dragging {
  background: #fea;
  cursor: -webkit-grabbing !important;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
}
.pat-tablesorter th:hover {
  color: #007bb1;
}
.pat-tablesorter .sortdirection {
  font-size: 75%;
  opacity: .5;
  position: relative;
  top: -1px;
  padding: 2px;
  min-width: 15px;
  display: inline-block;
}
.tooltips {
  opacity: 0;
  transition: opacity .2s ease .5s;
  position: absolute;
  background: #333333;
  background: rgba(0, 0, 0, 0.9);
  color: #fafafa;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
  max-width: 200px;
  margin-left: -100px;
  left: 200px;
  text-align: center;
  padding: 6px;
}
.tooltips.active {
  opacity: 1;
  transition: opacity .2s ease .5s;
}
.jqtree-tree {
  list-style: none outside;
  margin-bottom: 0;
  padding: 0;
  padding-left: 18px;
}
.jqtree-tree .jqtree-toggler {
  left: -18px;
  font-size: 75%;
  top: 30%;
  position: absolute;
}
.jqtree-tree .jqtree-element {
  padding: 6px;
}
.jqtree-tree .jqtree-element:hover {
  background: #f0f0f0;
}
.jqtree-tree .jqtree-selected > .jqtree-element {
  background: #cccccc;
}
#portal-header {
  margin: 15px auto 20px;
}
#portal-header::before,
#portal-header::after {
  content: " ";
  display: table;
}
#portal-header::after {
  clear: both;
}
#portal-logo {
  float: left;
}
#portal-languageselector {
  clear: both;
  display: inline-block;
  float: left;
  margin-right: 29px;
  padding-top: 5px;
}
#portal-languageselector li {
  display: inline-block;
  margin-right: 10px;
}
#portal-anontools {
  float: right;
}
#portal-anontools ul {
  padding-right: 0;
}
#portal-membertools-wrapper {
  float: right;
  padding: 12px 0;
}
#portal-membertools-wrapper ul {
  margin: 0 0 12px 12px;
  padding-right: 0;
}
#portal-searchbox {
  clear: left;
  margin-left: 3px;
  margin-top: 60px;
  padding-top: 20px;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
#portal-searchbox .searchSection {
  display: none;
}
#portal-searchbox [type="submit"] {
  display: none;
}
#portal-searchbox label {
  font-size: 86.667%;
}
@media (min-width: 768px) {
  #portal-header {
    margin-bottom: 15px;
  }
  #portal-languageselector {
    clear: none;
    float: right;
  }
  #portal-searchbox {
    clear: none;
    float: right;
    margin-left: 1em;
    margin-top: 5px;
    max-width: 50%;
    padding-top: 0;
    position: relative;
  }
  #portal-searchbox .searchSection {
    display: inherit;
  }
  #portal-searchbox [type="text"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
    width: 20rem;
  }
  #portal-searchbox [type="submit"] {
    margin-left: -1px;
    vertical-align: top;
    width: auto;
    display: inline-block;
  }
}
.plone-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.plone-nav > li {
  position: relative;
  display: block;
}
.plone-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: white;
  font-size: 17px;
}
.plone-nav > li > a:hover,
.plone-nav > li > a:focus {
  text-decoration: none;
  background-color: #7099bf;
}
.plone-navbar {
  background-color: #007bb1;
  color: white;
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
}
.plone-navbar::before,
.plone-navbar::after {
  content: " ";
  display: table;
}
.plone-navbar::after {
  clear: both;
}
.plone-navbar-header::before,
.plone-navbar-header::after {
  content: " ";
  display: table;
}
.plone-navbar-header::after {
  clear: both;
}
@media (min-width: 768px) {
  .plone-navbar-header {
    float: left;
  }
}
.plone-navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  display: none;
}
.plone-navbar-collapse.in {
  overflow-y: auto;
  display: block;
}
@media (min-width: 768px) {
  .plone-navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .plone-navbar-collapse.plone-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .plone-navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .plone-navbar-collapse,
  .navbar-static-top .plone-navbar-collapse,
  .navbar-fixed-bottom .plone-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.plone-navbar-toggle {
  z-index: 1;
  position: relative;
  float: right;
  margin-top: 6px;
  margin-bottom: 3px;
  padding: 6px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid white;
  border-radius: 4px;
  /*
  .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: white;
    margin-top: 2px;
  }
  .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .icon-bar + .icon-bar + .icon-bar {
    margin-bottom: 3px;
  }
  //end burgerbar icon-bar
  */
}
.plone-navbar-toggle:focus {
  outline: 0;
}
.plone-navbar-toggle:hover {
  background-color: #46739c;
  border-color: #365979;
}
.plone-navbar-toggle .icon-bar::after {
  content: "Menu";
  position: relative;
  color: white;
}
.plone-navbar-toggle .icon-bar + .icon-bar::after {
  content: "";
}
@media (min-width: 768px) {
  .plone-navbar-toggle {
    display: none;
  }
}
.plone-navbar-nav {
  margin: 0 -15px 0;
}
.plone-navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.plone-navbar-nav > .selected > a,
.plone-navbar-nav > .selected > a:hover,
.plone-navbar-nav > .selected > a:focus {
  color: white;
  background-color: #7099bf;
}
@media (min-width: 768px) {
  .plone-navbar-nav {
    float: left;
  }
  .plone-navbar-nav > li {
    float: left;
  }
  .plone-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .plone-navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.principal {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 14%, transparent 14%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 64%, transparent 64%, transparent);
  background-color: #d9d7d7;
  background-size: 20px 20px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 50px 0;
}
.principal .container-fluid {
  margin: 0 auto;
  width: 960px;
}
.gigantic h1 {
  font-size: 500%;
}
.gigantic p {
  font-size: 150%;
}
#content {
  margin-bottom: 48px;
}
#content-core img {
  max-width: 100%;
  height: auto;
}
#content-core a {
  border-bottom: 1px solid #cccccc;
}
#content-core a:hover,
#content-core a:focus {
  border-bottom: none;
}
#content-core a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#content-core h1 a,
#content-core h2 a,
#content-core h3 a,
#content-core h4 a,
#content-core h5 a,
#content-core h6 a {
  border-bottom: 0;
}
#content-core .pat-structure a,
#content-core .pat-resourceregistry a {
  border-bottom: none;
}
#content-core .pat-structure a.btn,
#content-core .pat-resourceregistry a.btn,
#content-core .pat-structure .pagination a {
  border-bottom: 1px solid #cccccc;
}
a.plone-toolbar-logo {
  color: #fff;
}
@media (min-width: 828px) {
  .plone-toolbar-left-default .container {
    width: 690px;
  }
}
@media (min-width: 888px) {
  .plone-toolbar-left-expanded .container {
    width: 630px;
  }
}
@media (min-width: 1052px) {
  .plone-toolbar-left-default .container {
    width: 930px;
  }
}
@media (min-width: 1112px) {
  .plone-toolbar-left-expanded .container {
    width: 870px;
  }
}
@media (min-width: 1260px) {
  .plone-toolbar-left-default .container {
    width: 1110px;
  }
}
@media (min-width: 1320px) {
  .plone-toolbar-left-expanded .container {
    width: 1050px;
  }
}
@media (min-width: 1660px) {
  .plone-toolbar-left-default .container {
    width: 1510px;
  }
}
@media (min-width: 1720px) {
  .plone-toolbar-left-expanded .container {
    width: 1450px;
  }
}
#portal-footer-wrapper {
  padding: 30px 0 30px 0;
  background-color: #2e3133;
  color: #cccccc;
  clear: both;
}
#portal-footer-wrapper p {
  border: none;
  margin-bottom: 14px;
  padding-bottom: 0;
}
#portal-footer-wrapper p:last-child {
  margin-bottom: 0;
}
#portal-footer-wrapper abbr,
#portal-footer-wrapper ul {
  color: #cccccc;
}
#portal-footer-wrapper a {
  color: #16a1e3;
}
#portal-footer-wrapper a:hover {
  color: #57beef;
}
#portal-footer-wrapper .portletWrapper {
  display: inline-block;
}
#portal-footer-wrapper .portletWrapper:first-child {
  display: block;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 1em;
  margin-bottom: .5em;
}
#portal-footer-wrapper .portlet {
  background: transparent;
  border: 0;
  font-weight: 300;
  box-shadow: none;
  margin-bottom: 0;
}
#portal-footer-wrapper .portlet .portletContent {
  padding: 0;
  background: transparent;
  border: 0;
}
#portal-footer-wrapper .portlet .portletContent > * {
  padding: inherit;
}
#portal-footer-wrapper .portlet .portletContent li {
  background: transparent;
  display: inline-block;
  border: 0;
  white-space: nowrap;
  padding: 10px 30px;
}
#portal-footer-wrapper .portlet#portal-colophon .portletContent a {
  padding: 10px 30px;
}
#portal-footer-wrapper .portlet .portletItem::before,
#portal-footer-wrapper .portlet .portletItem a::before {
  content: "";
}
#portal-footer-wrapper .portlet .portletItem a {
  padding: 0;
  border: 0;
}
#portal-footer-wrapper .portlet .portletActions {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-right: 15px;
}
#portal-footer {
  font-weight: 400;
}
#portal-footer > .row {
  margin-top: 14px;
  padding-top: 14px;
}
#portal-footer > .row:first-child {
  padding-top: 0;
  margin-top: 0;
}
#portal-footer .colophon,
#portal-footer .copyright,
#portal-footer .site-actions {
  text-align: center;
}
#portal-footer .row + .site-actions {
  border-top: 1px solid #4d4d4d;
}
#portal-footer .site-actions {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#portal-footer .site-actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#portal-footer .site-actions ul li {
  display: inline-block;
  padding: 10px 30px;
}
#portal-siteactions {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
#portal-siteactions li {
  font-weight: bold;
  display: inline-block;
  margin-left: 30px;
}
#portal-siteactions li:first-child {
  margin-left: 0;
}
.doormat h2 {
  margin-top: 10px;
}
.doormat > div {
  margin-bottom: 10px;
}
body.template-login_form #content-core,
body.template-logged_out #content-core {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background: #fcfcfd;
  max-width: 300px;
  margin: 0 auto 6px;
  padding: 6px 12px;
}
body.template-login_form #content-core > :first-child,
body.template-logged_out #content-core > :first-child {
  border-radius: 4px 4px 0 0;
}
body.template-login_form #content-core > :last-child,
body.template-logged_out #content-core > :last-child {
  border-radius: 0 0 4px 4px;
}
body.template-login_form #content-core .portletHeader,
body.template-logged_out #content-core .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
body.template-login_form #content-core .portletHeader > a,
body.template-logged_out #content-core .portletHeader > a {
  color: #086ca3;
}
body.template-login_form #content-core.portletCalendar .portletHeader,
body.template-logged_out #content-core.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext:hover {
  background: #fff;
  text-decoration: none;
}
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
body.template-login_form #content-core .portletContent,
body.template-logged_out #content-core .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  font-weight: 400;
}
body.template-login_form #content-core .portletContent > *,
body.template-logged_out #content-core .portletContent > *,
body.template-login_form #content-core .portletContent > div:not(.portalMessage),
body.template-logged_out #content-core .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
body.template-login_form #content-core .portletContent > ul,
body.template-logged_out #content-core .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
body.template-login_form #content-core .portletContent > ul > li a,
body.template-logged_out #content-core .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 15px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
body.template-login_form #content-core .portletContent > ul > li > a,
body.template-logged_out #content-core .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
body.template-login_form #content-core .portletContent > ul > li:first-child > a,
body.template-logged_out #content-core .portletContent > ul > li:first-child > a {
  border-top: 0;
}
body.template-login_form #content-core .portletContent > ul ul,
body.template-logged_out #content-core .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
body.template-login_form #content-core .portletContent > ul .portletItemDetails,
body.template-logged_out #content-core .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 15px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
body.template-login_form #content-core .portletContent > ul li:hover,
body.template-logged_out #content-core .portletContent > ul li:hover {
  background: #fcfcfd;
}
body.template-login_form #content-core.portletCalendar table,
body.template-logged_out #content-core.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
body.template-login_form #content-core.portletCalendar table tr,
body.template-logged_out #content-core.portletCalendar table tr {
  line-height: 30px;
}
body.template-login_form #content-core.portletCalendar table thead,
body.template-logged_out #content-core.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
body.template-login_form #content-core.portletCalendar table thead th,
body.template-logged_out #content-core.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 34px;
  text-align: center;
  vertical-align: middle;
}
body.template-login_form #content-core.portletCalendar table td,
body.template-logged_out #content-core.portletCalendar table td {
  color: #666;
  background: #eeeeee;
}
body.template-login_form #content-core.portletCalendar table td:hover,
body.template-logged_out #content-core.portletCalendar table td:hover {
  background: #fafafa;
}
body.template-login_form #content-core.portletCalendar table td.today:hover,
body.template-logged_out #content-core.portletCalendar table td.today:hover,
body.template-login_form #content-core.portletCalendar table td.cal_has_events:hover,
body.template-logged_out #content-core.portletCalendar table td.cal_has_events:hover {
  background: #eee;
}
body.template-login_form #content-core.portletCalendar table td.cal_prev_month,
body.template-logged_out #content-core.portletCalendar table td.cal_prev_month {
  color: #999;
  background: #f9f9f9;
}
body.template-login_form #content-core.portletCalendar table td > *,
body.template-logged_out #content-core.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events,
body.template-logged_out #content-core.portletCalendar table .cal_has_events {
  position: relative;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events a::after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a::after {
  content: "•";
  position: absolute;
  margin-left: 50%;
  left: -6px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover::after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover::after {
  color: #64bee8;
}
body.template-login_form #content-core.portletCalendar table .today > *,
body.template-logged_out #content-core.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
body.template-login_form #content-core.portletCalendar table tbody tr:first-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:first-child td > * {
  margin-top: 6px;
}
body.template-login_form #content-core.portletCalendar table tbody tr:last-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 6px;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month,
body.template-logged_out #content-core.portletCalendar table .cal_next_month,
body.template-login_form #content-core.portletCalendar table .cal_prev_month,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month {
  color: #000;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a::after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a::after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a::after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a::after {
  color: #d3edf8;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004665;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after {
  color: #64bee8;
}
body.template-login_form #content-core .formControls,
body.template-logged_out #content-core .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
body.template-login_form #content-core .portletFooter,
body.template-logged_out #content-core .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
#portal-anontools ul {
  text-align: right;
  list-style: none;
}
#portal-anontools li {
  margin: 12px 0 12px 12px;
}
#portal-sitemap {
  list-style: none;
  padding-left: 0;
}
#portal-sitemap > li {
  font-size: 18px;
  border-top: 1px solid #e5e5e5;
  padding: 6px 0;
}
#portal-sitemap ul {
  list-style: none;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}
#portal-sitemap ul li {
  position: relative;
}
#portal-sitemap ul li::before {
  content: "•";
  display: inline;
  font-size: 25px;
  color: #a7daf2;
  top: 5px;
  position: relative;
}
.event.summary {
  font-weight: 400;
  max-width: 300px;
  float: right;
  background: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  padding: 12px 12px 12px 36px;
  margin-left: 5px;
}
.event.summary strong,
.event.summary li > span {
  display: block;
}
.event.summary .icalIcon {
  margin-top: -4px;
}
.template-event_listing .documentFirstHeading {
  position: relative;
}
.template-event_listing .documentFirstHeading nav {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 13px;
}
.template-event_listing .documentFirstHeading nav ul {
  margin: 0;
  list-style-type: none;
}
.template-event_listing .documentFirstHeading nav ul li {
  display: inline;
}
.template-event_listing .documentFirstHeading nav ul li a {
  display: inline-block;
  margin-left: 0.5em;
}
.template-event_listing .documentFirstHeading nav ul li a:hover,
.template-event_listing .documentFirstHeading nav ul li a:focus {
  text-decoration: none;
  border-bottom: 0;
}
.template-event_listing .documentDescription {
  margin-bottom: 1.5em;
}
.template-event_listing article {
  margin-bottom: 2em;
}
.template-event_listing article .tileHeadline {
  margin-top: 0;
}
.template-event_listing article .tileHeadline > a {
  border-bottom: 0;
}
.template-event_listing article::before,
.template-event_listing article::after {
  content: " ";
  display: table;
}
.template-event_listing article::after {
  clear: both;
}
.template-event_listing article .cal_info {
  margin-left: 9em;
}
.event_listing article {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0 12px;
}
.event_listing article h2 {
  margin: 0;
  padding: 12px 0 12px;
}
.event_listing article:first-child {
  border-top: 0;
  margin-top: -6px;
}
.cal_date {
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  text-align: center;
  width: 100px;
  margin: 0 24px 12px 0;
  border-radius: 4px;
  overflow: hidden;
}
.cal_month {
  background: #007bb1;
  font-weight: 400;
  display: block;
  color: #fff;
  padding: 6px 12px;
  font-size: 1.2em;
}
.cal_day {
  font-size: 36px;
  font-weight: 700;
  display: block;
  margin-bottom: -0.1em;
  margin-top: 0.1em;
}
.cal_wkday {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 0 12px 6px;
}
.event_listing .sub_nav {
  float: right;
}
.image-product {
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: inline-block;
}
.image-product figcaption {
  font-size: 12px;
  background: #fcfcfd;
  margin: 6px 12px;
}
.portraitPhoto {
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: inline-block;
  float: right !important;
  border-radius: 50px;
}
.portraitPhoto figcaption {
  font-size: 12px;
  background: #fcfcfd;
  margin: 6px 12px;
}
.image-product img {
  max-width: 100%;
  height: auto;
}
.newsImageContainer {
  float: right;
  margin: 0 0 6px 6px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
.newsImageContainer a {
  display: table;
  background-color: #fafafa;
}
.newsImageContainer a img {
  display: block;
}
.newsImageContainer figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 12px;
  background: #fcfcfd;
}
#commenting::before,
#commenting::after {
  content: " ";
  display: table;
}
#commenting::after {
  clear: both;
}
#commenting legend,
.discussion legend {
  padding: 0.5em 0.5em 0.5em 0;
  font-weight: normal;
}
.discussion::before,
.discussion::after {
  content: " ";
  display: table;
}
.discussion::after {
  clear: both;
}
.discussion .comment {
  margin-bottom: 12px;
  padding-left: 40px;
}
.discussion .commentImage {
  float: left !important;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  margin-left: -40px;
  margin-top: 3px;
}
.discussion .documentByLine {
  font-weight: normal;
}
.discussion .commentDate {
  float: right !important;
  display: inline;
  font-size: 12px;
  color: #76797C;
}
.discussion .commentBody {
  margin: 1em 0;
  padding: 1em;
  overflow: auto;
  border: 1px solid #ccc;
}
.discussion .commentBody p {
  float: left;
  margin-bottom: 0;
}
.discussion .commentactionsform {
  display: inline;
  margin-left: 6px;
}
.discussion .commentActions {
  float: right;
  text-align: right;
}
.discussion .reply {
  border-bottom: 1px solid #e5e5e5;
}
.cancelreplytocomment {
  /* Hide the cancel button in the comment form, show it only in the reply form
   * in order to close it.
   */
  display: none;
}
.replyTreeLevel0 {
  margin-left: 0;
}
.replyTreeLevel1 {
  margin-left: 24px;
}
.replyTreeLevel2 {
  margin-left: 48px;
}
.replyTreeLevel3 {
  margin-left: 72px;
}
.replyTreeLevel4 {
  margin-left: 96px;
}
.replyTreeLevel5 {
  margin-left: 120px;
}
.replyTreeLevel6 {
  margin-left: 144px;
}
.replyTreeLevel7 {
  margin-left: 168px;
}
.replyTreeLevel8 {
  margin-left: 192px;
}
.replyTreeLevel9 {
  margin-left: 216px;
}
.replyTreeLevel10 {
  margin-left: 240px;
}
#viewlet-below-content .loginbutton {
  margin: 12px 0;
}
#viewlet-below-content .reply .loginbutton {
  display: none;
}
#viewlet-below-content .reply ~ .reply .loginbutton {
  display: inline-block;
}
#dobulkaction {
  margin: 0.3em 0;
}
.template-discussion-controlpanel .unclickable {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.searchPage {
  position: relative;
}
.searchPage .actionMenu.activated dd {
  display: block;
}
.searchPage .actionMenu {
  float: right;
}
.searchPage .actionMenu dt {
  top: 0;
  right: 0;
  position: absolute;
}
.searchPage .actionMenu dd {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 300px;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5;
  padding: 15px;
  z-index: 10;
}
#search-results-bar #results-count {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
#searchform .input-group {
  max-width: 600px;
}
#searchform .input-group input.searchPage.btn {
  width: 120px;
}
#search-filter input {
  margin-right: 0.5rem;
}
.image-icon,
.image-tile {
  float: right;
}
[class*="contenttype-"]:before,
[class*="contenttype-"]:after {
  display: inline-block;
  vertical-align: -0.1em;
  width: 1em;
  height: 1em;
}
[class*="contenttype-"]:after {
  display: none;
}
#edit-zone #plone-contentmenu-factories [class*="contenttype-"] {
  padding: 5px 0 5px 40px;
}
#edit-zone #plone-contentmenu-factories [class*="contenttype-"]:before {
  display: none;
}
#edit-zone #plone-contentmenu-factories [class*="contenttype-"]:after {
  display: inline-block;
  position: absolute;
  font-size: 18px;
  left: 12px;
}
/* Plone content types */
.contenttype-folder:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwMSAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9InJnYigwLDAsMCkiIGQ9Ik05NTQuNCAzNTBxMzIgMCA0MCAxMnQ2IDM2bC00MiA0NTJxLTIgMjQgLTEyIDM3dC00MiAxM2wtODA2IDBxLTUyIDAgLTU2IC01MGwtNDIgLTQ1MnEtMiAtMjQgNiAtMzZ0NDAgLTEybDkwOCAwem0tMzQgLTExMGwxMCA0MGwtODQ2IDBsMTQgLTEzMnE0IC0yMCAyMCAtMzR0MzYgLTE0bDE2NCAwcTUyIDAgODYgMzRsMzAgMzBxMzIgMzYgODYgMzZsMzQwIDBxMjAgMCAzOCAxMnQyMiAyOHoiLz48L3N2Zz4K);
  width: 1.001em;
}
.contenttype-folder:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwMSAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9InJnYigyNTUsMjU1LDI1NSkiIGQ9Ik05NTQuNCAzNTBxMzIgMCA0MCAxMnQ2IDM2bC00MiA0NTJxLTIgMjQgLTEyIDM3dC00MiAxM2wtODA2IDBxLTUyIDAgLTU2IC01MGwtNDIgLTQ1MnEtMiAtMjQgNiAtMzZ0NDAgLTEybDkwOCAwem0tMzQgLTExMGwxMCA0MGwtODQ2IDBsMTQgLTEzMnE0IC0yMCAyMCAtMzR0MzYgLTE0bDE2NCAwcTUyIDAgODYgMzRsMzAgMzBxMzIgMzYgODYgMzZsMzQwIDBxMjAgMCAzOCAxMnQyMiAyOHoiLz48L3N2Zz4K);
  width: 1.001em;
}
.contenttype-collection:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTgxIDEwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDAsMCwwKSIgZD0iTTgzOS44ODIgMjUwbDAgNTBsLTY5NiAwbDAgLTUwcTAgLTIyIDEzIC0zNXQyNSAtMTVsNjA4IDBxNiAwIDE0IDF0MjIgMTQgMTQgMzV6bS0xNDggLTE1MHE2IDAgMTQgMXQyMiAxNCAxNCAzNWwtNDk4IDBxMCAtMjIgMTMgLTM1dDI1IC0xNWw0MTAgMHptMjQ4IDIwMHEzNCAzMiAzOCA0NiA2IDE4IDAgNTRsLTc2IDQ1MHEtNCAyMiAtMjAgMzV0LTI4IDE1bC03MTAgMHEtNTIgMCAtNjAgLTUwIC02IC0yNiAtMzkgLTIyM3QtMzkgLTIyN3EtMTAgLTIyIC0zIC00NHQxMCAtMjYgMjEgLTIwbDEwIC0xMCAzMCAtMzBsMCA4MGw4MzYgMGwwIC04MHptLTI0OCAyNzBsMCAtMTAwbC03MCAwbDAgODBsLTI2MCAwbDAgLTgwbC02OCAwbDAgMTAwcTAgNTAgNDggNTBsMzAwIDBxMjIgMCAzNSAtMTJ0MTMgLTI0eiIvPjwvc3ZnPgo=);
  width: 0.981em;
}
.contenttype-collection:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTgxIDEwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDI1NSwyNTUsMjU1KSIgZD0iTTgzOS44ODIgMjUwbDAgNTBsLTY5NiAwbDAgLTUwcTAgLTIyIDEzIC0zNXQyNSAtMTVsNjA4IDBxNiAwIDE0IDF0MjIgMTQgMTQgMzV6bS0xNDggLTE1MHE2IDAgMTQgMXQyMiAxNCAxNCAzNWwtNDk4IDBxMCAtMjIgMTMgLTM1dDI1IC0xNWw0MTAgMHptMjQ4IDIwMHEzNCAzMiAzOCA0NiA2IDE4IDAgNTRsLTc2IDQ1MHEtNCAyMiAtMjAgMzV0LTI4IDE1bC03MTAgMHEtNTIgMCAtNjAgLTUwIC02IC0yNiAtMzkgLTIyM3QtMzkgLTIyN3EtMTAgLTIyIC0zIC00NHQxMCAtMjYgMjEgLTIwbDEwIC0xMCAzMCAtMzBsMCA4MGw4MzYgMGwwIC04MHptLTI0OCAyNzBsMCAtMTAwbC03MCAwbDAgODBsLTI2MCAwbDAgLTgwbC02OCAwbDAgMTAwcTAgNTAgNDggNTBsMzAwIDBxMjIgMCAzNSAtMTJ0MTMgLTI0eiIvPjwvc3ZnPgo=);
  width: 0.981em;
}
.contenttype-image:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTA3MS40IDEwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDAsMCwwKSIgZD0iTTM1Ny4xIDMyMS40cTAgNDQuNyAtMzEuMiA3NS45VDI1MCA0MjguNnQtNzUuOSAtMzEuMyAtMzEuMiAtNzUuOSAzMS4yIC03NS45VDI1MCAyMTQuM3Q3NS45IDMxLjIgMzEuMiA3NS45em01NzEuNSAyMTQuM3YyNTBIMTQyLjlWNjc4LjZMMzIxLjQgNTAwbDg5LjMgODkuM0w2OTYuNCAzMDMuNnptNTMuNSAtMzkyLjhIODkuM3EtNy4zIDAgLTEyLjYgNS4zdC01LjMgMTIuNXY2NzguNnEwIDcuMiA1LjMgMTIuNXQxMi42IDUuM2g4OTIuOHE3LjMgMCAxMi42IC01LjN0NS4zIC0xMi41VjE2MC43cTAgLTcuMiAtNS4zIC0xMi41dC0xMi42IC01LjN6bTg5LjMgMTcuOHY2NzguNnEwIDM2LjggLTI2LjIgNjN0LTYzLjEgMjYuM0g4OS4zcS0zNi44IDAgLTYzLjEgLTI2LjNUMCA4MzkuM1YxNjAuN3EwIC0zNi44IDI2LjIgLTYzVDg5LjMgNzEuNGg4OTIuOHEzNi45IDAgNjMuMSAyNi4zdDI2LjIgNjN6Ii8+PC9zdmc+Cg==);
  width: 1.071em;
}
.contenttype-image:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTA3MS40IDEwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDI1NSwyNTUsMjU1KSIgZD0iTTM1Ny4xIDMyMS40cTAgNDQuNyAtMzEuMiA3NS45VDI1MCA0MjguNnQtNzUuOSAtMzEuMyAtMzEuMiAtNzUuOSAzMS4yIC03NS45VDI1MCAyMTQuM3Q3NS45IDMxLjIgMzEuMiA3NS45em01NzEuNSAyMTQuM3YyNTBIMTQyLjlWNjc4LjZMMzIxLjQgNTAwbDg5LjMgODkuM0w2OTYuNCAzMDMuNnptNTMuNSAtMzkyLjhIODkuM3EtNy4zIDAgLTEyLjYgNS4zdC01LjMgMTIuNXY2NzguNnEwIDcuMiA1LjMgMTIuNXQxMi42IDUuM2g4OTIuOHE3LjMgMCAxMi42IC01LjN0NS4zIC0xMi41VjE2MC43cTAgLTcuMiAtNS4zIC0xMi41dC0xMi42IC01LjN6bTg5LjMgMTcuOHY2NzguNnEwIDM2LjggLTI2LjIgNjN0LTYzLjEgMjYuM0g4OS4zcS0zNi44IDAgLTYzLjEgLTI2LjNUMCA4MzkuM1YxNjAuN3EwIC0zNi44IDI2LjIgLTYzVDg5LjMgNzEuNGg4OTIuOHEzNi45IDAgNjMuMSAyNi4zdDI2LjIgNjN6Ii8+PC9zdmc+Cg==);
  width: 1.071em;
}
.contenttype-link:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODg3LjIwNyAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9InJnYigwLDAsMCkiIGQ9Ik04LjA1MiA3NTMuNTZxLTE3LjMyNCAtNjUuODggMCAtMTMxLjc2dDY2LjYxMiAtMTE1LjE2OGwxMzEuMjcyIC0xMzAuNzg0cTQ5LjI4OCAtNDkuMjg4IDExNC45MjQgLTY2LjYxMnQxMzEuNTE2IDAgMTE1LjE2OCA2Ni42MTJxMjAuNDk2IDIwLjQ5NiAyMC40OTYgNDkuNTMydC0yMC40OTYgNDkuNTMyIC00OS41MzIgMjAuNDk2IC00OS41MzIgLTIwLjQ5NnEtMzQuMTYgLTM0LjE2IC04MS45ODQgLTM0LjE2dC04MS4wMDggMzQuMTZsLTEzMS4yNzIgMTMxLjI3MnEtMzMuMTg0IDM0LjE2IC0zMy4xODQgODEuNzR0MzMuMTg0IDgxLjc0cTM0LjE2IDMzLjE4NCA4MS40OTYgMzMuMTg0dDgxLjQ5NiAtMzMuMTg0bDI2Ljg0IC0yNy4zMjhxNzcuNTkyIDM3LjU3NiAxNjMuOTY4IDM1LjEzNmwtOTEuMjU2IDkxLjI1NnEtNDkuMjg4IDQ5LjI4OCAtMTE1LjE2OCA2Ni42MTJ0LTEzMS43NiAwIC0xMTUuMTY4IC02Ni42MTIgLTY2LjYxMiAtMTE1LjE2OHptMjkwLjYwNCAtMTc5LjM0cTAgLTI5LjAzNiAyMC45ODQgLTQ5LjUzMiAyMC40OTYgLTIwLjQ5NiA0OS41MzIgLTIwLjQ5NnQ0OS41MzIgMjAuNDk2cTMzLjE4NCAzNC4xNiA4MS4wMDggMzQuMTZ0ODEuOTg0IC0zNC4xNmwxMzEuMjcyIC0xMzEuMjcycTM0LjE2IC0zNC4xNiAzNC4xNiAtODEuNzR0LTM0LjE2IC04MC43NjRxLTMzLjE4NCAtMzQuMTYgLTgxLjAwOCAtMzQuMTZ0LTgxLjk4NCAzNC4xNmwtMjcuMzI4IDI2LjM1MnEtNzcuMTA0IC0zNi42IC0xNjMuNDggLTM1LjEzNmw5MS4yNTYgLTkxLjI1NnE0OS4yODggLTQ4LjggMTE1LjE2OCAtNjYuMTI0dDEzMS43NiAwIDExNC42OCA2Ni4xMjRxNDkuMjg4IDQ5LjI4OCA2Ni42MTIgMTE1LjE2OHQwIDEzMS43NiAtNjYuNjEyIDExNS4xNjhsLTEzMS4yNzIgMTMwLjc4NHEtNDkuMjg4IDQ5LjI4OCAtMTE1LjE2OCA2Ni44NTZ0LTEzMS41MTYgMCAtMTE0LjQzNiAtNjYuODU2cS0yMC45ODQgLTIwLjQ5NiAtMjAuOTg0IC00OS41MzJ6Ii8+PC9zdmc+Cg==);
  width: 0.887em;
}
.contenttype-link:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODg3LjIwNyAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9InJnYigyNTUsMjU1LDI1NSkiIGQ9Ik04LjA1MiA3NTMuNTZxLTE3LjMyNCAtNjUuODggMCAtMTMxLjc2dDY2LjYxMiAtMTE1LjE2OGwxMzEuMjcyIC0xMzAuNzg0cTQ5LjI4OCAtNDkuMjg4IDExNC45MjQgLTY2LjYxMnQxMzEuNTE2IDAgMTE1LjE2OCA2Ni42MTJxMjAuNDk2IDIwLjQ5NiAyMC40OTYgNDkuNTMydC0yMC40OTYgNDkuNTMyIC00OS41MzIgMjAuNDk2IC00OS41MzIgLTIwLjQ5NnEtMzQuMTYgLTM0LjE2IC04MS45ODQgLTM0LjE2dC04MS4wMDggMzQuMTZsLTEzMS4yNzIgMTMxLjI3MnEtMzMuMTg0IDM0LjE2IC0zMy4xODQgODEuNzR0MzMuMTg0IDgxLjc0cTM0LjE2IDMzLjE4NCA4MS40OTYgMzMuMTg0dDgxLjQ5NiAtMzMuMTg0bDI2Ljg0IC0yNy4zMjhxNzcuNTkyIDM3LjU3NiAxNjMuOTY4IDM1LjEzNmwtOTEuMjU2IDkxLjI1NnEtNDkuMjg4IDQ5LjI4OCAtMTE1LjE2OCA2Ni42MTJ0LTEzMS43NiAwIC0xMTUuMTY4IC02Ni42MTIgLTY2LjYxMiAtMTE1LjE2OHptMjkwLjYwNCAtMTc5LjM0cTAgLTI5LjAzNiAyMC45ODQgLTQ5LjUzMiAyMC40OTYgLTIwLjQ5NiA0OS41MzIgLTIwLjQ5NnQ0OS41MzIgMjAuNDk2cTMzLjE4NCAzNC4xNiA4MS4wMDggMzQuMTZ0ODEuOTg0IC0zNC4xNmwxMzEuMjcyIC0xMzEuMjcycTM0LjE2IC0zNC4xNiAzNC4xNiAtODEuNzR0LTM0LjE2IC04MC43NjRxLTMzLjE4NCAtMzQuMTYgLTgxLjAwOCAtMzQuMTZ0LTgxLjk4NCAzNC4xNmwtMjcuMzI4IDI2LjM1MnEtNzcuMTA0IC0zNi42IC0xNjMuNDggLTM1LjEzNmw5MS4yNTYgLTkxLjI1NnE0OS4yODggLTQ4LjggMTE1LjE2OCAtNjYuMTI0dDEzMS43NiAwIDExNC42OCA2Ni4xMjRxNDkuMjg4IDQ5LjI4OCA2Ni42MTIgMTE1LjE2OHQwIDEzMS43NiAtNjYuNjEyIDExNS4xNjhsLTEzMS4yNzIgMTMwLjc4NHEtNDkuMjg4IDQ5LjI4OCAtMTE1LjE2OCA2Ni44NTZ0LTEzMS41MTYgMCAtMTE0LjQzNiAtNjYuODU2cS0yMC45ODQgLTIwLjQ5NiAtMjAuOTg0IC00OS41MzJ6Ii8+PC9zdmc+Cg==);
  width: 0.887em;
}
.contenttype-document:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODU3LjEgMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJyZ2IoMCwwLDApIiBkPSJNNTcxLjQgMjg1LjdWMjIuM3ExMi4zIDcuOCAyMC4xIDE1LjZsMjI3LjcgMjI3LjdxNy44IDcuOCAxNS42IDIwLjFINTcxLjR6TTUwMCAzMDMuNnEwIDIyLjMgMTUuNiAzNy45dDM4IDE1LjZoMzAzLjV2NTg5LjNxMCAyMi40IC0xNS42IDM4dC0zNy45IDE1LjZoLTc1MHEtMjIuNCAwIC0zOCAtMTUuNlQwIDk0Ni40VjUzLjZxMCAtMjIuNCAxNS42IC0zOFQ1My42IDBINTAwdjMwMy42eiIvPjwvc3ZnPgo=);
  width: 0.857em;
}
.contenttype-document:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODU3LjEgMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJyZ2IoMjU1LDI1NSwyNTUpIiBkPSJNNTcxLjQgMjg1LjdWMjIuM3ExMi4zIDcuOCAyMC4xIDE1LjZsMjI3LjcgMjI3LjdxNy44IDcuOCAxNS42IDIwLjFINTcxLjR6TTUwMCAzMDMuNnEwIDIyLjMgMTUuNiAzNy45dDM4IDE1LjZoMzAzLjV2NTg5LjNxMCAyMi40IC0xNS42IDM4dC0zNy45IDE1LjZoLTc1MHEtMjIuNCAwIC0zOCAtMTUuNlQwIDk0Ni40VjUzLjZxMCAtMjIuNCAxNS42IC0zOFQ1My42IDBINTAwdjMwMy42eiIvPjwvc3ZnPgo=);
  width: 0.857em;
}
.contenttype-event:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTI4LjYgMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJyZ2IoMCwwLDApIiBkPSJNNzEuNCA5MjguNmg3ODUuN1YzNTcuMUg3MS40djU3MS41ek0yODUuNyAyNTBWODkuM3EwIC03LjggLTUgLTEyLjh0LTEyLjggLTUuMWgtMzUuOHEtNy44IDAgLTEyLjggNS4xdC01IDEyLjhWMjUwcTAgNy44IDUgMTIuOHQxMi44IDUuMWgzNS44cTcuOCAwIDEyLjggLTUuMXQ1IC0xMi44em00MjguNiAwVjg5LjNxMCAtNy44IC01IC0xMi44dC0xMi45IC01LjFoLTM1LjdxLTcuOCAwIC0xMi44IDUuMXQtNSAxMi44VjI1MHEwIDcuOCA1IDEyLjh0MTIuOCA1LjFoMzUuN3E3LjggMCAxMi45IC01LjF0NSAtMTIuOHptMjE0LjMgLTM1Ljd2NzE0LjNxMCAyOSAtMjEuMiA1MC4ydC01MC4zIDIxLjJINzEuNHEtMjkgMCAtNTAuMiAtMjEuMlQwIDkyOC42VjIxNC4zcTAgLTI5IDIxLjIgLTUwLjJ0NTAuMiAtMjEuMmg3MS41Vjg5LjNxMCAtMzYuOCAyNi4yIC02My4xVDIzMi4xIDBoMzUuOHEzNi44IDAgNjMgMjYuMnQyNi4yIDYzLjF2NTMuNmgyMTQuM1Y4OS4zcTAgLTM2LjggMjYuMyAtNjMuMVQ2NjAuNyAwaDM1LjdxMzYuOSAwIDYzLjEgMjYuMnQyNi4yIDYzLjF2NTMuNmg3MS40cTI5LjEgMCA1MC4zIDIxLjJ0MjEuMiA1MC4yeiIvPjwvc3ZnPgo=);
  width: 0.929em;
}
.contenttype-event:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTI4LjYgMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJyZ2IoMjU1LDI1NSwyNTUpIiBkPSJNNzEuNCA5MjguNmg3ODUuN1YzNTcuMUg3MS40djU3MS41ek0yODUuNyAyNTBWODkuM3EwIC03LjggLTUgLTEyLjh0LTEyLjggLTUuMWgtMzUuOHEtNy44IDAgLTEyLjggNS4xdC01IDEyLjhWMjUwcTAgNy44IDUgMTIuOHQxMi44IDUuMWgzNS44cTcuOCAwIDEyLjggLTUuMXQ1IC0xMi44em00MjguNiAwVjg5LjNxMCAtNy44IC01IC0xMi44dC0xMi45IC01LjFoLTM1LjdxLTcuOCAwIC0xMi44IDUuMXQtNSAxMi44VjI1MHEwIDcuOCA1IDEyLjh0MTIuOCA1LjFoMzUuN3E3LjggMCAxMi45IC01LjF0NSAtMTIuOHptMjE0LjMgLTM1Ljd2NzE0LjNxMCAyOSAtMjEuMiA1MC4ydC01MC4zIDIxLjJINzEuNHEtMjkgMCAtNTAuMiAtMjEuMlQwIDkyOC42VjIxNC4zcTAgLTI5IDIxLjIgLTUwLjJ0NTAuMiAtMjEuMmg3MS41Vjg5LjNxMCAtMzYuOCAyNi4yIC02My4xVDIzMi4xIDBoMzUuOHEzNi44IDAgNjMgMjYuMnQyNi4yIDYzLjF2NTMuNmgyMTQuM1Y4OS4zcTAgLTM2LjggMjYuMyAtNjMuMVQ2NjAuNyAwaDM1LjdxMzYuOSAwIDYzLjEgMjYuMnQyNi4yIDYzLjF2NTMuNmg3MS40cTI5LjEgMCA1MC4zIDIxLjJ0MjEuMiA1MC4yeiIvPjwvc3ZnPgo=);
  width: 0.929em;
}
.contenttype-file:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNzg1LjcgMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJyZ2IoMCwwLDApIiBkPSJNNzgzLjUgNzcyLjlxMCA2NS4zIC00NC4xIDEwOS40dC0xMDkuNCA0NHEtNzUuMyAwIC0xMzEuMSAtNTUuOEw2NS4zIDQzNy41UTIuMiAzNzMuMyAyLjIgMjg2LjNxMCAtODguOCA2MS40IC0xNTAuN1QyMTMuNyA3My43cTg4LjIgMCAxNTIuNCA2M2wzMzcuNiAzMzguMnE1LjYgNS42IDUuNiAxMi4zIDAgOC45IC0xNy4xIDI1Ljl0LTI1LjkgMTdxLTcuMyAwIC0xMi44IC01LjVMMzE1LjMgMTg1LjhxLTQ0LjEgLTQyLjkgLTEwMSAtNDIuOSAtNTkuMiAwIC05OS45IDQxLjh0LTQwLjcgMTAxcTAgNTguNiA0Mi40IDEwMWw0MzMgNDMzLjZxMzUuMiAzNS4yIDgwLjkgMzUuMiAzNS43IDAgNTkuMiAtMjMuNXQyMy40IC01OS4xcTAgLTQ1LjggLTM1LjEgLTgwLjlMMzUzLjIgMzY3LjdxLTE0LjUgLTEzLjMgLTMzLjQgLTEzLjMgLTE2LjIgMCAtMjYuOCAxMC42dC0xMC42IDI2LjdxMCAxNy45IDEzLjkgMzNsMjI4LjggMjI4LjhxNS42IDUuNSA1LjYgMTIuMiAwIDkgLTE3LjMgMjYuM3QtMjYuMiAxNy4zcS02LjcgMCAtMTIuMyAtNS42TDI0Ni4xIDQ3NC45cS0zNS4yIC0zNC4xIC0zNS4yIC04My4yIDAgLTQ1LjcgMzEuOCAtNzcuNXQ3Ny42IC0zMS44cTQ5LjEgMCA4My4yIDM1LjFsMzI0LjIgMzI0LjJxNTUuOCA1NC43IDU1LjggMTMxLjJ6Ii8+PC9zdmc+Cg==);
  width: 0.786em;
}
.contenttype-file:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNzg1LjcgMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJyZ2IoMjU1LDI1NSwyNTUpIiBkPSJNNzgzLjUgNzcyLjlxMCA2NS4zIC00NC4xIDEwOS40dC0xMDkuNCA0NHEtNzUuMyAwIC0xMzEuMSAtNTUuOEw2NS4zIDQzNy41UTIuMiAzNzMuMyAyLjIgMjg2LjNxMCAtODguOCA2MS40IC0xNTAuN1QyMTMuNyA3My43cTg4LjIgMCAxNTIuNCA2M2wzMzcuNiAzMzguMnE1LjYgNS42IDUuNiAxMi4zIDAgOC45IC0xNy4xIDI1Ljl0LTI1LjkgMTdxLTcuMyAwIC0xMi44IC01LjVMMzE1LjMgMTg1LjhxLTQ0LjEgLTQyLjkgLTEwMSAtNDIuOSAtNTkuMiAwIC05OS45IDQxLjh0LTQwLjcgMTAxcTAgNTguNiA0Mi40IDEwMWw0MzMgNDMzLjZxMzUuMiAzNS4yIDgwLjkgMzUuMiAzNS43IDAgNTkuMiAtMjMuNXQyMy40IC01OS4xcTAgLTQ1LjggLTM1LjEgLTgwLjlMMzUzLjIgMzY3LjdxLTE0LjUgLTEzLjMgLTMzLjQgLTEzLjMgLTE2LjIgMCAtMjYuOCAxMC42dC0xMC42IDI2LjdxMCAxNy45IDEzLjkgMzNsMjI4LjggMjI4LjhxNS42IDUuNSA1LjYgMTIuMiAwIDkgLTE3LjMgMjYuM3QtMjYuMiAxNy4zcS02LjcgMCAtMTIuMyAtNS42TDI0Ni4xIDQ3NC45cS0zNS4yIC0zNC4xIC0zNS4yIC04My4yIDAgLTQ1LjcgMzEuOCAtNzcuNXQ3Ny42IC0zMS44cTQ5LjEgMCA4My4yIDM1LjFsMzI0LjIgMzI0LjJxNTUuOCA1NC43IDU1LjggMTMxLjJ6Ii8+PC9zdmc+Cg==);
  width: 0.786em;
}
.contenttype-news-item:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODU0IDEwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDAsMCwwKSIgZD0iTTQyMy43NSAyMDZjLTMxLjI1IDAgLTU3LjUgLTI2LjI1IC01Ny41IC01Ny41czI2LjI1IC01Ny41IDU3LjUgLTU3LjVjMzIuNSAwIDU3LjUgMjYuMjUgNTcuNSA1Ny41cy0yNSA1Ny41IC01Ny41IDU3LjV6bTMyNy41IDc0My43NWM4Ljc1IDIzLjc1IC0yLjUgNTAgLTI2LjI1IDU4Ljc1IC01IDIuNSAtMTAgMi41IC0xNi4yNSAyLjUgLTE3LjUgMCAtMzUgLTEwIC00MS4yNSAtMjguNzVsLTEzLjc1IC0zNWwtNDYwIDBsLTEzLjc1IDM1Yy02LjI1IDE4Ljc1IC0yMy43NSAyOC43NSAtNDEuMjUgMjguNzUgLTYuMjUgMCAtMTEuMjUgMCAtMTYuMjUgLTIuNSAtMjMuNzUgLTguNzUgLTM1IC0zNSAtMjYuMjUgLTU4Ljc1bDI3Ny41IC03MTMuNzUgNDIuNSAtMjguNzVsMTYuMjUgMGw0MS4yNSAyOC43NXptLTE3OC43NSAtMjExLjI1bC00My43NSAtMTExLjI1IC03MS4yNSA3MS4yNSA3Ny41IDc2LjI1em0tMTQ4Ljc1IC0zODIuNWwtNzAgMTgxLjI1bDE0MCAwem04Ny41IDIyNi4yNWwtMTcwIDBsODUgODMuNzV6bS0xOTEuMjUgNDEuMjVsLTQzLjc1IDExMS4yNSA0MS4yNSA0MCA3Ny41IC03Ni4yNXptLTEwOC43NSAyNzguNzVsMTcwIDBsLTEyMi41IC0xMjEuMjV6bTIxNSAtMTcuNWw3Ny41IC03Ny41IC03Ny41IC03Ny41IC03Ny41IDc3LjV6bTQ1IDE3LjVsMTY1IDBsLTQ2LjI1IC0xMTguNzV6bTE2NSAtNTgyLjVsLTM3LjUgLTM2LjI1YzI2LjI1IC0yNSA0MCAtNjEuMjUgNDAgLTk1IDAgLTMwIC0xMi41IC02My43NSAtMzYuMjUgLTg4Ljc1bDM1IC0zNWMzMi41IDM2LjI1IDU1IDgxLjI1IDU1IDEyOC43NSAwIDQzLjc1IC0xNy41IDg4Ljc1IC01Ni4yNSAxMjYuMjV6bTEzMy43NSA3Mi41bC0zOC43NSAtMzguNzVjNDMuNzUgLTQyLjUgNjYuMjUgLTEwMCA2NSAtMTYxLjI1IDEuMjUgLTYwIC0yMS4yNSAtMTE4Ljc1IC02NSAtMTYyLjVsMzcuNSAtMzYuMjVjNTYuMjUgNTUgODMuNzUgMTI4Ljc1IDg1IDIwMi41IC0xLjI1IDY4Ljc1IC0yNSAxNDAgLTgzLjc1IDE5Ni4yNXptLTU1MS4yNSAtMzMxLjI1bDM2LjI1IDM3LjVjLTI2LjI1IDI1IC00MCA2MS4yNSAtNDAgOTMuNzVzMTIuNSA2NSAzNi4yNSA4OC43NWwtMzUgMzVjLTMzLjc1IC0zMy43NSAtNTUgLTgxLjI1IC01NSAtMTI3LjUgMCAtNDMuNzUgMTcuNSAtODguNzUgNTcuNSAtMTI3LjV6bS0xMzUgLTcyLjVsMzguNzUgNDBjLTQzLjc1IDQyLjUgLTY2LjI1IDEwMCAtNjYuMjUgMTYxLjI1IDAgNjAgMjIuNSAxMTcuNSA2Ni4yNSAxNjEuMjVsLTM3LjUgMzguNzVjLTU2LjI1IC01Ni4yNSAtODMuNzUgLTEzMCAtODUgLTIwMy43NSAxLjI1IC02OC43NSAyNSAtMTQwIDgzLjc1IC0xOTcuNXoiLz48L3N2Zz4K);
  width: 0.854em;
}
.contenttype-news-item:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODU0IDEwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDI1NSwyNTUsMjU1KSIgZD0iTTQyMy43NSAyMDZjLTMxLjI1IDAgLTU3LjUgLTI2LjI1IC01Ny41IC01Ny41czI2LjI1IC01Ny41IDU3LjUgLTU3LjVjMzIuNSAwIDU3LjUgMjYuMjUgNTcuNSA1Ny41cy0yNSA1Ny41IC01Ny41IDU3LjV6bTMyNy41IDc0My43NWM4Ljc1IDIzLjc1IC0yLjUgNTAgLTI2LjI1IDU4Ljc1IC01IDIuNSAtMTAgMi41IC0xNi4yNSAyLjUgLTE3LjUgMCAtMzUgLTEwIC00MS4yNSAtMjguNzVsLTEzLjc1IC0zNWwtNDYwIDBsLTEzLjc1IDM1Yy02LjI1IDE4Ljc1IC0yMy43NSAyOC43NSAtNDEuMjUgMjguNzUgLTYuMjUgMCAtMTEuMjUgMCAtMTYuMjUgLTIuNSAtMjMuNzUgLTguNzUgLTM1IC0zNSAtMjYuMjUgLTU4Ljc1bDI3Ny41IC03MTMuNzUgNDIuNSAtMjguNzVsMTYuMjUgMGw0MS4yNSAyOC43NXptLTE3OC43NSAtMjExLjI1bC00My43NSAtMTExLjI1IC03MS4yNSA3MS4yNSA3Ny41IDc2LjI1em0tMTQ4Ljc1IC0zODIuNWwtNzAgMTgxLjI1bDE0MCAwem04Ny41IDIyNi4yNWwtMTcwIDBsODUgODMuNzV6bS0xOTEuMjUgNDEuMjVsLTQzLjc1IDExMS4yNSA0MS4yNSA0MCA3Ny41IC03Ni4yNXptLTEwOC43NSAyNzguNzVsMTcwIDBsLTEyMi41IC0xMjEuMjV6bTIxNSAtMTcuNWw3Ny41IC03Ny41IC03Ny41IC03Ny41IC03Ny41IDc3LjV6bTQ1IDE3LjVsMTY1IDBsLTQ2LjI1IC0xMTguNzV6bTE2NSAtNTgyLjVsLTM3LjUgLTM2LjI1YzI2LjI1IC0yNSA0MCAtNjEuMjUgNDAgLTk1IDAgLTMwIC0xMi41IC02My43NSAtMzYuMjUgLTg4Ljc1bDM1IC0zNWMzMi41IDM2LjI1IDU1IDgxLjI1IDU1IDEyOC43NSAwIDQzLjc1IC0xNy41IDg4Ljc1IC01Ni4yNSAxMjYuMjV6bTEzMy43NSA3Mi41bC0zOC43NSAtMzguNzVjNDMuNzUgLTQyLjUgNjYuMjUgLTEwMCA2NSAtMTYxLjI1IDEuMjUgLTYwIC0yMS4yNSAtMTE4Ljc1IC02NSAtMTYyLjVsMzcuNSAtMzYuMjVjNTYuMjUgNTUgODMuNzUgMTI4Ljc1IDg1IDIwMi41IC0xLjI1IDY4Ljc1IC0yNSAxNDAgLTgzLjc1IDE5Ni4yNXptLTU1MS4yNSAtMzMxLjI1bDM2LjI1IDM3LjVjLTI2LjI1IDI1IC00MCA2MS4yNSAtNDAgOTMuNzVzMTIuNSA2NSAzNi4yNSA4OC43NWwtMzUgMzVjLTMzLjc1IC0zMy43NSAtNTUgLTgxLjI1IC01NSAtMTI3LjUgMCAtNDMuNzUgMTcuNSAtODguNzUgNTcuNSAtMTI3LjV6bS0xMzUgLTcyLjVsMzguNzUgNDBjLTQzLjc1IDQyLjUgLTY2LjI1IDEwMCAtNjYuMjUgMTYxLjI1IDAgNjAgMjIuNSAxMTcuNSA2Ni4yNSAxNjEuMjVsLTM3LjUgMzguNzVjLTU2LjI1IC01Ni4yNSAtODMuNzUgLTEzMCAtODUgLTIwMy43NSAxLjI1IC02OC43NSAyNSAtMTQwIDgzLjc1IC0xOTcuNXoiLz48L3N2Zz4K);
  width: 0.854em;
}
/**
 * Fixes on the default Plone Barceloneta theme
 */
body {
  background-color: #F6F5F1; }
  body .portalMessage {
    margin-top: 1rem;
    margin-bottom: 0; }
/**
 * _variables.scss
 *
 * Defines the wageindicator css variables
 */


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 14px !important; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

@font-face {
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Icon';
  font-weight: normal;
  font-style: normal; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  height: 100%;
  font-size: 50% !important;
  /* see _survey.css */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 22px;
  font-size: 2.2rem;
  background-color: #F6F5F1;
  font-weight: 300;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #141414; }

body, button, input, optgroup, select, textarea {
  color: #141414;
  fill: #141414;
  font-family: 'Lato', 'Arial', sans-serif; }

::-moz-selection {
  background: #013649;
  color: #FFFFFF; }

::selection {
  background: #013649;
  color: #FFFFFF; }

::-moz-selection {
  background: #013649;
  color: #FFFFFF; }

h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
  margin: 10px 0 0 0;
  margin: 1rem 0 0 0;
  color: #013649; }

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 10px 0 0 0;
  margin: 1rem 0 0 0;
  color: #013649; }

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 10px 0 0 0;
  margin: 1rem 0 0 0;
  color: #013649; }

h4, h5, h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 10px 0 0 0;
  margin: 1rem 0 0 0;
  color: #013649; }

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 10px 0 20px 0;
  margin: 1rem 0 2rem 0; }

th, td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0.25rem; }

ul, ol {
  font-size: 18px;
  font-size: 1.8rem; }

ul {
  list-style-type: none;
  padding: 0 0 0 1rem; }

li {
  line-height: 1.4; }

ol {
  padding-left: 30px;
  padding-left: 3rem; }

ul:not(.select2-results):not(.pagination):not(.ui-multiselect-checkboxes):not(.ui-helper-reset):not(.configlets):not(.breadcrumbs__list):not(.select2-choices):not(.listing__reset):not(.listing__vacancy) li::before {
  line-height: .5;
  font-size: 25px;
  font-size: 2.5rem;
  content: "\2022  ";
  color: #013649; }

ul.list--orange {
  color: #FF8300; }
  ul.list--orange li::before {
    color: #FF8300 !important; }

/**
 * _flex.scss
 *
 * Defines the flex layout
 *
 * A workaround is applied for 'flex-basis doesn't support calc()' in IE11
 * https://github.com/philipwalton/flexbugs#flexbug-8
 */
body .flex-wrapper {
  display: flex;
  flex-direction: column; }

body .wrapper .breadcrumbs {
  flex: 0 0 100%; }
  body .wrapper .breadcrumbs .breadcrumbs__list li {
    display: inline; }
    body .wrapper .breadcrumbs .breadcrumbs__list li:not(:last-child):after {
      content: " >"; }

body .wrapper .header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  body .wrapper .header__bottom .header__search {
    flex: 2; }
  body .wrapper .header__bottom .header__social {
    flex: 1;
    text-align: end; }

body .wrapper .header__search {
  flex-direction: column; }
  body .wrapper .header__search form {
    margin-top: 0.5em; }

body .wrapper .search {
  flex: 2; }

body .wrapper .main .main__ctas {
  flex: 100%;
  margin-top: 10px; }

body .wrapper .main .main__ctas,
body .wrapper .main .main__teasers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  body .wrapper .main .main__ctas > *,
  body .wrapper .main .main__teasers > * {
    flex-grow: 1;
    flex-basis: calc(50% - 2rem);
    min-width: 28rem; }
  body .wrapper .main .main__ctas .carousel,
  body .wrapper .main .main__teasers .carousel {
    flex: 1 100%; }
  body .wrapper .main .main__ctas .article__full_width,
  body .wrapper .main .main__teasers .article__full_width {
    flex: 1 100%; }
  body .wrapper .main .main__ctas .article__cta,
  body .wrapper .main .main__teasers .article__cta {
    flex: 1 100%;
    display: flex;
    background-position: center;
    background-size: cover;
    flex-wrap: wrap; }
    body .wrapper .main .main__ctas .article__cta.article__cta__col_4,
    body .wrapper .main .main__teasers .article__cta.article__cta__col_4 {
      flex: 0 0 100%;
      margin: 0 0 10px; }
    body .wrapper .main .main__ctas .article__cta.article__cta__align_left .article__content,
    body .wrapper .main .main__teasers .article__cta.article__cta__align_left .article__content {
      align-items: flex-start;
      justify-content: space-between; }
    body .wrapper .main .main__ctas .article__cta.article__cta__align_center .article__content,
    body .wrapper .main .main__teasers .article__cta.article__cta__align_center .article__content {
      align-items: center;
      justify-content: space-evenly; }
    body .wrapper .main .main__ctas .article__cta.article__cta__align_right .article__content,
    body .wrapper .main .main__teasers .article__cta.article__cta__align_right .article__content {
      align-items: flex-end;
      justify-content: space-between; }
    body .wrapper .main .main__ctas .article__cta .article__header,
    body .wrapper .main .main__teasers .article__cta .article__header {
      flex: 1 100%; }
    body .wrapper .main .main__ctas .article__cta .article__content,
    body .wrapper .main .main__teasers .article__cta .article__content {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: space-between; }
      body .wrapper .main .main__ctas .article__cta .article__content p,
      body .wrapper .main .main__teasers .article__cta .article__content p {
        align-self: flex-end;
        align-content: stretch; }
      body .wrapper .main .main__ctas .article__cta .article__content .btn-tertiary,
      body .wrapper .main .main__teasers .article__cta .article__content .btn-tertiary {
        align-self: flex-start;
        align-content: stretch; }

body .wrapper .main .article__header {
  display: flex;
  align-items: flex-start; }
  body .wrapper .main .article__header h2 {
    margin: 0 0 1rem;
    flex: 1; }

body .wrapper .main__vip-listing {
  display: flex;
  flex-wrap: wrap; }
  body .wrapper .main__vip-listing article {
    flex-grow: 1; }
    body .wrapper .main__vip-listing article a {
      display: flex;
      flex-wrap: wrap; }
    body .wrapper .main__vip-listing article a h2 {
      flex: 1 100%; }
    body .wrapper .main__vip-listing article a .vip__info {
      flex: 1 70%; }
    body .wrapper .main__vip-listing article a .vip__image {
      flex: 1 30%; }

body .wrapper .main__vip-person {
  display: flex;
  flex-wrap: wrap; }
  body .wrapper .main__vip-person > * {
    flex: 1 100%; }
  body .wrapper .main__vip-person .vip__info {
    flex: 1 70%; }
  body .wrapper .main__vip-person .vip__image {
    flex: 0; }

body .wrapper .main__occupation-listing form.occupation__search,
body .wrapper .main__occupation-detail form.occupation__search {
  display: flex;
  flex-wrap: wrap; }
  body .wrapper .main__occupation-listing form.occupation__search input[type="text"],
  body .wrapper .main__occupation-detail form.occupation__search input[type="text"] {
    flex: 1 80%; }
  body .wrapper .main__occupation-listing form.occupation__search input[type="submit"],
  body .wrapper .main__occupation-detail form.occupation__search input[type="submit"] {
    flex: 1 20%; }

body .wrapper .main__occupation-detail {
  display: flex;
  flex-wrap: wrap; }
  body .wrapper .main__occupation-detail > * {
    flex: 1 100%; }
  body .wrapper .main__occupation-detail div.occupation-detail__block {
    flex: 1 100%; }

body .wrapper .main__gig {
  display: flex;
  flex-wrap: wrap; }
  body .wrapper .main__gig article.section {
    flex: 1 100%; }
    body .wrapper .main__gig article.section.section-2 {
      order: -1; }
  body .wrapper .main__gig div.group {
    display: flex;
    flex-direction: column; }
    body .wrapper .main__gig div.group div {
      flex: 1 100%; }

@media all and (min-width: 768px) {
  body .wrapper .flex-wrapper {
    flex-direction: row;
    margin-bottom: 0; }
  body .wrapper .main div.occupation-detail__block {
    flex-grow: 1;
    flex-basis: calc(50% - 1rem); }
  body .wrapper .main__gig div.group {
    flex-direction: row; }
    body .wrapper .main__gig div.group div:nth-child(odd) {
      flex: 1 70%; }
    body .wrapper .main__gig div.group div:nth-child(even) {
      flex: 1 30%; }
    body .wrapper .main__gig div.group .content-comment_box {
      flex: 1 100%; }
  body .wrapper .main__gig .section-11 div:nth-child(odd) {
    flex: 1 100% !important; }
  body .wrapper .main__gig .section-11 div:nth-child(even) {
    flex: 1 0% !important; }
  body .template-vipcheck-listing .main__vip-listing article {
    flex-grow: 1;
    flex-basis: calc(40% - 1rem); } }

@media all and (min-width: 1024px) {
  body .wrapper .header__search {
    flex-direction: row; }
  body .wrapper .header__subtitle {
    display: flex;
    justify-content: space-between; }
  body .wrapper .main {
    display: flex;
    flex-wrap: wrap; }
    body .wrapper .main .main__teasers,
    body .wrapper .main .main__content {
      flex: 3;
      flex-direction: row;
      align-content: flex-start;
      align-items: stretch; }
      body .wrapper .main .main__teasers > *,
      body .wrapper .main .main__content > * {
        flex-grow: 1;
        flex-basis: calc(33.333% - 1rem); }
        body .wrapper .main .main__teasers > *:nth-last-child(2),
        body .wrapper .main .main__content > *:nth-last-child(2) {
          flex-basis: 100%; }
      body .wrapper .main .main__teasers.full_width,
      body .wrapper .main .main__content.full_width {
        flex: 1 100%; }
    body .wrapper .main .main__aside {
      flex: 1;
      flex-direction: column;
      max-width: 35%;
      /* hack to ensure ads won't take up too much horizontal space */ }
      body .wrapper .main .main__aside.hidden {
        display: none; }
      body .wrapper .main .main__aside.cba-details {
        flex: 2; }
  body .wrapper .sharing {
    display: flex;
    justify-content: space-between; }
  body .wrapper .footer .footer__copyright {
    display: flex; }
  body .wrapper .footer .footer__poweredby {
    display: flex; }
  body .wrapper .footer .footer__links {
    display: flex; }
    body .wrapper .footer .footer__links .footer__links__about {
      flex: 1; }
    body .wrapper .footer .footer__links .footer__links__social {
      flex: 4; }
  body .wrapper .footer .footer__col1 {
    flex: 1; }
  body .wrapper .footer .footer__col2 {
    flex: 4; }
  body .wrapper .main__gig article.section {
    flex-grow: 1; }
  body .wrapper .main__gig article.section-1 {
    flex-basis: calc(33.333% - 1rem); }
  body .wrapper .main__gig article.section-2 {
    flex-basis: calc(66.666% - 1rem); }
  body .wrapper .main__gig article.section-7,
  body .wrapper .main__gig article.section-8,
  body .wrapper .main__gig article.section-9,
  body .wrapper .main__gig article.section-10,
  body .wrapper .main__gig article.section-11 {
    flex-basis: calc(50% - 1rem); } }

@media all and (min-width: 1280px) {
  .template-vipcheck-listing .main__vip-listing article {
    max-width: calc(33% - 1rem); } }

body {
  direction: ltr; }
  body[dir="rtl"] {
    direction: rtl; }
  body.portaltype-wi-site .header__title-search h1 {
    color: transparent; }
  body.portaltype-wi-site #formfield-form-widgets-IDublinCore-language {
    display: none; }
  body *:focus {
    outline: none; }
  body a {
    color: #013649; }

.portaltype-wi-site #main__title,
.portaltype-wi-site .documentFirstHeading {
  display: none; }

.table-responsive {
  position: relative;
  overflow-x: auto; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  display: none;
  font-size: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAABHNCSVQICAgIfAhkiAAAAGJ6VFh0UmF3IHByb2ZpbGUgdHlwZSBBUFAxAAB4nFXIsQ2AMAwAwd5TeIR3HBwyDkIBRUKAsn9BAQ1XnuztbKOveo9r60cTVVVVz5JrrmkBZl4GbhgJKF8t/ExEDQ8rHgYgD0i2FMl6UPBzAAADs0lEQVRYhbWXwU8kRRTGfzPbO+CMA4ILaKKgZA+CykY0+ieQePCof4CJIeEshsNIQjx48+SuN9DE6I3lzmXOho6ZcQ2nYQhzQLKgmd7ecZjqLg9VRVf3zMgM2/uSl5rp7lR99V5933uVIbKM5be0O3rM6G8kEAIBIKzfUnvq5iTAZfWz2wnPWgAF0NF+qZ8H1vvnYiZqo8AYMDUzM/OG67rrzWbzNyHEP2EY/ttqteqNRmN7fX39Q+AV4CUgn9hE2riuIpcDisDU6urqe57nubKPCSGelMvlL4BXNchRVOQzfRa6qWUNQAcVicnZ2dl53/f/6AfOWBiGl7u7u58C03pjOdKNoskqGaLozVSr1a+vA2fM9/1HwOvABCqKt1IG6IDa9QgqVa95nvf7oACllHJ7e/tj4A4qA2mmOQM4WetPBsgWCoW3hpllaWnpbb3JYYFlenjXN06Ph8/TMtZou+zhANLWNwmEvu8fDrNipVJ5hBLs6zTQLgIO6tzniLTWLgp2YXgmkvzJ4CQx4EaAF1Fn/mXU+Z1E6e8LRJpq5O/GMtMZUmaM1haAyVKpdO/09PTB+fn5r67rfq7nGbM2GgMYE+q1tbXl/xPqIAhuItSmUo2XSqV3hRCP7Tnr9fo3OpoFHcUYcbpK3dzc3Juu637led6BEKIZhmG71WrVT05OftzY2PgIVeomiJe6Xsw07ugUThwdHW0mNy2E+LtHNmIsNo0AgDw+Pg6Wl5d3gJ+txUO6m4VAPzcbvUqNNa9MgB3UulmsF24DLeAp8ATwLPf1u7YGazoZ0wkZdo4QsdSxQIc7Ozu7QRCc20gajcb3en2jCBK6WSet0QAWRFEzY0A8clk9lwFmg+sS8XK5/FRK+XBxcTErhDg+PDz8bmFh4afEpq9t3ex0JT3Z3OZQ0nFnZWXlbq1W+/bi4uJho9G4v7m5+QEwBYyjCJBHnbNBZOaZLXb4t7a23m+32/XE4W/u7e19ooEU9bejesxboEfSBmcA3kZFb/rs7OyXPoJeRbHe6JypGqZ7N/+7wKXRv12lu1gs3uv1QT6ff2d+fj5HVHcNGczdJiBOkFQBGpOdTuevXi+CIHhcq9U6icX7NQgxSwOgRLP64ODgByLZubJarfaA6BY4SGORmtkNwBgwvb+//5nv+9UwDDvtdrteqVS+RJ2/cW5wd0mDLUYDzYHPEQmzqU6XRNVnqHt0Gg2rSbH923QjttgbIgx1yU/z/mALe69OeWhwaQJMzmfPm2TuUPYfvnCgZhPkfbAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-color: #FF8300;
  background-position: center;
  opacity: 0.8;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.flag-icon::before {
  content: '\00a0'; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.wrapper .main
ul:not(.pagination):not(.st-accordion):not(.listing__reset):not(.select2-choices):not(.listing__vacancy) {
  margin-left: 1rem;
  text-indent: -2rem;
  position: relative; }

.wrapper .main .livingwage-survey-container ul,
.wrapper .main #mc-embedded-subscribe-form ul,
.wrapper .main nav.pagination ul {
  margin-left: 0;
  text-indent: 0;
  position: initial; }

.wrapper .main nav.pagination {
  margin-left: 10px; }
  .wrapper .main nav.pagination ul li {
    display: inline-block;
    float: none; }
    .wrapper .main nav.pagination ul li::before {
      content: ""; }
    .wrapper .main nav.pagination ul li > a,
    .wrapper .main nav.pagination ul li > span {
      margin-left: 4px; }

.wrapper a {
  font-weight: 400;
  border-bottom: 1px solid #969595; }

.wrapper button a {
  border-bottom: 0; }

.wrapper #main-menu a,
.wrapper .sharing__social a,
.wrapper .main__vip-listing a,
.wrapper .article__cta a,
.wrapper .breadcrumbs__list a,
.wrapper .header a,
.wrapper article[class^="article__color"] a {
  border-bottom: none; }

.wrapper img {
  max-width: 100%; }

.wrapper .flex-wrapper {
  margin: 1rem 0 1rem; }

.wrapper a:focus,
.wrapper a:hover {
  text-decoration: none;
  border-bottom: 0; }

.wrapper .header {
  margin: 1rem 1rem 0 0;
  padding: 2rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  margin-right: 0; }
  .wrapper .header .header__title__logo {
    vertical-align: bottom; }
  .wrapper .header .header__title {
    display: flex;
    justify-content: space-between; }
    .wrapper .header .header__title .flag-icon {
      font-size: 2.5rem; }
  .wrapper .header .header__title__text {
    display: inline; }
    .wrapper .header .header__title__text a {
      font-size: 4rem;
      font-weight: 700;
      color: #013649;
      text-shadow: 1px 1px #efefef;
      text-decoration: none; }
  .wrapper .header .header__subtitle {
    margin-top: 1rem; }
    .wrapper .header .header__subtitle a {
      font-weight: 700;
      text-decoration: none;
      color: #013649; }
  .wrapper .header .header__search {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 2rem; }
    .wrapper .header .header__search h1 {
      font-size: 3.2rem;
      font-weight: normal !important;
      max-width: 70%; }
    .wrapper .header .header__search form {
      width: 80%; }
  .wrapper .header .header__social a {
    margin: 0 5px;
    color: #013649; }

.wrapper .breadcrumbs {
  margin: 1rem 0 0 2rem;
  font-size: 1.8rem; }
  .wrapper .breadcrumbs .breadcrumbs__list {
    margin-bottom: 0; }
    .wrapper .breadcrumbs .breadcrumbs__list li::before {
      content: ""; }

.wrapper .breadcrumbs + h1,
.wrapper h1#main__title {
  flex: 0 0 100%;
  font-size: 4rem;
  font-weight: 700;
  color: #013649;
  text-shadow: 1px 1px #efefef;
  padding-left: 2rem;
  margin-top: 1rem; }

.wrapper .article__edit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  font-size: x-small;
  z-index: 10; }
  .wrapper .article__edit a {
    float: right;
    border-bottom: 0; }
  .wrapper .article__edit span.teaser__type,
  .wrapper .article__edit span.teaser__action {
    color: #252525;
    margin-left: 0.5rem; }
  .wrapper .article__edit span.teaser__action {
    background-color: #fff;
    padding: 0.3rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25); }

.wrapper .main .article__image img {
  max-width: 100%; }

.wrapper .main .main__ctas .show-more-teasers,
.wrapper .main .main__teasers .show-more-teasers,
.wrapper .main .main__content .show-more-teasers,
.wrapper .main .main__aside .show-more-teasers {
  display: none; }

.wrapper .main .main__ctas article.article__no_padding,
.wrapper .main .main__teasers article.article__no_padding,
.wrapper .main .main__content article.article__no_padding,
.wrapper .main .main__aside article.article__no_padding {
  padding: 0; }
  .wrapper .main .main__ctas article.article__no_padding .article__image img,
  .wrapper .main .main__teasers article.article__no_padding .article__image img,
  .wrapper .main .main__content article.article__no_padding .article__image img,
  .wrapper .main .main__aside article.article__no_padding .article__image img {
    border-radius: 6px; }

.wrapper .main .main__ctas > *:not(.article__disable-content-block),
.wrapper .main .main__teasers > *:not(.article__disable-content-block),
.wrapper .main .main__content > *:not(.article__disable-content-block),
.wrapper .main .main__aside > *:not(.article__disable-content-block) {
  margin: 1rem 1rem 0 0;
  padding: 2rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff; }

.wrapper .main .main__ctas > *:not(.article__disable-content-block),
.wrapper .main .main__teasers > *:not(.article__disable-content-block),
.wrapper .main .main__content > *:not(.article__disable-content-block),
.wrapper .main .main__aside > *:not(.article__disable-content-block) {
  margin-right: 0;
  position: relative; }

.wrapper .main .main__ctas .article__content img,
.wrapper .main .main__ctas .article__content iframe,
.wrapper .main .main__ctas .article__content div,
.wrapper .main .main__teasers .article__content img,
.wrapper .main .main__teasers .article__content iframe,
.wrapper .main .main__teasers .article__content div,
.wrapper .main .main__content .article__content img,
.wrapper .main .main__content .article__content iframe,
.wrapper .main .main__content .article__content div,
.wrapper .main .main__aside .article__content img,
.wrapper .main .main__aside .article__content iframe,
.wrapper .main .main__aside .article__content div {
  max-width: 100%; }

.wrapper .main .main__ctas .article__disable-content-block,
.wrapper .main .main__teasers .article__disable-content-block,
.wrapper .main .main__content .article__disable-content-block,
.wrapper .main .main__aside .article__disable-content-block {
  border-radius: 6px;
  margin-top: 1rem; }
  .wrapper .main .main__ctas .article__disable-content-block .article__header,
  .wrapper .main .main__teasers .article__disable-content-block .article__header,
  .wrapper .main .main__content .article__disable-content-block .article__header,
  .wrapper .main .main__aside .article__disable-content-block .article__header {
    margin-top: 0; }

.wrapper .main .main__ctas .article__state-private,
.wrapper .main .main__teasers .article__state-private,
.wrapper .main .main__content .article__state-private,
.wrapper .main .main__aside .article__state-private {
  border: 2px solid #B51602; }

.wrapper .main .main__ctas .article__cta,
.wrapper .main .main__teasers .article__cta,
.wrapper .main .main__content .article__cta,
.wrapper .main .main__aside .article__cta {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 700;
  max-width: 100%;
  min-height: 20rem;
  padding: 0; }
  .wrapper .main .main__ctas .article__cta .article__header,
  .wrapper .main .main__teasers .article__cta .article__header,
  .wrapper .main .main__content .article__cta .article__header,
  .wrapper .main .main__aside .article__cta .article__header {
    padding: 2rem; }
  .wrapper .main .main__ctas .article__cta.article__cta__filter .article__content,
  .wrapper .main .main__teasers .article__cta.article__cta__filter .article__content,
  .wrapper .main .main__content .article__cta.article__cta__filter .article__content,
  .wrapper .main .main__aside .article__cta.article__cta__filter .article__content {
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%); }
  .wrapper .main .main__ctas .article__cta .article__content,
  .wrapper .main .main__teasers .article__cta .article__content,
  .wrapper .main .main__content .article__cta .article__content,
  .wrapper .main .main__aside .article__cta .article__content {
    padding: 2rem;
    border-radius: 6px; }
    .wrapper .main .main__ctas .article__cta .article__content h2,
    .wrapper .main .main__teasers .article__cta .article__content h2,
    .wrapper .main .main__content .article__cta .article__content h2,
    .wrapper .main .main__aside .article__cta .article__content h2 {
      margin-top: 0; }
    .wrapper .main .main__ctas .article__cta .article__content .article__content-body,
    .wrapper .main .main__teasers .article__cta .article__content .article__content-body,
    .wrapper .main .main__content .article__cta .article__content .article__content-body,
    .wrapper .main .main__aside .article__cta .article__content .article__content-body {
      margin: 1rem 0;
      width: 50%; }
  .wrapper .main .main__ctas .article__cta a,
  .wrapper .main .main__teasers .article__cta a,
  .wrapper .main .main__content .article__cta a,
  .wrapper .main .main__aside .article__cta a {
    color: #fff; }
    .wrapper .main .main__ctas .article__cta a:hover,
    .wrapper .main .main__teasers .article__cta a:hover,
    .wrapper .main .main__content .article__cta a:hover,
    .wrapper .main .main__aside .article__cta a:hover {
      border: 0;
      text-decoration: none; }

.wrapper .main .main__ctas article[class^="article__color"]:hover,
.wrapper .main .main__teasers article[class^="article__color"]:hover,
.wrapper .main .main__content article[class^="article__color"]:hover,
.wrapper .main .main__aside article[class^="article__color"]:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(0, -1px, 0); }
  20%,
  80% {
    transform: translate3d(0, 2px, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(0, -2px, 0); }
  40%,
  60% {
    transform: translate3d(0, 2px, 0); } }

.wrapper .main .main__ctas article[class^="article__color"] .article__content,
.wrapper .main .main__teasers article[class^="article__color"] .article__content,
.wrapper .main .main__content article[class^="article__color"] .article__content,
.wrapper .main .main__aside article[class^="article__color"] .article__content {
  padding-right: 1rem; }

.wrapper .main .main__ctas article[class^="article__color"]::after,
.wrapper .main .main__teasers article[class^="article__color"]::after,
.wrapper .main .main__content article[class^="article__color"]::after,
.wrapper .main .main__aside article[class^="article__color"]::after {
  color: #fff;
  font-size: 5rem;
  font-weight: 800;
  content: "\203a";
  position: absolute;
  top: calc(50% - 28px);
  right: 2rem; }

.wrapper .main .main__ctas .article__color-orange,
.wrapper .main .main__teasers .article__color-orange,
.wrapper .main .main__content .article__color-orange,
.wrapper .main .main__aside .article__color-orange {
  background-color: #FF8300; }
  .wrapper .main .main__ctas .article__color-orange a,
  .wrapper .main .main__teasers .article__color-orange a,
  .wrapper .main .main__content .article__color-orange a,
  .wrapper .main .main__aside .article__color-orange a {
    font-weight: 700;
    color: #fff; }

.wrapper .main .main__ctas .article__color-green,
.wrapper .main .main__teasers .article__color-green,
.wrapper .main .main__content .article__color-green,
.wrapper .main .main__aside .article__color-green {
  background-color: #00B527; }
  .wrapper .main .main__ctas .article__color-green a,
  .wrapper .main .main__teasers .article__color-green a,
  .wrapper .main .main__content .article__color-green a,
  .wrapper .main .main__aside .article__color-green a {
    font-weight: 700;
    color: #fff; }

.wrapper .main .main__ctas .article__color-blue,
.wrapper .main .main__teasers .article__color-blue,
.wrapper .main .main__content .article__color-blue,
.wrapper .main .main__aside .article__color-blue {
  background-color: #00BFFF; }
  .wrapper .main .main__ctas .article__color-blue a,
  .wrapper .main .main__teasers .article__color-blue a,
  .wrapper .main .main__content .article__color-blue a,
  .wrapper .main .main__aside .article__color-blue a {
    font-weight: 700;
    color: #fff; }

.wrapper .main .main__ctas .carousel,
.wrapper .main .main__teasers .carousel,
.wrapper .main .main__content .carousel,
.wrapper .main .main__aside .carousel {
  display: none;
  /* FOR NOW ?! */
  padding: 0; }
  .wrapper .main .main__ctas .carousel .carousel-item,
  .wrapper .main .main__teasers .carousel .carousel-item,
  .wrapper .main .main__content .carousel .carousel-item,
  .wrapper .main .main__aside .carousel .carousel-item {
    visibility: hidden;
    display: none;
    position: relative;
    padding: 0; }
    .wrapper .main .main__ctas .carousel .carousel-item.active,
    .wrapper .main .main__teasers .carousel .carousel-item.active,
    .wrapper .main .main__content .carousel .carousel-item.active,
    .wrapper .main .main__aside .carousel .carousel-item.active {
      visibility: visible;
      display: block; }
      .wrapper .main .main__ctas .carousel .carousel-item.active img,
      .wrapper .main .main__teasers .carousel .carousel-item.active img,
      .wrapper .main .main__content .carousel .carousel-item.active img,
      .wrapper .main .main__aside .carousel .carousel-item.active img {
        display: none; }
      .wrapper .main .main__ctas .carousel .carousel-item.active img:first-child,
      .wrapper .main .main__teasers .carousel .carousel-item.active img:first-child,
      .wrapper .main .main__content .carousel .carousel-item.active img:first-child,
      .wrapper .main .main__aside .carousel .carousel-item.active img:first-child {
        display: block; }
    .wrapper .main .main__ctas .carousel .carousel-item .article__carousel,
    .wrapper .main .main__teasers .carousel .carousel-item .article__carousel,
    .wrapper .main .main__content .carousel .carousel-item .article__carousel,
    .wrapper .main .main__aside .carousel .carousel-item .article__carousel {
      display: block; }
      .wrapper .main .main__ctas .carousel .carousel-item .article__carousel .article__header,
      .wrapper .main .main__teasers .carousel .carousel-item .article__carousel .article__header,
      .wrapper .main .main__content .carousel .carousel-item .article__carousel .article__header,
      .wrapper .main .main__aside .carousel .carousel-item .article__carousel .article__header {
        display: inline;
        position: absolute;
        bottom: 0;
        width: 100%; }
        .wrapper .main .main__ctas .carousel .carousel-item .article__carousel .article__header h2,
        .wrapper .main .main__teasers .carousel .carousel-item .article__carousel .article__header h2,
        .wrapper .main .main__content .carousel .carousel-item .article__carousel .article__header h2,
        .wrapper .main .main__aside .carousel .carousel-item .article__carousel .article__header h2 {
          background-color: rgba(0, 0, 0, 0.3);
          padding: 1rem;
          font-size: 2rem; }
          .wrapper .main .main__ctas .carousel .carousel-item .article__carousel .article__header h2 a,
          .wrapper .main .main__teasers .carousel .carousel-item .article__carousel .article__header h2 a,
          .wrapper .main .main__content .carousel .carousel-item .article__carousel .article__header h2 a,
          .wrapper .main .main__aside .carousel .carousel-item .article__carousel .article__header h2 a {
            color: #fff;
            padding: 1rem; }
    .wrapper .main .main__ctas .carousel .carousel-item .article__content p,
    .wrapper .main .main__teasers .carousel .carousel-item .article__content p,
    .wrapper .main .main__content .carousel .carousel-item .article__content p,
    .wrapper .main .main__aside .carousel .carousel-item .article__content p {
      margin: 0; }
    .wrapper .main .main__ctas .carousel .carousel-item .article__image,
    .wrapper .main .main__teasers .carousel .carousel-item .article__image,
    .wrapper .main .main__content .carousel .carousel-item .article__image,
    .wrapper .main .main__aside .carousel .carousel-item .article__image {
      position: absolute;
      top: 0;
      z-index: -1; }
    .wrapper .main .main__ctas .carousel .carousel-item img,
    .wrapper .main .main__teasers .carousel .carousel-item img,
    .wrapper .main .main__content .carousel .carousel-item img,
    .wrapper .main .main__aside .carousel .carousel-item img {
      width: 100%; }

.wrapper .main .main__aside {
  min-width: 320px; }
  .wrapper .main .main__aside > * {
    margin: 1rem 0 0 0; }
  .wrapper .main .main__aside .article__ad_full_width {
    padding: 0;
    background-color: transparent;
    box-shadow: none; }

.wrapper .main .cta {
  color: #fff; }
  .wrapper .main .cta.cta--color-green {
    background-color: #00B527; }
  .wrapper .main .cta.cta--color-orange {
    background-color: #FF8300; }
  .wrapper .main .cta.cta--color-blue, .wrapper .main .cta.cta-blue {
    background-color: #00BFFF; }
  .wrapper .main .cta a {
    color: #fff;
    font-weight: 500; }
  .wrapper .main .cta h2,
  .wrapper .main .cta h3,
  .wrapper .main .cta h4 {
    color: #fff; }

.wrapper .main__bottom {
  position: relative; }
  .wrapper .main__bottom.hidden {
    display: none; }
  .wrapper .main__bottom > * {
    margin: 1rem 1rem 0 0;
    padding: 2rem;
    -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: transparent;
    box-shadow: none; }

.wrapper .sharing {
  margin: 2rem 2rem; }

.wrapper .footer {
  color: #141414;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 10rem; }
  .wrapper .footer a {
    color: #141414; }
  .wrapper .footer li::before {
    color: #141414; }
  .wrapper .footer .footer__links {
    padding: 2rem;
    margin: 1rem 1rem 0 0;
    padding: 2rem;
    -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: #fff;
    margin-right: 0;
    margin-top: 1px; }
  .wrapper .footer .footer__poweredby {
    margin: 1rem 1rem 0 0;
    padding: 2rem;
    -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: #fff;
    padding: 2rem;
    margin-right: 0;
    margin-top: 1px; }
    .wrapper .footer .footer__poweredby .flag-icon {
      width: 5.4em;
      line-height: 4em; }
  .wrapper .footer .footer__copyright {
    padding: 2rem;
    margin: 1rem 1rem 0 0;
    padding: 2rem;
    -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: #fff;
    margin-right: 0;
    margin-top: 1px; }

@media all and (min-width: 1024px) {
  body .wrapper .main .main__teasers > *,
  body .wrapper .main .main__content > * {
    margin-right: 1rem !important; }
  body .wrapper .footer .footer__links,
  body .wrapper .footer .footer__poweredby,
  body .wrapper .footer .footer__copyright {
    margin-right: 1rem; } }

/* Only show first three articles on smaller screens */
@media (max-width: 768px) {
  body .wrapper .header .header__search {
    align-items: stretch;
    width: 100%; }
  body .wrapper .main .main__teasers > *:nth-child(n + 4) {
    display: none; }
  body .wrapper .main .main__teasers .show-more-teasers {
    display: block !important; } }

@media (max-width: 320px) {
  .wrapper .main .main__aside {
    min-width: initial; }
  .wrapper .main .main__aside > .article__ad_full_width {
    background-color: transparent;
    width: 100vw;
    margin-left: -15px;
    box-shadow: none;
    padding: 0; } }

.btn {
  color: #fff;
  max-width: 35rem;
  white-space: normal;
  text-shadow: none;
  padding: 1rem; }
  .btn a {
    color: #fff;
    display: block;
    font-weight: bold; }
  .btn.btn-primary {
    background-color: #00B527;
    border-color: #00ab25; }
    .btn.btn-primary:hover {
      background-color: #00ab25; }
  .btn.btn-secondary {
    background-color: #00BFFF;
    border-color: #00b7f5; }
    .btn.btn-secondary:hover {
      background-color: #00b7f5; }
  .btn.btn-tertiary {
    background-color: #FF8300;
    border-color: #f57e00; }
    .btn.btn-tertiary:hover {
      background-color: #f57e00; }
  .btn.btn-small {
    font-size: small; }
  .btn:hover {
    color: #fff; }

.sharing__social button {
  color: #013649;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0 0.5em 0.25em 0; }

.sharing__social button:hover,
.sharing__social button:active,
.sharing__social button:focus {
  color: #004665;
  box-shadow: none; }

.search-box {
  display: flex; }
  .search-box button,
  .search-box input {
    height: 4rem; }
  .search-box input[type="text"] {
    border-radius: 4px 0 0 4px; }
  .search-box button {
    border-radius: 0 4px 4px 0; }
    .search-box button .glyphicon-search::before {
      font-size: 85%; }

.template-google-search-result #content table,
.template-google-search-result #content td {
  border: none;
  box-shadow: none;
  transition: none; }

.template-google-search-result #content .gsc-search-box {
  display: none; }

.template-google-search-result #content .gsc-option-menu-container {
  width: 13rem; }

#searchform .btn {
  padding: 6px 12px; }

#searchform #search-results-bar {
  margin-top: 2rem;
  padding-left: 1rem; }
  #searchform #search-results-bar #results-count {
    float: none; }

#searchform .input-group,
#searchform .autotoc-nav,
#searchform #rss-subscription,
#searchform .actionMenu {
  display: none; }

#searchform .autotabs {
  border: 0;
  box-shadow: none;
  padding: 1rem 0; }

#searchform #search-results .pagination li::before {
  content: ""; }

#searchform #search-results .pagination li {
  margin: 12px 6px; }

.main-nav {
  margin: 1rem 1rem 0 0;
  padding: 2rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  background-color: #FF8300;
  margin: 0;
  padding: 0 0.5rem; }
  .main-nav .sm-simple a, .main-nav .sm-simple a:hover, .main-nav .sm-simple a:focus, .main-nav .sm-simple a:active {
    font-family: 'Lato', sans-serif;
    color: #fff; }
  .main-nav .sm-simple {
    background-color: #FF8300; }
    .main-nav .sm-simple ul {
      background-color: #FF8300; }
      .main-nav .sm-simple ul li a {
        color: #fff; }
  .main-nav .main-menu-btn-icon, .main-nav .main-menu-btn-icon:before, .main-nav .main-menu-btn-icon:after {
    background: #fff; }

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0; }

.nav-brand a {
  display: block;
  padding: 1.5rem;
  color: #555;
  text-decoration: none; }

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  #main-menu.sm {
    z-index: 15; }
  #main-menu li {
    margin-left: 0;
    text-indent: 0; }
  #main-menu li::before {
    content: ""; }

@media (min-width: 768px) {
  #main-menu {
    float: left;
    clear: none; } }

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; } }

@media (min-width: 768px) {
  .main-nav-wi .sm-simple a, .main-nav-wi .sm-simple a:hover, .main-nav-wi .sm-simple a:focus, .main-nav-wi .sm-simple a:active, .main-nav-wi .sm-simple a.highlighted {
    color: #fff; }
  .main-nav-wi .sm-simple a:hover, .main-nav-wi .sm-simple a:focus, .main-nav-wi .sm-simple a:active, .main-nav-wi .sm-simple a.highlighted {
    background-color: #FF8300;
    filter: brightness(110%); } }

.article__vipcheck .vip__image img,
.template-vipcheck-person .vip__image img,
.template-vipcheck-listing .vip__image img {
  width: 75px;
  max-width: initial;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25); }
  .article__vipcheck .vip__image img:hover,
  .template-vipcheck-person .vip__image img:hover,
  .template-vipcheck-listing .vip__image img:hover {
    transition: 0.5s;
    transform: rotate(4deg) translateZ(0); }

.article__vipcheck a.link__check-your-salary,
.template-vipcheck-person a.link__check-your-salary,
.template-vipcheck-listing a.link__check-your-salary {
  border-bottom: 0 !important; }

.template-vipcheck-person h1 {
  margin: 1rem 0; }

.template-vipcheck-person .main__vip-related {
  display: flex;
  justify-content: space-between; }

.template-vipcheck-listing #content {
  margin: 0;
  background-color: #f6f5f1;
  padding: 0;
  box-shadow: none; }
  .template-vipcheck-listing #content > h2 {
    padding: 2rem 2rem 2rem 1rem; }

.template-vipcheck-listing .main__vip-listing .vip__image,
.template-vipcheck-listing .main__vip-person .vip__image {
  text-align: right; }

.template-vipcheck-listing .main__vip-listing .vip__wages,
.template-vipcheck-listing .main__vip-person .vip__wages {
  margin-top: 1rem; }

.template-vipcheck-listing .main__vip-listing article {
  margin: 1rem 1rem 0 0;
  padding: 2rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff;
  position: relative; }
  .template-vipcheck-listing .main__vip-listing article h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%; }
  .template-vipcheck-listing .main__vip-listing article hr {
    border-top: 1px dotted #013649; }

.template-vipcheck-listing .main__vip-person .vip__wages {
  font-weight: bold; }

.article__vipcheck {
  margin: 1rem 1rem 0 0;
  padding: 2rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff; }
  .article__vipcheck .article__header,
  .article__vipcheck .article__content,
  .article__vipcheck .main__vip-listing article:only-child,
  .article__vipcheck .main__vip-listing article:nth-child(even) {
    margin-right: 0; }
  .article__vipcheck .article__header {
    -webkit-box-shadow: 0 1.5rem 0 -1.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1.5rem 0 -1.5rem rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0; }
  .article__vipcheck .vip__info h3 {
    margin-bottom: 1rem; }

.modal .livingwage-survey {
  color: #141414 !important; }
  .modal .livingwage-survey h1, .modal .livingwage-survey h2, .modal .livingwage-survey h3 {
    color: #013649 !important; }
  .modal .livingwage-survey ul li::before {
    content: '' !important; }
  .modal .livingwage-survey .hidden {
    display: none; }
  .modal .livingwage-survey .icon-ok::before {
    content: '\2714'; }
  .modal .livingwage-survey input[type='submit'] {
    padding: 2rem 3rem 4rem;
    border-radius: 5px;
    background-color: #013649;
    background-image: none; }
    .modal .livingwage-survey input[type='submit']:hover {
      background-image: none; }
  .modal .livingwage-survey .wis_level {
    width: 25%;
    min-width: 25%; }
    .modal .livingwage-survey .wis_level ul {
      margin: 0;
      text-indent: 0;
      padding: 0 !important; }
    .modal .livingwage-survey .wis_level ul li {
      padding-left: 1rem !important; }
    .modal .livingwage-survey .wis_level .item:hover {
      text-decoration: none; }
    .modal .livingwage-survey .wis_level .item.selected {
      text-decoration: underline; }
  .modal .livingwage-survey ul.wis_selection {
    margin: 0;
    text-indent: 0;
    padding: 0; }
    .modal .livingwage-survey ul.wis_selection li {
      padding: 1rem;
      background-color: transparent; }
  .modal .livingwage-survey .w20e-form fieldset {
    padding: 1rem;
    border: 0; }
  .modal .livingwage-survey legend {
    margin-bottom: 1rem; }

.main__teasers .livingwage-survey .wis_selection span {
  margin-left: 2rem;
  margin-right: 3rem; }

.main__teasers .livingwage-survey .wis_level ul li {
  margin-left: 1rem; }

a.col-short-survey-trigger {
  cursor: pointer; }

.main__newslettersubscribe ul li::before {
  content: ''; }

.main__newslettersubscribe ul li input[type="checkbox"] {
  margin-right: 1rem; }

.main__newslettersubscribe .mc-field-group {
  margin: 1rem 0; }

#ws-app-inner table.table {
  background: none;
  border: none; }

#ws-app-inner .input-group {
  display: flex; }
  #ws-app-inner .input-group input[type="text"] {
    height: 4rem; }

#ws-app-inner button.state-invalid {
  background-color: #fff;
  color: #000; }

ul.select2-results li::before {
  content: ""; }

li#plone-contentmenu-portletmanager {
  display: none; }

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b {
  font-weight: normal; }

html[lang="my-mm"] h1,
html[lang="my-mm"] h2,
html[lang="my-mm"] h3,
html[lang="my-mm"] h4,
html[lang="my-mm"] h5 {
  margin-bottom: 1.5rem; }

html[lang="my-mm"] h2,
html[lang="my-mm"] h3,
html[lang="my-mm"] h4,
html[lang="my-mm"] h5 {
  margin-top: 1.5rem; }

#salarycheck ul li::before {
  content: ""; }

.blocker {
  z-index: 5; }

body.template-default_error_message #content-core p {
  white-space: initial; }

.jquery-modal.blocker {
  z-index: 6; }

#visual-portal-wrapper {
  /* RESET COBRA LIVINGWAGES */ }
  #visual-portal-wrapper .cobra-mw-country-view h1,
  #visual-portal-wrapper .cobra-mw-country-view h2,
  #visual-portal-wrapper .cobra-mw-country-view h3,
  #visual-portal-wrapper .cobra-ll-view h1,
  #visual-portal-wrapper .cobra-ll-view h2,
  #visual-portal-wrapper .cobra-ll-view h3 {
    font-weight: normal;
    margin: 10px 0 0 0; }

table {
  border: 0px; }

/* Fixes for the caster receiver, because I couldn't get shadow css working somehow. */
.caster-receiver-content {
  flex: 0 100%; }
  .caster-receiver-content .caster-receiver-content-item {
    padding: 2rem; }

/* Accordion styles
  copied from https://codepen.io/raubaca/pen/PZzpVe
*/
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  /* :checked */
  /* Icon */ }
  .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .tab label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #013649;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    max-width: 100%; }
  .tab input:checked ~ .tab-content {
    max-height: 1000em; }
  .tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .tab input[type=checkbox] + label::after {
    content: "+"; }
  .tab input[type=radio] + label::after {
    content: "\25BC"; }
  .tab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg); }
  .tab input[type=radio]:checked + label::after {
    transform: rotateX(180deg); }
  .tab .tab-content {
    margin-left: 0;
    text-indent: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s; }
  .tab .tab-content p {
    margin: 1em; }

.occupation__search-wrapper {
  margin-bottom: 2rem; }

.occupation-detail__block {
  margin: 1rem 1rem 0 0;
  padding: 2rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff; }

.main__occupation-listing ul {
  margin-bottom: 0;
  margin-left: 1rem !important;
  text-indent: -1rem !important; }

.template-ol_detail_view .occupation-detail__search {
  margin: 1rem 1rem 0 0;
  padding: 2rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff; }
  .template-ol_detail_view .occupation-detail__search h1 {
    margin: 1rem 0; }

.template-ol_detail_view #content {
  margin: 0;
  background-color: #f6f5f1;
  padding: 0;
  box-shadow: none; }
  .template-ol_detail_view #content h2 {
    margin: 1rem 0; }
  .template-ol_detail_view #content #springest-jobs li div {
    display: inline; }

body.site-luong\.com\.vn {
  font-family: 'Roboto', sans-serif; }
  body.site-luong\.com\.vn button, body.site-luong\.com\.vn input, body.site-luong\.com\.vn optgroup, body.site-luong\.com\.vn select, body.site-luong\.com\.vn textarea {
    font-family: 'Roboto', sans-serif; }

body.site-pensioenkijker\.nl #searchform #rss-subscription,
body.site-pensioenkijker\.nl #searchform #search-filter-toggle,
body.site-pensioenkijker\.nl #searchform #searchResultsSort {
  display: none; }

body.site-pensioenkijker\.nl .main-nav {
  background-color: #2b358a; }
  body.site-pensioenkijker\.nl .main-nav .sm-simple {
    background-color: #2b358a; }
    body.site-pensioenkijker\.nl .main-nav .sm-simple ul {
      background-color: #2b358a; }

body.site-pensioenkijker\.nl .wrapper .main .main__teasers .article__color-orange,
body.site-pensioenkijker\.nl .wrapper .main .main__teasers .article__color-blue,
body.site-pensioenkijker\.nl .wrapper .main .main__teasers .article__color-green,
body.site-pensioenkijker\.nl .wrapper .main .main__content .article__color-orange,
body.site-pensioenkijker\.nl .wrapper .main .main__content .article__color-blue,
body.site-pensioenkijker\.nl .wrapper .main .main__content .article__color-green,
body.site-pensioenkijker\.nl .wrapper .main .main__aside .article__color-orange,
body.site-pensioenkijker\.nl .wrapper .main .main__aside .article__color-blue,
body.site-pensioenkijker\.nl .wrapper .main .main__aside .article__color-green {
  background-color: #2b358a; }

body.site-pensioenkijker\.nl .footer .footer__links {
  background-color: #2b358a; }

body.site-pensioenkijker\.nl .footer .footer__copyright {
  background-color: #585858; }

body.site-pensioenkijker\.nl .footer .footer__poweredby {
  background-color: #dfdfdd;
  color: #585858; }

body.site-Paywizard\.co\.uk.template-ol_detail_view .occupationlanding__vacancies.neuvoo {
  order: 666; }

@media (min-width: 768px) {
  body.site-pensioenkijker\.nl .main-nav .sm-simple a:hover,
  body.site-pensioenkijker\.nl .main-nav .sm-simple a:focus,
  body.site-pensioenkijker\.nl .main-nav .sm-simple a:active,
  body.site-pensioenkijker\.nl .main-nav .sm-simple a.highlighted {
    background-color: #2b358a; } }

#caowijzer__listing section,
#caowijzer__listing input[type="radio"] {
  display: none; }

#caowijzer__listing label.tab {
  max-width: 33%; }

#caowijzer__listing section > input {
  font-size: 150%;
  margin: 1rem 0; }

#caowijzer__listing #tab-news:checked ~ label[for="tab-news"],
#caowijzer__listing #tab-cao:checked ~ label[for="tab-cao"],
#caowijzer__listing #tab-wages:checked ~ label[for="tab-wages"] {
  text-decoration: underline; }

#caowijzer__listing #tab-news:checked ~ #content-news,
#caowijzer__listing #tab-cao:checked ~ #content-cao,
#caowijzer__listing #tab-wages:checked ~ #content-wages {
  display: block; }

#caowijzer__listing #content-wages li {
  display: flex;
  margin: 0 0 0.5em 0.25em; }

#caowijzer__listing ul li::before {
  content: ""; }

.cba-text .linkToClause, .cba-details .linkToClause {
  text-decoration: underline; }

.cba-text .highlightClause, .cba-details .highlightClause {
  background-color: #013649; }

.cba-text .linkToClause:hover, .cba-details .linkToClause:hover {
  cursor: pointer; }

.cba-text ul ul li::before, .cba-details ul ul li::before {
  content: "\25a0";
  margin-right: 1rem; }

.cba-text ul ul ul li::before, .cba-details ul ul ul li::before {
  content: "\25e6";
  margin-right: 1rem; }

.cba-text h1, .cba-details h1 {
  font-size: 2.4rem; }

.cba-text h2, .cba-details h2 {
  font-size: 2rem; }

.cba-text h3, .cba-text h4, .cba-details h3, .cba-details h4 {
  font-size: 1.8rem; }

.cba-text h1, .cba-text h2, .cba-text h3, .cba-text h4, .cba-details h1, .cba-details h2, .cba-details h3, .cba-details h4 {
  font-weight: 700;
  margin-bottom: 1rem; }
  .cba-text h1 a, .cba-text h2 a, .cba-text h3 a, .cba-text h4 a, .cba-details h1 a, .cba-details h2 a, .cba-details h3 a, .cba-details h4 a {
    color: #013649;
    font-weight: 700; }

.cba-details [id^=display] {
  margin-bottom: 1rem;
  border-bottom: 1px solid #cecece; }

@media all and (min-width: 1024px) {
  body.template-ca_detail_view .main__content {
    max-width: 65%; } }

/* UI-MULTISELECT FROM COBRA */
.multiselectwidget button, .multiselectwidget html [type="button"], .multiselectwidget [type="reset"], .multiselectwidget [type="submit"] {
  max-width: 400px; }

.ui-multiselect-menu {
  max-width: 400px; }
  .ui-multiselect-menu label {
    font-weight: normal;
    max-width: 100%; }
    .ui-multiselect-menu label span {
      margin-left: 1rem; }

/* cobra still contains these buttons */
a.cta.cta-blue {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 1rem;
  border-radius: 5px; }

.compare_clauses_form {
  min-height: 1000px; }
  .compare_clauses_form .multiselectwidget .controls {
    margin-bottom: 2rem; }
    .compare_clauses_form .multiselectwidget .controls button span {
      white-space: normal; }
    .compare_clauses_form .multiselectwidget .controls button.ui-multiselect {
      padding: 2rem; }
  .compare_clauses_form fieldset#submission {
    padding: 0;
    margin-top: 2rem; }
    .compare_clauses_form fieldset#submission input {
      background-color: #013649;
      border-color: transparent;
      border: none;
      color: #fff;
      padding: 1rem 2rem;
      font-size: 14px;
      line-height: 1.15;
      font-weight: 700;
      border-radius: 0;
      text-shadow: 0 1px rgba(0, 0, 0, 0.25);
      vertical-align: middle; }
      .compare_clauses_form fieldset#submission input:hover {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

#compare_clauses_result {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F6F5F1;
  z-index: 998;
  width: 100%; }
  #compare_clauses_result .compare_clauses_result {
    padding: 2rem;
    min-height: 100vh; }
    #compare_clauses_result .compare_clauses_result .cba_clause_bind {
      margin: 1rem 1rem 0 0;
      padding: 2rem;
      -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
      box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
      border-radius: 6px;
      background-color: #fff; }
      #compare_clauses_result .compare_clauses_result .cba_clause_bind h2 {
        font-size: 2.4rem; }
      #compare_clauses_result .compare_clauses_result .cba_clause_bind .cba-country {
        font-size: 2.4rem;
        font-weight: 700;
        margin-top: 2rem; }
      #compare_clauses_result .compare_clauses_result .cba_clause_bind .cba-title {
        font-size: 2rem;
        margin-top: 2rem; }
      #compare_clauses_result .compare_clauses_result .cba_clause_bind .clause {
        margin-top: 2rem; }

.close-compare-clauses-result {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 999;
  top: 4rem;
  right: 4rem;
  color: #5d6162;
  font-size: 5rem; }
  .close-compare-clauses-result:hover {
    color: #767b7c; }

body.template-ca_detail_view h1 {
  width: 100%; }

.tab-switcher > label {
  color: #fff;
  background: #013649;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  padding: 0 0 0 1em; }

#factory-listing ul.pagination li,
#gig-listing ul.pagination li {
  display: inline-block; }

#factory-listing ul.pagination li::before,
#gig-listing ul.pagination li::before {
  content: ""; }

#factory-listing input,
#gig-listing input {
  margin: 10px 0 20px;
  padding: 10px;
  width: 100%; }

body.template-gig_detail #content,
body.template-factory_view #content {
  background-color: #F6F5F1;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
  padding-top: 0; }
  body.template-gig_detail #content .factory_details > div,
  body.template-factory_view #content .factory_details > div {
    margin-left: -15px !important;
    margin-right: -25px !important; }
  body.template-gig_detail #content .factory_details #box_compliance,
  body.template-factory_view #content .factory_details #box_compliance {
    margin-right: -25px !important; }
  body.template-gig_detail #content .factory_details .fp_box,
  body.template-factory_view #content .factory_details .fp_box {
    margin: 1rem 1rem 0 0;
    padding: 2rem;
    -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: #fff;
    border: none; }
    body.template-gig_detail #content .factory_details .fp_box > .col-xs-12,
    body.template-factory_view #content .factory_details .fp_box > .col-xs-12 {
      padding: 0; }
  body.template-gig_detail #content .factory_details .fb_box:not(#box_compliance) h2,
  body.template-gig_detail #content .factory_details .fb_box:not(#box_compliance) h3,
  body.template-factory_view #content .factory_details .fb_box:not(#box_compliance) h2,
  body.template-factory_view #content .factory_details .fb_box:not(#box_compliance) h3 {
    margin-top: 0; }
  body.template-gig_detail #content .factory_details .progress-bar,
  body.template-factory_view #content .factory_details .progress-bar {
    height: 20px;
    float: left; }
  @media (min-width: 750px) {
    body.template-gig_detail #content .factory_details .row-eq-height,
    body.template-factory_view #content .factory_details .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

body.template-gig_detail #content {
  padding: 0; }
  body.template-gig_detail #content sup,
  body.template-gig_detail #content .is-empty {
    display: none; }
  body.template-gig_detail #content progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    height: 0.8em;
    margin-right: 0.8em;
    color: #013649; }
  body.template-gig_detail #content progress::-moz-progress-bar,
  body.template-gig_detail #content progress::-webkit-progress-value {
    background-color: #013649; }
  body.template-gig_detail #content .debug sup {
    display: inline;
    background-color: #f57e00;
    border-radius: 5px;
    color: white;
    padding: 0.2rem 0.6rem; }
  body.template-gig_detail #content .debug .is-empty {
    display: flex;
    background-color: #B4EBFF; }
  body.template-gig_detail #content .debug article.is-empty {
    display: block; }
  body.template-gig_detail #content .wrapper .main .main__content > * {
    margin-right: 0 !important; }
  body.template-gig_detail #content article.section {
    margin: 1rem 1rem 0 0;
    padding: 2rem;
    -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: #fff; }
    body.template-gig_detail #content article.section h3 {
      background-color: rgba(97, 201, 238, 0.25); }
    body.template-gig_detail #content article.section.section-3 .group, body.template-gig_detail #content article.section.section-4 .group, body.template-gig_detail #content article.section.section-6 .group {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      body.template-gig_detail #content article.section.section-3 .group div:nth-child(even), body.template-gig_detail #content article.section.section-4 .group div:nth-child(even), body.template-gig_detail #content article.section.section-6 .group div:nth-child(even) {
        font-weight: 600; }
      body.template-gig_detail #content article.section.section-3 .group:last-child, body.template-gig_detail #content article.section.section-4 .group:last-child, body.template-gig_detail #content article.section.section-6 .group:last-child {
        border: none; }
    body.template-gig_detail #content article.section .content-comment_box {
      font-style: italic;
      font-size: 90%;
      margin-top: 0.5em; }

.wrapper .main .occupationlanding__vacancies.monsterboard {
  background-color: #642891; }
  .wrapper .main .occupationlanding__vacancies.monsterboard a,
  .wrapper .main .occupationlanding__vacancies.monsterboard a:hover,
  .wrapper .main .occupationlanding__vacancies.monsterboard h2 {
    color: #fff; }
  .wrapper .main .occupationlanding__vacancies.monsterboard a.powered-by-monsterboard {
    font-weight: 900;
    text-transform: capitalize;
    float: right;
    margin: 1rem 2rem 2rem 2rem; }
  .wrapper .main .occupationlanding__vacancies.monsterboard ul:not(.pagination):not(.st-accordion):not(.listing__reset) li {
    border-bottom: 1px solid #fff; }

.wrapper .main .occupationlanding__vacancies,
.wrapper .main .stepstone-vacancy-feed {
  background-color: #fff; }
  .wrapper .main .occupationlanding__vacancies ul:not(.pagination):not(.st-accordion):not(.listing__reset) li,
  .wrapper .main .stepstone-vacancy-feed ul:not(.pagination):not(.st-accordion):not(.listing__reset) li {
    border-bottom: 1px solid #64bee8; }

.wrapper .main .occupationlanding__vacancies.stepstone,
.wrapper .main .occupationlanding__vacancies.stepstone_uk,
.wrapper .main .stepstone-vacancy-feed {
  background-color: #fff; }
  .wrapper .main .occupationlanding__vacancies.stepstone ul:not(.pagination):not(.st-accordion):not(.listing__reset) li,
  .wrapper .main .occupationlanding__vacancies.stepstone_uk ul:not(.pagination):not(.st-accordion):not(.listing__reset) li,
  .wrapper .main .stepstone-vacancy-feed ul:not(.pagination):not(.st-accordion):not(.listing__reset) li {
    border-bottom: 1px solid #64bee8; }

.wrapper .main .occupationlanding__vacancies.stepstone_uk {
  flex-basis: calc(100% - 1rem); }

.wrapper .main .occupationlanding__vacancies,
.wrapper .main .stepstone-vacancy-feed {
  padding: 0; }
  .wrapper .main .occupationlanding__vacancies a:hover,
  .wrapper .main .stepstone-vacancy-feed a:hover {
    text-decoration: none; }
  .wrapper .main .occupationlanding__vacancies h2,
  .wrapper .main .stepstone-vacancy-feed h2 {
    margin-bottom: 2rem; }
  .wrapper .main .occupationlanding__vacancies h2, .wrapper .main .occupationlanding__vacancies p,
  .wrapper .main .stepstone-vacancy-feed h2,
  .wrapper .main .stepstone-vacancy-feed p {
    margin-top: 2rem !important;
    padding-left: 2rem; }
  .wrapper .main .occupationlanding__vacancies ul:not(.pagination):not(.st-accordion):not(.listing__reset),
  .wrapper .main .stepstone-vacancy-feed ul:not(.pagination):not(.st-accordion):not(.listing__reset) {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0; }
    .wrapper .main .occupationlanding__vacancies ul:not(.pagination):not(.st-accordion):not(.listing__reset) li:before,
    .wrapper .main .stepstone-vacancy-feed ul:not(.pagination):not(.st-accordion):not(.listing__reset) li:before {
      content: ""; }
    .wrapper .main .occupationlanding__vacancies ul:not(.pagination):not(.st-accordion):not(.listing__reset) li,
    .wrapper .main .stepstone-vacancy-feed ul:not(.pagination):not(.st-accordion):not(.listing__reset) li {
      padding: 2rem 0 2rem 2rem; }

.wrapper .main .occupationlanding__vacancies.stepstone,
.wrapper .main .stepstone-vacancy-feed {
  background-color: #fff; }
  .wrapper .main .occupationlanding__vacancies.stepstone .no-results-label,
  .wrapper .main .stepstone-vacancy-feed .no-results-label {
    display: none; }
  .wrapper .main .occupationlanding__vacancies.stepstone.no-results .no-results-label,
  .wrapper .main .stepstone-vacancy-feed.no-results .no-results-label {
    display: block; }
  .wrapper .main .occupationlanding__vacancies.stepstone ul:not(.pagination):not(.st-accordion):not(.listing__reset) li,
  .wrapper .main .stepstone-vacancy-feed ul:not(.pagination):not(.st-accordion):not(.listing__reset) li {
    border-bottom: 1px solid #64bee8; }
  .wrapper .main .occupationlanding__vacancies.stepstone a,
  .wrapper .main .stepstone-vacancy-feed a {
    display: flex;
    border: none !important; }
    .wrapper .main .occupationlanding__vacancies.stepstone a .stepstone-vacancy__title,
    .wrapper .main .stepstone-vacancy-feed a .stepstone-vacancy__title {
      border-bottom: 1px solid #969595;
      display: inline; }
    .wrapper .main .occupationlanding__vacancies.stepstone a:hover,
    .wrapper .main .stepstone-vacancy-feed a:hover {
      text-decoration: none; }
      .wrapper .main .occupationlanding__vacancies.stepstone a:hover img,
      .wrapper .main .stepstone-vacancy-feed a:hover img {
        transition: .5s;
        transform: rotate(4deg) translateZ(0); }
    .wrapper .main .occupationlanding__vacancies.stepstone a .stepstone-vacancy__image,
    .wrapper .main .stepstone-vacancy-feed a .stepstone-vacancy__image {
      flex-basis: calc(25% - 1rem);
      margin-right: 1rem;
      text-align: center; }
      .wrapper .main .occupationlanding__vacancies.stepstone a .stepstone-vacancy__image img,
      .wrapper .main .stepstone-vacancy-feed a .stepstone-vacancy__image img {
        max-height: 40px; }
    .wrapper .main .occupationlanding__vacancies.stepstone a .stepstone-vacancy__text,
    .wrapper .main .stepstone-vacancy-feed a .stepstone-vacancy__text {
      flex-basis: calc(75%); }
      .wrapper .main .occupationlanding__vacancies.stepstone a .stepstone-vacancy__text > span,
      .wrapper .main .stepstone-vacancy-feed a .stepstone-vacancy__text > span {
        color: #141414;
        font-size: 0.8em; }
      .wrapper .main .occupationlanding__vacancies.stepstone a .stepstone-vacancy__text .stepstone-vacancy__divider,
      .wrapper .main .stepstone-vacancy-feed a .stepstone-vacancy__text .stepstone-vacancy__divider {
        margin: 0 0.25em; }
  .wrapper .main .occupationlanding__vacancies.stepstone li:last-child,
  .wrapper .main .stepstone-vacancy-feed li:last-child {
    border-bottom: none !important; }

.wrapper .main .stepstone-vacancy-feed h2 {
  margin-top: initial;
  padding-left: initial;
  margin-bottom: initial; }

.wrapper .main .stepstone-vacancy-feed ul:not(.pagination):not(.st-accordion):not(.listing__reset) li {
  padding: 1rem 0 1rem 0rem; }

.template-ol_detail_view .wrapper .main .stepstone-vacancy-feed {
  display: none; }

.wrapper .main .stepstone-vacancy-feed a:hover img {
  transition: .5s;
  transform: rotate(4deg) translateZ(0); }

.wrapper .main .stepstone-vacancy-feed form,
.wrapper .main .occupationlanding__vacancies.stepstone form {
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap; }
  .wrapper .main .stepstone-vacancy-feed form .field,
  .wrapper .main .occupationlanding__vacancies.stepstone form .field {
    margin-bottom: 0.5em; }
  .wrapper .main .stepstone-vacancy-feed form .fields,
  .wrapper .main .stepstone-vacancy-feed form .field.what,
  .wrapper .main .occupationlanding__vacancies.stepstone form .fields,
  .wrapper .main .occupationlanding__vacancies.stepstone form .field.what {
    flex: 0 0 100%; }
  .wrapper .main .stepstone-vacancy-feed form .fields,
  .wrapper .main .occupationlanding__vacancies.stepstone form .fields {
    display: flex; }
    .wrapper .main .stepstone-vacancy-feed form .fields .where,
    .wrapper .main .occupationlanding__vacancies.stepstone form .fields .where {
      flex-grow: 4; }
    .wrapper .main .stepstone-vacancy-feed form .fields .submit,
    .wrapper .main .occupationlanding__vacancies.stepstone form .fields .submit {
      flex-grow: 1; }
  .wrapper .main .stepstone-vacancy-feed form input[type='text'],
  .wrapper .main .occupationlanding__vacancies.stepstone form input[type='text'] {
    padding: 1.5rem 0.5rem; }
  .wrapper .main .stepstone-vacancy-feed form button,
  .wrapper .main .occupationlanding__vacancies.stepstone form button {
    display: flex;
    justify-content: center;
    margin-top: 3.2rem;
    text-align: right;
    height: 4.3rem;
    width: 100%;
    padding: 1rem; }

.wrapper .main .stepstone-vacancy-feed form {
  padding: 0; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 1em;
  margin-bottom: 0.5em;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.lds-ellipsis div {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #61C9EE;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

body[dir='rtl'] .header__title > div {
  display: flex;
  flex-direction: row-reverse; }
  body[dir='rtl'] .header__title > div img {
    margin-right: 1em;
    height: 35px; }

body[dir='rtl'] .search-box button {
  border-radius: 4px 0 0 4px; }

body[dir='rtl'] .search-box input[type='text'] {
  border-radius: 0 4px 4px 0; }

body[dir='rtl'] #main-menu {
  float: right; }

body[dir='rtl'] #breadcrumbs-home {
  margin-right: 1.5em; }

body[dir='rtl'] .plone-toolbar-main {
  padding-right: 0px !important; }

body[dir='rtl'] .footer__links li::before {
  content: '' !important; }

table.mw__amounts thead td {
  font-weight: bold; }

table.mw__amounts .amount {
  text-align: right; }

.node-info span {
  display: block;
  font-size: 85%;
  font-style: italic; }

.mw__node .hide {
  display: none; }

.mw__node.debug .hide {
  background-color: paleturquoise;
  display: block; }

.qs-datepicker-container {
  font-size: 2rem; }

span[data-node_last_updated] {
  display: none; }

.wi-snackbar {
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.75);
  visibility: hidden;
  min-width: 250px;
  max-width: 300px;
  margin-left: -1000px;
  background-color: #00b527;
  color: #fff;
  border-radius: 6px 0 0 6px;
  padding: 16px;
  position: fixed;
  z-index: 250;
  right: 0;
  bottom: 50%;
  display: flex;
  justify-content: space-between; }
  .wi-snackbar.show {
    visibility: visible;
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein; }
  .wi-snackbar button.close {
    background-color: transparent;
    border: none;
    float: right;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    width: 32px; }

@-webkit-keyframes fadein {
  from {
    right: -1000px;
    0% {
      opacity: 0; }
    66% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  to {
    right: 0;
    0% {
      opacity: 0; }
    66% {
      opacity: 0; }
    100% {
      opacity: 1; } } }

@keyframes fadein {
  from {
    right: -1000px;
    opacity: 0; }
  to {
    right: 0;
    opacity: 1; } }

.iframe-container {
  overflow: hidden;
  padding-top: 200%;
  position: relative; }

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.caster-receiver-content-item .category {
  color: #fff;
  background-color: #013649;
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.caster-receiver-content-item {
  margin: 1rem 1rem 0 0;
  padding: 2rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff; }
  .caster-receiver-content-item a > h2 > span.title {
    text-decoration: underline; }
  .caster-receiver-content-item h2 > span.category {
    margin-left: 0.5em; }

/* ONLY FOR SPECIFIC HACKS */
.subsection-vacatures-vacatures-bij-monsterboard h1.documentFirstHeading {
  display: none; }
/**
 * _variables.scss
 *
 * Defines the wageindicator css variables
 */
.modal-open {
  overflow: hidden; }

.wi-modal-container {
  z-index: 999;
  max-height: 60vh;
  overflow-y: auto;
  position: fixed;
  background-color: #fff;
  width: 70%;
  max-width: 800px;
  left: 50%;
  padding: 20px;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out; }
  .wi-modal-container .modal-title span.category {
    margin-left: 0.5em; }

.wi-modal:before {
  z-index: 999;
  content: "";
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.wi-modal.shown:before,
.wi-modal:target:before {
  display: block; }

.wi-modal.shown .wi-modal-container,
.wi-modal:target .wi-modal-container {
  top: 20%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.modal-close {
  color: black;
  background-color: lightgray;
  font-size: 200%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  text-decoration: none;
  border-bottom: none !important;
  padding: 0px 10px; }
  .modal-close:hover {
    color: white;
    background-color: #4e4e4e; }

.interactive {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }
  .interactive h1 {
    font-size: 2.8rem; }
  .interactive h2 {
    font-size: 2.3rem; }
  .interactive h3, .interactive h4, .interactive h5 {
    font-size: 1.8rem; }
  .interactive .interactive__content {
    padding-top: 1rem; }

.interactive ul li:before,
#edit-zone ul li:before {
  content: ''; }

.jquery-modal.blocker,
.modal {
  z-index: 20; }

.modal {
  padding: 2rem !important;
  max-width: 600px !important; }

body.portaltype-wi-site.template-edit #form-widgets-scripts,
body.portaltype-wi-site.template-edit #form-widgets-above_site_ad,
body.portaltype-wi-site.template-edit #form-widgets-site_ad_library,
body.portaltype-wi-site.template-edit #form-widgets-footer_html {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}.sm-simple {
  border: 1px solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #555555;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none; }
  .sm-simple a.current {
    background: #555555;
    color: #fff; }
  .sm-simple a.disabled {
    color: #cccccc; }
  .sm-simple a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 14px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.08); }
  .sm-simple a .sub-arrow::before {
    content: '+'; }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '-'; }
  .sm-simple li {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .sm-simple > li:first-child {
    border-top: 0; }
  .sm-simple ul {
    background: rgba(179, 179, 179, 0.1); }
    .sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
      font-size: 14px;
      border-left: 8px solid transparent; }
    .sm-simple ul ul a,
    .sm-simple ul ul a:hover,
    .sm-simple ul ul a:focus,
    .sm-simple ul ul a:active {
      border-left: 16px solid transparent; }
    .sm-simple ul ul ul a,
    .sm-simple ul ul ul a:hover,
    .sm-simple ul ul ul a:focus,
    .sm-simple ul ul ul a:active {
      border-left: 24px solid transparent; }
    .sm-simple ul ul ul ul a,
    .sm-simple ul ul ul ul a:hover,
    .sm-simple ul ul ul ul a:focus,
    .sm-simple ul ul ul ul a:active {
      border-left: 32px solid transparent; }
    .sm-simple ul ul ul ul ul a,
    .sm-simple ul ul ul ul ul a:hover,
    .sm-simple ul ul ul ul ul a:focus,
    .sm-simple ul ul ul ul ul a:active {
      border-left: 40px solid transparent; }

@media (min-width: 768px) {
  /* Switch to desktop layout
	-----------------------------------------------
	   These transform the menu tree from
	   collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em; }
  .sm-simple li {
    float: left; }
  .sm-simple.sm-rtl li {
    float: right; }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none; }
  .sm-simple a {
    white-space: nowrap; }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal; }
  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }
  /* ...end */
  .sm-simple {
    background: #fff; }
    .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
      padding: 11px 20px;
      color: #555555; }
    .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
      background: #eeeeee; }
    .sm-simple a.current {
      background: #555555;
      color: #fff; }
    .sm-simple a.disabled {
      background: #fff;
      color: #cccccc; }
    .sm-simple a.has-submenu {
      padding-right: 32px; }
    .sm-simple a .sub-arrow {
      top: 50%;
      margin-top: -8px;
      right: 20px;
      width: 8px;
      height: 16px;
      font: 14px/16px monospace !important;
      background: transparent; }
    .sm-simple a.highlighted .sub-arrow::before {
      content: '+'; }
    .sm-simple > li {
      border-top: 0;
      border-left: 1px solid #eeeeee; }
      .sm-simple > li:first-child {
        border-left: 0; }
    .sm-simple ul {
      border: 1px solid #bbbbbb;
      background: #fff;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
      .sm-simple ul a {
        border: 0 !important; }
        .sm-simple ul a.has-submenu {
          padding-right: 20px; }
        .sm-simple ul a .sub-arrow {
          left: 8px;
          right: auto; }
      .sm-simple ul > li {
        border-left: 0;
        border-top: 1px solid #eeeeee; }
        .sm-simple ul > li:first-child {
          border-top: 0; }
    .sm-simple .scroll-up,
    .sm-simple .scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #fff;
      height: 20px; }
    .sm-simple .scroll-up-arrow,
    .sm-simple .scroll-down-arrow {
      position: absolute;
      top: -2px;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 8px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent #555555 transparent; }
    .sm-simple .scroll-down-arrow {
      top: 6px;
      border-style: solid dashed dashed dashed;
      border-color: #555555 transparent transparent transparent; }
    .sm-simple.sm-rtl a.has-submenu {
      padding-right: 20px;
      padding-left: 32px; }
    .sm-simple.sm-rtl a .sub-arrow {
      left: 20px;
      right: auto; }
    .sm-simple.sm-rtl.sm-vertical a.has-submenu {
      padding: 11px 20px; }
    .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
      left: auto;
      right: 8px; }
    .sm-simple.sm-rtl > li:first-child {
      border-left: 1px solid #eeeeee; }
    .sm-simple.sm-rtl > li:last-child {
      border-left: 0; }
    .sm-simple.sm-rtl ul a.has-submenu {
      padding: 11px 20px; }
    .sm-simple.sm-rtl ul a .sub-arrow {
      left: auto;
      right: 8px; }
    .sm-simple.sm-vertical a .sub-arrow {
      left: 8px;
      right: auto; }
    .sm-simple.sm-vertical li {
      border-left: 0;
      border-top: 1px solid #eeeeee; }
    .sm-simple.sm-vertical > li:first-child {
      border-top: 0; } }
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
