@charset "UTF-8";
/*! jQuery UI - v1.10.4 - 2014-06-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=2px&bgColorHeader=%23e2e2e2&bgTextureHeader=highlight_hard&bgImgOpacityHeader=75&borderColorHeader=%23ccc&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23ccc&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23f2f2f2&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=%23e2e2e2&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23e2e2e2&bgTextureHover=highlight_hard&bgImgOpacityHover=75&borderColorHover=%23ccc&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=highlight_hard&bgImgOpacityActive=65&borderColorActive=%23ccc&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
@import url(https://cdnjs.cloudflare.com/ajax/libs/jQuery.mmenu/7.2.2/jquery.mmenu.all.css);
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ccc;
  background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #ccc;
  background: #e2e2e2 url("images/ui-bg_highlight-hard_75_e2e2e2_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e2e2e2;
  background: #f2f2f2 url("images/ui-bg_highlight-hard_100_f2f2f2_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #e2e2e2 url("images/ui-bg_highlight-hard_75_e2e2e2_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ccc;
  background: #fff url("images/ui-bg_highlight-hard_65_ffffff_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}
.ui-widget-overlay {
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url('fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/** Paths **/
/** Bootstrap **/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
hgroup,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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;
  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;
}
* {
  -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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  background-color: #f7f6f2;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #006F9E;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004d6e;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 26px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #f7f6f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only,
.noscreen,
#extras .filterControls .searchFilter label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 17px;
}
p {
  margin: 0 0 16px;
}
.lead {
  margin-bottom: 32px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #007db2;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00597f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #007db2;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00597f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 32px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 1.6;
}
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: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 15.5px;
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.6;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 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%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.6;
  color: #555555;
}
.form-control,
input[type="text"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.6;
  color: #555555;
  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;
}
.form-control:focus {
  border-color: rgba(0, 125, 178, 0.4);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 125, 178, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 125, 178, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 37px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 56px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 52px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 37px;
  line-height: 37px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 37px;
  min-height: 49px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5;
}
.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 26px;
}
select.input-lg {
  height: 56px;
  line-height: 56px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 26px;
}
.form-group-lg select.form-control {
  height: 56px;
  line-height: 56px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 56px;
  min-height: 57px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 37px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px;
  }
}
.btn,
.button,
input.submit,
button.save_design,
input[type="submit"],
input.cancel,
input.delete,
button.cancel,
button.delete,
button#cancel,
#extras .filterControls .linksFilter a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.button:hover,
input.submit:hover,
button.save_design:hover,
input[type="submit"]:hover,
input.cancel:hover,
input.delete:hover,
button.cancel:hover,
button.delete:hover,
button#cancel:hover {
  color: #000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default,
input.cancel,
input.delete,
button.cancel,
button.delete,
button#cancel {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-default:focus,
.btn-default.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:hover,
input.cancel:hover,
input.delete:hover,
button.cancel:hover,
button.delete:hover,
button#cancel:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #000000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #000;
}
.btn-default .badge {
  color: transparent;
  background-color: #000;
}
.btn-primary,
.button,
input.submit,
button.save_design,
input[type="submit"] {
  color: #fff;
  background-color: #007db2;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00597f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.button:hover,
input.submit:hover,
button.save_design:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #00597f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00597f;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #00405b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #007db2;
  border-color: transparent;
}
.btn-primary .badge {
  color: #007db2;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-info:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-info .badge {
  color: transparent;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #006F9E;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #004d6e;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 26px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 32px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.6;
  color: #006F9E;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #004d6e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #007db2;
  border-color: #007db2;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.cpanel:before,
.cpanel:after,
.elm_Images .images:before,
.elm_Images .images:after,
.flex-row:before,
.flex-row:after,
#gallery .entries:before,
#gallery .entries:after,
#tube .entries:before,
#tube .entries:after,
body.notfound main .boxText:before,
body.notfound main .boxText:after,
#navigation .navigationMenu .mmLevel2:before,
#navigation .navigationMenu .mmLevel2:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.cpanel:after,
.elm_Images .images:after,
.flex-row:after,
#gallery .entries:after,
#tube .entries:after,
body.notfound main .boxText:after,
#navigation .navigationMenu .mmLevel2:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.cpanel:before,
.cpanel:after,
.elm_Images .images:before,
.elm_Images .images:after,
.flex-row:before,
.flex-row:after,
#gallery .entries:before,
#gallery .entries:after,
#tube .entries:before,
#tube .entries:after,
body.notfound main .boxText:before,
body.notfound main .boxText:after,
#navigation .navigationMenu .mmLevel2:before,
#navigation .navigationMenu .mmLevel2:after {
  content: " ";
  display: block;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.cpanel:after,
.elm_Images .images:after,
.flex-row:after,
#gallery .entries:after,
#tube .entries:after,
body.notfound main .boxText:after,
#navigation .navigationMenu .mmLevel2:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden,
body.hideright aside,
body.frontpage aside {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}
.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 rgba(0, 0, 0, 0.8);
}
.table .table {
  background-color: #f7f6f2;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.8);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/** Owl Carousel **/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/** Font Awesome **/
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only,
.noscreen,
#extras .filterControls .searchFilter label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.eot');
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.woff2') format('woff2'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.woff') format('woff'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.ttf') format('truetype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.eot');
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.woff2') format('woff2'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.woff') format('woff'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.ttf') format('truetype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.eot');
  src: url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.woff2') format('woff2'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.woff') format('woff'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.ttf') format('truetype'), url('https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fab:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
}
.fab:before.fa-pull-left {
  margin-right: 0.3em;
}
.fab:before.fa-pull-right {
  margin-left: 0.3em;
}
.fas:before,
.fa:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
.fas:before.fa-pull-left,
.fa:before.fa-pull-left {
  margin-right: 0.3em;
}
.fas:before.fa-pull-right,
.fa:before.fa-pull-right {
  margin-left: 0.3em;
}
.far:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.far:before.fa-pull-left {
  margin-right: 0.3em;
}
.far:before.fa-pull-right {
  margin-left: 0.3em;
}
div.elm_datePicker .lmnt:before,
#search #elm_submit:before,
#search ol.items .type:before,
#sortList .ui-sortable-handle:before,
div.sortOptions a.title:before,
#employees.box .staff div.content ul.extra li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
div.elm_datePicker .lmnt:before.fa-pull-left,
#search #elm_submit:before.fa-pull-left,
#search ol.items .type:before.fa-pull-left,
#sortList .ui-sortable-handle:before.fa-pull-left,
div.sortOptions a.title:before.fa-pull-left,
#employees.box .staff div.content ul.extra li:before.fa-pull-left {
  margin-right: 0.3em;
}
div.elm_datePicker .lmnt:before.fa-pull-right,
#search #elm_submit:before.fa-pull-right,
#search ol.items .type:before.fa-pull-right,
#sortList .ui-sortable-handle:before.fa-pull-right,
div.sortOptions a.title:before.fa-pull-right,
#employees.box .staff div.content ul.extra li:before.fa-pull-right {
  margin-left: 0.3em;
}
div.fancybox-outer .fancybox-nav.fancybox-prev span:before {
  content: "\f053";
}
div.fancybox-outer .fancybox-nav.fancybox-next span:before {
  content: "\f054";
}
div.fancybox-outer .fancybox-nav span:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  width: 100%;
  font-size: 25px!important;
  padding-top: 12px;
}
div.fancybox-outer .fancybox-nav span:before.fa-pull-left {
  margin-right: 0.3em;
}
div.fancybox-outer .fancybox-nav span:before.fa-pull-right {
  margin-left: 0.3em;
}
body#tinymce *.fab,
body#tinymce *.fas,
body#tinymce *.far,
body#tinymce *.fa {
  display: inherit;
  line-height: inherit;
}
/** Site fonts **/
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5VvkrjJYTc.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5Vvl4jO.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnZKveRhf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnSKzeRhf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3eRhf_.ttf) format('truetype');
}
/** Module styles **/
/** PRE-DEFINED **/
.thin {
  width: 1%;
}
.column {
  float: left;
}
.w50 {
  width: 49%;
}
.w33 {
  width: 33%;
}
.menu,
.toolbar {
  margin: 0;
  list-style: none outside;
}
.horizontal li,
.toolbar li {
  display: inline;
  margin-right: 1em;
}
.required {
  color: #822;
}
.required:after {
  content: " *";
}
.altRow2 {
  background: #f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/** SOON TO DIE **/
.listAll {
  width: 100%;
}
.listAll td,
.listAll th {
  padding: 4px;
}
.listAll th {
  text-align: left;
}
.toolCol {
  text-align: right;
  width: 1%;
  white-space: nowrap;
}
.rusl,
#rusl {
  display: none;
}
#captcha,
.captchaImg {
  display: block;
}
label.inline {
  float: left;
  display: block;
  width: 120px;
  clear: left;
}
ul.categories {
  list-style: none;
  display: inline;
  margin: 0;
}
/*loading overlay*/
.waiting {
  position: relative;
}
.waiting .overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff url(/_w/elrte/images/loading.gif) no-repeat 50% 200px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.waiting li {
  list-style: none;
}
#userAttributes {
  width: 50%;
}
#userAttributes td {
  padding: 4px;
}
#userAttributes input {
  width: 100%;
}
/*
To fix elfinder opened from tinymce.
JQuery UI should now default to 200020 as base zIndex.
TinyMCE InlinePopupus plugin uses 300000 as base zIndex.
So we force elFinder to base at 400010.
This way we get the correct stack order without using jquery dialog stack stuff.
*/
.ui-front {
  z-index: 200020 !important;
}
.ui-widget-overlay.ui-front {
  z-index: 200010 !important;
}
.ui-front.el-finder-dialog {
  z-index: 400010 !important;
}
.paginationControl {
  margin: 20px 0;
}
.paginationControl .pagerContent > a,
.paginationControl .pagerContent > span {
  display: inline-block;
  padding: 4px 10px;
  background: #f3f3f3;
}
#search .debug {
  display: none;
}
#search #searchForm {
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  #search #searchForm {
    width: 100%;
  }
}
#search #elm_q label {
  display: none;
}
#search #elm_q input {
  width: 100%;
  height: 46px;
}
#search #elm_t {
  display: none;
}
#search #elm_submit {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 46px;
  height: 46px;
}
#search #elm_submit:before {
  position: absolute;
  right: 0;
  content: "\f002";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #007db2;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 46px;
  font-size: 120%;
}
#search #elm_submit input {
  position: absolute;
  right: 0;
  background: none;
  padding: 0;
  width: 46px;
  height: 46px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#search .term {
  color: #000;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 7px 0 14px;
  float: left;
  width: 100%;
  line-height: 37px;
}
#search .term:before,
#search .term:after {
  display: table;
  content: " ";
}
#search .term:after {
  clear: both;
}
#search .term:before,
#search .term:after {
  display: table;
  content: " ";
}
#search .term:after {
  clear: both;
}
#search .term:before,
#search .term:after {
  content: " ";
  display: block;
}
#search .term:after {
  clear: both;
}
#search .term:before,
#search .term:after {
  content: " ";
  display: block;
}
#search .term:after {
  clear: both;
}
#search .term span {
  font-weight: bold;
}
#search .term .time {
  float: right;
}
#search .searchResults .debug {
  font-size: 75%;
  color: #999;
  text-align: right;
}
#search .searchResults .debug span {
  display: inline-block;
  margin-right: 10px;
}
#search .searchResults > ol > li {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#search .searchResults > ol > li:before,
#search .searchResults > ol > li:after {
  display: table;
  content: " ";
}
#search .searchResults > ol > li:after {
  clear: both;
}
#search .searchResults > ol > li:before,
#search .searchResults > ol > li:after {
  display: table;
  content: " ";
}
#search .searchResults > ol > li:after {
  clear: both;
}
#search .searchResults > ol > li:before,
#search .searchResults > ol > li:after {
  content: " ";
  display: block;
}
#search .searchResults > ol > li:after {
  clear: both;
}
#search .searchResults > ol > li:before,
#search .searchResults > ol > li:after {
  content: " ";
  display: block;
}
#search .searchResults > ol > li:after {
  clear: both;
}
#search .searchResults > ol > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#search .searchResults > ol > li > br {
  display: none;
}
#search .searchResults .rank {
  display: none;
}
#search .searchResults .img {
  width: 25%;
  float: left;
  margin-right: 15px;
}
@media (max-width: 768px) {
  #search .searchResults .img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
#search .searchResults .img img {
  display: block;
  max-width: 100%;
  height: auto;
}
#search .searchResults .title {
  font-size: 120%;
  margin-bottom: 5px;
}
#search .searchResults em {
  font-weight: bold;
  font-style: normal;
}
#search .searchResults .albumImages {
  list-style: none outside;
  padding: 0;
  margin: 0 -2px;
  padding-top: 15px;
  overflow: hidden;
}
#search .searchResults .albumImages > li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 2px 0;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  #search .searchResults .albumImages > li {
    float: left;
    width: 8.33333333%;
  }
}
#search .searchResults .albumImages img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
body.loggedIn {
  padding-top: 31px;
}
/** ADMIN BAR */
#admin {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #333;
  line-height: 1.5;
  position: fixed;
  top: 0;
  left: 1%;
  width: 98%;
  max-width: 98%;
  height: 31px;
  padding: 0;
  z-index: 100;
  border-top: 0;
}
#admin,
#admin .container {
  -webkit-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  -ms-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}
#admin ul {
  padding-left: 16px;
  margin: 0;
  list-style: none;
}
#admin li {
  float: left;
  position: relative;
  height: 30px;
  line-height: 32px;
  padding-right: 8px;
}
#admin a {
  color: #333;
  text-decoration: none;
  background: none;
  display: block;
  border: 0;
  font-weight: 300;
}
#admin a:hover {
  text-decoration: underline;
}
#admin .image {
  float: left;
  margin: 2px 4px 0 8px;
  padding: 0;
}
#admin .image img {
  border: 0;
  padding: 0;
  margin: 0;
}
#admin .icon {
  border-left: 1px solid #ccc;
}
#admin .icon > a {
  padding-left: 32px;
}
#admin .usermenu {
  right: 2px;
  position: absolute;
}
#admin .usermenu .icon {
  padding-left: 0;
}
#admin .usermenu .user {
  border: 0;
  background: url('/_moya/icons/User.png') no-repeat 0 50% !important;
  padding-left: 20px;
}
#admin .usermenu .division {
  background: url('/_moya/icons/Hierarchy.png') no-repeat 10px 50% !important;
  padding-left: 32px;
}
#admin .usermenu .division select {
  padding: 3px;
  margin-top: 2px;
  width: auto;
  min-width: 0;
  min-height: 0;
  height: 20px;
}
#admin .modulemenu {
  position: absolute;
  right: -20px;
  top: 28px;
  background: #fff;
  padding: 8px 0;
  border: 1px solid #aaa;
  color: #fff;
  z-index: 99;
  width: 170px;
}
#admin .modulemenu li,
#admin .quickmenu ul li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 18px;
  height: auto;
  float: none;
}
#admin .modulemenu a,
#admin .quickmenu ul a {
  padding: 2px 16px;
  width: auto;
  white-space: nowrap;
}
#admin .modulemenu li a {
  padding-left: 32px;
}
#admin .drop {
  background: url('/_moya/images/admin/admin_action.png') no-repeat 0 0;
  padding: 0 18px 0 24px;
  border-left: 1px solid #ccc;
}
#admin .drop li a {
  display: block;
  line-height: 1.5;
}
#admin .drop li a:hover {
  padding-right: 0;
}
#admin .action {
  padding-right: 0;
}
#admin .action {
  background: url('/_moya/images/admin/admin_action.png') no-repeat 0 0;
  padding-right: 10px;
}
#admin .quickmenu ul {
  position: absolute;
  left: 0;
  top: 26px;
  background: #fff;
  padding: 8px 0;
  border: 1px solid #aaa;
  color: #fff;
  z-index: 99;
}
#admin .quickmenu li {
  float: left;
  padding-top: 0;
}
#admin .quickmenu ul img {
  border: 0;
  vertical-align: middle;
  margin-right: 4px;
}
#admin .actionmenu a {
  background: none;
}
#admin .logo {
  float: left;
  background: url('//static.stefna.is/moya/logo/tiny/116_grey_retina.png') no-repeat 50% 70%;
  background-size: 71px 22px !important;
  width: 90px;
  height: 31px;
  position: relative;
  z-index: 2;
}
#admin .logo:hover {
  cursor: pointer;
}
#admin .quickmenu,
#admin .usermenu {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
  opacity: 1;
}
#admin.collapsed .quickmenu,
#admin.collapsed .usermenu {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  opacity: 0;
}
#admin.collapsed {
  max-width: 90px;
}
#admin .container {
  max-width: 100%;
  position: relative;
  max-height: 31px;
  /*FIX FOR BOOTSTRAP CLASSNAME CONFLICT */
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
#admin.collapsed .container {
  max-width: 0;
  overflow: hidden;
}
.division-sort {
  list-style-type: none;
}
.division-sort li {
  border: 2px solid #ddd;
  padding: 5px;
  margin-bottom: 5px;
}
#grid-division .greyed {
  color: #999;
}
#growl {
  position: absolute;
  top: 31px;
  right: 0;
  width: 460px;
  background-color: #fff;
  background-color: rgba(250, 250, 250, 0.4);
}
#growl .message {
  display: none;
}
/** LOGIN SCREEN */
#auth {
  width: 320px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
#auth dl {
  text-align: left;
}
#auth dd {
  margin-bottom: 8px;
}
#auth .boxTitle h1 {
  margin-bottom: 40px;
}
#auth .lostPassword {
  font-size: 10px;
}
/** JIPS **/
.jip {
  text-align: left;
}
.jip.list {
  margin-bottom: 10px;
  overflow: auto;
}
.jip.list a {
  margin-right: 10px;
  font-weight: 400;
  font-size: 11px;
  display: block;
  line-height: 16px;
  float: left;
  padding: 6px;
}
.jip a {
  background: none;
  text-decoration: none;
  text-transform: none;
}
.jip ul {
  font-weight: 400;
  font-size: 11px;
  list-style: none outside;
  width: 180px;
  position: absolute;
  margin: 0;
  padding: 2px;
  border: 1px solid #aaa;
  background: #fff;
  z-index: 50;
  margin-top: -10px;
}
.jip li {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.jip ul a {
  display: block;
  padding: 2px;
  border: 1px solid #fff;
}
.jip ul a:hover {
  background: #f6f7f8;
  border: 1px solid #eee;
  color: #468;
  text-decoration: none;
}
.jip .iconLink {
  margin-right: 0;
}
.entry .jip.list {
  margin-top: 10px;
}
.jip .icon {
  width: auto !important;
  height: auto !important;
}
/** HELP **/
.helpIcon {
  float: right;
}
.helpIcon img {
  border: 0;
}
#help-modal {
  padding-top: 20px;
}
#help-modal h4 {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  margin: 0 0 10px 0;
}
#help-modal p {
  font-size: 11px;
  color: #666;
  margin-bottom: 30px;
}
/** CPANEL **/
.cpanel {
  margin-right: -15px;
  margin-left: -15px;
}
.cpanel ul {
  list-style: none;
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .cpanel ul {
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cpanel ul:first-child li:first-child {
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
}
.cpanel li {
  min-height: 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cpanel li:first-child {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .cpanel li:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
.cpanel a {
  text-decoration: none;
  font-size: 13px;
}
.cpanel small {
  display: block;
  color: #444;
  font-size: 12px;
  margin-bottom: 10px;
}
.cpanel img {
  float: left;
  margin: 4px 10px 10px 0;
}
/** MODULE SPECIFIC **/
/*adverts*/
#adman dl.information {
  margin-left: 16px;
}
/*boxman*/
#boxman_menu {
  width: 200px;
  float: left;
}
div.boxman_category {
  background-color: #ddd;
  padding: 5px;
}
#boxman_menu ul,
#boxman_sections ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
li.boxman_template,
div.boxman_section {
  background-color: #eee;
  padding: 5px;
}
li.boxman_template {
  cursor: pointer;
}
div.boxman_template_title {
  float: left;
}
span.boxman_template_url,
span.boxman_template_section {
  display: none;
}
span.boxman_template_icons {
  float: right;
}
span.boxman_template_icons .icon {
  padding-left: 2px;
  cursor: pointer;
}
#boxman_sections {
  width: 300px;
  float: left;
  margin-left: 40px;
}
ul.boxman_section_boxes {
  min-height: 60px;
  background-color: #fff;
}
li.boxman_section_box {
  background-color: #eee;
  padding: 8px;
  margin: 0 0 2px 20px;
}
#dialog p.error {
  font-size: 10px;
  background-color: #F8CACA;
  border: 1px dotted #73000E;
}
.boxman_hide {
  color: #aaa;
}
.boxmanBoxForm #title-element {
  float: left;
}
.boxmanBoxForm .clearTitle {
  clear: left;
  border-bottom: 1px dotted #000;
  margin: 2px 0 2px 0;
}
.boxmanBoxForm .boxman_show_title {
  float: left;
  font-size: 0.8em;
}
.boxmanBoxForm .boxman_show_title .lmnt {
  float: left;
}
.boxmanBoxForm #poll_id-label {
  clear: left;
}
/*mail*/
.paginationControl {
  text-align: center;
}
.paginationControl .active {
  font-weight: bold;
}
#template_image img {
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  padding: 5px;
  float: right;
}
#mail #listpicker {
  margin-bottom: 1.5em;
}
#mail #item_preview {
  font-weight: 700;
}
#mail #previewOverlay {
  background-color: #000;
  opacity: 0.5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
#mail #preview {
  display: none;
  top: 20%;
  text-align: left;
  z-index: 102;
  position: fixed;
  height: 500px;
  width: 800px;
  background: #fff;
  overflow: hidden;
}
#mail #previewTitle {
  text-align: right;
  background-color: #2E2E2D;
  line-height: 2;
  padding: 0 5px;
}
#mail #previewTitle a {
  color: #eee;
  font-weight: bold;
}
#mail #previewContent {
  overflow: scroll;
  height: 490px;
}
/*settings*/
#settings form .description {
  display: inline;
  font-size: 10px;
}
#settings form dd {
  clear: left;
}
#settings form > dl > dt {
  display: none;
}
#settings form > dl > dd > fieldset {
  border: 0;
  border-top: 2px solid #ccc;
  padding: 0 20px;
}
#settings form > dl > dd > fieldset > legend {
  font-size: 14px;
  cursor: pointer;
}
#settings fieldset {
  border: 0;
  border-top: 2px solid #ccc;
}
#settings .diff {
  padding: 5px 20px;
  display: inline;
  font-weight: 400;
}
#settings .diff a {
  font-size: 10px;
  color: #888;
}
#settings #cont-news dd {
  margin-bottom: 0 !important;
}
#settings h3.ui-accordion-header {
  margin-bottom: 0;
}
/*news*/
#news .categories {
  display: block;
}
#news #news_categories {
  height: 191px;
  padding-bottom: 10px;
  overflow-y: scroll;
}
/** Responsive Admin Bar **/
div#admin .quickmenu li a.expand {
  display: none;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  div#admin .usermenu .user {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .grid {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .grid table {
    width: 960px;
  }
  .grid table .jip {
    position: relative;
  }
  .grid table .jip ul {
    top: 16px;
    right: 10px;
  }
  #admin .container {
    max-height: none !important;
    max-width: none !important;
    overflow: visible!important;
  }
  div#admin.collapsed {
    max-height: 31px;
  }
  div#admin {
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    background-position: 50% -35px;
    height: auto;
    max-height: none;
    overflow: hidden;
  }
  #admin .quickmenu,
  #admin .usermenu {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  div#admin .logo {
    height: 31px;
    position: relative;
    z-index: 2;
  }
  div#admin .usermenu {
    top: 0;
    right: 5px;
  }
  div#admin .usermenu .config,
  div#admin .usermenu .user {
    display: none;
  }
  div#admin .usermenu .division {
    border-left: 0;
  }
  div#admin .quickmenu {
    clear: both;
    padding-top: 0;
    padding-left: 1px;
    overflow: hidden;
    font-size: 13px;
  }
  div#admin .quickmenu > li:first-child {
    border-top: 1px solid #ccc;
  }
  div#admin .quickmenu > li:last-child {
    border-bottom: none;
  }
  div#admin .quickmenu > li a.expand {
    display: block;
    width: 40px;
    position: absolute;
    right: 0;
    padding-left: 0;
    text-indent: -99px;
    overflow: hidden;
    background: url('/_moya/images/asc.gif') no-repeat center 16px !important;
    margin-right: 0;
  }
  div#admin .quickmenu > li a.expand.down {
    background: url('/_moya/images/desc.gif') no-repeat center 16px !important;
  }
  div#admin .quickmenu > li.drop a.expand {
    width: 100%;
    background-position: center right!important;
    margin-right: 9px;
  }
  div#admin .quickmenu ul {
    display: none!important;
    position: relative;
    top: auto;
    background: none;
    border: 0;
    left: 16px;
    padding-top: 0;
  }
  div#admin .quickmenu ul.show {
    display: block!important;
  }
  #admin .quickmenu li {
    height: auto;
    background: none;
    border-left: 0;
    float: none;
    border-bottom: 1px solid #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #growl {
    max-width: 100%;
    top: 42px;
  }
  #center .boxText img.icon {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .admin .w50 {
    width: 100%;
    margin-bottom: 1em;
    float: none;
  }
}
@media only screen and (max-width: 499px) {
  .grid .filter-buttons {
    float: none;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 399px) {
  div#admin .usermenu .logout {
    border-left: 0;
    padding-right: 0;
  }
  div#admin .usermenu .logout a {
    width: 32px;
    text-indent: -99px;
    overflow: hidden;
    padding-left: 0;
  }
}
.strevda .jip {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  z-index: 1;
}
.strevda .jip img {
  margin: 0;
}
/** JQUERY UI **/
.ui-tabs {
  margin-bottom: 1em;
}
.sortable {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 10px;
  border: 1px solid #e3e3e3;
}
.sortable.horizontal li {
  float: left;
}
legend {
  font-size: 1.3em;
  font-weight: normal;
  padding-bottom: 10px;
  margin-top: 20px;
}
fieldset {
  margin-bottom: 20px;
}
label {
  font-weight: 400;
}
textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #ccc;
}
form dd {
  margin: 0 0 10px;
}
form ul.errors {
  list-style: none;
  border: 1px solid #73000e;
  width: 50%;
  padding: 4px 8px;
  font-size: 10px;
  background: #f8caca;
  margin: 0;
}
input[type="text"],
input[type="password"],
select,
textarea {
  display: inline;
  width: auto;
  min-height: 46px;
  min-width: 250px;
  max-width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 125, 178, 0.4);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 125, 178, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 125, 178, 0.6);
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type="text"].headline,
input[type="password"].headline,
select.headline,
textarea.headline,
#auth .text {
  font-size: 1.3em;
  padding: 8px;
  width: 100%;
  min-height: 51px;
}
textarea {
  height: auto;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}
.checkbox,
.radio {
  display: inline;
  margin: 0;
}
.labelled {
  color: #999;
}
small.description {
  display: block;
  margin-top: 2px;
}
.page.admin .ui-tabs-panel fieldset .eType_checkbox {
  overflow: hidden;
}
.page.admin .ui-tabs-panel fieldset .eType_checkbox .lmnt {
  padding: 0 !important;
}
.page.admin .ui-tabs-panel fieldset .eType_checkbox label {
  line-height: 20px;
}
#main .elm label,
.moya_form .elm label {
  display: block;
}
#main .elm.elm_checkbox .lmnt label,
.moya_form .elm.elm_checkbox .lmnt label,
#main .elm.elm.elm_radio .lmnt label,
.moya_form .elm.elm.elm_radio .lmnt label,
#main .elm.elm.eType_radio .lmnt label,
.moya_form .elm.elm.eType_radio .lmnt label {
  display: inline;
}
#main .elm.elm_checkbox label,
.moya_form .elm.elm_checkbox label,
#main .elm.elm.eType_checkbox label,
.moya_form .elm.elm.eType_checkbox label {
  display: inline;
}
.elm_Images .images {
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -5px;
  margin-right: -5px;
}
.elm_Images .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  cursor: move;
}
@media (min-width: 768px) {
  .elm_Images .image {
    float: left;
    width: 25%;
  }
}
.elm_Images .image img {
  width: 100%;
  height: auto;
}
.elm_Images .image .actions {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
  background: rgba(255, 255, 255, 0.8);
}
.elm_Images .image .actions a {
  float: left;
  display: block;
  padding: 5px 8px;
}
.elm_Images .image .actions img {
  width: auto;
  height: auto;
}
.elm_Images .image:hover .actions {
  display: block;
}
.has-dropzone input[type=file] {
  display: none;
}
.file-preview {
  position: relative;
}
.file-preview .darkroom-container {
  margin: 60px 0 15px;
}
.file-preview .darkroom-container button {
  background: transparent !important;
}
.file-dropzone {
  background: #eeeeee;
  border: 1px solid #ccc;
  width: 150px;
  padding: 5px 20px;
  text-align: center;
}
.file-dropzone .fa {
  font-size: 32px;
  color: #ccc;
  vertical-align: middle;
}
body.droppable .file-dropzone {
  border-color: magenta;
}
.file-preview,
.file-dropzone {
  margin-top: 15px;
  clear: both;
}
img.icon {
  vertical-align: middle;
}
a .icon {
  border: 0;
}
.jip .icon {
  margin-right: 4px;
}
li.icon {
  padding-left: 10px;
}
li.icon > a {
  background-image: url('/_moya/icons/Package.png') !important;
  background-repeat: no-repeat !important;
  background-position: 10px 50% !important;
}
li.icon.news > a {
  background-image: url('/_moya/icons/News.png') !important;
}
li.icon.gallery > a {
  background-image: url('/_moya/icons/Photo_Double.png') !important;
}
li.icon.elfinder > a,
li.icon.fileman > a {
  background-image: url('/_moya/icons/File_Closed.png') !important;
}
li.icon.page > a {
  background-image: url('/_moya/icons/Document.png') !important;
}
li.icon.mainmenu > a {
  background-image: url('/_moya/icons/Relationship_Data.png') !important;
}
li.icon.sitemap > a {
  background-image: url('/_moya/icons/Relationship_Data.png') !important;
}
li.icon.user > a {
  background-image: url('/_moya/icons/User.png') !important;
}
li.icon.users > a {
  background-image: url('/_moya/icons/Group.png') !important;
}
li.icon.settings > a {
  background-image: url('/_moya/icons/Settings.png') !important;
}
li.icon.logout > a {
  background-image: url('/_moya/icons/Arrow_Undo.png') !important;
}
li.icon.strevda > a {
  background-image: url('/_moya/icons/Schedule_Verb.png') !important;
}
li.icon.fyrirspurnir > a {
  background-image: url('/_moya/icons/Contact.png') !important;
}
li.icon.konnun > a {
  background-image: url('/_moya/icons/Chart_Bar.png') !important;
}
li.icon.search > a {
  background-image: url('/_moya/icons/Search.png') !important;
}
li.icon.tube > a {
  background-image: url('/_moya/icons/Movie.png') !important;
}
li.icon.user > a {
  background-image: url('/_moya/icons/User.png') !important;
}
li.icon.mailinglist > a {
  background-image: url('/_moya/icons/Entry.png') !important;
}
li.icon.rssreader > a {
  background-image: url('/_moya/icons/RSS.png') !important;
}
li.icon.forums > a {
  background-image: url('/_moya/icons/Conversation.png') !important;
}
li.icon.employees > a {
  background-image: url('/_moya/icons/Group.png') !important;
}
li.icon.division > a {
  background-image: url('/_moya/icons/Hierarchy.png') !important;
}
li.icon.mos > a {
  background-image: url('/_moya/icons/Shopping_Cart_Secure.png') !important;
}
li.icon.look > a {
  background-image: url('/_moya/icons/Colour_Palette.png') !important;
}
li.icon.logger > a {
  background-image: url('/_moya/icons/History.png') !important;
}
li.icon.efnisflokkar > a {
  background-image: url('/_moya/icons/Category.png') !important;
}
li.icon.boxman > a {
  background-image: url('/_moya/icons/Schedule_Noun.png') !important;
}
li.icon.module > a {
  background-image: url('/_moya/icons/Module.png') !important;
}
li.icon.formbuilder > a {
  background-image: url('/_moya/icons/Form.png') !important;
}
.message .error,
.message .success,
.message .fatalerror,
.message .warning,
.message .notice {
  border-style: solid;
  border-width: 1px;
  padding: 12px 12px 12px 48px;
  color: #111;
}
.message .fatalerror {
  background: #411419 url('/_moya/images/modules/Stop.png') no-repeat 8px 50%;
  border-color: #8e111e;
  font-weight: 700;
  color: #fff;
}
.message .error {
  background: #f8caca url('/_moya/images/modules/Close.png') no-repeat 8px 50%;
  border-color: #73000e;
}
.message .success {
  background: #cec url('/_moya/images/modules/Confirm.png') no-repeat 8px 50%;
  border-color: #52894e;
}
.message .warning {
  background: #fbf4de url('/_moya/images/modules/Warning.png') no-repeat 8px 50%;
  border-color: #e0d2a3;
}
.message .notice {
  background: #dbe5f4 url('/_moya/images/modules/Info.png') no-repeat 8px 50%;
  border-color: #5e7b8f;
}
.grid br.clear {
  display: none;
}
.grid table {
  width: 100%;
  border-collapse: separate;
  border-bottom: 1px solid #ccc;
}
.grid table th,
.grid .filter-inputs td {
  background-color: #E6E6E6;
  border-left: 1px solid #ccc;
  border-right: 1px solid transparent;
  margin-bottom: 5px;
  text-align: left;
}
.grid table th.last,
.grid .filter-inputs td.last {
  border-right: 1px solid #ddd;
}
.grid table td {
  border-left: 1px solid #ddd;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}
.grid table td.last {
  border-right: 1px solid #ddd;
}
.grid tr.altRow2 {
  background: #f7f7f7 none repeat scroll 0 0;
}
.grid tr.altRow1 {
  background: #fff none repeat scroll 0 0;
}
.grid tbody tr {
  transition: background-color 0.3s ease;
}
.grid tbody tr:hover {
  background-color: #eee;
}
.grid tbody tr:last-child td {
  border-bottom: 1px solid transparent;
}
.grid .sHidden {
  color: gray;
  font-style: italic;
}
/* Filter */
.grid .filter-buttons {
  float: right;
  margin-top: -43px;
}
.grid .filter-buttons img {
  margin: 5px 5px 5px 2px;
}
.grid .filter-inputs td {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  height: auto;
}
.grid .filter-inputs input,
.grid .filter-inputs select {
  width: 100%;
  min-width: 0;
  max-width: 250px;
}
.grid .filter-inputs .filter-date {
  max-width: 150px;
}
.grid .filter-inputs .filter-date dl {
  margin: 0;
}
.grid .filter-inputs .filter-date dt {
  float: left;
  display: block;
  width: 25%;
  clear: left;
}
.grid .filter-inputs .filter-date dd {
  width: 75%;
  float: left;
  display: block;
}
.grid .filter-inputs .filter-date label {
  line-height: 46px;
  font-size: 13px;
}
/* Sorter */
.grid .sorter th {
  padding: 6px 12px;
}
.grid .sorter a.sorter-anchor {
  display: block;
  text-decoration: none;
}
.grid .sorter a.sorter-anchor .ui-icon {
  float: right;
  margin-top: 2px;
}
/* Paginator */
.grid .paginator .spacer {
  color: #ccc;
  margin: 0 4px;
}
.grid .paginator {
  margin-top: 10px;
  margin-bottom: 10px;
}
.grid .paginator select {
  min-width: 0;
  width: auto;
  margin-right: 10px;
}
#grid-sitemap_idx-form .filter-buttons,
#grid-modules-form .filter-buttons,
#grid-formbuilder_design-form .filter-buttons {
  display: none;
}
.ui-datepicker.ui-widget-content {
  padding: 20px;
  background: #303030;
  border: 0;
  border-radius: 5px;
  color: #fff;
  width: 340px;
  max-width: 90%;
  z-index: 20 !important;
}
.ui-datepicker.ui-widget-content .ui-state-default {
  background: none;
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.ui-datepicker.ui-widget-content .ui-state-hover {
  background: #fff;
  color: #303030;
}
.ui-datepicker.ui-widget-content .ui-datepicker-today a {
  color: #fff;
  background: #666;
}
.ui-datepicker.ui-widget-content .ui-state-active {
  background: #007db2;
  color: #fff;
}
.ui-datepicker.ui-widget-content td span,
.ui-datepicker.ui-widget-content td a {
  padding: 4px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header {
  padding: 6px 0;
  border: 0;
  background: none;
  margin-bottom: 10px;
}
.ui-datepicker.ui-widget-content th {
  padding: 4px 2px;
  text-align: center;
  font-weight: normal;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #707070;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev,
.ui-datepicker.ui-widget-content .ui-datepicker-next {
  display: block;
  width: 25px;
  height: 25px;
  top: 4px;
  background: none;
  border: 0;
  cursor: pointer;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev span,
.ui-datepicker.ui-widget-content .ui-datepicker-next span {
  display: none;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 8px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 8px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-prev:after,
.ui-datepicker.ui-widget-content .ui-datepicker-next:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  margin-top: 5px;
}
.ui-datepicker.ui-widget-content select.ui-datepicker-month,
.ui-datepicker.ui-widget-content select.ui-datepicker-year {
  background: #303030;
  color: #fff;
  border: 1px solid #404040;
}
.ui-datepicker.ui-widget-content select.ui-datepicker-month option,
.ui-datepicker.ui-widget-content select.ui-datepicker-year option {
  color: #fff;
}
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.flex-row {
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row .flex-column {
  padding-right: 15px;
  padding-left: 15px;
}
.flex-row .flex-column.flex-width-auto,
.flex-row .flex-column.flex-width-desktop-auto {
  flex: 1;
}
@media (max-width: 991px) {
  .flex-row .flex-column.flex-width-tablet-auto {
    width: auto;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-auto {
    width: auto;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-10,
  .flex-row .flex-column.flex-width-desktop-10 {
    width: 10%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-10 {
    width: 10%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-10 {
    width: 10%;
    flex: initial;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-20,
  .flex-row .flex-column.flex-width-desktop-20 {
    width: 20%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-20 {
    width: 20%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-20 {
    width: 20%;
    flex: initial;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-30,
  .flex-row .flex-column.flex-width-desktop-30 {
    width: 30%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-30 {
    width: 30%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-30 {
    width: 30%;
    flex: initial;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-40,
  .flex-row .flex-column.flex-width-desktop-40 {
    width: 40%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-40 {
    width: 40%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-40 {
    width: 40%;
    flex: initial;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-50,
  .flex-row .flex-column.flex-width-desktop-50 {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-50 {
    width: 50%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-50 {
    width: 50%;
    flex: initial;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-60,
  .flex-row .flex-column.flex-width-desktop-60 {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-60 {
    width: 60%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-60 {
    width: 60%;
    flex: initial;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-70,
  .flex-row .flex-column.flex-width-desktop-70 {
    width: 70%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-70 {
    width: 70%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-70 {
    width: 70%;
    flex: initial;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-80,
  .flex-row .flex-column.flex-width-desktop-80 {
    width: 80%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-80 {
    width: 80%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-80 {
    width: 80%;
    flex: initial;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-90,
  .flex-row .flex-column.flex-width-desktop-90 {
    width: 90%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-90 {
    width: 90%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-90 {
    width: 90%;
    flex: initial;
  }
}
@media (min-width: 992px) {
  .flex-row .flex-column.flex-width-100,
  .flex-row .flex-column.flex-width-desktop-100 {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .flex-row .flex-column.flex-width-tablet-100 {
    width: 100%;
    flex: initial;
  }
}
@media (max-width: 767px) {
  .flex-row .flex-column.flex-width-mobile-100 {
    width: 100%;
    flex: initial;
  }
}
.fancybox-skin {
  padding: 10px!important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-nav.fancybox-prev span {
  left: 0;
}
.fancybox-nav.fancybox-prev span:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
}
.fancybox-nav.fancybox-next span {
  right: 0;
}
.fancybox-nav.fancybox-next span:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}
.fancybox-nav span {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: #fff;
  visibility: visible;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fancybox-nav span:before {
  font-size: 30px!important;
  color: #000;
  text-align: center;
  display: block;
  padding: 8px 0 0;
}
.fancybox-nav:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.fancybox-title {
  font-size: 16px;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  color: #000;
  padding: 25px 10px 20px;
}
.entries {
  margin: 0;
}
.entry {
  list-style: none;
  margin-top: 0.5em;
}
.entryTitle {
  margin: 0 4px 0 0;
}
.entryContent {
  clear: left;
}
.entryFooter {
  clear: both;
}
.entryInfo {
  font-size: 10px;
  clear: left;
}
.entries .entryInfo {
  clear: none;
}
.entryImage {
  float: left;
}
.entryImage img {
  border: 0;
}
.entryImageText {
  max-width: 100%;
  padding: 0 1em 1em;
  font-style: italic;
  text-align: center;
}
.entryResources li {
  list-style: none;
}
.entryLabel {
  font-weight: 700;
}
.entryValue {
  margin-bottom: 1em;
}
.strevda ul {
  list-style: none;
  margin: 0;
}
.strevda li {
  position: relative;
}
.strevda .typetag {
  font-size: 9px;
  text-transform: uppercase;
  background: #eee;
  background: rgba(0, 0, 0, 0.1);
  color: #666;
  padding: 1px 4px;
  position: absolute;
  top: -14px;
  left: 0;
}
.strevda .typetag.type2 {
  background: #ff9;
  background: rgba(255, 255, 120, 0.4);
  color: #990;
}
#adman {
  /*adverts*/
}
#adman #elm_preview {
  float: right !important;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #adman #elm_preview {
    float: left;
    width: 33.33333333%;
  }
}
#adman #elm_file {
  clear: both;
}
#adman #elm_region_id select[disabled] {
  background: #eee;
}
#adman .sortable.horizontal:before,
#adman .sortable.horizontal:after {
  display: table;
  content: " ";
}
#adman .sortable.horizontal:after {
  clear: both;
}
#adman .sortable.horizontal:before,
#adman .sortable.horizontal:after {
  display: table;
  content: " ";
}
#adman .sortable.horizontal:after {
  clear: both;
}
#adman .sortable.horizontal:before,
#adman .sortable.horizontal:after {
  content: " ";
  display: block;
}
#adman .sortable.horizontal:after {
  clear: both;
}
#adman .sortable.horizontal:before,
#adman .sortable.horizontal:after {
  content: " ";
  display: block;
}
#adman .sortable.horizontal:after {
  clear: both;
}
#adman .sortable.horizontal li {
  float: left;
  display: block;
}
#adman .sortable.horizontal li .image {
  height: 80px;
  width: 80px;
}
#adman #sortList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 4px;
}
#adman #sortList li {
  flex-grow: 0;
  float: none;
  width: calc(20% - 6px);
  margin: 0 0 6px 6px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
#adman #sortList li .image {
  width: 100%;
  padding-bottom: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#adman #sortList li .text {
  margin-top: 4px;
}
#adman fieldset {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
#adman .preview,
#adman #tab1 > img {
  float: right;
  margin: 10px;
  max-width: 320px;
  max-height: 320px;
  height: auto;
}
#adman .preview img {
  max-width: 100%!important;
  height: auto!important;
  max-height: 190px;
  margin-bottom: 5px;
}
#imageForm.region-selected .elm {
  display: block;
}
#imageForm.region-selected .cancel,
#imageForm.region-selected .submit {
  display: inline-block;
}
#imageForm .elm,
#imageForm .cancel,
#imageForm .submit {
  display: none;
}
#imageForm #elm_region_id {
  display: block;
}
/********************
* Canvas
*********************/
#formbuilder .wrapper {
  position: relative;
}
#formbuilder .canvas {
  width: 730px;
  float: left;
}
#formbuilder .design_form {
  min-height: 300px;
}
#formbuilder .design_form .elm {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #ddd;
  padding: 5px;
  min-height: 25px;
}
#formbuilder .design_form .elm_pagebreak {
  font-size: 16px;
  text-align: center;
  min-height: 25px;
  border: 1px dashed #ddd;
}
#formbuilder .design_form .elm .controls {
  display: none;
  position: absolute;
  text-align: right;
  top: 0px;
  right: 0px;
  padding: 3px;
  font-size: 10px;
}
#formbuilder .design_form .elm .controls:hover {
  cursor: pointer;
}
#formbuilder .design_form .elm:hover {
  background-color: #eee;
  cursor: move;
}
#formbuilder .design_form label:hover {
  cursor: move;
}
#formbuilder .design_form label span:hover {
  cursor: text;
  background-color: #FCEFA1;
}
#formbuilder .design_form .label_edit {
  font-size: 11px;
  font-weight: 700;
  background-color: #FCEFA1;
  width: 200px;
  padding: 5px;
}
#formbuilder .design_form .label_ok {
  margin-left: 5px;
  text-decoration: none;
}
#formbuilder .canvas_footer {
  border-top: 1px solid #DDDDDD;
  width: 730px;
  padding: 10px 0 10px 0;
  clear: left;
}
#formbuilder .empty_placeholder {
  color: #aaa;
}
/********************
* Palette
*********************/
#formbuilder .item_menu {
  position: fixed;
  right: 20px;
  top: 50px;
  z-index: 9999;
}
#formbuilder .palette {
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  display: none;
}
#formbuilder .palette .item {
  padding: 8px;
}
#formbuilder .palette .item:hover {
  cursor: move;
}
#formbuilder .palette .collapsed {
  display: none;
}
#formbuilder .palette .icon_go,
.palette .icon_down {
  position: absolute;
  top: 8px;
  left: 5px;
}
#formbuilder .palette .icon_go {
  display: none;
}
#formbuilder .icon_group {
  position: absolute;
  left: 80%;
  top: 5px;
}
#formbuilder .item_group div {
  padding: 8px 0 8px 30px;
}
#formbuilder .item_list .last {
  border-bottom: none;
}
#formbuilder .item_group {
  position: relative;
  cursor: pointer;
}
#formbuilder div.palette_header.open {
  background: url(/_moya/images/formbuilder_palette_header_down_bg.png) no-repeat;
  width: 150px;
  height: 16px;
  text-indent: -9999px;
  cursor: default;
}
#formbuilder div.palette_header.closed {
  background: url(/_moya/images/formbuilder_palette_header_up_bg.png) no-repeat;
  width: 150px;
  height: 36px;
  padding-top: 5px;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}
/********************
* Palette Settings
*********************/
#formbuilder .settings {
  width: 150px;
}
#formbuilder .settings dl {
  font-size: 10px;
  padding: 5px 0 0 5px;
}
#formbuilder .settings dd {
  margin: 0 0 6px 0;
}
#formbuilder .settings a {
  padding: 0 0 0 5px;
}
#settings_dialog .elm_radio label {
  margin-right: 10px;
}
#elm_settings_emailAddress label {
  display: none;
}
#elm_settings_confirmVal label {
  display: none;
}
#formbuilder #settings_button {
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 6px;
}
#formbuilder .settings_icon {
  background: url(/_moya/icons/Settings.png) center right no-repeat;
  white-space: nowrap;
}
#formbuilder div.admin {
  visibility: hidden;
}
/********************
* Export
*********************/
#formbuilder .exportOptions {
  text-align: right;
}
#formbuilder .exportOptions li {
  display: inline;
  list-style-type: none;
  padding-left: 20px;
}
#formbuilder .exportOptions img {
  padding-right: 3px;
}
#formbuilder .maxSubmissionsError {
  background-color: #F8CACA;
  border: 1px solid #73000E;
  padding: 8px;
  margin: 8px 0;
  border-radius: 4px;
}
/********************
* Preview
*********************/
#formbuilder .preview_button {
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 6px;
}
#formbuilder .preview_icon_edit {
  background: url(/_moya/icons/Zoom_In.png) center right no-repeat;
  white-space: nowrap;
}
#formbuilder .preview_icon_preview {
  background: url(/_moya/icons/Write.png) center right no-repeat;
  white-space: nowrap;
}
#formbuilder .preview_icon_loading {
  background: url(/_moya/icons/Archive.png) center right no-repeat;
  white-space: nowrap;
}
/********************
* Submission
*********************/
#formbuilder .submission td {
  vertical-align: top;
}
#formbuilder .submission th {
  text-align: left;
}
#formbuilder .submission ul {
  list-style: circle inside;
  margin: 0;
}
#formbuilder .elm_mailinglist {
  position: relative;
  padding-top: 10px !important;
}
#formbuilder .elm_mailinglist label {
  position: absolute;
  left: 30px;
  top: 6px;
}
#formbuilder .item_placeholder,
#formbuilder .item_process {
  border: 1px solid #ddd;
  height: 50px;
  margin-bottom: 10px;
}
#formbuilder .item_process {
  background: url(/_moya/images/mini-loader.gif) no-repeat center;
}
#formbuilder a.unread {
  font-weight: 700;
}
body.admin div.elm label.hidden {
  display: block;
}
/********************
* Payment
*********************/
#formbuilder a#fallback {
  display: none;
}
#formbuilder .loader {
  text-align: center;
}
#formbuilder .loader h3 {
  font-weight: bold;
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
#formbuilder .loader img {
  margin-top: 50px;
  margin-bottom: 30px;
}
#formbuilder .elm_payment {
  overflow: auto;
}
#formbuilder .elm_payment label.quantity {
  clear: both;
  float: left;
  margin-right: 10px;
}
#formbuilder .elm_payment input {
  float: left;
  width: 35px;
}
#formbuilder .elm_payment .price {
  float: left;
}
#news .news_autopublish,
#news .news_unpublished,
#news .news_calendaronly,
#news .news_sticky {
  padding: 0 5px;
  margin: 0 5px 0 0;
  background: #33a;
}
#news .news_unpublished {
  background: #a33;
}
#news .news_calendaronly {
  background: #aa3;
}
#news .news_sticky {
  background: #3aa;
}
#newstabs textarea {
  width: 100%;
  min-height: 100px;
}
#newstabs_stillingar .options input {
  display: block;
  float: left;
}
#newstabs_stillingar .options label {
  display: block;
}
#newstabs_stillingar .autodate label {
  margin-top: 10px;
}
#news h2 {
  margin-top: 0;
  margin-bottom: 0;
}
#news .entries .entry br.clear {
  display: none;
}
#news .entry {
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
}
#news .entry:before,
#news .entry:after {
  display: table;
  content: " ";
}
#news .entry:after {
  clear: both;
}
#news .entry:before,
#news .entry:after {
  display: table;
  content: " ";
}
#news .entry:after {
  clear: both;
}
#news .entry:before,
#news .entry:after {
  content: " ";
  display: block;
}
#news .entry:after {
  clear: both;
}
#news .entry:before,
#news .entry:after {
  content: " ";
  display: block;
}
#news .entry:after {
  clear: both;
}
#news .entryContent {
  clear: none;
}
#news .entryInfo,
#tube .entryInfo {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
#news .entryImage.thumb {
  float: left;
  width: 25%;
  margin-right: 32px;
}
@media (max-width: 480px) {
  #news .entryImage.thumb {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
#news .entryImage.medium {
  float: right;
  width: 50%;
  margin-left: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #news .entryImage.medium {
    width: 100%;
    margin: 0;
  }
}
#news .entryFooter {
  clear: both;
  width: 100%;
  margin-top: 32px;
  border-top: 1px solid #ccc;
  padding-top: 32px;
}
#news .more {
  display: block;
  white-space: nowrap;
  margin-top: 10px;
}
#news .back {
  float: left;
}
#news .more,
#news .back {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
#news .social {
  float: right;
}
#news .preview img {
  width: 100%;
}
#news .albumImages {
  list-style: none;
  overflow: hidden;
  margin: 30px 0;
  padding: 0;
}
#news .albumImages li {
  float: left;
  margin: 0 5px 5px 0;
}
#news .albumImages li img {
  width: 170px;
}
#employees .entryImage {
  float: right;
}
#employees .sub {
  padding-left: 32px;
}
#employees .staff {
  margin-bottom: 32px;
}
#employees .branch {
  margin-bottom: 0;
  padding-bottom: 8px;
  clear: left;
}
#employees .content .image {
  float: left;
  width: 25%;
  margin-right: 30px;
}
#employees .content .image img {
  width: 100%;
}
#employees .content .actions {
  float: left;
  position: absolute;
  background: #fff;
  margin-top: 3px;
  padding: 0 3px 4px 3px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 2;
}
#employees .noImage .actions {
  border: 0;
  position: relative;
  float: none;
}
#employees .toolbar,
#employees .branch {
  border-bottom: 1px solid #ccc;
}
#center #employees .branch a {
  color: #000;
}
#employees .toolbar,
#employees .staff {
  float: left;
  width: 100%;
  clear: left;
}
#employees .open {
  padding: 1px;
  outline: 1px solid #ccc;
  border: 1px solid #fff;
  background: #f2f2f2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#employees .toolbar li {
  float: left;
  display: block;
  padding: 5px 0;
  margin-right: 0;
  cursor: pointer;
}
#employees .open li {
  padding: 3px 0 4px;
}
#employees .toolbar .first {
  width: 40%;
  padding-left: 4px;
}
#employees .open .first {
  padding-left: 2px;
  padding-right: 2px;
}
#employees .toolbar .middle {
  width: 30%;
}
#employees .toolbar .last {
  width: 29%;
}
#employees .staff .content {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px;
  clear: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#employees .content .description {
  overflow: auto;
}
#employees .content .extra li {
  display: inline-block;
  margin-right: 10px;
}
#employee_tabs label {
  height: 46px;
  line-height: 46px;
  margin-bottom: 10px;
}
#employee_tabs input {
  margin-bottom: 10px;
}
#employee_tabs .listAll td,
#employee_tabs .listAll td,
#employee_tabs .listAll th {
  padding: 0;
  padding-bottom: 10px;
  vertical-align: middle;
}
#employee_tabs .listAll td input,
#employee_tabs .listAll td input,
#employee_tabs .listAll th input {
  margin: 0;
}
.box_galleryimage .potd img {
  width: 100%;
}
#gallery img.tiny {
  max-width: 64px;
}
#gallery br.clear {
  display: none;
}
#gallery .thumbs {
  margin-left: -2px;
  margin-right: -2px;
  overflow: hidden;
}
#gallery .entry .info {
  margin-bottom: 10px;
}
#gallery .entry .info ul {
  padding: 0;
  margin: 0;
  list-style: none outside;
  overflow: hidden;
}
#gallery .entry .info li {
  float: left;
  margin-right: 5px;
}
#gallery .entry .info li:before {
  content: '|';
  margin-right: 5px;
}
#gallery .entry .info li:first-child:before {
  display: none;
}
#gallery .entry .info li:last-child {
  margin-right: 0;
}
#gallery .entry .image {
  float: left;
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  #gallery .entry .image {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #gallery .entry .image {
    width: 100%;
  }
}
#gallery .entry .image img {
  width: 100%;
}
#gallery .entry .description {
  margin-bottom: 20px;
}
#gallery .entries .entry {
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
#gallery .entries .entry:before,
#gallery .entries .entry:after {
  display: table;
  content: " ";
}
#gallery .entries .entry:after {
  clear: both;
}
#gallery .entries .entry:before,
#gallery .entries .entry:after {
  display: table;
  content: " ";
}
#gallery .entries .entry:after {
  clear: both;
}
#gallery .entries .entry:before,
#gallery .entries .entry:after {
  content: " ";
  display: block;
}
#gallery .entries .entry:after {
  clear: both;
}
#gallery .entries .entry:before,
#gallery .entries .entry:after {
  content: " ";
  display: block;
}
#gallery .entries .entry:after {
  clear: both;
}
#gallery .entries h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#gallery .entries .image {
  padding: 0;
  margin-right: 20px;
}
#gallery .entries .title > ul {
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  display: block;
}
#gallery .entries .title > ul li {
  float: left;
  padding: 0 6px;
}
#gallery .entries .title > ul li:first-child {
  padding-left: 0;
}
#gallery .entry .info hr {
  margin: 16px 0 20px;
}
#gallery.single .back {
  display: none;
}
#gallery.single .image {
  text-align: center;
  margin-top: 14px;
}
#gallery .sortableAlbums {
  max-height: 400px;
  list-style: none outside;
  margin: 0;
  padding: 0;
}
#gallery .sortableAlbums li {
  min-height: 48px;
}
#gallery .quickOrder {
  text-align: right;
  width: 98%;
}
#gallery .ordType {
  display: block;
  border: 1px solid #E3E3E3;
  border-bottom: none;
}
#gallery .ordType .radio {
  margin: 0 5px 0 5px;
  vertical-align: middle;
}
#gallery #sortList {
  border-top: none;
}
#imageManip .before img {
  width: 100%;
}
#imageManip .rotate li:first-child {
  float: left;
}
#imageManip .rotate li:last-child {
  float: right;
}
#imageManip .clear {
  clear: both;
  margin-top: 30px;
}
/*gallery*/
#gallery #albumName-element,
#gallery #albumName-label,
#gallery #active-label,
#gallery #potd-label {
  display: none;
}
#gallery #albumName-element,
#gallery #albumName-label,
#gallery #albumId-label,
#gallery #active-element,
#gallery #potd-element {
  float: left;
  margin-right: 8px;
}
#gallery #albumId-element {
  margin-right: 8px;
}
#gallery #file-label,
#gallery #zfile-label,
#gallery #ffile-label,
#gallery #controls-label {
  clear: left;
}
#gallery #preview {
  margin-bottom: 10px;
  float: left;
  text-align: center;
}
#gallery #imageManip .view {
  float: left;
  margin-right: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
}
#gallery #imageManip .controls {
  margin-top: 10px;
  float: left;
}
#gallery #ffileList ul {
  padding: 0;
}
#gallery #ffileList li {
  list-style: none;
  display: inline-block;
  padding: 3px;
  margin: 5px;
  border: 1px solid #e3e3e3;
  width: 64px;
}
#gallery #ffileList li img {
  width: 100%;
}
#galleryEditMultiple {
  margin-bottom: 32px;
}
#galleryEditMultiple img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#galleryEditMultiple td {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
#galleryEditMultiple td:first-child {
  width: 80%;
}
#galleryEditMultiple label {
  margin-right: 30px;
}
#galleryEditMultiple input.text {
  width: 100%;
}
#galleryEditMultiple input[type=checkbox] {
  margin-right: 0px;
}
#galleryEditMultiple .info {
  font-size: 13px;
}
#galleryEditMultiple span.infoIcon {
  position: absolute;
  margin-top: 4px;
  left: 405px;
  z-index: 100;
  background: url(/_moya/icons/Info.png) no-repeat;
  width: 16px;
  height: 16px;
}
#gallery.backend img {
  border: 0;
}
#gallery #sortList {
  margin: 0;
  padding: 0;
}
#gallery #sortList.horizontal li {
  margin: 5px;
}
#gallery #sortList.horizontal li img {
  height: 92px;
}
#gallery .grid th.cover,
#gallery .grid td.cover {
  text-align: center;
}
#gallery .entry .info {
  display: none;
}
#gallery .entries {
  margin-right: -15px;
  margin-left: -15px;
}
#gallery .entries .entry {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  #gallery .entries .entry {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #gallery .entries .entry {
    float: left;
    width: 25%;
  }
}
@media (max-width: 480px) {
  #gallery .entries .entry {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#gallery .entries .entry .image {
  float: none;
  width: 100%;
  margin: 0 0 10px;
}
#gallery .entries .entry .title h4 {
  font-weight: bold;
}
#gallery .entries .entry .title h4 a {
  display: block;
  display: -webkit-box;
  height: 52px;
  font-size: 20px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#gallery .entries .entry .content {
  display: none;
}
/********************
* Grid
*********************/
#formbuilder .grid .invisible {
  color: #aaa;
}
/********************
* Status
*********************/
#formbuilder .status {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  color: #333;
  font-size: 90%;
  padding: 10px 0;
}
#formbuilder .status .bold {
  font-weight: 700;
}
div.elm_text .size_small,
.elm_emailAddress .size_small {
  width: 100px;
}
div.elm_text .size_medium,
.elm_emailAddress .size_medium {
  width: 200px;
}
div.elm_text .size_large,
.elm_emailAddress .size_large,
.moya_form div.elm_datePicker input.hasDatepicker,
#moya_form_fyrirspurnir select,
#moya_form_fyrirspurnir textarea,
#moya_form_fyrirspurnir div.elm_emailAddress .size_medium,
#moya_form_fyrirspurnir div.elm_emailAddress .size_large,
#moya_form_fyrirspurnir div.elm_text .size_large,
#moya_form_fyrirspurnir div.elm_text .size_medium {
  width: 300px;
}
div.elm_textarea .size_small {
  height: 100px;
}
div.elm_textarea .size_medium {
  height: 200px;
}
div.elm_textarea .size_large {
  height: 300px;
}
div.elm_radio span.lmnt label {
  display: inline;
  border: none;
  height: auto;
}
div.elm_captcha .captchaImg {
  margin-bottom: 5px;
}
div.elm {
  margin-bottom: 10px;
}
#formbuilder div.elm label {
  display: block;
}
div.elm label.hidden {
  display: none;
}
div.elm_checkbox label {
  display: inline;
}
div.elm .error {
  font-size: 10px;
  background-color: #f8caca;
  border: 1px solid #73000e;
  padding: 2px;
}
div.elm_controls {
  margin-top: 10px;
}
#formbuilder div.elm_controls {
  clear: left;
}
.elm_multiCheckbox br {
  display: none;
}
@media (min-width: 992px) {
  fieldset.col2 {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
}
fieldset.col1 {
  clear: left;
}
fieldset.hideLegend legend {
  display: none;
}
fieldset.hideBorder {
  border: none;
  padding: 0;
}
form div.error {
  border: 1px solid #73000e;
  width: 50%;
  padding: 4px 8px;
  font-size: 10px;
  background: #f8caca;
  margin: 0;
}
textarea#multiOptions {
  min-height: 150px;
}
#tube .player {
  margin-bottom: 20px;
}
#tube .description {
  margin-bottom: 20px;
}
#tube .entries {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}
#tube .entries .videoThumb {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #tube .entries .videoThumb {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #tube .entries .videoThumb {
    float: left;
    width: 25%;
  }
}
body:not(.hideright) #tube .entries .videoThumb {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  body:not(.hideright) #tube .entries .videoThumb {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body:not(.hideright) #tube .entries .videoThumb {
    float: left;
    width: 25%;
  }
}
#tube .entries .videoThumb img {
  width: 100%;
  padding-bottom: 10px;
}
#tube .entries .videoThumb h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#tube .entries .videoThumb h3 a {
  color: #000;
}
#tube .entries .videoThumb h3 a:hover {
  color: #007db2;
}
#tube .related h2 {
  border-top: 1px solid #ccc;
  padding: 20px 0 10px;
}
/** Theme **/
/** Color palette **/
/** Z index **/
/** Other **/
/** Override bootstrap vars **/
/** Links **/
/** Fonts **/
/** Headings styles **/
/** Tables **/
/** Global padding **/
/** Global border-radius **/
/** Buttons **/
.contentWrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1500px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.removeSelectArrow {
  /*for IE10*/
}
.removeSelectArrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.removeSelectArrow select::-ms-expand {
  display: none;
}
ol.reset,
ul.reset,
#search .searchResults > ol,
.entryContent ul,
.frontpage main .box.themeColor ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ol.reset li:before,
ul.reset li:before {
  display: none !important;
}
a.reset {
  text-decoration: none;
}
br.clear {
  clear: both;
}
ul.menu {
  padding: 0;
}
div#auth {
  width: 100%;
  max-width: 320px;
}
div#auth input.text {
  width: 100%;
}
#employees .content:before,
#employees .content:after {
  display: table;
  content: " ";
}
#employees .content:after {
  clear: both;
}
#employees .content:before,
#employees .content:after {
  display: table;
  content: " ";
}
#employees .content:after {
  clear: both;
}
#employees .content:before,
#employees .content:after {
  content: " ";
  display: block;
}
#employees .content:after {
  clear: both;
}
#employees .content:before,
#employees .content:after {
  content: " ";
  display: block;
}
#employees .content:after {
  clear: both;
}
#boxman_sections {
  overflow: hidden;
}
#boxman_sections .boxman_template {
  width: 100%!important;
  max-width: 300px;
}
.mceLayout td,
.mceLayout a,
.mceLayout th,
.mceLayout tr {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
body#tinymce table {
  width: 100%;
  table-layout: fixed;
}
body#tinymce table td {
  font-size: 1em;
  font-family: inherit;
}
.menu,
.toolbar,
.strevda ul {
  padding: 0;
}
@media print {
  .noprint {
    display: none!important;
  }
}
.elm_datePicker .lmnt {
  position: relative;
  display: inline-block;
}
.elm_datePicker .lmnt:before {
  content: "\f133";
  font: normal normal normal 14px/1 FontAwesome;
}
.elm_datePicker .lmnt:before {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 24px;
  color: #007db2;
}
.elm_datePicker input.hasDatepicker {
  background: none;
}
.elm_datePicker .ui-datepicker-trigger {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ui-datepicker select {
  min-width: inherit;
  min-height: inherit;
  height: inherit;
  padding: inherit;
  background: inherit;
  color: inherit;
  border: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  line-height: inherit;
  transition: inherit;
}
.ui-datepicker select option {
  color: #000;
}
.el-finder-dialog input {
  min-width: 0;
}
.el-finder-cwd div input {
  min-width: 0;
  min-height: 0;
  height: auto;
  line-height: normal;
  font-size: inherit;
}
.el-finder-dialog {
  font-size: 15px!important;
}
input[type=file] {
  max-width: 100%;
}
#grid-news-form th.inCalendar,
#grid-news-form td.inCalendar {
  display: none;
}
#newstabs li[aria-controls="newstabs_dagatal"],
#newstabs li[aria-controls="newstabs_calendar"] {
  display: none;
}
/** Fix fancybox images url for gulp **/
#fancybox-loading,
.fancybox-close {
  background-image: url('images/fancybox_sprite.png');
}
#fancybox-loading div {
  background: url('images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-nav {
  background: transparent url('images/blank.gif');
  /* helps IE */
}
.fancybox-overlay {
  background: url('images/fancybox_overlay.png');
}
#fancybox-buttons a {
  background-image: url('images/fancybox_buttons.png');
}
@media (min-width: 768px) {
  .mceAlignRight {
    float: right !important;
    clear: right;
    margin: 0 0 32px 30px;
  }
  .mceAlignLeft {
    float: left !important;
    clear: left;
    margin: 0 30px 32px 0;
  }
}
@media (max-width: 767px) {
  .mceAlignRight,
  .mceAlignLeft {
    display: block;
    margin: 0 0 15px;
  }
}
a {
  transition: color 0.4s ease;
}
img.responsive {
  display: block;
  max-width: 100%;
  height: auto;
  visibility: hidden;
}
img.responsive.loaded {
  visibility: visible;
}
img {
  max-width: 100%;
  height: auto;
}
.jip img,
.toolCol img,
img.icon {
  max-width: none;
}
.entry {
  margin-top: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
#main h1 {
  text-align: center;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  #main h1 {
    font-size: 35px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #main h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 29px;
  }
}
#tinymce h2,
.entryContent h2,
#tinymce h3,
.entryContent h3,
#tinymce h4,
.entryContent h4 {
  margin-bottom: 32px;
}
#tinymce h2:not(:first-child),
.entryContent h2:not(:first-child),
#tinymce h3:not(:first-child),
.entryContent h3:not(:first-child),
#tinymce h4:not(:first-child),
.entryContent h4:not(:first-child) {
  margin-top: 36px;
}
#tinymce > p.arrowLink:before,
.entryContent > p.arrowLink:before,
#tinymce a.arrowLink:before,
.entryContent a.arrowLink:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f061";
  color: #006F9E;
  margin-left: 20px;
  padding-right: 15px;
}
#tinymce > p.arrowLink:before.fa-pull-left,
.entryContent > p.arrowLink:before.fa-pull-left,
#tinymce a.arrowLink:before.fa-pull-left,
.entryContent a.arrowLink:before.fa-pull-left {
  margin-right: 0.3em;
}
#tinymce > p.arrowLink:before.fa-pull-right,
.entryContent > p.arrowLink:before.fa-pull-right,
#tinymce a.arrowLink:before.fa-pull-right,
.entryContent a.arrowLink:before.fa-pull-right {
  margin-left: 0.3em;
}
#tinymce a,
.entryContent a {
  color: #006F9E;
}
#tinymce a:hover,
.entryContent a:hover {
  color: #004d6e;
}
#tinymce p,
.entryContent p,
#tinymce ul,
.entryContent ul,
#tinymce ol,
.entryContent ol {
  margin-bottom: 32px;
}
.entryContent {
  min-height: 280px;
}
.entryContent ol {
  list-style-type: none;
}
.entryContent ol > li {
  counter-increment: count;
}
.entryContent ol > li:before {
  content: counter(count) ". ";
  display: inline-block;
  min-width: 30px;
  padding-right: 10px;
  margin-left: -30px;
  color: #006F9E;
  text-align: right;
}
.entryContent ol ol {
  list-style-type: lower-alpha;
}
.entryContent ol ol li {
  counter-increment: none;
}
.entryContent ol ol li:before {
  display: none;
}
.entryContent ol,
.entryContent ul {
  padding-top: 26px;
  padding-bottom: 36px;
  padding-left: 42px;
  padding-right: 80px;
  margin-top: 44px;
  margin-bottom: 28px;
  background: #eae9e6;
}
.entryContent ol:not(.twoColumns),
.entryContent ul:not(.twoColumns) {
  display: flex;
  flex-direction: column;
}
.entryContent ol:not(.twoColumns) li,
.entryContent ul:not(.twoColumns) li {
  display: inline-block;
}
.entryContent ol li:not(:last-child),
.entryContent ul li:not(:last-child) {
  margin-bottom: 0;
}
.entryContent ol > li ul,
.entryContent ul > li ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.entryContent ul li {
  position: relative;
  padding-left: 17px;
}
.entryContent ul li:not(:last-child) {
  margin-bottom: 5px;
}
.entryContent ul li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f111";
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 6px !important;
  color: #006F9E;
}
.entryContent ul li:before.fa-pull-left {
  margin-right: 0.3em;
}
.entryContent ul li:before.fa-pull-right {
  margin-left: 0.3em;
}
.entryContent ol {
  padding-left: 66px;
}
.entryContent blockquote ol,
.entryContent blockquote ul {
  background-color: unset;
  margin-top: 0;
  margin-bottom: 0;
}
ul.twoColumns {
  margin-left: 0;
  display: block;
  column-count: 2;
}
@media (max-width: 767px) {
  body:not(#tinymce) ul.twoColumns {
    column-count: 1;
  }
}
@media (max-width: 1199px) {
  .box.w33 ul.twoColumns {
    column-count: 1;
  }
}
body.notfound #page {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
body.notfound #breadcrumbs {
  display: none;
}
body.notfound main {
  padding-top: 2%;
}
body.notfound main h1 {
  display: none;
}
body.notfound main .boxText {
  margin: 0 auto !important;
  margin-right: -15px;
  margin-left: -15px;
}
body.notfound .error__title {
  margin-bottom: 32px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #007db2;
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  body.notfound .error__title {
    float: left;
    width: 41.66666667%;
  }
}
body.notfound .error__code {
  display: block;
  font-size: 220px;
}
@media (max-width: 991px) {
  body.notfound .error__code {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  body.notfound .error__code {
    font-size: 120px;
  }
}
body.notfound .error__message {
  display: none;
}
body.notfound .error__notice {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 32px;
  font-size: 22px;
}
@media (min-width: 768px) {
  body.notfound .error__notice {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 991px) {
  body.notfound .error__notice {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body.notfound .error__notice {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body.notfound .error__notice {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  body.notfound .error__notice {
    text-align: center;
  }
}
body.notfound .error__notice h3 {
  font-size: 35px;
  font-weight: 700;
  color: #007db2;
}
@media (max-width: 991px) {
  body.notfound .error__notice h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  body.notfound .error__notice h3 {
    font-size: 24px;
  }
}
body.notfound .error__notice ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.notfound .error__notice li {
  padding-left: 1em;
  margin-bottom: 10px;
  text-indent: -0.7em;
}
body.notfound .error__notice li:before {
  content: "• ";
  color: #007db2;
}
body.notfound .error__buttons {
  display: flex;
  clear: both;
  justify-content: space-around;
  padding: 30px 0;
  border-top: 1px solid #007db2;
  border-bottom: 1px solid #007db2;
}
@media (max-width: 767px) {
  body.notfound .error__buttons {
    align-items: center;
    flex-direction: column;
  }
}
body.notfound .error__buttons a {
  color: #006F9E;
}
@media (max-width: 767px) {
  body.notfound .error__buttons a {
    margin-bottom: 15px;
  }
}
body.notfound .error__buttons a:hover {
  color: #004d6e;
}
body.notfound .error__buttons .fa {
  margin-right: 10px;
  font-size: 40px;
  color: #007db2;
  vertical-align: middle;
}
body:not(.tabbing) *:active,
body:not(.tabbing) *:focus {
  outline: none!important;
}
body.tabbing *:active,
body.tabbing *:focus {
  outline-width: 2px!important;
  outline-style: solid!important;
  outline-color: #76b539;
  outline-offset: -2px;
}
#skipToMain {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  padding: 8px 15px 9px;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
  background: #007db2;
  outline-color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.tabbing #skipToMain {
  display: block;
}
#skipToMain:focus {
  pointer-events: initial;
  opacity: 1;
}
.loggedIn #skipToMain {
  top: 31px;
}
.auth main {
  float: none!important;
  max-width: 320px;
  padding: 15px;
  margin: 50px auto 0;
  background: #007db2;
  border-radius: 6px;
}
.auth main #auth {
  min-height: 0;
  padding: 10px 0;
  margin: 0;
}
.auth main h1,
.auth main label {
  color: #fff;
}
.auth main .boxTitle {
  margin: 0;
}
.auth main .boxText {
  padding-bottom: 20px!important;
}
.auth main h1 {
  margin: 10px 0 20px;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  border-bottom: 0;
}
.auth main .cancel {
  margin: 0 5px;
  color: #fff;
  border-color: #f0f0f0;
  transition: all 0.4s ease;
}
.auth main .cancel:hover {
  background-color: #000;
}
.auth main a {
  color: #fff;
}
.auth main .submit {
  margin: 0 5px;
  color: #007db2 !important;
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.auth main .submit:hover {
  color: #fff !important;
  background: #009fe2;
}
.btn,
.button,
input.submit,
button.save_design,
input[type="submit"],
input.cancel,
input.delete,
button.cancel,
button.delete,
button#cancel,
#extras .filterControls .linksFilter a {
  white-space: inherit;
  transition: background 0.4s ease, color 0.4s ease;
  border-radius: 26px;
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-primary:hover {
  color: #fff;
}
#breadcrumbs {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  max-width: 67%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #breadcrumbs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #breadcrumbs {
    display: none !important;
  }
}
#breadcrumbs a {
  color: #666;
}
#breadcrumbs a:hover {
  color: #004d6e;
}
#breadcrumbs .sep {
  padding: 0 4px;
  color: #666;
}
#breadcrumbs .sep:last-of-type {
  display: none;
}
#breadcrumbs .last {
  color: #333;
  opacity: 0;
  display: none;
}
.moya_form div.elm_datePicker .lmnt:before {
  top: 10px;
}
.moya_form div.elm_datePicker input.hasDatepicker {
  background: #fff;
}
.moya_form div.elm_radio span.lmnt label {
  background: transparent;
}
.moya_form label {
  color: #000;
}
.moya_form label.required {
  color: #000;
}
.moya_form label.required:after {
  color: #cc0000;
}
.form-control,
input[type=password],
input[type=text],
select,
textarea,
input[type="text"],
input[type="password"],
select,
textarea {
  height: auto;
}
#moya_form_fyrirspurnir select,
#moya_form_fyrirspurnir textarea,
#moya_form_fyrirspurnir div.elm_emailAddress .size_medium,
#moya_form_fyrirspurnir div.elm_emailAddress .size_large,
#moya_form_fyrirspurnir div.elm_text .size_large,
#moya_form_fyrirspurnir div.elm_text .size_medium {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  #moya_form_fyrirspurnir label {
    float: left;
    width: 120px;
    margin-right: 12px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  #moya_form_fyrirspurnir .elm_controls,
  #moya_form_fyrirspurnir .elm_recaptcha {
    margin-left: 132px;
  }
}
table tr {
  vertical-align: top;
}
table.table1,
table.table2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
  table-layout: fixed;
}
table.table1 th,
table.table2 th {
  font-weight: 700;
  background-color: #ececec;
}
table.table1 thead,
table.table2 thead {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
table.table1 thead p,
table.table2 thead p {
  margin-bottom: 0;
}
table.table1 th,
table.table2 th,
table.table1 td,
table.table2 td {
  padding: 4px 8px 5px;
}
table.table1 th *,
table.table2 th *,
table.table1 td *,
table.table2 td * {
  margin-bottom: 0;
}
table.table1 th * + *,
table.table2 th * + *,
table.table1 td * + *,
table.table2 td * + * {
  margin-top: 10px;
}
table.table1 tr:hover:not(:first-of-type):not(.open),
table.table2 tr:hover:not(:first-of-type):not(.open) {
  background-color: #ccc;
}
table.table1 {
  min-width: 1140px;
  border-collapse: collapse;
  border-spacing: 0 1px;
}
table.table1 thead tr {
  border-top: 2px solid #185881;
  border-bottom: 2px solid #185881;
}
table.table1 tbody tr {
  transition: background-color 0.4s ease, box-shadow 0.4s ease, border 0.4s ease;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #ccc;
  position: relative;
  /*&.content {
				background-color: @color-white;
				.arrowLink {
					cursor: pointer;
					&:before {
						.fas();
						content: @fa-var-arrow-right;
						padding-right: 15px;
					}
				}

				> td {
					padding: 0;
				}

				&:not(.open) {
					border-bottom: none;
					.wrap {
						max-height: 0!important;
						overflow: hidden;
					}
				}

				.wrap {
					transition: max-height .4s ease, border .4s ease;
				}

				.inner_wrap {
					padding: 14px 20px 40px 192px;
				}
			}*/
}
table.table1 tbody tr td:first-child {
  border-left: 3px solid transparent;
}
table.table1 tbody tr td:last-child {
  border-right: 3px solid transparent;
}
table.table1 tbody tr.altRow1 {
  background-color: #fdfcfb;
}
table.table1 tbody tr.altRow2 {
  background-color: #f7f6f2;
}
table.table1 tbody tr:not(.open):not(.content):hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
  background-color: #fff !important;
  border-bottom-color: transparent;
}
table.table1 tbody tr:not(.open):not(.content):hover td {
  border-top: 2px solid #007db2 !important;
  border-bottom: 2px solid #007db2 !important;
  border-color: #007db2;
}
table.table1 tbody tr:not(.open):not(.content):hover td:first-child {
  border-left: 3px solid #007db2 !important;
}
table.table1 tbody tr:not(.open):not(.content):hover td:last-child {
  border-right: 3px solid #007db2 !important;
}
table.table1 tbody tr.hasContent {
  cursor: pointer;
}
table.table1 tbody tr.hasContent.open {
  background-color: #fff;
}
table.table1 tbody tr.hasContent .content .arrowLink {
  cursor: pointer;
}
table.table1 tbody tr.hasContent .content .arrowLink:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f061";
  padding-right: 15px;
}
table.table1 tbody tr.hasContent .content .arrowLink:before.fa-pull-left {
  margin-right: 0.3em;
}
table.table1 tbody tr.hasContent .content .arrowLink:before.fa-pull-right {
  margin-left: 0.3em;
}
table.table1 tbody tr.hasContent .content > td {
  padding: 0;
}
table.table1 tbody tr.hasContent .content:not(.open) {
  border-bottom: none;
}
table.table1 tbody tr.hasContent .content:not(.open) .wrap {
  max-height: 0!important;
  overflow: hidden;
}
table.table1 tbody tr.hasContent .content:not(.open) .inner_wrap {
  opacity: 0;
}
table.table1 tbody tr.hasContent .content .wrap {
  overflow: hidden;
  transition: max-height 0.4s ease, border 0.4s ease;
}
table.table1 tbody tr.hasContent .content .inner_wrap {
  padding-top: 20px;
  opacity: 1;
  transition-delay: 0.4s;
  transition: opacity 0.4s ease;
}
table.table1 th {
  color: #000;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 12px 21px;
}
table.table1 td {
  position: relative;
  font-size: 18px;
  padding: 16px 6px 19px;
}
table.table1 button,
table.table1 button:focus {
  background: transparent;
  box-shadow: none;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
table.employees th,
table.staff th,
table.employees td,
table.staff td {
  width: 13%;
}
table.employees th:nth-of-type(3),
table.staff th:nth-of-type(3),
table.employees td:nth-of-type(3),
table.staff td:nth-of-type(3) {
  width: 29%;
}
table.employees th:nth-of-type(2),
table.staff th:nth-of-type(2),
table.employees td:nth-of-type(2),
table.staff td:nth-of-type(2) {
  width: 16%;
}
table.employees th:first-of-type,
table.staff th:first-of-type,
table.employees td:first-of-type,
table.staff td:first-of-type {
  width: 17%;
}
table.employees th:last-of-type,
table.staff th:last-of-type,
table.employees td:last-of-type,
table.staff td:last-of-type {
  width: 25%;
}
table.employees .item td:last-child a,
table.staff .item td:last-child a {
  text-transform: lowercase;
}
table.diseases th,
table.diseases td {
  width: 13%;
}
table.diseases th:nth-of-type(-n+3),
table.diseases td:nth-of-type(-n+3) {
  width: 20%;
}
table.diseases th:nth-of-type(4),
table.diseases td:nth-of-type(4) {
  width: 20%;
}
table tr.clickableRow,
table tr.clickableRowNewTab {
  cursor: pointer;
}
table.regulations th:last-of-type {
  padding: 20px 50px 21px 12px;
}
table.regulations td.filters span {
  width: 100%;
  float: left;
  margin-top: 2px;
}
table.regulations td.filters span:not(:last-child):after {
  content: ',';
  position: relative;
  left: -5px;
}
table.regulations tr:not(.content) th:nth-of-type(1),
table.regulations tr:not(.content) td:nth-of-type(1) {
  width: 8%;
}
table.regulations tr:not(.content) th:nth-of-type(2),
table.regulations tr:not(.content) td:nth-of-type(2) {
  width: 58%;
}
table.regulations tr:not(.content) th:nth-of-type(3),
table.regulations tr:not(.content) td:nth-of-type(3) {
  width: 14%;
}
table.regulations tr:not(.content) th:nth-of-type(4),
table.regulations tr:not(.content) td:nth-of-type(4) {
  width: 20%;
}
table.regulations tr:not(.content) th:last-of-type,
table.regulations tr:not(.content) td:last-of-type {
  text-align: right;
  word-break: break-word;
}
.table-responsive {
  clear: both;
  margin-top: 30px;
}
@media (min-width: 1499px) {
  .table-responsive {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}
.table-responsive table {
  margin-top: 0;
}
blockquote {
  padding: 20px 15px;
  margin: 40px 0 30px 30px;
  background: #ececec;
  border-left: 10px solid #ccc;
}
@media (max-width: 479px) {
  blockquote {
    margin: 40px 0 30px;
  }
}
blockquote.exclamation-mark {
  position: relative;
}
blockquote.exclamation-mark:before {
  content: "\f12a";
}
blockquote.exclamation-mark:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f12a";
  display: block;
  position: absolute;
  top: -15px;
  left: 35px;
  font-size: 2em;
  color: #ccc;
  text-transform: uppercase;
}
blockquote.exclamation-mark:after.fa-pull-left {
  margin-right: 0.3em;
}
blockquote.exclamation-mark:after.fa-pull-right {
  margin-left: 0.3em;
}
blockquote:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f10d";
  display: block;
  margin-top: -35px;
  margin-bottom: 10px;
  font-size: 2em;
  color: #ccc;
  text-transform: uppercase;
}
blockquote:before.fa-pull-left {
  margin-right: 0.3em;
}
blockquote:before.fa-pull-right {
  margin-left: 0.3em;
}
.showChildrenMenu #breadcrumbs {
  max-width: 100%;
}
.showChildrenMenu #breadcrumbs .sep:last-of-type,
.showChildrenMenu #breadcrumbs .last {
  display: inline-block;
  opacity: 1;
  color: #666;
}
.showChildrenMenu #banner {
  display: none;
}
.showChildrenMenu #main > .box:first-child:before {
  display: none;
}
.showChildrenMenu .boxTitle:not(.toggle) {
  display: none;
}
.showChildrenMenu .boxTitle.toggle {
  text-align: center;
}
.showChildrenMenu .boxTitle.toggle h1 {
  margin-bottom: 16px!important;
}
@media (max-width: 767px) {
  .showChildrenMenu .boxTitle.toggle h1 {
    font-size: 24px!important;
  }
}
.showChildrenMenu .boxTitle.toggle .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.showChildrenMenu #menuToggle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 10px;
  right: -48px;
  z-index: 1;
  user-select: none;
}
@media (max-width: 767px) {
  .showChildrenMenu #menuToggle {
    top: 0;
  }
}
.showChildrenMenu #subPageTitle {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #333;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .showChildrenMenu #subPageTitle {
    font-size: 22px!important;
  }
}
.showChildrenMenu #menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
.showChildrenMenu #menuToggle a:hover {
  color: #007db2;
}
.showChildrenMenu #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.showChildrenMenu #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #333;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.1s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.1s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.1s ease;
}
.showChildrenMenu #menuToggle span:first-child {
  transform-origin: 0 0;
}
.showChildrenMenu #menuToggle span:nth-last-child(2) {
  transform-origin: 0 100%;
}
.showChildrenMenu .pageWrapper {
  display: inline-block;
  position: relative;
}
@media (max-width: 479px) {
  .showChildrenMenu .pageWrapper {
    display: block;
  }
}
@media (max-width: 479px) {
  .showChildrenMenu .pageWrapper #menuToggle {
    right: 10px;
  }
}
@media (max-width: 375px) {
  .showChildrenMenu .pageWrapper #menuToggle {
    right: 0;
  }
}
.showChildrenMenu .menuItems {
  position: relative;
  display: none;
  pointer-events: none;
  padding: 28px 0 28px 0;
  margin-top: 15px;
  background: #fff;
  list-style-type: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.showChildrenMenu .menuItems li {
  padding: 5px 28px 5px 28px;
  font-size: 18px;
  border-left: 1px solid transparent;
  cursor: pointer;
  transition: all 0.4s ease;
}
.showChildrenMenu .menuItems li.selected {
  border-left-color: #007db2;
  background: rgba(0, 125, 178, 0.1) !important;
}
.showChildrenMenu .menuItems li.selected > a {
  color: #007db2 !important;
}
.showChildrenMenu .menuItems li:hover {
  border-left-color: #007db2;
}
body.menuToggle-open #menuToggle input ~ ul {
  transform: none;
  display: block;
  pointer-events: auto;
  text-align: left;
}
body.menuToggle-open #menuToggle input ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #76b539;
}
body.menuToggle-open #menuToggle input ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
body.menuToggle-open #menuToggle input ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 58.8%;
  margin-bottom: 25px;
  overflow: hidden;
}
@media (max-width: 1310px) {
  .iframe-container {
    padding-bottom: 59.25%;
  }
}
@media (max-width: 1150px) {
  .iframe-container {
    padding-bottom: 59.55%;
  }
}
@media (max-width: 1050px) {
  .iframe-container {
    padding-bottom: 59.85%;
  }
}
@media (max-width: 991px) {
  .iframe-container {
    padding-bottom: 60.85%;
  }
}
@media (max-width: 767px) {
  .iframe-container {
    padding-bottom: 62.3%;
  }
}
@media (max-width: 479px) {
  .iframe-container {
    padding-bottom: 66.35%;
  }
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html {
  height: 101%;
}
body {
  display: flex;
  flex-direction: column;
  min-width: 305px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -webkit-box-orient: vertical;
}
body#tinymce,
body.mceContentBody {
  display: block;
  flex-direction: initial;
}
body .box_tiny .jip {
  position: absolute;
  top: 0;
  left: 15px;
}
.mm-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-orient: vertical;
}
#page {
  flex: 1 0 auto;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #page {
    min-height: 92vh;
  }
}
@media only screen and (max-width: 991px) {
  #page {
    padding-top: 70px;
  }
}
body:not(.frontpage) #contentContainer {
  padding-bottom: 70px;
}
body:not(.frontpage) #contentContainer:lang(en) {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  body:not(.frontpage) #contentContainer {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  body.admin #contentContainer {
    padding-bottom: 100px;
  }
}
#contentContainer > .contentWrap:before,
#contentContainer > .contentWrap:after {
  display: table;
  content: " ";
}
#contentContainer > .contentWrap:after {
  clear: both;
}
#contentContainer > .contentWrap:before,
#contentContainer > .contentWrap:after {
  display: table;
  content: " ";
}
#contentContainer > .contentWrap:after {
  clear: both;
}
#contentContainer > .contentWrap:before,
#contentContainer > .contentWrap:after {
  content: " ";
  display: block;
}
#contentContainer > .contentWrap:after {
  clear: both;
}
#contentContainer > .contentWrap:before,
#contentContainer > .contentWrap:after {
  content: " ";
  display: block;
}
#contentContainer > .contentWrap:after {
  clear: both;
}
main {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  main {
    float: left;
    width: 75%;
  }
}
body.hideright main {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  body.hideright main {
    float: left;
    width: 100%;
  }
}
body.frontpage main {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
@media (min-width: 992px) {
  body.frontpage main {
    float: left;
    width: 100%;
  }
}
@media print {
  main {
    padding-left: 0;
    padding-right: 0;
  }
}
body:not(.hideright) main > .box {
  max-width: 1024px;
}
aside {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  aside {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  aside {
    display: none !important;
  }
}
@media (max-width: 767px) {
  aside {
    display: none !important;
  }
}
@media print {
  aside {
    display: none!important;
  }
}
header {
  /*body.frontpage & {
		&:lang(en) {
			overflow-x: hidden;
		}
	}*/
}
@media (min-width: 992px) {
  body:not(.frontpage) header {
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  header > .contentWrap {
    display: flex;
    z-index: 3;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  header > .contentWrap {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  header > .contentWrap {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #007db2;
  }
  body.loggedIn header > .contentWrap {
    top: 31px;
  }
}
@media (min-width: 1200px) {
  header > .contentWrap {
    max-width: 1920px;
    padding: 0 50px;
  }
  header > .contentWrap:lang(en) {
    max-width: 1760px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header > .contentWrap > #qn {
    display: none !important;
  }
}
@media (max-width: 767px) {
  header > .contentWrap > #qn {
    display: none !important;
  }
}
header .logo {
  position: relative;
  z-index: 31;
}
@media (min-width: 992px) {
  header .logo {
    flex: 0 1 auto;
    padding-right: 49px;
    padding-top: 40px;
  }
  header .logo:lang(en) {
    padding-right: 129px;
  }
}
@media (max-width: 991px) {
  header .logo {
    display: flex;
  }
}
header .logo a {
  display: flex;
  padding: 10px 0;
}
@media (max-width: 991px) {
  header .logo a {
    padding: 11px 0px 12px;
  }
}
header .logo a img,
header .logo a svg {
  width: 292px;
  height: 106px;
}
@media (max-width: 991px) {
  header .logo a img,
  header .logo a svg {
    width: 130px;
    height: 47px;
  }
}
footer {
  position: relative;
  flex-shrink: 0;
  margin-bottom: -2%;
  color: #000;
  background: #fff;
}
@media (min-width: 992px) {
  footer {
    box-shadow: inset 0 3px 5px 0 #ebebeb;
  }
}
footer > .contentWrap,
footer > .footerBelow {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  padding: 90px 10px 30px;
}
@media (max-width: 767px) {
  footer > .contentWrap,
  footer > .footerBelow {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}
@media (max-width: 767px) {
  footer > .contentWrap .boxText,
  footer > .footerBelow .boxText {
    font-size: 15px;
  }
  footer > .contentWrap .boxText strong,
  footer > .footerBelow .boxText strong {
    font-size: 20px;
  }
}
footer > .contentWrap .box_tiny,
footer > .footerBelow .box_tiny,
footer > .contentWrap .box_html,
footer > .footerBelow .box_html {
  position: relative;
}
@media (min-width: 1199px) {
  footer > .contentWrap .box_tiny:not(:has(.map)),
  footer > .footerBelow .box_tiny:not(:has(.map)),
  footer > .contentWrap .box_html:not(:has(.map)),
  footer > .footerBelow .box_html:not(:has(.map)) {
    margin: 0 auto;
  }
}
footer > .contentWrap .box_tiny .jip,
footer > .footerBelow .box_tiny .jip,
footer > .contentWrap .box_html .jip,
footer > .footerBelow .box_html .jip {
  position: absolute;
  top: -40px;
  left: 0;
}
footer > .contentWrap .box_tiny .map,
footer > .footerBelow .box_tiny .map,
footer > .contentWrap .box_html .map,
footer > .footerBelow .box_html .map {
  height: 184px;
}
footer > .contentWrap .box_tiny .map li:first-of-type,
footer > .footerBelow .box_tiny .map li:first-of-type,
footer > .contentWrap .box_html .map li:first-of-type,
footer > .footerBelow .box_html .map li:first-of-type {
  transform: translateY(10px);
}
footer > .contentWrap .box_tiny .jlv img,
footer > .footerBelow .box_tiny .jlv img,
footer > .contentWrap .box_html .jlv img,
footer > .footerBelow .box_html .jlv img,
footer > .contentWrap .box_tiny .jlv svg,
footer > .footerBelow .box_tiny .jlv svg,
footer > .contentWrap .box_html .jlv svg,
footer > .footerBelow .box_html .jlv svg {
  max-width: 165px;
  width: 100%;
}
footer > .contentWrap .box_tiny.jlv,
footer > .footerBelow .box_tiny.jlv,
footer > .contentWrap .box_html.jlv,
footer > .footerBelow .box_html.jlv,
footer > .contentWrap .box_tiny.graenskref,
footer > .footerBelow .box_tiny.graenskref,
footer > .contentWrap .box_html.graenskref,
footer > .footerBelow .box_html.graenskref {
  display: flex;
  justify-content: center;
}
footer > .contentWrap .box_tiny.jlv .boxText,
footer > .footerBelow .box_tiny.jlv .boxText,
footer > .contentWrap .box_html.jlv .boxText,
footer > .footerBelow .box_html.jlv .boxText,
footer > .contentWrap .box_tiny.graenskref .boxText,
footer > .footerBelow .box_tiny.graenskref .boxText,
footer > .contentWrap .box_html.graenskref .boxText,
footer > .footerBelow .box_html.graenskref .boxText {
  display: flex;
}
footer > .contentWrap .box_tiny.jlv .boxText .jlv,
footer > .footerBelow .box_tiny.jlv .boxText .jlv,
footer > .contentWrap .box_html.jlv .boxText .jlv,
footer > .footerBelow .box_html.jlv .boxText .jlv,
footer > .contentWrap .box_tiny.graenskref .boxText .jlv,
footer > .footerBelow .box_tiny.graenskref .boxText .jlv,
footer > .contentWrap .box_html.graenskref .boxText .jlv,
footer > .footerBelow .box_html.graenskref .boxText .jlv,
footer > .contentWrap .box_tiny.jlv .boxText .graenskref,
footer > .footerBelow .box_tiny.jlv .boxText .graenskref,
footer > .contentWrap .box_html.jlv .boxText .graenskref,
footer > .footerBelow .box_html.jlv .boxText .graenskref,
footer > .contentWrap .box_tiny.graenskref .boxText .graenskref,
footer > .footerBelow .box_tiny.graenskref .boxText .graenskref,
footer > .contentWrap .box_html.graenskref .boxText .graenskref,
footer > .footerBelow .box_html.graenskref .boxText .graenskref {
  align-self: center;
}
footer > .contentWrap .box_tiny.maFacebook,
footer > .footerBelow .box_tiny.maFacebook,
footer > .contentWrap .box_html.maFacebook,
footer > .footerBelow .box_html.maFacebook {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  footer > .contentWrap .box_tiny.maFacebook,
  footer > .footerBelow .box_tiny.maFacebook,
  footer > .contentWrap .box_html.maFacebook,
  footer > .footerBelow .box_html.maFacebook {
    align-items: center;
  }
}
footer .boxTitle h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer a {
  color: #007db2;
  font-weight: 600;
}
footer a:hover {
  color: #000;
}
footer p {
  margin-bottom: 8px;
}
footer a[href*='umdaemi'] {
  position: absolute;
  line-height: 1.3;
  left: 0;
  right: 0;
  max-width: 130px;
  margin: 0 auto;
  margin-top: 75px;
}
@media (max-width: 1115px) {
  footer a[href*='umdaemi'] {
    margin-left: 0;
  }
}
footer a[href*='umdaemi']:before {
  content: '';
  background-image: url('/static/themes/2019/images/map.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 144px;
  height: 101px;
  position: absolute;
  top: -104px;
}
@media (max-width: 767px) {
  footer a[href*='umdaemi']:before {
    right: 0;
  }
}
footer a[href*='facebook']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f105";
  color: #76b539;
  font-size: 16px;
  padding-right: 8px;
}
footer a[href*='facebook']:before.fa-pull-left {
  margin-right: 0.3em;
}
footer a[href*='facebook']:before.fa-pull-right {
  margin-left: 0.3em;
}
footer .fbLinks {
  position: relative;
}
footer .fbLinks:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 11px;
  width: 59px;
  height: 59px;
  border-radius: 30px;
  background-color: #334d92;
}
@media (max-width: 767px) {
  footer .fbLinks:before {
    top: -3px;
    left: -11px;
  }
}
footer .fbLinks:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  content: "\f39e";
  color: #fff;
  position: absolute;
  font-size: 22px;
  top: 53%;
  left: 35px;
  transform: translateY(-50%);
}
footer .fbLinks:after.fa-pull-left {
  margin-right: 0.3em;
}
footer .fbLinks:after.fa-pull-right {
  margin-left: 0.3em;
}
@media (max-width: 767px) {
  footer .fbLinks:after {
    left: 14px;
  }
}
footer .fbLinks > ul {
  margin-left: 85px;
}
@media (max-width: 767px) {
  footer .fbLinks > ul {
    margin-left: 52px;
  }
}
@media (max-width: 1499px) {
  footer .fbLinks > ul {
    text-align: left;
  }
}
footer .footerBelow {
  position: relative;
  width: 100%;
  max-width: 1500px;
  padding: 60px 150px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #007DB2;
}
@media (max-width: 767px) {
  footer .footerBelow {
    width: 92%;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
  }
}
@media (max-width: 991px) {
  footer .footerBelow {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
}
@media (max-width: 1199px) {
  footer .footerBelow {
    padding: 30px 0;
  }
}
#mainmenuToggle {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 88px;
  height: 70px;
  padding: 10px 16px;
  cursor: pointer;
  background: none;
  border: 0;
  display: none !important;
}
@media (max-width: 767px) {
  #mainmenuToggle {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mainmenuToggle {
    display: block !important;
  }
}
.loggedIn #mainmenuToggle {
  top: 31px;
}
#mainmenuToggle span {
  display: block;
  width: 47px;
  height: 4px;
  margin: 9px auto;
  background: #007db2;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.4s ease;
}
.mm-wrapper_opening #mainmenuToggle span.first {
  transform: translate3d(0, 22px, 0) rotate(45deg);
}
.mm-wrapper_opening #mainmenuToggle span.middle {
  opacity: 0;
}
.mm-wrapper_opening #mainmenuToggle span.last {
  background: #76b539;
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}
.mm-wrapper_opening #mainmenuToggle span.first,
.mm-wrapper_opening #mainmenuToggle span.middle {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@supports (-ms-ime-align:auto) {
  @media (min-width: 1916px) {
    #mainmenu .mmLevel1 > li > a {
      padding: 10px 36px 11px!important;
    }
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mainmenu {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #mainmenu {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #mainmenu {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    padding-bottom: 24px;
    max-width: 1470px;
  }
}
@media (min-width: 992px) {
  #mainmenu .expand {
    display: none;
  }
}
@media (min-width: 992px) {
  #mainmenu .mmLevel1 {
    display: flex;
    justify-content: flex-start;
  }
  #mainmenu .mmLevel1 > li {
    position: relative;
    border-right: 1px solid #67adde;
  }
  #mainmenu .mmLevel1 > li:first-child > a {
    padding: 10px 40px 11px 39px;
  }
  #mainmenu .mmLevel1 > li:first-child > a:lang(en) {
    padding: 10px 60px 11px 66px;
  }
  #mainmenu .mmLevel1 > li:last-child > a:lang(en) {
    padding: 10px 85px 11px 83px;
  }
  #mainmenu .mmLevel1 > li > a {
    display: inline-block;
    background-color: #2177b4;
    padding: 10px 40px 11px 37px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.57);
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.4s ease;
  }
  #mainmenu .mmLevel1 > li > a:lang(en) {
    padding: 10px 72px 11px 61px;
  }
  #mainmenu .mmLevel1 > li > a:hover,
  #mainmenu .mmLevel1 > li.selectedLevel1 > a {
    background-color: #185881;
  }
  #mainmenu .mmLevel1 > li > ul {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1800px) {
  #mainmenu .mmLevel1 > li > a:lang(en) {
    padding: 10px 55px 11px 55px!important;
  }
}
@media (min-width: 992px) and (max-width: 1915px) {
  #mainmenu .mmLevel1:lang(is) > li > a {
    padding: 10px 18px 11px 18px!important;
  }
}
@media (min-width: 992px) and (max-width: 1640px) {
  #mainmenu .mmLevel1 {
    justify-content: space-between;
    flex: 1 0 auto;
  }
  #mainmenu .mmLevel1 > .level1 {
    display: flex;
    flex: 1 0 auto;
  }
  #mainmenu .mmLevel1 > .level1 > a {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  #mainmenu .mmLevel1 {
    padding-top: 20px;
  }
}
#mainmenu > #searchToggleWrap {
  height: 56px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1641px) {
  #mainmenu > #searchToggleWrap {
    display: none;
  }
}
#mainmenu > #searchToggleWrap > .searchWrap {
  background: #2177b4;
  width: 60px;
  position: relative;
}
#mainmenu > #searchToggleWrap > .searchWrap > button {
  color: #2177b4;
}
#mainmenu > #searchToggleWrap > .searchWrap > button:before,
#mainmenu > #searchToggleWrap > .searchWrap > button:after {
  color: #fff;
}
aside .box {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
aside .boxTitle {
  padding: 29px 35px 0;
}
aside .boxTitle h2,
body.searchRight #search .boxText #searchForm #elm_t > label {
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid #007db2;
}
aside .box_pagecontent .boxText {
  padding: 37px 15px 33px 35px;
}
aside .box_pagecontent .boxText > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
aside .box_pagecontent .boxText > ul > li {
  margin-bottom: 12px;
}
aside .box_pagecontent .boxText > ul > li ul {
  list-style: none;
  margin: 8px 0 13px 0;
  padding-left: 30px;
}
aside .box_pagecontent .boxText > ul > li ul > li a:before {
  margin-right: 10px;
}
aside .box_pagecontent .boxText > ul > li a {
  color: #000;
  font-size: 18px;
}
aside .box_pagecontent .boxText > ul > li a:hover,
aside .box_pagecontent .boxText > ul > li a.selected {
  color: #007db2;
}
aside .box_pagecontent .boxText > ul > li a[href*="facebook"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  content: "\f082";
  margin-right: 16px;
}
aside .box_pagecontent .boxText > ul > li a[href*="facebook"]:before.fa-pull-left {
  margin-right: 0.3em;
}
aside .box_pagecontent .boxText > ul > li a[href*="facebook"]:before.fa-pull-right {
  margin-left: 0.3em;
}
aside .box_pagecontent .boxText > ul > li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  font-size: 16px;
  margin-right: 22px;
  content: "\f105";
  color: #007db2;
}
aside .box_pagecontent .boxText > ul > li a:before.fa-pull-left {
  margin-right: 0.3em;
}
aside .box_pagecontent .boxText > ul > li a:before.fa-pull-right {
  margin-left: 0.3em;
}
@media (min-width: 768px) and (max-width: 991px) {
  #mainmenu2 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #mainmenu2 {
    display: none !important;
  }
}
body.newsOverview #mainmenu2,
body.newsView #mainmenu2 {
  display: none;
}
#mainmenu2 a {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
#mainmenu2 a:hover {
  color: #004d6e;
}
#mainmenu2 .menu {
  padding-bottom: 30px;
}
#mainmenu2 li[class*="selectedLevel2"] {
  border-left: 1px solid #267eb8;
  background: #f4f9fb;
}
#mainmenu2 li[class*="selectedLevel"] > a {
  color: #006F9E;
}
#mainmenu2 .children {
  position: relative;
}
#mainmenu2 .children .expand {
  position: absolute;
  top: 0;
  right: 25px;
  left: 0;
  bottom: 0;
  height: 39px;
  line-height: 39px;
  color: #76b539;
  text-align: right;
  cursor: pointer;
}
#mainmenu2 .children .expand:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  font-size: 14px;
  content: "\f067";
}
#mainmenu2 .children .expand:before.fa-pull-left {
  margin-right: 0.3em;
}
#mainmenu2 .children .expand:before.fa-pull-right {
  margin-left: 0.3em;
}
#mainmenu2 .children.down > .expand:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  font-size: 14px;
  content: "\f068";
}
#mainmenu2 .children.down > .expand:before.fa-pull-left {
  margin-right: 0.3em;
}
#mainmenu2 .children.down > .expand:before.fa-pull-right {
  margin-left: 0.3em;
}
#mainmenu2 .children.down > .menu {
  display: block !important;
}
#mainmenu2 .children:not(.down) > .menu {
  display: none !important;
}
#mainmenu2 .level2 > a {
  padding: 6px 55px 6px 35px;
}
#mainmenu2 .mmLevel3 {
  padding: 10px 58px 8px 45px;
}
#mainmenu2 .mmLevel3 a {
  padding: 0 0 8px;
}
#mainmenu2 .mmLevel3 .level3 > .expand {
  right: -16px;
  height: 30px;
  line-height: 30px;
}
#mainmenu2 .mmLevel4 {
  padding-left: 10px;
}
#mainmenu2 .mmLevel4 a {
  font-size: 18px;
}
@media (min-width: 992px) {
  #qn {
    display: flex;
    position: absolute;
    top: 26px;
    right: 108px;
    z-index: 31;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #qn {
    right: 15px;
  }
}
#qn > .menu {
  display: flex;
}
#qn > .menu li {
  margin-right: 12px;
}
#qn > .menu li.formbuilder > a {
  padding-left: 72px;
  padding-right: 28px;
}
#qn > .menu li.formbuilder > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f086";
  margin-right: 8px;
  color: #76b539;
  font-size: 30px;
  position: absolute;
  top: 4px;
  left: 24px;
  transition: color 0.4s ease;
}
#qn > .menu li.formbuilder > a:before.fa-pull-left {
  margin-right: 0.3em;
}
#qn > .menu li.formbuilder > a:before.fa-pull-right {
  margin-left: 0.3em;
}
#qn > .menu li.lock > a {
  position: relative;
  padding-left: 58px;
  padding-right: 30px;
}
#qn > .menu li.lock > a:hover:before {
  background-image: url('/static/themes/2019/images/lock-hover.svg');
}
#qn > .menu li.lock > a:before {
  content: '';
  background-image: url('/static/themes/2019/images/lock.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 32px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  top: 6px;
  left: 24px;
  transition: background-image 0.4s ease;
}
#qn li > a {
  background-color: #fff;
  padding: 12px 20px;
  border: 1px solid #76b539;
  border-radius: 25px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  transition: color 0.4s ease, background-color 0.4s ease, border 0.4s ease;
}
#qn li > a:hover {
  color: #fff;
  background-color: #76b539;
  border: 1px solid #fff;
}
#qn li > a:hover:before {
  color: #fff !important;
  fill: #fff;
}
#qn #divisions .menu > .selected {
  display: none;
}
@media (max-width: 991px) {
  #qn #divisions .menu li > a:before {
    content: '';
    background-image: url('/static/themes/2019/images/hnottur.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    height: 22px;
    width: 24px;
    left: 23px;
    top: 10px;
    transition: background-image 0.4s ease;
  }
  #qn #divisions .menu li > a:hover:before {
    background-image: url('/static/themes/2019/images/hnottur-w.svg');
  }
}
@media (min-width: 768px) {
  .frontpage #banner {
    margin-bottom: 83px;
  }
}
@media (min-width: 992px) {
  .frontpage #banner:lang(en) {
    margin-bottom: 191px;
  }
}
#banner #custom-banner .wrap {
  opacity: 0;
}
#banner #custom-banner .wrap.moveInFromRight {
  opacity: 1;
}
#banner #custom-banner .wrap.moveInFromRight .image {
  animation: moveInFromRight 1s ease;
}
#banner #custom-banner .wrap.moveInFromRight:before {
  opacity: 1;
  animation: moveInFromRight 0.6s ease;
}
@media (min-width: 768px) {
  body:not(.frontpage) #banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body:not(.frontpage) #banner {
    top: 70px;
  }
}
@media (max-width: 767px) {
  body:not(.frontpage) #banner {
    margin-bottom: 33px;
  }
}
@media (min-width: 992px) {
  #banner .siteWrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .frontpage #banner .siteWrap {
    background-color: #ebeae6;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .frontpage #banner .siteWrap .owl-stage-outer {
    min-height: 460px;
  }
}
@media (min-width: 992px) {
  #banner .innerWrap {
    position: relative;
    max-width: 733px;
    margin: -179px auto 0;
  }
  .frontpage #banner .innerWrap {
    max-width: 715px;
    margin: -238px auto 0;
  }
  .frontpage #banner .innerWrap:lang(en) {
    margin: -223px auto 0;
  }
}
@media (min-width: 992px) and (max-width: 1499px) and (min-width: 992px) {
  .frontpage #banner .innerWrap {
    margin: -195px auto 0;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  #banner .innerWrap {
    max-width: 48.8vw !important;
  }
}
@media (max-width: 767px) {
  .frontpage #banner .innerWrap {
    padding-bottom: 40px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body:not(.frontpage) #banner .innerWrap {
    margin-top: -230px;
    overflow: hidden;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  #banner .wrap {
    width: 733px;
    height: 733px;
    right: -90%;
    position: absolute;
  }
  .frontpage #banner .wrap {
    width: 1127px;
    height: 1110px;
    transition: opacity 0.4s ease;
  }
  .frontpage #banner .wrap.moveInFromRight .image {
    animation: moveInFromRight 1s ease;
  }
  .frontpage #banner .wrap.moveInFromRight:before {
    opacity: 1;
    animation: moveInFromRight 0.6s ease;
  }
}
@media (min-width: 992px) and (max-width: 1640px) {
}
@media (max-width: 1499px) and (min-width: 992px) {
  #banner .wrap {
    width: 48.8vw;
    height: 48.8vw;
  }
  .frontpage #banner .wrap {
    width: 78vw;
    height: 78vw;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #banner .wrap {
    position: relative;
    width: 60vw;
    height: 60vw;
    float: right;
    margin: -20vw -10vw 30px 30px;
  }
  .frontpage #banner .wrap {
    margin-top: -20vw;
  }
}
@media (max-width: 767px) {
  #banner .wrap {
    position: relative;
    width: 209vw;
    transform: translateX(-20%);
  }
}
#banner .wrap:before {
  content: '';
  position: absolute;
  left: -30px;
  right: -30px;
  top: -30px;
  bottom: -30px;
  margin: 0 20px 0 -20px;
  border: 30px solid #fff;
  border-radius: 50%;
  z-index: 0;
  background: #fff;
}
@media (min-width: 992px) {
  .frontpage #banner .wrap:before {
    transition: opacity 0.4s ease;
    min-height: 1030px;
    border-width: 45px;
    left: -45px;
    right: -45px;
    top: -45px;
    bottom: -45px;
    margin: 45px 30px -45px -30px;
  }
}
@media (max-width: 1200px) {
  .frontpage #banner .wrap:before {
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .frontpage #banner .wrap:before {
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  #banner .wrap:before {
    bottom: -22px;
    margin: 0 -20px 0 20px;
  }
}
#banner .image,
#banner .image span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) and (min-width: 768px) {
  .frontpage #banner .image,
  .frontpage #banner .image span {
    background-size: 60vw;
  }
}
@media (max-width: 767px) {
  .frontpage #banner .image,
  .frontpage #banner .image span {
    background-size: 60%;
  }
}
@media (max-width: 767px) {
  body:not(.frontpage) #banner .image,
  body:not(.frontpage) #banner .image span {
    background-size: 120vw;
    background-position-x: 38%;
    background-position-y: bottom;
  }
}
#banner .image {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 992px) {
  body.frontpage #banner .image {
    min-height: 1030px;
  }
}
@media (max-width: 767px) {
  #banner .image {
    padding: 0;
    height: 107vw;
    max-height: 480px;
  }
}
#banner .image span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  #banner .image span {
    top: 179px;
  }
}
@media (min-width: 992px) {
  body.frontpage #banner .image span:lang(en) {
    top: 151px;
  }
}
body.frontpage #banner .image span {
  top: 151px;
}
@media (max-width: 767px) {
  body.frontpage #banner .image span {
    top: 120px;
  }
}
#banner .box_tiny.first {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 12px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  #banner .box_tiny.first {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #banner .box_tiny.first {
    display: none !important;
  }
}
@media (max-width: 1499px) {
  #banner .box_tiny.first {
    padding-top: 10px;
  }
}
#banner .box_tiny.first .boxText {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1500px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1670px;
  font-style: italic;
  line-height: 1.45;
  text-indent: -43px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#banner .box_tiny.first .boxText.moveInFromLeft {
  animation: moveInFromLeft 0.5s ease;
  opacity: 1;
}
@media (min-width: 1200px) {
  #banner .box_tiny.first .boxText {
    padding: 0 40px;
  }
}
#banner .box_tiny.first .boxText > * {
  max-width: 570px;
  padding-left: 60px;
}
@media (max-width: 1700px) {
  #banner .box_tiny.first .boxText > * {
    max-width: 35vw;
  }
}
@media (max-width: 1640px) {
  #banner .box_tiny.first .boxText > * {
    max-width: 560px;
    padding-left: 50px;
  }
}
@media (max-width: 1530px) {
  #banner .box_tiny.first .boxText > * {
    max-width: 540px;
  }
}
@media (max-width: 1350px) {
  #banner .box_tiny.first .boxText > * {
    max-width: 490px;
  }
}
@media (max-width: 1250px) {
  #banner .box_tiny.first .boxText > * {
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  #owl-front .owl-stage-outer {
    overflow: visible;
  }
}
#owl-front .owl-item {
  transition: opacity 0.4s ease;
}
#owl-front .owl-item:not(.active) {
  opacity: 0;
}
#owl-front .item:nth-child(n+2) {
  display: none;
}
#owl-front .imageWrap {
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  #owl-front .imageWrap {
    top: -165px;
  }
}
@media (max-width: 767px) {
  #owl-front .imageWrap {
    position: relative;
    margin-top: -123px;
  }
}
@media (min-width: 992px) {
  #owl-front .textWrap {
    padding-top: 120px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #owl-front .textWrap {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #owl-front .textWrap {
    padding: 60px 0 32px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #owl-front .textWrap .contentWrap {
    padding: 0 50px;
    max-width: 1570px;
  }
}
#owl-front .text {
  transition: opacity 0.4s ease;
  opacity: 1;
}
#owl-front .text.moveInFromLeft {
  animation: moveInFromLeft 0.5s ease;
  opacity: 1;
}
@media (min-width: 1200px) {
  #owl-front .text {
    max-width: 27vw;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #owl-front .text {
    max-width: 42vw;
  }
}
@media (min-width: 992px) and (max-width: 1640px) {
  #owl-front .text {
    max-width: 510px;
  }
}
#owl-front .text h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #owl-front .text h2 {
    font-size: 30px;
    line-height: 1.267;
    margin-bottom: 15px;
  }
}
#owl-front .text .description {
  font-size: 22px;
  color: #333;
  line-height: 1.636;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #owl-front .text .description {
    display: none !important;
  }
}
#owl-front .text .description p:not(:last-child) {
  margin-bottom: 56px;
}
#owl-front .text .more {
  padding-bottom: 20px;
}
#owl-front .text .btn {
  padding: 8px 27px;
}
@media (max-width: 767px) {
  #owl-front .text .btn {
    padding: 6px 23px;
  }
}
#owl-front .owl-dots {
  position: absolute;
  bottom: 65px;
}
@media (min-width: 1900px) {
  #owl-front .owl-dots {
    left: 690px;
  }
}
@media (max-width: 1899px) {
  #owl-front .owl-dots {
    left: 36vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #owl-front .owl-dots {
    bottom: 15px;
    left: 60vw;
  }
}
@media (max-width: 767px) {
  #owl-front .owl-dots {
    top: 416px;
    bottom: 160px;
    left: 50vw;
    transform: translateX(-50%);
  }
}
@media (max-width: 465px) {
  #owl-front .owl-dots {
    top: calc(-107px + 107.5vw);
  }
}
#owl-front .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #007db2;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: background 0.4s ease;
}
@media (max-width: 767px) {
  #owl-front .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    margin: 0 2px;
  }
}
#owl-front .owl-dots .owl-dot.active {
  background: #007db2;
}
#owl-front .owl-dots .owl-dot span {
  display: none;
}
.hasBanner {
  overflow-x: hidden;
}
.hideright.hasBanner main > .box:first-child#search:before {
  height: 290px;
}
.hasBanner main > .box:first-child:before {
  clear: both;
  content: "";
  float: right;
  display: block;
}
.hideright.hasBanner main > .box:first-child:before {
  width: 460px;
  height: 460px;
  margin-top: -110px;
}
@media (max-width: 1499px) and (min-width: 992px) {
  .hideright.hasBanner main > .box:first-child:before {
    width: 30vw;
    height: 35vw;
    margin-top: calc(-185px - 23vw);
    padding-top: 52vw;
  }
}
@media (max-width: 767px) {
  .hideright.hasBanner main > .box:first-child:before {
    display: none;
  }
}
.frontpage.hasBanner main > .box:first-child:before {
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .hasBanner main > .box:first-child:before {
    width: 54vw;
    height: 44vw;
    margin-top: -20px;
    padding-top: 0;
  }
}
@media (min-width: 1500px) {
  body:not(.hideright).hasBanner main > .box:first-child:before {
    width: 710px;
    height: 520px;
    margin: -380px -660px 0 0;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  body:not(.hideright).hasBanner main > .box:first-child:before {
    width: 48.8vw;
    height: 28.8vw;
    margin: -26vw -44vw 0 0;
  }
}
.hasBanner main > .box:first-child#extras:before {
  height: 305px!important;
}
@media (min-width: 1500px) {
  .hasBanner main > .box:first-child#news:before {
    width: 660px;
  }
}
@media (max-width: 1499px) and (min-width: 992px) {
  .hasBanner main > .box:first-child#news:before {
    width: 44vw;
  }
}
@media (min-width: 1500px) {
  .hasBanner aside {
    margin-top: 194px;
  }
}
@media (max-width: 1499px) {
  .hasBanner aside {
    padding-top: 48.8vw;
    margin-top: calc(-250px - 21vw);
  }
}
@keyframes moveInFromRight {
  from {
    transform: translateZ(0) translateX(40px) translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateZ(0) translateX(0px) translateY(0px);
    opacity: 1;
  }
}
@keyframes moveInFromLeft {
  from {
    transform: translateZ(0) translateX(-15px);
    opacity: 0;
  }
  to {
    transform: translateZ(0) translateX(0px);
    opacity: 1;
  }
}
.bottomContent {
  position: relative;
  display: flex;
  background: #fff;
  padding: 13px 22px 15px;
  margin-top: 70px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
}
@media print {
  .bottomContent {
    display: none!important;
  }
}
body:not(.extras) .bottomContent {
  max-width: 1028px;
}
body.newsOverview .bottomContent {
  display: none;
}
body.newsView .bottomContent {
  margin-top: 51px;
}
@media (max-width: 767px) {
  .bottomContent {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.bottomContent .updatedAt {
  font-size: 16px;
}
@media (min-width: 768px) {
  .bottomContent .updatedAt {
    position: absolute;
    left: 20px;
    top: 23px;
  }
}
@media (min-width: 992px) {
  .bottomContent .updatedAt + .helpful #fieldset_yesFieldset {
    padding-left: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .bottomContent .updatedAt + .helpful #fieldset_yesFieldset {
    padding-left: 150px;
  }
}
@media (min-width: 768px) {
  .bottomContent .toolbox {
    position: absolute;
    right: 20px;
    top: 16px;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .bottomContent .toolbox {
    right: 10px;
  }
}
.bottomContent .toolbox > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  color: #000;
}
.bottomContent .toolbox > a:hover {
  color: #007db2;
}
.bottomContent .toolbox > a > span {
  padding-right: 12px;
}
.bottomContent .toolbox > a > .fas {
  color: #007db2;
}
.bottomContent .toolbox > a:last-of-type span {
  padding-right: 8px;
}
.bottomContent .toolbox > a .fa-reply:before {
  transform: scaleY(-1) rotate(180deg);
}
.bottomContent .toolbox > a:not(:last-of-type) {
  padding-right: 23px;
}
@media (max-width: 1100px) and (min-width: 992px) {
  .bottomContent .toolbox > a:not(:last-of-type) {
    padding-right: 15px;
  }
}
.accordion {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
  clear: both;
}
.accordion:before,
.accordion:after {
  display: table;
  content: " ";
}
.accordion:after {
  clear: both;
}
.accordion:before,
.accordion:after {
  display: table;
  content: " ";
}
.accordion:after {
  clear: both;
}
.accordion:before,
.accordion:after {
  content: " ";
  display: block;
}
.accordion:after {
  clear: both;
}
.accordion:before,
.accordion:after {
  content: " ";
  display: block;
}
.accordion:after {
  clear: both;
}
.accordion:first-of-type {
  margin-top: 54px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .accordion:first-of-type {
    margin-top: 61px;
  }
}
.accordion:last-of-type {
  margin-bottom: 53px;
}
.accordion:nth-of-type(odd) {
  background: #fff;
}
@media print {
  .accordion:not(:first-of-type) {
    padding-top: 15px;
  }
}
.accordion > *:first-child {
  font-size: 30px;
  font-weight: 500;
  margin: 0!important;
  color: #000;
  line-height: 1;
}
.accordion > *:first-child a {
  display: block;
  color: inherit!important;
  transition: padding 0.4s ease;
}
@media print {
  .accordion > *:first-child a:after {
    display: none;
  }
}
.accordion > *:first-child:before,
.accordion > *:first-child:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 4px;
  background: #007db2;
  transition: transform 0.4s ease, top 0.4s ease, width 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
  opacity: 1;
}
@media print {
  .accordion > *:first-child:before,
  .accordion > *:first-child:after {
    display: none!important;
  }
}
.accordion > *:first-child:before {
  left: 16px;
  top: 31px;
}
@media (max-width: 767px) {
  .accordion > *:first-child:before {
    left: 6px;
  }
}
.accordion > *:first-child:after {
  left: 16px;
  top: 31px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .accordion > *:first-child:after {
    left: 6px;
  }
}
.open.accordion > *:first-child:before {
  top: 36px;
}
@media only screen {
  .open.accordion > *:first-child:before {
    transform: rotate(180deg);
  }
}
.open.accordion > *:first-child:after {
  opacity: 0;
}
.accordion:not(.ready) > *:first-child {
  position: relative;
}
.accordion:not(.ready) > *:first-child,
.accordion.ready > *:first-child a {
  padding: 23px 58px 24px 27px;
}
@media (max-width: 767px) {
  .accordion:not(.ready) > *:first-child,
  .accordion.ready > *:first-child a {
    padding-left: 17px;
  }
}
@media print {
  .accordion:not(.ready) > *:first-child,
  .accordion.ready > *:first-child a {
    padding-left: 0;
    text-decoration: none;
  }
}
.accordion.open > *:first-child a {
  padding: 23px 58px 34px 27px;
}
@media (max-width: 767px) {
  .accordion.open > *:first-child a {
    padding-left: 17px;
  }
}
@media print {
  .accordion.open > *:first-child a {
    padding-left: 0;
    text-decoration: none;
  }
}
@media only screen {
  .accordion > *:not(:first-child):not(.wrap) {
    padding-left: 27px;
    padding-right: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion > *:not(:first-child):not(.wrap) {
    padding-left: 17px;
    padding-right: 48px;
  }
}
body:not(#tinymce) .accordion > *:not(:first-child):not(.wrap) {
  display: none;
}
.accordion .wrap > *:last-child {
  margin-bottom: 36px;
}
@media only screen {
  .accordion .wrap {
    overflow: hidden;
    padding-left: 27px;
    padding-right: 58px;
    color: #333;
    font-weight: 400;
    margin-top: 3px;
  }
  .accordion .wrap > p {
    margin-bottom: 27px;
  }
  .accordion .wrap > ul {
    margin-top: 0;
    padding-top: 17px;
    padding-right: 35px;
    padding-left: 36px;
    padding-bottom: 23px;
  }
  .accordion .wrap > ul li:before {
    font-size: 6px!important;
  }
  .accordion .wrap > ol {
    margin-top: 0;
    padding-top: 17px;
    padding-right: 35px;
    padding-left: 60px;
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion .wrap {
    padding-left: 17px;
    padding-right: 48px;
  }
}
.accordion:not(.open) {
  cursor: pointer;
}
.accordion.ready .wrap {
  transition: max-height 0.4s ease;
}
@media print {
  .accordion.ready .wrap {
    max-height: none!important;
  }
}
@media only screen {
  .accordion:not(.open) .wrap {
    max-height: 0 !important;
  }
}
.tabbing .accordion:not(.open) .wrap[style] {
  display: none;
}
.accordion > *:first-child:before {
  left: auto;
  right: 9px;
}
@media (max-width: 991px) {
  .accordion > *:first-child:before {
    right: 8px;
    top: 38px;
  }
}
.accordion > *:first-child:after {
  left: auto;
  right: 9px;
}
@media (max-width: 991px) {
  .accordion > *:first-child:after {
    right: 8px;
    top: 38px;
  }
}
@media print {
  .accordion:not(.ready) > *:first-child,
  .accordion.ready > *:first-child a {
    padding-left: 27px;
    padding-right: 0;
  }
}
/** Modules **/
#employees:before,
#employees:after {
  display: table;
  content: " ";
}
#employees:after {
  clear: both;
}
#employees:before,
#employees:after {
  display: table;
  content: " ";
}
#employees:after {
  clear: both;
}
#employees:before,
#employees:after {
  content: " ";
  display: block;
}
#employees:after {
  clear: both;
}
#employees:before,
#employees:after {
  content: " ";
  display: block;
}
#employees:after {
  clear: both;
}
#employees #employee_tabs #employee_email + br,
#employees #employee_tabs label[for=employee_msn],
#employees #employee_tabs #employee_msn {
  display: none;
}
#employees .toolbar {
  margin-top: -1px;
  border: 1px solid transparent;
  border-bottom: 1px solid #ccc;
}
#employees .toolbar li {
  padding: 8px 0 7px;
}
@media (max-width: 767px) {
  #employees .toolbar li {
    float: none;
    width: 100%!important;
  }
  #employees .toolbar li.first {
    padding-bottom: 0;
    padding-left: 0;
  }
  #employees .toolbar li.middle {
    padding-top: 0;
  }
  #employees .toolbar li.last {
    display: none;
  }
}
#employees .toolbar li.first a {
  color: #000;
  text-decoration: none;
}
#employees .toolbar li.middle {
  width: 38%;
}
#employees .toolbar li.last {
  overflow: hidden;
  width: 22%;
  padding-right: 12px;
  text-align: right;
}
#employees .toolbar.open {
  padding: 0;
  background: #76b539;
  border: 1px solid #76b539;
  outline: none;
}
#employees .toolbar.open li,
#employees .toolbar.open a {
  color: #fff !important;
}
#employees .toolbar.open .first {
  padding-left: 20px;
}
@media (max-width: 767px) {
  #employees .toolbar.open .middle {
    padding-left: 20px;
  }
}
#employees .staff .content {
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}
#employees .staff .content .actions {
  margin-top: 0;
}
#employees .staff .content .image {
  width: auto;
  margin-right: 24px;
}
@media (max-width: 480px) {
  #employees .staff .content .image {
    float: none;
    margin: 0 0 10px;
  }
}
#employees .staff .content .image img {
  max-width: 150px;
  height: auto;
}
#employees .staff .content ul.extra {
  margin-bottom: 15px;
}
#employees .staff .content ul.extra:before,
#employees .staff .content ul.extra:after {
  display: table;
  content: " ";
}
#employees .staff .content ul.extra:after {
  clear: both;
}
#employees .staff .content ul.extra:before,
#employees .staff .content ul.extra:after {
  display: table;
  content: " ";
}
#employees .staff .content ul.extra:after {
  clear: both;
}
#employees .staff .content ul.extra:before,
#employees .staff .content ul.extra:after {
  content: " ";
  display: block;
}
#employees .staff .content ul.extra:after {
  clear: both;
}
#employees .staff .content ul.extra:before,
#employees .staff .content ul.extra:after {
  content: " ";
  display: block;
}
#employees .staff .content ul.extra:after {
  clear: both;
}
#employees .staff .content ul.extra li {
  display: block;
  float: left;
  margin: 0 15px 5px 0;
}
@media (max-width: 767px) {
  #employees .staff .content ul.extra li {
    float: none;
    margin: 0 0 5px;
  }
}
#employees .staff .content ul.extra li.phone:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f095";
}
#employees .staff .content ul.extra li.phone:before.fa-pull-left {
  margin-right: 0.3em;
}
#employees .staff .content ul.extra li.phone:before.fa-pull-right {
  margin-left: 0.3em;
}
#employees .staff .content ul.extra li.mobile:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: "\f10b";
}
#employees .staff .content ul.extra li.mobile:before.fa-pull-left {
  margin-right: 0.3em;
}
#employees .staff .content ul.extra li.mobile:before.fa-pull-right {
  margin-left: 0.3em;
}
#employees .staff .content ul.extra li.email:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f0e0";
}
#employees .staff .content ul.extra li.email:before.fa-pull-left {
  margin-right: 0.3em;
}
#employees .staff .content ul.extra li.email:before.fa-pull-right {
  margin-left: 0.3em;
}
#employees .staff .content ul.extra li:before {
  padding-right: 8px;
}
#employees .staff .content .notes {
  color: #333;
}
body.search h1 span {
  color: #007db2;
}
#search {
  min-height: 300px;
}
#search #elm_t {
  display: block;
}
#search .boxText {
  position: relative;
}
#search .boxText #searchForm {
  width: 100%;
}
#search .boxText #searchForm #elm_t {
  margin: 30px 0 15px;
}
@media (max-width: 767px) {
  #search .boxText #searchForm #elm_t {
    margin: 30px 0 20px;
  }
}
@media (min-width: 768px) {
  body.searchRight #search .boxText #searchForm #elm_t {
    margin: 0;
  }
}
@media (min-width: 768px) {
  body.searchRight #search .boxText #searchForm #elm_t {
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
  }
}
#search .boxText #searchForm #elm_t > label {
  display: none;
  margin-bottom: 35px;
  font-weight: 500;
}
body.searchRight #search .boxText #searchForm #elm_t > label {
  display: block;
  color: inherit;
}
body:not(.searchRight) #search .boxText #searchForm #elm_t .lmnt {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  body:not(.searchRight) #search .boxText #searchForm #elm_t .lmnt {
    justify-content: center;
  }
}
#search .boxText #searchForm #elm_t .lmnt label {
  padding-bottom: 11px;
  margin-right: 20px;
  margin-bottom: 10px;
}
#search .boxText #searchForm #elm_t .lmnt label[for=t-employees] {
  display: none;
}
body.searchRight #search .boxText #searchForm #elm_t .lmnt label {
  position: relative;
  padding-left: 33px;
  margin-right: 0;
  border-bottom: 1px solid #c9c9c9;
}
#search .boxText #searchForm #elm_t .lmnt label input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
}
body.searchRight #search .boxText #searchForm #elm_t .lmnt label input[type=checkbox] {
  position: absolute;
  left: 0;
}
#search .boxText #searchForm #elm_t .lmnt label input[type=checkbox]:checked:before,
#search .boxText #searchForm #elm_t .lmnt label input[type=checkbox]:hover:before {
  background: #007db2;
}
#search .boxText #searchForm #elm_t .lmnt label input[type=checkbox]:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  transition: 0.4s ease all;
}
#search .boxText #searchForm #elm_q input {
  padding-left: 15px;
  color: #000;
}
@media (min-width: 992px) {
  #search .boxText #searchForm #elm_q input {
    width: 68%;
  }
}
@media (min-width: 768px) {
  body.searchRight #search .boxText #searchForm #elm_q input {
    width: 70%;
  }
}
#search .boxText #searchForm #elm_submit {
  bottom: 83px;
  top: unset;
}
@media (min-width: 992px) {
  #search .boxText #searchForm #elm_submit {
    right: 32%;
  }
}
@media (min-width: 768px) {
  body.searchRight #search .boxText #searchForm #elm_submit {
    right: 30%;
  }
}
#search .boxText #searchForm #elm_submit:before {
  right: 5px;
}
#search .boxText .resultsText {
  padding: 17px 0 30px;
}
body.searchRight #search .boxText .resultsText {
  width: 70%;
}
@media (max-width: 767px) {
  body.searchRight #search .boxText .resultsText {
    width: 100%;
  }
}
#search .boxText .term {
  float: none;
}
body.searchRight #search .boxText .term {
  width: 70%;
}
@media (max-width: 767px) {
  body.searchRight #search .boxText .term {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.searchRight #search .boxText .searchResults {
    width: 70%;
  }
}
#search .boxText .searchResults ol.items li {
  padding: 20px 30px 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: 0.4s ease all;
}
#search .boxText .searchResults ol.items li:first-child {
  background-color: #fff;
}
@media (max-width: 767px) {
  #search .boxText .searchResults ol.items li {
    padding: 20px 15px 30px;
  }
}
#search .boxText .searchResults ol.items li:hover {
  border: 1px solid #007db2;
  box-shadow: 0 0px 53px -9px rgba(0, 0, 0, 0.3);
}
#search .boxText .searchResults ol.items li .title a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
#search .boxText .searchResults ol.items li .title a:hover {
  color: #007db2;
}
#search .boxText .searchResults ol.items li .content {
  color: #333;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 96px;
  font-size: 20px;
  line-height: 1.6;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#search .boxText .searchResults ol.items li .content em {
  color: #007db2;
}
#search .boxText .searchResults ol.items li .link {
  color: #007db2;
}
#search .boxText .searchResults ol.items li .link:hover {
  color: #005b82;
}
#search .boxText .searchResults ol.items li .img {
  float: right;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 15px;
}
#search .boxText .searchResults ol.items li .type {
  margin-bottom: 10px;
  color: #333;
}
#search .boxText .searchResults ol.items li .type:before {
  margin-right: 10px;
  color: #007db2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
}
#search .boxText .searchResults ol.items li .type:before.fa-pull-left {
  margin-right: 0.3em;
}
#search .boxText .searchResults ol.items li .type:before.fa-pull-right {
  margin-left: 0.3em;
}
#search .boxText .searchResults ol.items li .type.employees:before {
  content: "\f007";
}
#search .boxText .searchResults ol.items li .type.page:before {
  content: "\f02e";
}
#search .boxText .searchResults ol.items li .type.news:before {
  content: "\f1ea";
}
#search .boxText .searchResults ol.items li .type.gallery:before {
  content: "\f03e";
}
#search .boxText .searchResults ol.items li .type.extras:before {
  content: "\f03a";
}
body.socialView {
  background-color: #f8f7f4;
  justify-content: center;
}
body.socialView #socialPopUp {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body.socialView #socialPopUp h1,
body.socialView #socialPopUp p {
  text-align: center;
}
body.socialView #socialPopUp .socialLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.socialView #socialPopUp .socialLinks > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 10px;
  padding: 5px 5px;
  color: #000;
}
body.socialView #socialPopUp .socialLinks > a:hover {
  color: #007db2;
}
body.socialView #socialPopUp .socialLinks > a:hover[href*="facebook"] i {
  color: #3b5998;
  border-color: #3b5998;
  background-color: #fff;
}
body.socialView #socialPopUp .socialLinks > a:hover[href*="google"] i {
  color: #db4437;
  border-color: #db4437;
  background-color: #fff;
}
body.socialView #socialPopUp .socialLinks > a:hover[href*="twitter"] i {
  color: #1da1f2;
  border-color: #1da1f2;
  background-color: #fff;
}
body.socialView #socialPopUp .socialLinks > a:hover[href*="linkedin"] i {
  color: #007bb5;
  border-color: #007bb5;
  background-color: #fff;
}
body.socialView #socialPopUp .socialLinks > a:hover[href*="tumblr"] i {
  color: #35465d;
  border-color: #35465d;
  background-color: #fff;
}
body.socialView #socialPopUp .socialLinks > a[href*="facebook"] i {
  background-color: #3b5998;
}
body.socialView #socialPopUp .socialLinks > a[href*="google"] i {
  background-color: #db4437;
}
body.socialView #socialPopUp .socialLinks > a[href*="twitter"] i {
  background-color: #1da1f2;
}
body.socialView #socialPopUp .socialLinks > a[href*="linkedin"] i {
  background-color: #007bb5;
}
body.socialView #socialPopUp .socialLinks > a[href*="tumblr"] i {
  background-color: #35465d;
}
body.socialView #socialPopUp .socialLinks > a i {
  color: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
body.socialView #socialPopUp .socialLinks > a span {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
}
.socialFooter {
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.socialFooter > .btn {
  z-index: 1;
}
.socialFooter #socialShare {
  margin-top: 44px;
}
body.admin .socialFooter #socialShare,
body.auth .socialFooter #socialShare {
  display: none;
}
.socialFooter #socialShare .toolbox:before,
.socialFooter #socialShare .toolbox:after {
  display: table;
  content: " ";
}
.socialFooter #socialShare .toolbox:after {
  clear: both;
}
.socialFooter #socialShare .toolbox:before,
.socialFooter #socialShare .toolbox:after {
  display: table;
  content: " ";
}
.socialFooter #socialShare .toolbox:after {
  clear: both;
}
.socialFooter #socialShare .toolbox:before,
.socialFooter #socialShare .toolbox:after {
  content: " ";
  display: block;
}
.socialFooter #socialShare .toolbox:after {
  clear: both;
}
.socialFooter #socialShare .toolbox:before,
.socialFooter #socialShare .toolbox:after {
  content: " ";
  display: block;
}
.socialFooter #socialShare .toolbox:after {
  clear: both;
}
@media (min-width: 768px) {
  body:not(.centered) .socialFooter #socialShare .toolbox {
    float: right;
  }
  body.centered .socialFooter #socialShare .toolbox {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    background: #f8f7f4;
  }
}
.socialFooter #socialShare a {
  width: 42px;
  height: 42px;
  border: 1px solid #007db2;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 0 5px;
  text-align: center;
  line-height: 40px;
  color: #007db2;
  transition: all 0.4s ease;
}
.socialFooter #socialShare a:hover {
  background-color: #007db2;
  color: #fff;
  border: 1px solid transparent;
}
#navigation:before {
  height: 150px!important;
}
@media (max-width: 1499px) and (min-width: 1200px) {
  #navigation:before {
    padding-top: 40vw!important;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  #navigation:before {
    padding-top: 42vw!important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #navigation:before {
    padding-top: 18vw!important;
  }
}
#navigation .navigationMenu {
  margin-top: 38px;
}
@media (max-width: 767px) {
  #navigation .navigationMenu {
    margin-top: 31px;
  }
}
#navigation .navigationMenu .mmLevel2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#navigation .navigationMenu .mmLevel2 > .level2 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.8s ease;
}
@media (min-width: 768px) {
  #navigation .navigationMenu .mmLevel2 > .level2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #navigation .navigationMenu .mmLevel2 > .level2 {
    float: left;
    width: 25%;
  }
}
#navigation .navigationMenu .mmLevel2 > .level2:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: background-color 0.4s ease;
}
#navigation .navigationMenu .mmLevel2 > .level2.children > a {
  pointer-events: none;
}
#navigation .navigationMenu .mmLevel2 > .level2:not(.children) > a {
  padding: 33px 10px 30px 35px;
}
@media (max-width: 767px) {
  #navigation .navigationMenu .mmLevel2 > .level2:not(.children) > a {
    padding: 23px 40px 22px 20px;
  }
  #navigation .navigationMenu .mmLevel2 > .level2:not(.children) > a:after {
    display: none;
  }
}
#navigation .navigationMenu .mmLevel2 > .level2:not(.children) > a:before {
  bottom: 20px;
}
@media (max-width: 767px) {
  #navigation .navigationMenu .mmLevel2 > .level2 {
    margin-bottom: 10px;
  }
  #navigation .navigationMenu .mmLevel2 > .level2:hover {
    cursor: pointer;
  }
  #navigation .navigationMenu .mmLevel2 > .level2:hover > a {
    color: #2177b4;
  }
}
@media (max-width: 767px) {
  #navigation .navigationMenu .mmLevel2 > .level2.open:before {
    background-color: #f4f8fb;
    border: 1px solid #fff;
  }
  #navigation .navigationMenu .mmLevel2 > .level2.open:hover > a {
    color: #000;
  }
  #navigation .navigationMenu .mmLevel2 > .level2.open > a {
    padding: 23px 40px 7px 20px;
  }
  #navigation .navigationMenu .mmLevel2 > .level2.open > a:after {
    content: "\f068";
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  #navigation .navigationMenu .mmLevel2 > .level2:not(.open) > .mmLevel3 {
    max-height: 0!important;
  }
}
#navigation .navigationMenu .mmLevel2 > .level2 > a {
  padding: 33px 10px 12px 35px;
  font-size: 18px;
  color: #000;
  position: relative;
  font-weight: 500;
  transition: padding-bottom 0.4s ease;
}
#navigation .navigationMenu .mmLevel2 > .level2 > a:hover {
  color: #2177b4;
}
@media (max-width: 767px) {
  #navigation .navigationMenu .mmLevel2 > .level2 > a {
    padding: 23px 40px 22px 20px;
    z-index: 10;
  }
  #navigation .navigationMenu .mmLevel2 > .level2 > a:before {
    display: none;
  }
  #navigation .navigationMenu .mmLevel2 > .level2 > a:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900!important;
    position: absolute;
    right: 20px;
    top: 25px;
    content: "\f067";
    color: #76b539;
    font-size: 18px;
    transition: content 0.6s ease, transform 0.4s ease;
  }
  #navigation .navigationMenu .mmLevel2 > .level2 > a:after.fa-pull-left {
    margin-right: 0.3em;
  }
  #navigation .navigationMenu .mmLevel2 > .level2 > a:after.fa-pull-right {
    margin-left: 0.3em;
  }
}
#navigation .navigationMenu .mmLevel2 > .level2 > a:before {
  width: 40px;
  height: 1px;
  background: #2177b4;
  position: absolute;
  content: '';
  bottom: 0;
  left: 37px;
}
#navigation .navigationMenu .mmLevel2 > .level2 > .mmLevel3 {
  display: flex;
  flex-direction: column;
  padding: 24px 0 31px;
  transition: max-height 0.4s ease;
}
@media (max-width: 767px) {
  #navigation .navigationMenu .mmLevel2 > .level2 > .mmLevel3 {
    padding: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #navigation .navigationMenu .mmLevel2 > .level2 > .mmLevel3 .level3.last {
    padding-bottom: 28px;
  }
}
#navigation .navigationMenu .mmLevel2 > .level2 > .mmLevel3 .level3 > a {
  width: 100%;
  padding: 4px 15px 4px 35px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  display: block;
  transition: background 0.4s ease;
}
@media (max-width: 767px) {
  #navigation .navigationMenu .mmLevel2 > .level2 > .mmLevel3 .level3 > a {
    color: #000;
    padding: 4px 15px 4px 29px;
  }
}
#navigation .navigationMenu .mmLevel2 > .level2 > .mmLevel3 .level3 > a:hover {
  background: #2177b4;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  #navigation .navigationMenu .mmLevel2 > .level2 > .mmLevel3 .level3 > a > span {
    pointer-events: none;
  }
}
#extras .category .jip {
  margin-top: 20px;
}
#extras .filterControls {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #extras .filterControls {
    text-align: left;
  }
}
#extras .filterControls .linksFilter {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  #extras .filterControls .linksFilter {
    justify-content: flex-start;
  }
}
#extras .filterControls .linksFilter a {
  background-color: #fff;
  color: #007db2;
  margin-right: 10px;
  margin-bottom: 6px;
  border: 1px solid #007db2;
  font-weight: 400;
}
@media (max-width: 991px) {
  #extras .filterControls .linksFilter a {
    font-size: 14px;
  }
}
#extras .filterControls .linksFilter a:hover,
#extras .filterControls .linksFilter a.selected {
  background-color: #007db2;
  color: #fff;
}
#extras .filterControls .searchFilter .lmnt {
  position: relative;
}
#extras .filterControls .searchFilter .lmnt:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  font-size: 23px;
  content: "\f002";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}
#extras .filterControls .searchFilter .lmnt:after.fa-pull-left {
  margin-right: 0.3em;
}
#extras .filterControls .searchFilter .lmnt:after.fa-pull-right {
  margin-left: 0.3em;
}
#extras .filterControls .searchFilter input {
  min-width: 364px;
  min-height: 60px;
  border-radius: 4px;
  padding: 0 20px 0 21px;
  font-size: 20px;
  color: #000;
  border: 1px solid #007db2;
}
#extras .filterControls .searchFilter input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#extras .filterControls .searchFilter input:-ms-input-placeholder {
  color: #666;
}
#extras .filterControls .searchFilter input::-webkit-input-placeholder {
  color: #666;
}
@media (min-width: 992px) {
  #extras .filterControls .searchFilter input {
    min-width: 697px;
    margin-left: 24px;
  }
}
@media (max-width: 479px) {
  #extras .filterControls .searchFilter input {
    min-width: 100%;
  }
}
#news .entries .content {
  display: flex;
  justify-content: space-between;
}
#news .entries .item {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid #cddee6;
}
#news .entries .item:hover .date {
  color: #007db2;
}
#news .entries h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #news .entries h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #news .entries h3 {
    font-size: 22px;
  }
}
#news .entries h3 > a {
  color: #000;
}
#news .entries h3 > a:hover {
  color: #007db2;
}
#news .entries h3 > a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#news .entries .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: -4px;
  transition: color 0.4s ease;
}
body.newsView #news h2,
body.newsView #news h3,
body.newsView #news h4 {
  margin-bottom: 32px;
}
#news .entry {
  border-bottom: none;
  padding-bottom: 0;
}
#news .entry .entryInfo {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.944;
  margin-bottom: 30px;
}
#news .entry.isOld .entryInfo {
  margin-bottom: 20px;
}
#news .entry .old__news {
  background: #FBFF90;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 0 8px 43px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  #news .entry .old__news {
    width: 44%;
  }
}
#news .entry .old__news:before {
  content: '';
  background-image: url("/static/themes/2019/images/info.png");
  background-repeat: no-repeat;
  background-size: 22px;
  display: inline-block;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 9px;
  left: 10px;
}
#news .entry .entryFooter {
  border-top: none;
}
#news .entry .entryFooter > a {
  font-size: 20px;
  font-weight: 500;
  text-transform: initial;
  color: #000;
}
#news .entry .entryFooter > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f060";
  color: #007db2;
  font-size: 16px;
  margin-right: 14px;
}
#news .entry .entryFooter > a:before.fa-pull-left {
  margin-right: 0.3em;
}
#news .entry .entryFooter > a:before.fa-pull-right {
  margin-left: 0.3em;
}
#news .entry .entryFooter > a:hover {
  color: #007db2;
}
#custom_sitemap_menu {
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow: hidden;
  position: relative;
  max-width: 1024px;
  padding-inline: 44px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom_sitemap_menu {
    margin-top: 23vw;
  }
}
#custom_sitemap_menu:has(.swiper-slide-active) {
  opacity: 1;
}
#custom_sitemap_menu:not(:has(.swiper-slide-active)) {
  height: 64px;
}
#custom_sitemap_menu .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#custom_sitemap_menu .swiper-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#custom_sitemap_menu .swiper-nav > div {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cmask id='mask0_494_1208' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_494_1208)'%3E%3Cpath d='M16 22.5L6 12.5L16 2.5L17.775 4.275L9.55 12.5L17.775 20.725L16 22.5Z' fill='%23007DB2'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: auto;
  margin-top: 0;
  background-color: #f7f6f2;
}
#custom_sitemap_menu .swiper-nav > div.swiper-button-prev {
  left: 0;
}
#custom_sitemap_menu .swiper-nav > div:after {
  content: unset;
}
#custom_sitemap_menu .swiper-nav > div.swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
#custom_sitemap_menu .swiper-slide {
  opacity: 1;
  transition: opacity 0.4s ease;
  padding-bottom: 6px;
  width: fit-content;
}
#custom_sitemap_menu .swiper-slide a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
#custom_sitemap_menu .swiper-slide a.isCurrent {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #007db2;
}
body.moya-custom-menu aside {
  display: none;
}
body.moya-custom-menu main > .boxTitle h2 {
  padding-block: 21px;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35384615;
  margin-bottom: 18px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.moya-custom-menu main > .boxTitle h2 {
    max-width: 40vw;
    text-align: left;
  }
}
@media (min-width: 992px) {
  body.moya-custom-menu main:not(:has(> .boxTitle h2)) > .boxTitle {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.moya-custom-menu main:not(:has(> .boxTitle h2)) > .boxTitle {
    padding-bottom: 102px;
  }
}
body.moya-custom-menu main > .box > .boxTitle {
  display: none;
}
body.moya-custom-menu main > .box {
  opacity: 1;
  transition: opacity 0.4s ease;
}
body.moya-custom-menu main > .box.loadingContent {
  opacity: 0;
}
body.moya-custom-menu #contentContainer > .contentWrap:before {
  pointer-events: none;
  position: absolute;
  top: 230px;
  left: -10dvw;
  width: 152px;
  height: 152px;
  content: '';
  z-index: -1;
  border-radius: 50%;
  background-color: #DDE9CD;
}
@media (min-width: 992px) and (max-width: 1806px) {
  body.moya-custom-menu #contentContainer > .contentWrap:before {
    left: -85px;
  }
}
@media (max-width: 991px) {
  body.moya-custom-menu #contentContainer > .contentWrap:before {
    width: 97.152px;
    height: 97.152px;
    top: 420px;
    left: -58px;
  }
}
body.moya-custom-menu #contentContainer > .contentWrap:after {
  pointer-events: none;
  position: absolute;
  top: 510px;
  left: -30dvw;
  width: 524px;
  height: 524px;
  content: '';
  z-index: -1;
  border-radius: 50%;
  background-color: #E3F1F8;
}
@media (min-width: 992px) and (max-width: 1600px) {
  body.moya-custom-menu #contentContainer > .contentWrap:after {
    left: -465px;
  }
}
@media (max-width: 991px) {
  body.moya-custom-menu #contentContainer > .contentWrap:after {
    width: 293.958px;
    height: 293.958px;
    top: 920px;
    left: -185px;
  }
}
body.moya-custom-menu #contentContainer > .contentWrap > .row:before {
  pointer-events: none;
  position: absolute;
  top: 1080px;
  right: 0;
  width: 141.57px;
  height: 141.57px;
  flex-shrink: 0;
  content: '';
  z-index: -1;
  border-radius: 50%;
  background-color: #E3F1F8;
}
@media (max-width: 991px) {
  body.moya-custom-menu #contentContainer > .contentWrap > .row:before {
    top: 1260px;
    width: 70.042px;
    height: 70.042px;
    right: 15px;
  }
}
body.moya-custom-menu #contentContainer > .contentWrap > .row:after {
  pointer-events: none;
  position: absolute;
  top: 1290px;
  right: -30dvw;
  width: 610.43px;
  height: 610.43px;
  content: '';
  z-index: -1;
  border-radius: 50%;
  background-color: #DDE9CD;
}
@media (min-width: 992px) and (max-width: 1600px) {
  body.moya-custom-menu #contentContainer > .contentWrap > .row:after {
    right: -465px;
  }
}
@media (max-width: 991px) {
  body.moya-custom-menu #contentContainer > .contentWrap > .row:after {
    width: 293.958px;
    height: 293.958px;
    top: 1380px;
    right: -185px;
  }
}
#importcalc .elm {
  margin-bottom: 26px;
}
#importcalc .required {
  color: black;
  font-weight: bold;
}
#importcalc .required:after {
  color: red;
}
/** Frontpage **/
.frontpage main .recall.themeColor a {
  margin-left: 18px;
}
.frontpage main .box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1 0 auto;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .frontpage main .box {
    margin-bottom: 20px;
  }
}
.frontpage main .box > .wrap {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .frontpage main .box.last {
    margin-bottom: 50px;
  }
}
.frontpage main .box.box_tiny:nth-child(2) > .wrap.fadeInUp {
  animation-delay: 0.1s;
}
.frontpage main .box.box_tiny:nth-child(3) > .wrap.fadeInUp {
  animation-delay: 0.2s;
}
.frontpage main .box.box_tiny > .wrap {
  transition: opacity 0.4s ease;
  opacity: 0;
}
.frontpage main .box .boxTitle h2 {
  margin-bottom: 25px;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.frontpage main .box.w33 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .frontpage main .box.w33 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .frontpage main .box.w33 {
    float: left;
    width: 33.33333333%;
  }
}
.frontpage main .box.w50 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .frontpage main .box.w50 {
    float: left;
    width: 50%;
  }
}
.frontpage main .box.themeColor > .wrap {
  border-top: 2px solid transparent;
  background: #fff;
  padding: 33px 15px 21px;
  font-size: 18px;
}
.frontpage main .box.themeColor > .wrap > * {
  max-width: 411px;
  margin-left: auto;
  margin-right: auto;
}
.frontpage main .box.themeColor a {
  color: #000;
}
.frontpage main .box.themeColor.green > .wrap {
  border-top-color: #7ab422;
}
.frontpage main .box.themeColor.green svg path {
  fill: #76b539;
}
.frontpage main .box.themeColor.green a:hover {
  color: #7ab422;
}
.frontpage main .box.themeColor.green ul li:before {
  color: #7ab422;
}
.frontpage main .box.themeColor.blue > .wrap {
  border-top-color: #007db2;
}
.frontpage main .box.themeColor.blue a:hover {
  color: #007db2;
}
.frontpage main .box.themeColor.blue ul li:before {
  color: #007db2;
}
@media (max-width: 767px) {
  .frontpage main .box.themeColor.singleLink > .wrap {
    padding: 29px 15px 30px;
  }
}
.frontpage main .box.themeColor.singleLink a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.frontpage main .box.themeColor ul li {
  position: relative;
  padding-left: 20px;
}
.frontpage main .box.themeColor ul li:not(:last-child) {
  margin-bottom: 5px;
}
.frontpage main .box.themeColor ul li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f105";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px !important;
  color: #000;
}
.frontpage main .box.themeColor ul li:before.fa-pull-left {
  margin-right: 0.3em;
}
.frontpage main .box.themeColor ul li:before.fa-pull-right {
  margin-left: 0.3em;
}
.frontpage main .box.themeColor ul li:not(:last-child) {
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .frontpage main .box.themeColor ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .frontpage main .box.themeColor ul li {
    margin-left: 13px;
  }
}
@media (max-width: 767px) {
  .frontpage main .box_tiny:not(.singleLink) .wrap {
    padding: 33px 15px 46px;
  }
}
.frontpage main .box_tiny:not(.singleLink):last-child {
  margin-bottom: 34px;
}
.box_newsheadlines.recall .item {
  position: relative;
}
.box_newsheadlines.recall .item:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f105";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px!important;
  color: #76b539;
}
.box_newsheadlines.recall .item:before.fa-pull-left {
  margin-right: 0.3em;
}
.box_newsheadlines.recall .item:before.fa-pull-right {
  margin-left: 0.3em;
}
.box_newsheadlines.recall .item:not(:last-of-type) {
  margin-bottom: 11px;
}
.box_newsheadlines:not(.recall) .itemsWrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
@media (max-width: 479px) {
  .box_newsheadlines:not(.recall) .itemsWrap {
    grid-template-columns: none;
  }
}
.box_newsheadlines:not(.recall) .item {
  position: relative;
  min-height: 1px;
  transition: transform 0.4s ease;
}
.box_newsheadlines:not(.recall) .item .image {
  position: relative;
  min-width: 343px;
  min-height: 250px;
}
.box_newsheadlines:not(.recall) .item .image span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.box_newsheadlines:not(.recall) .item .image .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  backface-visibility: hidden;
}
.box_newsheadlines:not(.recall) .item h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .box_newsheadlines:not(.recall) .item h3 {
    font-size: 16px;
  }
}
.box_newsheadlines:not(.recall) .item h3 a {
  display: block;
  color: #000;
}
.box_newsheadlines:not(.recall) .item h3 a:hover {
  color: #007db2;
}
.box_newsheadlines:not(.recall) .item h3 a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.box_newsheadlines:not(.recall) .item .date {
  font-size: 16px;
  font-weight: 400;
}
.box_newsheadlines:not(.recall) .item:hover {
  transform: perspective(1px) scale(1.04);
}
.box_newsheadlines:not(.recall) .item .jip {
  position: absolute;
  background: #fff;
  padding: 10px;
  z-index: 1;
}
.box_newsheadlines:not(.recall) .entriesFooter a {
  display: flex;
}
.box_newsheadlines:not(.recall) .entriesFooter a.archive {
  justify-content: flex-end;
  font-weight: 600;
  color: #000;
}
.box_newsheadlines:not(.recall) .entriesFooter a.archive:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f061";
  color: #007db2;
  margin-left: 10px;
  margin-top: 5px;
}
.box_newsheadlines:not(.recall) .entriesFooter a.archive:after.fa-pull-left {
  margin-right: 0.3em;
}
.box_newsheadlines:not(.recall) .entriesFooter a.archive:after.fa-pull-right {
  margin-left: 0.3em;
}
.box_newsheadlines:not(.recall) .entriesFooter a.archive:hover {
  color: #007db2;
}
.box_newsheadlines:not(.recall) .owl-nav {
  position: absolute;
  left: -15px;
  right: -15px;
  top: 130px;
  margin: auto;
  height: 0;
  display: flex;
  justify-content: space-between;
}
.box_newsheadlines:not(.recall) .owl-nav button i {
  font-size: 25px;
  color: #4589ca;
  background: #f3f3f3;
  border-color: #4589ca;
  border-radius: 60%;
}
@media (min-width: 1200px) {
  #banner .mobileQn {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banner .mobileQn {
    display: none !important;
  }
}
body:not(.frontpage) #banner .mobileQn {
  display: none;
}
@media (max-width: 991px) {
  #banner .mobileQn {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 32px;
  }
  #banner .mobileQn li {
    display: flex;
  }
  #banner .mobileQn li > a {
    background-color: #fff;
    padding: 10px 25px 10px 66px;
    border: 1px solid #007db2;
    border-radius: 25px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    position: relative;
    transition: color 0.4s ease, background-color 0.4s ease, border 0.4s ease;
  }
  #banner .mobileQn li > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900!important;
    content: "\f086";
    margin-right: 8px;
    color: #007db2;
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 24px;
    transition: color 0.4s ease;
  }
  #banner .mobileQn li > a:before.fa-pull-left {
    margin-right: 0.3em;
  }
  #banner .mobileQn li > a:before.fa-pull-right {
    margin-left: 0.3em;
  }
  #banner .mobileQn li > a:hover {
    color: #fff;
    background-color: #007db2;
    border: 1px solid #fff;
  }
  #banner .mobileQn li > a:hover:before {
    color: #fff !important;
    fill: #fff;
  }
}
@media (min-width: 1200px) {
  #banner .mmLevel1 {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #banner .mmLevel1 {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #banner .mmLevel1 {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  #banner .mmLevel1 > li {
    background-color: #f4f8fb;
    margin-bottom: 1px;
  }
  #banner .mmLevel1 > li > a {
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 10px 11px;
    font-size: 24px;
    font-weight: 500;
    background-color: #2177b4;
  }
  #banner .mmLevel1 > li.goto > a {
    pointer-events: none;
  }
  #banner .mmLevel1 > li:not(.open) > .mmLevel2 {
    max-height: 0!important;
  }
  #banner .mmLevel1 > li .mmLevel2 {
    overflow: hidden;
    transition: max-height 0.4s ease, background-color 0.4s ease;
    background-color: #fff;
  }
  #banner .mmLevel1 > li .mmLevel2 .level2 > a {
    color: #000;
    padding: 5px 15px 5px 30px;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    border-bottom: 1px solid #2177b4;
    position: relative;
  }
  #banner .mmLevel1 > li .mmLevel2 .level2 > a > span {
    pointer-events: none;
  }
  #banner .mmLevel1 > li .mmLevel2 .level2 > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900!important;
    content: "\f105";
    position: absolute;
    left: 10px;
    top: 12px;
    color: #76b539;
    font-size: 20px;
  }
  #banner .mmLevel1 > li .mmLevel2 .level2 > a:before.fa-pull-left {
    margin-right: 0.3em;
  }
  #banner .mmLevel1 > li .mmLevel2 .level2 > a:before.fa-pull-right {
    margin-left: 0.3em;
  }
  #banner .mmLevel1 > li .mmLevel2 .level2:last-child > a {
    border-bottom: transparent;
  }
  #banner .mmLevel1 > li .mmLevel2 .mmLevel3 {
    display: none;
  }
}
#frontbox {
  margin-top: 50px;
  margin-bottom: 50px;
}
#frontbox > ul {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(720px, 1fr));
}
@media (max-width: 1515px) {
  #frontbox > ul {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
}
@media (max-width: 767px) {
  #frontbox > ul {
    grid-template-columns: none;
    gap: 60px;
  }
}
#frontbox > ul > li {
  position: relative;
  display: flex;
  max-width: 720px;
  max-height: 248px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #frontbox > ul > li {
    max-width: 100%;
    max-height: 350px;
  }
}
#frontbox > ul > li .wrap .image {
  position: relative;
  overflow: hidden;
}
#frontbox > ul > li .wrap .image img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
@media (max-width: 767px) {
  #frontbox > ul > li .wrap .image img {
    object-fit: cover;
    height: auto;
  }
}
@media (max-width: 479px) {
  #frontbox > ul > li .wrap .image img {
    aspect-ratio: 1.5;
  }
}
#frontbox > ul > li .wrap .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 60%;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0), #000000 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  #frontbox > ul > li .wrap .image:after {
    height: 80%;
  }
}
#frontbox > ul > li .wrap .content .text {
  position: absolute;
  bottom: 40px;
  left: 35px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  max-width: 250px;
  z-index: 2;
}
@media (max-width: 767px) {
  #frontbox > ul > li .wrap .content .text {
    bottom: 20px;
    left: 20px;
    font-size: 18px;
  }
}
#frontbox > ul > li a.more {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#frontbox > ul > li .jip {
  z-index: 4;
}
@media (min-width: 992px) {
  #frontbox li:hover .wrap .image img {
    transform: perspective(1px) scale(1.08);
  }
  #frontbox li:hover .content .text {
    text-decoration: underline;
  }
}
#custom-promo {
  position: relative;
  padding-top: 20px;
}
#custom-promo .items {
  display: grid;
  gap: 30px;
}
@media (min-width: 1200px) {
  #custom-promo .items {
    height: 801px;
    grid-template-areas: 'one one two' 'one one three' 'four five six';
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #custom-promo .items {
    grid-template-areas: 'one one' 'two two' 'three four' 'five six';
  }
}
@media (max-width: 767px) {
  #custom-promo .items {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
#custom-promo .item.news {
  grid-area: one;
}
#custom-promo .item:nth-of-type(2) {
  grid-area: two;
}
#custom-promo .item:nth-of-type(3) {
  grid-area: three;
}
#custom-promo .item:nth-of-type(4) {
  grid-area: four;
}
#custom-promo .item:nth-of-type(5) {
  grid-area: five;
}
#custom-promo .item:nth-of-type(6) {
  grid-area: six;
}
#custom-promo .item:hover .title {
  text-decoration: underline;
}
#custom-promo .item.news .info .categories:after {
  content: " | ";
}
@media (min-width: 1200px) {
  #custom-promo .item.news .title {
    font-size: 32px;
    font-weight: 700;
  }
}
#custom-promo .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.13888889;
  pointer-events: none;
  color: #fff;
  z-index: 3;
}
@media (max-width: 767px) {
  #custom-promo .content {
    font-size: 22px;
    line-height: 1.13636364;
    padding-bottom: 18px;
  }
}
#custom-promo .content .info {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 3;
}
@media (max-width: 767px) {
  #custom-promo .content .info {
    font-size: 12px;
  }
}
#custom-promo .noImage {
  background-color: #007db2;
}
.frontpage #main .box.box_aitems.box_ord_1.full .contentWrap {
  max-width: 1920px;
}
@media (max-width: 991px) {
  .frontpage #main .box.box_aitems.box_ord_1.full .contentWrap {
    padding: 0;
  }
}
.frontpage #main .box.box_aitems.box_ord_1.full .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .frontpage #main .box.box_aitems.box_ord_1.full .wrapper {
    padding: 0 45px;
  }
}
@media (min-width: 768px) {
  #custom-promo,
  #custom-promo .item,
  #custom-promo .image,
  #custom-promo.contentWrap {
    overflow: hidden;
  }
}
#custom-promo .items {
  width: 100%;
}
#custom-promo .item {
  position: relative;
}
#custom-promo .item .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.4s;
}
#custom-promo .item .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 40%;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0), #000000 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  #custom-promo .item .image:after {
    height: 80%;
  }
}
@media (min-width: 992px) {
  #custom-promo .item .image:hover {
    transform: perspective(1px) scale(1.08);
  }
}
#custom-promo .item .content {
  position: absolute;
}
@media (max-width: 1199px) {
  #custom-promo .item {
    padding-bottom: 54.32989691%;
  }
}
/** Bundles **/
.mm-wrapper__blocker {
  z-index: 98;
}
.mm-menu {
  z-index: 98!important;
}
.mm-menu .mm-panels {
  top: 0!important;
  background: none;
}
.mm-subopened .mm-menu .mm-panels {
  top: 62px!important;
  border-top: 1px solid #e5e5e5;
}
.mm-menu .mm-panel {
  padding-top: 0!important;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
.mm-menu .mm-panel:before {
  height: auto;
}
.mm-menu .mm-panel .mm-listview {
  margin-top: 0!important;
  margin-left: 0;
  margin-right: 0;
}
.mm-menu .mm-panel:first-child .mm-navbar__title {
  display: none;
}
.mm-menu .mm-panel:first-child .mm-navbar {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu .mm-navbar {
  position: relative;
  height: auto!important;
  background: none;
  border: none;
}
.mm-menu .mm-navbars_top {
  border: 0;
  z-index: initial;
  height: 64px!important;
}
.mm-menu .mm-listitem:after {
  display: none;
}
@media (max-width: 991px) {
  .mm-page:before {
    content: '';
    background: none;
    transition: background 0.4s ease;
  }
  html.mm-wrapper_opened .mm-page:before {
    position: fixed;
    display: block !important;
    height: 100% !important;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.7);
  }
  body.loggedIn .mm-page:before {
    top: 100px;
  }
}
.mm-menu {
  background-color: #f7f6f2;
  color: #000;
  width: 100%;
  z-index: 98;
  transition: transform 0.5s ease, max-width 0.4s ease;
  transform: translateX(0);
  max-width: 340px;
  top: 70px;
}
@media print {
  .mm-menu {
    display: none!important;
  }
}
@media (max-width: 479px) {
  .mm-menu {
    max-width: 91%;
  }
}
.mm-menu #searchBoxMobile {
  display: none;
}
@media (min-width: 992px) {
  .mm-menu {
    display: none;
  }
}
.mm-menu:not(.mm-menu_opened) {
  transform: translateX(100%);
}
body.tabbing .mm-menu:not(.mm-menu_opened) {
  display: none;
}
.loggedIn .mm-menu {
  margin-top: 31px;
}
.mm-menu #qn {
  display: flex;
  flex-direction: column;
  margin: 20px 15px 0 15px;
}
.mm-menu #qn .menu {
  display: flex;
  flex-direction: column;
}
.mm-menu #qn .menu li {
  display: flex;
  margin-right: 0;
  margin-bottom: 10px;
}
.mm-menu #qn .menu li.formbuilder > a:lang(is) {
  padding: 12px 10px 12px 60px;
}
.mm-menu #qn .menu li.formbuilder > a:lang(en):before {
  top: 10px;
}
.mm-menu #qn .menu li.formbuilder > a:before {
  font-size: 22px;
  top: 8px;
  left: 20px;
}
.mm-menu #qn .menu li.lock > a:before {
  height: 24px;
  width: 26px;
  left: 20px;
  top: 10px;
}
.mm-menu #qn .menu li a {
  padding: 12px 24px 12px 60px;
  position: relative;
  width: 100%;
}
.mm-menu .mm-panels {
  z-index: inherit;
  top: 60px;
  bottom: 0;
}
.mm-menu .mm-panel:nth-of-type(1) {
  padding-top: 10px;
  overflow: visible;
}
.mm-menu .mm-panel:nth-of-type(1) .mm-navbar {
  background: none;
  padding: 0;
  border: none;
}
.mm-menu .mm-panel:not(:first-child) {
  background-color: #fff;
}
.mm-menu .mm-panel .mm-navbar a {
  color: #fff;
}
.mm-menu .mm-panel_opened-parent {
  transform: translate3d(-100%, 0, 0);
}
.mm-menu .mm-navbars_top {
  height: 70px;
}
.mm-menu .mm-navbars_top .home {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 21px 10px 23px 11px;
  z-index: 1;
  color: #007db2;
  transition: opacity 0.4s ease;
}
.mm-menu .mm-navbars_top .home:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f015";
  font-size: 18px;
  padding-right: 8px;
}
.mm-menu .mm-navbars_top .home:before.fa-pull-left {
  margin-right: 0.3em;
}
.mm-menu .mm-navbars_top .home:before.fa-pull-right {
  margin-left: 0.3em;
}
html:not(.mm-subopened) .mm-menu .mm-navbars_top .home {
  display: none;
}
.mm-menu .mm-navbar {
  border: 0;
  text-align: left;
  padding-left: 30px;
  padding-right: 15px;
}
.mm-menu .mm-navbar .mm-btn_prev {
  width: 30px;
  padding-left: 10px;
  height: 50px;
  background: #007db2;
}
.mm-menu .mm-navbar .mm-btn_prev:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f104";
  font-size: 18px;
  border: 0;
  color: #fff;
  position: relative;
  top: 1px;
  left: 2px;
  margin: 0;
  width: auto;
  height: auto;
  transform: none;
}
.mm-menu .mm-navbar .mm-btn_prev:before.fa-pull-left {
  margin-right: 0.3em;
}
.mm-menu .mm-navbar .mm-btn_prev:before.fa-pull-right {
  margin-left: 0.3em;
}
.mm-menu .mm-navbar .mm-navbar__title {
  font-size: 20px;
  font-weight: 500;
  color: #007db2 !important;
  padding: 14px 0 15px 14px;
}
.mm-menu .mm-listview > li {
  border-top: 1px solid #e0e0e0;
  /* Disable level1 links */
}
.mm-menu .mm-listview > li:nth-last-child(2) {
  border-bottom: 1px solid #e0e0e0;
}
.mm-menu .mm-listview > li:nth-last-child(2) a::after {
  border-bottom-width: 0;
}
body:not(.tabbing) .mm-menu .mm-listview > li.goto > .mm-btn_next,
body:not(.tabbing) .mm-menu .mm-listview > li.level1 > .mm-btn_next {
  width: 100%;
}
.mm-menu .mm-listview > li.level1 a.mm-listitem__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 0 5px 22px;
}
.mm-menu .mm-listview > li a.mm-listitem__text {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0 10px 45px;
}
.mm-menu .mm-listview > li:not(.qn).level1 > a.mm-listitem__text:last-child:after,
.mm-menu .mm-listview > li:not(.qn).level2 > a.mm-listitem__text:last-child:after {
  color: #007db2 !important;
  opacity: 0;
}
.mm-menu .mm-listview > li.children a.mm-listitem__text {
  margin-right: 50px;
}
.mm-menu .mm-listview > li .mm-btn_next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  border: 0;
  padding: 0;
}
.mm-menu .mm-listview > li .mm-btn_next:before,
.mm-menu .mm-listview > li:not(.qn).level1 > a.mm-listitem__text:last-child:after,
.mm-menu .mm-listview > li:not(.qn).level2 > a.mm-listitem__text:last-child:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f054";
  font-size: 18px;
  color: #76b539;
  border: 0;
  width: 40px;
  position: absolute;
  top: 0;
  right: 5px;
  text-align: center;
  line-height: 50px;
}
.mm-menu .mm-listview > li .mm-btn_next:before.fa-pull-left {
  margin-right: 0.3em;
}
.mm-menu .mm-listview > li .mm-btn_next:before.fa-pull-right {
  margin-left: 0.3em;
}
.mm-menu .mm-listview > li .mm-btn_next:after {
  display: none;
}
@media (min-width: 992px) {
  #mainmenu .mmLevel1 .level1 {
    position: relative;
  }
  #mainmenu .mmLevel1 .level1:not(.open) > .mmLevel2 {
    max-height: 0!important;
    overflow: hidden;
  }
  .tabbing #mainmenu .mmLevel1 .level1:not(.open) > .mmLevel2 {
    display: none;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 {
    display: block;
    position: absolute;
    top: 45px;
    left: -1px;
    min-width: 225px;
    background: #fff;
    z-index: 99;
    text-align: left;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 0.32);
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li:first-of-type {
    position: relative;
    padding-top: 10px;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li:last-of-type {
    padding-bottom: 30px;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li a {
    position: relative;
    display: block;
    padding: 0 20px 0 40px;
    margin: 0 30px;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    color: #000;
    transition: border 0.4s ease, color 0.4s ease, background-color 0.4s ease;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900!important;
    content: "\f105";
    font-size: 18px;
    color: #76b539;
    position: absolute;
    top: 14px;
    left: 8px;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li a:before.fa-pull-left {
    margin-right: 0.3em;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li a:before.fa-pull-right {
    margin-left: 0.3em;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li a:hover {
    color: #fff;
    background-color: #007db2;
    border-bottom: 1px solid #007db2;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li a:hover:before {
    color: #fff;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li a span {
    display: block;
    padding: 10px 0 12px;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li.selectedLevel2 a {
    position: relative;
    color: #006F9E;
  }
  #mainmenu .mmLevel1 .level1 .mmLevel2 li ul {
    display: none;
  }
  #mainmenu .mmLevel1 .level1.open > a {
    z-index: 99;
  }
  #mainmenu .mmLevel1 .level1.open > a:after {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  #mainmenu .mmLevel1 .level1.open > a:after {
    bottom: 1px;
  }
  #mainmenu .mmLevel1 .level1.open .mmLevel2 {
    opacity: 1;
  }
}
div.helpful {
  /* Submit + Cancel */
}
@media print {
  div.helpful {
    display: none!important;
  }
}
div.helpful:before,
div.helpful:after {
  display: table;
  content: " ";
}
div.helpful:after {
  clear: both;
}
div.helpful:before,
div.helpful:after {
  display: table;
  content: " ";
}
div.helpful:after {
  clear: both;
}
div.helpful:before,
div.helpful:after {
  content: " ";
  display: block;
}
div.helpful:after {
  clear: both;
}
div.helpful:before,
div.helpful:after {
  content: " ";
  display: block;
}
div.helpful:after {
  clear: both;
}
div.helpful .elm {
  margin-bottom: 0;
}
div.helpful fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
div.helpful #fieldset_yesFieldset {
  float: left;
}
@media (max-width: 767px) {
  div.helpful #fieldset_yesFieldset > .wrap {
    display: flex;
  }
}
@media (max-width: 479px) {
  div.helpful #fieldset_yesFieldset {
    float: none;
    margin-bottom: 10px;
  }
}
div.helpful #fieldset_yesFieldset.open legend {
  margin-bottom: 20px;
}
div.helpful #fieldset_yesFieldset legend {
  width: auto;
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  line-height: 2.5;
  color: #000;
  padding: 2px 8px 0 0;
  transition: margin-bottom 0.4s ease;
}
@media (max-width: 479px) {
  div.helpful #fieldset_yesFieldset legend {
    float: none;
    padding-bottom: 6px;
    padding-right: 0;
  }
}
div.helpful #fieldset_yesFieldset #elm_helpfulBtn {
  float: left;
  display: flex;
  margin-top: 2px;
  margin-left: 7px;
}
@media (max-width: 479px) {
  div.helpful #fieldset_yesFieldset #elm_helpfulBtn {
    float: none;
    margin-top: 0;
    margin-left: 8px;
  }
}
div.helpful #fieldset_yesFieldset button {
  background: transparent;
  box-shadow: none;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  border: 0;
  color: #007db2;
  position: relative;
  clear: left;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
div.helpful #fieldset_yesFieldset button:hover {
  background: #007db2;
  color: #fff;
}
body:not(.tabbing) div.helpful #fieldset_yesFieldset button input {
  height: 0;
  position: absolute;
  left: -9999em;
}
div.helpful #fieldset_yesFieldset .lmnt br {
  display: none;
}
div.helpful #fieldset_noFieldset {
  clear: both;
  position: relative;
  padding: 0 0 25px 0;
  margin-bottom: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  div.helpful #fieldset_noFieldset {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  div.helpful #fieldset_noFieldset {
    padding: 15px 0 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
div.helpful #fieldset_noFieldset legend {
  float: left;
  position: relative;
  margin: 0;
  border: 0;
  padding: 40px 0 15px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991px) {
  div.helpful #fieldset_noFieldset legend {
    padding-top: 20px;
  }
}
div.helpful #elm_reason {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  div.helpful #elm_reason {
    float: left;
    width: 50%;
  }
}
div.helpful #elm_extra {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  div.helpful #elm_extra {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  div.helpful #elm_extra {
    padding-left: 0;
    margin-top: -43px;
  }
}
div.helpful #elm_reason {
  clear: both;
  margin-bottom: 14px;
}
div.helpful #elm_reason input[type=radio] {
  position: absolute;
  left: 22px;
}
.tabbing div.helpful #elm_reason input[type=radio] {
  z-index: 1;
}
div.helpful #elm_reason input[type=radio] + label {
  position: relative;
  display: block!important;
  color: #333;
  font-size: 18px;
  padding-left: 28px;
  margin-bottom: 12px;
}
div.helpful #elm_reason input[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #ccc;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.tabbing div.helpful #elm_reason input[type=radio] + label:before {
  opacity: 0;
}
div.helpful #elm_reason input[type=radio]:checked + label:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f111";
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 19px;
  font-size: 7px!important;
  text-align: center;
  color: #007db2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
div.helpful #elm_reason input[type=radio]:checked + label:after.fa-pull-left {
  margin-right: 0.3em;
}
div.helpful #elm_reason input[type=radio]:checked + label:after.fa-pull-right {
  margin-left: 0.3em;
}
.tabbing div.helpful #elm_reason input[type=radio]:checked + label:after {
  opacity: 0;
}
div.helpful #elm_reason label {
  display: block;
  background: transparent;
  font-size: 18px;
  color: #000;
  margin-bottom: 3px;
}
div.helpful #elm_reason br {
  display: none;
}
div.helpful #elm_extra label {
  display: block;
  color: #000;
  text-align: left;
  font-size: 16px;
  padding-top: 1px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  div.helpful #elm_extra label {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media (min-width: 991px) {
  div.helpful #elm_extra .lmnt {
    display: block;
  }
}
div.helpful #elm_extra textarea {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  min-width: 0;
  height: 153px;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  resize: none;
}
div.helpful #elm_g-recaptcha-response {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.helpful #elm_g-recaptcha-response {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  div.helpful #elm_g-recaptcha-response {
    float: left;
    width: 50%;
  }
}
div.helpful #elm_helpful_cancel,
div.helpful #elm_helpful_submit {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  div.helpful #elm_helpful_cancel,
  div.helpful #elm_helpful_submit {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  div.helpful #elm_helpful_cancel,
  div.helpful #elm_helpful_submit {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  div.helpful #elm_helpful_cancel,
  div.helpful #elm_helpful_submit {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  div.helpful #elm_helpful_cancel,
  div.helpful #elm_helpful_submit {
    float: left;
    width: 50%;
  }
}
div.helpful #elm_helpful_cancel label,
div.helpful #elm_helpful_submit label {
  display: none;
}
div.helpful #elm_helpful_cancel button,
div.helpful #elm_helpful_submit button {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 21px;
  border: 1px solid #007db2;
  outline: 0;
  border-radius: 3px;
  transition: background 0.4s ease, color 0.4s ease;
  background: #007db2;
}
div.helpful #elm_helpful_cancel button:focus,
div.helpful #elm_helpful_submit button:focus,
div.helpful #elm_helpful_cancel button:hover,
div.helpful #elm_helpful_submit button:hover {
  background: #fff;
  color: #007db2;
}
div.helpful #elm_helpful_cancel {
  height: 0;
}
div.helpful #elm_helpful_cancel button {
  position: relative;
  z-index: 1;
  margin-right: 120px;
  margin-top: 1px;
}
div.helpful #elm_g-recaptcha-response {
  clear: both;
  margin: 0 0 25px 3px;
  width: auto;
}
@media (min-width: 768px) {
  div.helpful #elm_g-recaptcha-response {
    height: 0;
  }
}
@media (max-width: 991px) {
  div.helpful #elm_g-recaptcha-response {
    margin-top: 10px;
    margin-left: 0;
  }
}
div.helpful ul.errors {
  display: inline-block;
  width: auto;
}
div.helpful #helpful-success {
  padding: 15px 0;
  color: #333;
}
ul.ui-autocomplete.headSearch {
  border-color: #e4e4e4;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}
ul.ui-autocomplete.headSearch .ui-menu-item {
  font-size: 18px;
  list-style: none;
  transition: background 0.4s ease;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4 !important;
  cursor: pointer;
}
ul.ui-autocomplete.headSearch .ui-menu-item.header {
  display: block;
  background: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
}
ul.ui-autocomplete.headSearch .ui-menu-item.header .result__label {
  display: block;
  overflow: hidden;
  color: #000;
}
ul.ui-autocomplete.headSearch .ui-menu-item.header .result__label > span {
  padding-top: 20px;
  padding-bottom: 19px;
}
ul.ui-autocomplete.headSearch .ui-menu-item.header .result__label .result__title {
  float: left;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}
@media (min-width: 768px) {
  ul.ui-autocomplete.headSearch .ui-menu-item.header .result__label .result__seeAll {
    padding: 18px 20px 21px;
    border-left: 1px solid #e4e4e4;
    float: right;
  }
}
@media (max-width: 767px) {
  ul.ui-autocomplete.headSearch .ui-menu-item.header .result__label .result__seeAll {
    float: left;
    padding-top: 0;
  }
}
ul.ui-autocomplete.headSearch .ui-menu-item.header .result__label .result__seeAll span {
  font-weight: bold;
}
ul.ui-autocomplete.headSearch .ui-menu-item.header .result__label .result__seeAll:hover {
  color: #007db2;
}
ul.ui-autocomplete.headSearch .ui-menu-item.result .result__label {
  padding: 10px;
  border-left: 1px solid #e4e4e4;
}
ul.ui-autocomplete.headSearch .ui-menu-item.result .result__label .result__title {
  display: block;
}
ul.ui-autocomplete.headSearch .ui-menu-item.result .result__label .result__title span {
  padding-left: 5px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
ul.ui-autocomplete.headSearch .ui-menu-item.result .result__label .result__url {
  display: block;
  color: #007db2;
  word-break: break-all;
}
ul.ui-autocomplete.headSearch .ui-menu-item .result__type {
  flex: 1;
  font-size: 18px;
  color: #007db2;
  min-width: 60px;
  max-width: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  ul.ui-autocomplete.headSearch .ui-menu-item .result__type {
    min-width: 40px;
    max-width: 40px;
  }
}
ul.ui-autocomplete.headSearch .ui-menu-item:hover {
  background: #f3f3f3;
}
ul.ui-autocomplete.headSearch .ui-state-focus {
  border: 0;
}
#searchMobileWrap {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 85px;
  height: 70px;
  position: fixed;
}
header #searchMobileWrap {
  top: 0;
  z-index: 10;
  right: 90px;
}
.loggedIn header #searchMobileWrap {
  top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #searchMobileWrap {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #searchMobileWrap {
    display: none !important;
  }
}
.searchToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 100%;
  height: 100%;
  color: #007db2;
  background: transparent;
  border: none;
  text-align: center;
  transition: background 0.4s, color 0.4s ease, transform 0.4s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .searchToggle {
    display: block;
  }
}
#mMenu .searchToggle {
  top: 10px;
  left: 10px;
}
.mm-subopened #mMenu .searchToggle {
  display: none;
}
.stillingar .searchToggle {
  box-shadow: none;
  border: 1px solid;
}
.searchToggle:hover {
  color: #007db2;
}
.search-open .searchToggle {
  transform: rotate(360deg);
}
.searchToggle:before,
.searchToggle:after {
  content: '';
  position: absolute;
  display: block;
  font-size: 24px;
  transition: opacity 0.4s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .searchToggle:before,
  .searchToggle:after {
    left: 0;
    right: 0;
    top: 23px;
  }
}
.searchToggle:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f002";
  opacity: 1;
}
.searchToggle:before.fa-pull-left {
  margin-right: 0.3em;
}
.searchToggle:before.fa-pull-right {
  margin-left: 0.3em;
}
.search-open .searchToggle:before {
  opacity: 0;
  transform: rotate(-45deg);
}
.searchToggle:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f067";
  transform: rotate(45deg);
  opacity: 1;
}
.searchToggle:after.fa-pull-left {
  margin-right: 0.3em;
}
.searchToggle:after.fa-pull-right {
  margin-left: 0.3em;
}
body:not(.search-open) .searchToggle:after {
  opacity: 0;
}
div[id^=searchBoxMobile] {
  position: absolute;
  z-index: 31;
  margin-top: 1px;
  right: 0;
  left: 0;
  top: 69px;
  display: block;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  transition: max-height 0.4s ease;
}
@media (min-width: 992px) {
  div[id^=searchBoxMobile] {
    top: 241px;
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  div[id^=searchBoxMobile] {
    left: 50px;
    right: 50px;
  }
}
@media (min-width: 1500px) {
  div[id^=searchBoxMobile] {
    top: 141px;
    left: 391px;
    right: 50px;
  }
  div[id^=searchBoxMobile]:lang(en) {
    left: 471px;
  }
}
@media (max-width: 991px) {
  div[id^=searchBoxMobile] {
    position: fixed;
  }
}
#mMenu div[id^=searchBoxMobile] {
  z-index: 99;
  top: 60px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #e7e7e7;
  min-height: 0;
}
body[class*=search-] div[id^=searchBoxMobile] {
  border-bottom: 1px solid #e4e4e4;
}
body.tabbing:not(.search-open) div[id^=searchBoxMobile] {
  display: none;
}
.loggedIn div[id^=searchBoxMobile] {
  height: 183px;
}
@media (min-width: 992px) {
  .search-open div[id^=searchBoxMobile] {
    max-height: 167px;
  }
}
@media (max-width: 991px) {
  .search-open div[id^=searchBoxMobile] {
    max-height: 130px;
  }
}
div[id^=searchBoxMobile] form {
  position: relative;
  display: block;
  max-width: 900px;
  margin: 10px auto 0;
  padding: 30px 15px;
  transition: max-width 0.4s ease;
}
@media (max-width: 1200px) and (min-width: 992px) {
  div[id^=searchBoxMobile] form {
    max-width: 70%;
  }
}
#mMenu div[id^=searchBoxMobile] form {
  padding: 25px 19px 27px;
  margin: 0;
}
div[id^=searchBoxMobile] .elm_text {
  position: relative;
}
@media (min-width: 992px) {
  div[id^=searchBoxMobile] .elm_text {
    padding-top: 15px;
  }
}
div[id^=searchBoxMobile] .elm_text .lmnt {
  display: block;
}
#mMenu div[id^=searchBoxMobile] .elm_text {
  line-height: 0;
}
div[id^=searchBoxMobile] .elm_text.focus label {
  font-size: 14px;
  transform: translateY(-30px);
}
div[id^=searchBoxMobile] .elm_text label {
  position: absolute;
  left: 0;
  top: 18px;
  transition: font-size 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  font-weight: 300;
  font-style: italic;
  color: #333;
  font-size: 18px;
}
div[id^=searchBoxMobile] .elm_text .searchQ {
  font-size: 18px;
  width: 100%;
  height: auto;
  min-height: 0;
  padding-right: 40px;
  padding-bottom: 7px;
  padding-left: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  opacity: 0;
  box-shadow: none;
  transition: 0.4s ease all;
  transition-delay: 0.4s;
}
body.tabbing div[id^=searchBoxMobile] .elm_text .searchQ {
  outline-color: #007db2 !important;
  outline-offset: inherit;
  outline-width: 2px!important;
}
body.search-open div[id^=searchBoxMobile] .elm_text .searchQ {
  opacity: 1;
}
div[id^=searchBoxMobile] .elm_submit {
  position: absolute;
  right: 15px;
  top: 31px;
  color: #007db2;
}
#mMenu div[id^=searchBoxMobile] .elm_submit {
  top: 17px;
}
.stillingar div[id^=searchBoxMobile] .elm_submit {
  color: currentColor;
}
div[id^=searchBoxMobile] .elm_submit:before,
div[id^=searchBoxMobile] .elm_submit:after {
  content: '';
  position: absolute;
  display: block;
}
div[id^=searchBoxMobile] .elm_submit:before {
  left: 0;
  right: 4px;
  top: 0;
  bottom: 2px;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 50%;
}
div[id^=searchBoxMobile] .elm_submit:after {
  right: 6px;
  bottom: 10px;
  width: 11px;
  height: 2px;
  background: currentColor!important;
  transform: rotate(45deg);
}
div[id^=searchBoxMobile] .elm_submit input {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #007db2;
  background: transparent;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*#searchToggle {
	position: relative;
	border: 0;
	background: none;
	font-size:20px;
	color:@color-black;
	padding: 6px 0 0;
	display: inline-block;
	width:30px;
	text-align:center;
	transition:color .4s ease;

	@media (max-width:@screen-sm-max) {
		position: absolute;
		padding: 15px 0;
	}

	.search-open &,
	.search-closing & {
		color:@color-first;
	}

	i {
		transition:transform .4s ease;

		.search-open & {
			transform:perspective(1px) rotate(360deg);
		}
	}
}*/
#searchBox {
  flex: 1 0 auto;
  max-height: 56px;
  background-color: #2177b4;
  padding: 5px;
}
@media (max-width: 1640px) {
  #searchBox {
    display: none;
  }
}
#searchBox form {
  position: relative;
  overflow: hidden;
  transition: width 0.4s ease;
  background-color: #fff;
}
#searchBox form .elm_text {
  width: 100%;
}
#searchBox form:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #007db2;
  background: #fff;
}
#searchBox .elm_text {
  position: relative;
  float: right;
}
#searchBox .elm {
  margin: 0;
}
#searchBox .lmnt {
  display: block;
}
#searchBox label,
#searchBox #q {
  font-weight: 300;
  color: #333;
}
#searchBox label {
  position: absolute;
  left: 18px;
  top: 10px;
  transition: all 0.4s ease;
  width: calc(100% - 60px);
  white-space: nowrap;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 26px;
  font-size: 20px;
  line-height: 1.3;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  color: #666;
  font-weight: 400;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-delay: 1.2s;
}
#searchBox label.fadeIn {
  opacity: 1;
}
#searchBox .focus label {
  font-size: 14px;
  top: 3px;
}
#searchBox #q {
  width: 100%;
  border: 0;
  outline: 0;
  height: auto;
  box-shadow: none;
  padding: 14px 62px 0 18px;
  border-radius: 0;
  min-height: 46px;
}
@media (max-width: 1915px) {
  #searchBox #q {
    padding: 14px 35px 0 18px;
  }
}
#searchBox .elm_submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  display: flex;
  color: #fff;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.4s ease, border 0.4s ease;
}
#searchBox .elm_submit:hover:after {
  color: #007db2;
}
@media (max-width: 1915px) {
  #searchBox .elm_submit {
    width: 35px;
  }
}
#searchBox .elm_submit:after {
  position: absolute;
  pointer-events: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  content: "\f002";
  font-size: 20px;
  color: #000;
  transition: color 0.4s ease;
}
#searchBox .elm_submit:after.fa-pull-left {
  margin-right: 0.3em;
}
#searchBox .elm_submit:after.fa-pull-right {
  margin-left: 0.3em;
}
@media (max-width: 1915px) {
  #searchBox .elm_submit:after {
    font-size: 18px;
  }
}
#searchBox #searchSubmit {
  position: relative;
  overflow: hidden;
  background: none;
  border: 0;
  width: 50px;
  height: 46px;
  font-size: 0;
  box-shadow: none;
}
@media (max-width: 1915px) {
  #searchBox #searchSubmit {
    width: 35px;
  }
}
/** Print **/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !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^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media print {
  html,
  body {
    height: 99%;
    margin: 0;
  }
  a[href]:after {
    content: '';
  }
  .entryContent a:after {
    content: " (" attr(href) ")";
  }
  .frontpage a,
  #mainmenu a {
    text-decoration: none;
  }
  .frontpage a[href]:after,
  .entryContent a.fancybox:after {
    content: '';
  }
  body.loggedIn {
    padding-top: 0;
  }
  #mainmenu,
  #admin,
  .jip,
  footer,
  header,
  .entryFooter,
  .back,
  #breadcrumbs,
  #mainmenuToggle,
  .fb-like,
  #searchToggle,
  .paginationControl,
  #hero,
  #qn {
    display: none !important;
  }
  #gallery .image {
    float: left;
    width: 200px !important;
    margin: 0 10px 10px 0;
  }
  #gallery .image img {
    max-width: 100%;
  }
  #gallery .entry {
    border: 0;
  }
}
/** Local modules **/
#admin li.extras > a {
  background-image: url(/_moya/icons/Document.png) !important;
}
#grid-icon-form td.icon {
  text-align: center;
}
#grid-icon-form td.icon svg {
  max-width: 30px;
  max-height: 30px;
}
#grid-icon-form td.icon svg path {
  fill: #000;
}
.admin #extras .categorySelect {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.admin #extras .categorySelect li a {
  display: inline-block;
  padding: 6px 10px;
  color: #000;
}
.admin #extras .categorySelect li a:hover {
  color: #007db2;
}
.admin #extras .moya_form .elm small.description {
  font-size: 12px;
  color: #333;
}
.admin #extras .ui-tabs-panel + .elm_controls {
  margin: 0 1em 1em;
}
#extras .elm_Svg.eType_textarea #svg {
  font-family: monospace;
  font-size: 12px;
}
#extras #imageUpload li {
  padding-left: 40px;
}
#extras #imageUpload li:last-child {
  margin-bottom: 0;
}
#extras #imageUpload .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
#extras #imageUpload img[src$=".svg"] {
  max-width: 400px;
}
form .ui-multiselect {
  display: flex;
  min-width: 500px;
}
form .ui-multiselect > div {
  width: 50%!important;
}
form .ui-multiselect > div ul {
  height: auto!important;
  min-height: 150px;
  max-height: 210px;
}
form .ui-multiselect > div ul li {
  width: 100%!important;
  height: auto!important;
  min-height: 20px;
  padding-right: 20px;
}
form .ui-multiselect li.ui-draggable-dragging {
  height: auto!important;
}
form .ui-multiselect .available .actions {
  padding-left: 5px;
}
form .ui-multiselect .available .actions input.search {
  min-height: 0;
  min-width: 0;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  width: 50%;
  float: left;
  margin: 4px 0;
  padding: 10px 5px;
}
.cpanel .sub {
  margin-left: 42px;
  column-count: 2;
  column-gap: 30px;
}
.cpanel .sub a {
  color: #000;
}
.cpanel .sub a:hover {
  color: #007db2;
}
form#extras_box_items[data-source=all] #items-label,
form#extras_box_items[data-source=all] #items-element {
  display: none;
}
form#extras_box_items:not([data-source=all]) #limit-label,
form#extras_box_items:not([data-source=all]) #limit-element,
form#extras_box_items:not([data-source=all]) #order-label,
form#extras_box_items:not([data-source=all]) #order-element {
  display: none;
}
form#extras_box_items[data-use-readmore="0"] #readMoreLabel-label,
form#extras_box_items[data-use-readmore="0"] #readMoreLabel-element {
  display: none;
}
#extras_box_image .ms-dd {
  width: 100%;
}
#extras_box_image .ms-dd .ms-middle {
  align-items: center;
}
#extras_box_image .ms-dd .ms-dd-option-image {
  max-width: 120px;
  margin-right: 15px;
}
#extras #imageUpload {
  margin-top: 30px;
}
#extras #imageUpload.hasCollection {
  display: grid;
  grid-gap: 30px;
  grid-template-areas: "upload" "images" "collection";
  max-height: 90vh;
}
@media (min-width: 991px) {
  #extras #imageUpload.hasCollection {
    grid-template-areas: "upload collection" "images collection";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content 1fr;
  }
}
#extras #imageUpload.hasCollection .upload {
  grid-area: upload;
}
#extras #imageUpload.hasCollection .upload .dropzone {
  margin: 0;
}
#extras #imageUpload.hasCollection .images {
  grid-area: images;
  overflow: auto;
}
#extras #imageUpload.hasCollection .images li > img {
  width: 220px;
}
#extras #imageUpload .collection {
  grid-area: collection;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  overflow: auto;
}
#extras #imageUpload .collection .images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  grid-gap: 10px;
}
#extras #imageUpload .collection .image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#extras #imageUpload .collection .image > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
#extras #imageUpload .collection .image > span {
  font-size: 14px;
  text-transform: uppercase;
}
#extras #imageUpload .collection .image.noLinks:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: #fff url('https://static.stefna.is/icons/16/Warning.png') no-repeat center;
  padding: 5px;
  box-sizing: content-box;
}
#extras #imageUpload .collection .image a {
  position: absolute;
  line-height: 0;
  padding: 5px;
  transition: opacity 0.4s ease;
}
#extras #imageUpload .collection .image a.info {
  inset: 0;
  display: flex;
}
#extras #imageUpload .collection .image a.info .icon {
  width: 16px;
  margin: auto;
}
#extras #imageUpload .collection .image a.add {
  top: 0;
  left: 0;
}
#extras #imageUpload .collection .image a.edit {
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  #extras #imageUpload .collection .image:not(:hover) a {
    opacity: 0;
  }
}
#extras #imageUpload .collection .loadMore {
  margin: 30px 0;
  text-align: center;
}
#extras #imageUpload .collection[data-page="1"][data-pagecount="1"] .loadMore {
  display: none;
}
.image__info .image {
  margin-bottom: 30px;
}
.image__info .image img {
  max-height: 50vh;
}
.image__info dl {
  display: grid;
  grid-template-columns: max-content auto;
  grid-column-gap: 20px;
  margin: 0 0 30px;
  font-size: 16px;
}
.image__info dt {
  font-weight: bold;
}
.image__info .links {
  margin-bottom: 30px;
}
.image__info .buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.image__info form.replace {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 15px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.image__info form.replace dd {
  margin: 0;
}
.image__info #file {
  border: 1px solid var(--color-first);
  padding: 5px 10px;
  background: #fff;
}
.image__info .submit {
  font-family: inherit;
  background: #fff;
  cursor: pointer;
}
.image__info .submit,
.image__info .buttons a {
  color: var(--color-first);
  display: inline-block;
  border: 1px solid var(--color-first);
  padding: 5px 10px;
  font-size: 16px;
  transition: all 0.4s ease;
}
.image__info .submit:hover,
.image__info .buttons a:hover {
  background: var(--color-first);
  color: #fff;
}
.image__info .submit.delete:first-child,
.image__info .buttons a.delete:first-child {
  margin-left: auto;
}
.image__info .submit img,
.image__info .buttons a img {
  margin-right: 8px;
}
.image__info .image:not(.positionUpdated) + form #focusPointSave {
  display: none;
}
.image__info form.focusPoint {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
/** Local less */
#newsSearch {
  text-align: center;
  margin-bottom: 54px;
  margin-top: 40px;
}
#newsSearch #newsSearchQ {
  width: 50%;
}
#newsSearch label {
  display: none;
}
#newsSearch .lmnt {
  position: relative;
  display: inline-block;
}
#newsSearch .lmnt:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900!important;
  font-size: 23px;
  content: "\f002";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}
#newsSearch .lmnt:after.fa-pull-left {
  margin-right: 0.3em;
}
#newsSearch .lmnt:after.fa-pull-right {
  margin-left: 0.3em;
}
#newsSearch input {
  min-width: 364px;
  min-height: 60px;
  border-radius: 4px;
  padding: 0 20px 0 21px;
  font-size: 20px;
  color: #000;
  border: 1px solid #007db2;
}
#newsSearch input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#newsSearch input:-ms-input-placeholder {
  color: #000;
}
#newsSearch input::-webkit-input-placeholder {
  color: #000;
}
@media (min-width: 992px) {
  #newsSearch input {
    min-width: 697px;
    margin-left: 2px;
  }
}
@media (max-width: 479px) {
  #newsSearch input {
    min-width: 100%;
  }
}
#newsSearch .results {
  display: none;
  margin-top: 54px;
}
#newsSearch .results:not(:empty) {
  display: block;
}
#newsSearch.searching + .entries {
  display: none;
}
/*# sourceMappingURL=theme.css.map */
