/***************************************
 Import vendors
***************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,700italic,800&subset=latin,latin-ext);
html {
  box-sizing: border-box; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box; }

.mm-btn, .mm-menu {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  display: block;
  padding: 0;
  position: absolute; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking, html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/***************************************
 Import Base
***************************************/
/***************************************
 Reset
***************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  text-decoration: none; }

ins {
  background-color: #FFF;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

.wrapper input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/***************************************
	Mixins
***************************************/
/***
	Overwrite outer-container with no gutter.
***/
/***
	Introducing columns.
***/
/***
	Introducing mixin which moves column spans.
***/
/***
	Introducing mixin which clears first item in new row.
***/
/***
	Introducing mixin which resets omega.
***/
/***
	Introducing mixin which resets clear.
***/
/***
	Reseting list item styling.
***/
/***
	Overwrite clearfix mixin for IE8
***/
/***************************************
	Grid
***************************************/
.row {
  max-width: 68em;
  margin-left: -2%;
  margin-right: auto; }
  .row:after {
    clear: both;
    content: "";
    display: table; }

.col-4 {
  float: left;
  display: block;
  padding-left: 2%;
  width: 33.3333333333%; }

@media screen and (min-width: 48.0625em) {
  .row-l {
    max-width: 68em;
    margin-left: -2%;
    margin-right: auto; }
    .row-l:after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 48.0625em) {
  .col-l-3 {
    float: left;
    display: block;
    padding-left: 2%;
    width: 25%; } }

@media screen and (min-width: 48.0625em) {
  .col-l-4 {
    float: left;
    display: block;
    padding-left: 2%;
    width: 33.325%; } }

@media screen and (min-width: 48.0625em) {
  .col-l-6 {
    float: left;
    display: block;
    padding-left: 2%;
    width: 50%; } }

@media screen and (min-width: 48.0625em) {
  .col-l-8 {
    float: left;
    display: block;
    padding-left: 2%;
    width: 66.6625%; } }

@media screen and (min-width: 48.0625em) {
  .col-l-9 {
    float: left;
    display: block;
    padding-left: 2%;
    width: 75%; } }

@media screen and (min-width: 48.0625em) {
  .col-l-12 {
    float: left;
    display: block;
    padding-left: 2%;
    width: 100%; } }

@media screen and (min-width: 48.0625em) {
  .move-l-1 {
    margin-left: 8.325%; } }

.section-col-2 {
  margin-bottom: 0; }
  .section-col-2 > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .section-col-2 > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  @media screen and (min-width: 48.0625em) {
    .section-col-2 {
      max-width: 68em;
      margin-left: -2%;
      margin-right: auto; }
      .section-col-2:after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 48.0625em) {
    .section-col-2 > * {
      float: left;
      display: block;
      padding-left: 2%;
      width: 50%; }
      .section-col-2 > *:nth-child(2n) {
        margin-right: 0; }
      .section-col-2 > *:nth-child(2n+1) {
        clear: left; } }

.section-col-3 {
  margin-bottom: 0; }
  .section-col-3 > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .section-col-3 > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  @media screen and (min-width: 48.0625em) {
    .section-col-3 {
      max-width: 68em;
      margin-left: -2%;
      margin-right: auto; }
      .section-col-3:after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 48.0625em) {
    .section-col-3 > * {
      float: left;
      display: block;
      padding-left: 2%;
      width: 33.33375%; }
      .section-col-3 > *:nth-child(3n) {
        margin-right: 0; }
      .section-col-3 > *:nth-child(3n+1) {
        clear: left; } }

.section-col-4 {
  margin-bottom: 0; }
  .section-col-4 > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .section-col-4 > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  @media screen and (min-width: 30.0625em) {
    .section-col-4 {
      max-width: 68em;
      margin-left: -2%;
      margin-right: auto; }
      .section-col-4:after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 30.0625em) and (max-width: 48em) {
    .section-col-4 > * {
      float: left;
      display: block;
      padding-left: 2%;
      width: 50%; }
      .section-col-4 > *:nth-child(2n) {
        margin-right: 0; }
      .section-col-4 > *:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 48.0625em) {
    .section-col-4 > * {
      float: left;
      display: block;
      padding-left: 2%;
      width: 25%; }
      .section-col-4 > *:nth-child(4n) {
        margin-right: 0; }
      .section-col-4 > *:nth-child(4n+1) {
        clear: left; } }

/***************************************
	Colors
***************************************/
/***************************************
	Icons
***************************************/
@font-face {
  font-family: 'icomoon';
  src: url("../images/font-icons/icomoon.eot?131zed");
  src: url("../images/font-icons/icomoon.eot?131zed#iefix") format("embedded-opentype"), url("../images/font-icons/icomoon.ttf?131zed") format("truetype"), url("../images/font-icons/icomoon.woff?131zed") format("woff"), url("../images/font-icons/icomoon.svg?131zed#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.share-em a:before,
blockquote:before,
.breadcrumbs a:before,
a.more:after,
.select2-selection__arrow:before,
.video-list figure:before,
.video-list figure a:before,
.checkbox label:before,
[class^="font-icons"], [class*="font-icons"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-quote:before {
  content: "\e911"; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-arrow-thin-down:before {
  content: "\e903"; }

.icon-arrow-thin-left:before {
  content: "\e904"; }

.icon-arrow-thin-right:before {
  content: "\e905"; }

.icon-arrow-thin-up:before {
  content: "\e906"; }

.icon-arrow-up:before {
  content: "\e907"; }

.icon-doc-excel:before {
  content: "\e90c"; }

.icon-doc-img:before {
  content: "\e90d"; }

.icon-doc-pdf:before {
  content: "\e90e"; }

.icon-doc-powerpoint:before {
  content: "\e90f"; }

.icon-doc-word:before {
  content: "\e910"; }

.icon-search:before {
  content: "\f002"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-video:before {
  content: "\f008"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-print:before {
  content: "\f02f"; }

.icon-image:before {
  content: "\f03e"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-comment:before {
  content: "\f075"; }

.icon-phone:before {
  content: "\f095"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-mail:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-youtube:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-share:before {
  content: "\f1e0"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-master:before {
  content: "\f1f1"; }

.icon-pinterest:before {
  content: "\f231"; }

.icon-cc-diners:before {
  content: "\f24c"; }

.icon-vimeo:before {
  content: "\f27d"; }

.icon-cc-maestro:before {
  content: "\e90b"; }

.icon-cc-american:before {
  content: "\e90a"; }

.icon-image2:before {
  content: "\e909"; }

.icon-location:before {
  content: "\e908"; }

.icon-video2:before {
  content: "\e63a"; }

/***************************************
	Fonts
***************************************/
/***************************************
	Typography
***************************************/
html {
  font-size: 1em; }

body, button, input, select, textarea {
  font-family: "Open Sans", Arial, sans-serif;
  color: #444;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* headings ---------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #222; }

h1 {
  font-size: 2.25em;
  color: #111; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em;
  line-height: 1.4; }

h5 {
  font-size: 0.875em;
  line-height: 1.4; }

h6 {
  font-size: 0.75em;
  line-height: 1.5; }

/* text elements ---------------- */
a {
  color: #666;
  text-decoration: none; }
  a:hover, a:focus {
    color: #595959;
    text-decoration: none; }

p, li, td {
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 1em; }
  p a, li a, td a {
    color: #0092B6;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    p a:hover, p a:focus, li a:hover, li a:focus, td a:hover, td a:focus {
      color: #006983; }

ul, ol {
  margin-bottom: 1em; }
  ul li, ol li {
    position: relative;
    margin-bottom: 0.5em; }

ul li {
  padding-left: 1.5em; }
  ul li:before {
    content: '';
    float: left;
    margin: 0.45em 0 0 -1.3em;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

ol li {
  list-style: decimal;
  margin-left: 1.5em; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

u {
  text-decoration: underline; }

sup, sub {
  font-size: 0.75em;
  line-height: 1;
  height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 0.75em; }

big {
  font-size: 1.25em; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

address {
  margin: 0 0 1em;
  font-style: italic; }

del {
  color: #666; }

pre, code, tt, var {
  font-family: monospace,serif;
  color: #333;
  background: #eee;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  margin: 0 0 1em 0;
  padding: 1em;
  white-space: pre;
  display: block; }

code {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.3;
  font-size: 0.75em; }

hr {
  background: #e5e5e5;
  margin-bottom: 1em;
  height: 1px;
  clear: both;
  float: none;
  width: 100%;
  border: 0; }

blockquote {
  position: relative;
  margin-bottom: 1em;
  padding: 1.125em 1.125em 0.5em 1.125em;
  line-height: 1.4;
  color: #999;
  font-size: 1.375em;
  font-weight: normal;
  quotes: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }
  blockquote:before {
    content: '\e911';
    position: absolute;
    font-size: 1.5em;
    top: 0.75em;
    left: -0.5em;
    color: #ddd; }
  blockquote p {
    position: relative;
    margin-bottom: 0.75em;
    font-size: 1em;
    font-style: italic;
    color: #777; }
  blockquote a {
    color: #444; }
  blockquote cite {
    display: inline-block;
    color: #444;
    font-style: normal;
    font-size: 0.875em;
    font-weight: 700; }

/***************************************
	Buttons
***************************************/
button::-moz-focus-inner,
.button::-moz-focus-inner,
input.button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

.button, input[type="submit"] {
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #444;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  outline: none;
  text-transform: uppercase;
  overflow: visible;
  cursor: pointer;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  @media screen and (min-width: 48.0625em) {
    .button, input[type="submit"] {
      display: inline-block;
      width: auto; } }
  .button:hover, input[type="submit"]:hover {
    color: #222;
    background: #e6e6e6;
    border-color: #e6e6e6; }
  .button.full-width, input[type="submit"].full-width {
    display: block;
    width: 100%;
    text-align: center; }
  .button.primary, input[type="submit"].primary {
    color: #fff;
    background: #0092B6;
    border-color: #0092B6; }
    .button.primary:hover, input[type="submit"].primary:hover {
      color: #fff;
      background: #00688C;
      border-color: #00688C; }
    .button.primary.transparent, input[type="submit"].primary.transparent {
      color: #0092B6;
      background: rgba(255, 255, 255, 0.1);
      border-color: #0092B6; }
      .button.primary.transparent:hover, input[type="submit"].primary.transparent:hover {
        color: #fff;
        background: #0092B6;
        border-color: #0092B6; }
  .button.transparent, input[type="submit"].transparent {
    background: none;
    border-color: #ccc; }
    .button.transparent:hover, input[type="submit"].transparent:hover {
      color: #0092B6;
      border-color: #0092B6; }
  .button.dark, input[type="submit"].dark {
    color: #fff;
    background: #121212;
    border-color: #121212; }
    .button.dark:hover, input[type="submit"].dark:hover {
      color: #fff;
      background: #00688C;
      border-color: #00688C; }
    .button.dark.transparent, input[type="submit"].dark.transparent {
      color: #444;
      background: rgba(0, 0, 0, 0.05); }
      .button.dark.transparent:hover, input[type="submit"].dark.transparent:hover {
        color: #00688C;
        background: rgba(0, 0, 0, 0.05);
        border-color: #00688C; }

.button {
  padding: 0.9286em 1.5em;
  line-height: 1; }

input[type="submit"] {
  padding: 0 1.5em;
  line-height: 2.8572em;
  height: 2.8572em; }

.small .button,
.small input[type="submit"],
.button.small,
input[type="submit"].small {
  font-size: 12px;
  font-size: 0.75rem; }

.large .button,
.large input[type="submit"],
.button.large,
input[type="submit"].large {
  font-size: 20px;
  font-size: 1.25rem; }

/***************************************
	Forms
***************************************/
label,
form .label {
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  color: #666;
  margin-bottom: 0.5em; }

fieldset {
  padding: 1em 0 0.5em 0;
  margin: 0;
  border-top: 1px solid #e5e5e5; }
  fieldset:first-child {
    border-top: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="search"],
input[type="time"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  margin: 0 0 0.5em 0;
  padding: 0.3em 0.5em 0.3em 0.5em;
  height: 2.8571em;
  font-size: 0.875em;
  line-height: 2.2571em;
  color: #444;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.07);
  outline: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #aaa; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #aaa; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #aaa; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #aaa; }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover,
  input[type="date"]:hover,
  input[type="search"]:hover,
  input[type="time"]:hover,
  input[type="tel"]:hover,
  input[type="url"]:hover,
  select:hover,
  textarea:hover {
    border-color: #CDCDCD;
    border-bottom-color: #BBBBBB; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="date"]:focus,
  input[type="search"]:focus,
  input[type="time"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #0092B6; }
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="date"].error,
  input[type="search"].error,
  input[type="time"].error,
  input[type="tel"].error,
  input[type="url"].error,
  select.error,
  textarea.error {
    border-color: #e66a71; }
  input[type="text"].small,
  input[type="password"].small,
  input[type="email"].small,
  input[type="date"].small,
  input[type="search"].small,
  input[type="time"].small,
  input[type="tel"].small,
  input[type="url"].small,
  select.small,
  textarea.small {
    font-size: 0.75em; }
  input[type="text"].large,
  input[type="password"].large,
  input[type="email"].large,
  input[type="date"].large,
  input[type="search"].large,
  input[type="time"].large,
  input[type="tel"].large,
  input[type="url"].large,
  select.large,
  textarea.large {
    font-size: 1.125em; }

textarea {
  height: 12em; }

.checkbox input,
input[type="checkbox"]
.radio input,
input[type="radio"] {
  display: none; }

.checkbox label {
  position: relative;
  display: block;
  padding: 0 0 0 1.75em;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal; }
  .checkbox label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15); }
.checkbox.selected label:before {
  background: #0092B6;
  border-color: #0092B6;
  color: #fff;
  content: '\f00c'; }

.radio label {
  position: relative;
  display: block;
  padding: 0 0 0 1.75em;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal; }
  .radio label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 1em;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15); }
.radio.selected label:before {
  border: 0.4em solid #0092B6; }

.select2-container {
  width: 100%;
  margin: 0 0 0.5em 0; }
  .select2-container .select2-selection {
    height: auto;
    margin: 0;
    padding: 0;
    color: #444;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .select2-container .select2-selection:hover {
      border-color: #CDCDCD;
      border-bottom-color: #BBBBBB; }
    .select2-container .select2-selection .select2-selection__rendered {
      padding: 0.3em 0.5em 0.3em 0.5em;
      font-size: 0.875em;
      line-height: 2.14em;
      color: #444; }
    .select2-container .select2-selection .select2-selection__arrow {
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%; }
      .select2-container .select2-selection .select2-selection__arrow b {
        display: none; }
      .select2-container .select2-selection .select2-selection__arrow:before {
        content: "\e900";
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 0.75em;
        margin-top: -0.5em;
        color: #aaa;
        -webkit-transition: color 0.2s ease-in;
        -moz-transition: color 0.2s ease-in;
        transition: color 0.2s ease-in; }
  .select2-container.select2-container--open .select2-selection {
    border-color: #0092B6; }
  .select2-container.select2-container--open .select2-selection__arrow:before {
    color: #666; }
  .select2-container .select2-dropdown {
    border-color: #d9d9d9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .select2-container .select2-dropdown ul {
      margin-bottom: 0; }
      .select2-container .select2-dropdown ul > * {
        list-style: none;
        position: static;
        padding: 0;
        margin: 0;
        line-height: 1;
        font-size: 1em; }
        .select2-container .select2-dropdown ul > *:before {
          content: none;
          float: none;
          width: auto;
          height: auto;
          margin: 0;
          background: none;
          border: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
    .select2-container .select2-dropdown .select2-results__option {
      padding: 0.3em 0.5em 0.3em 0.5em;
      font-size: 0.875em;
      line-height: 2.14em;
      color: #777;
      background-color: #f8f8f8;
      border-top: 1px solid #eee; }
      .select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
        color: #444;
        background: #e5e5e5; }
    .select2-container .select2-dropdown .select2-results__option--highlighted {
      color: #fff;
      background: #0092B6; }

form.small {
  font-size: 0.75em; }
form.large {
  font-size: 1.25em; }

.form-element {
  margin-bottom: 0.75em; }
  .form-element:after {
    clear: both;
    content: "";
    display: table; }

/***************************************
	Base
***************************************/
body {
  background: #FFF; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

embed, iframe, object, video {
  max-width: 100%;
  margin-bottom: 1.5em; }

.container {
  position: relative;
  width: 90%;
  max-width: 65em;
  margin: 0 auto; }
  .container:after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 30.0625em) {
  .align-left {
    float: left;
    max-width: 300px;
    margin: 0 1em 1em 0; } }

@media screen and (min-width: 30.0625em) {
  .align-right {
    float: right;
    max-width: 300px;
    margin: 0 0 1em 1em; } }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.clear:after {
  clear: both;
  content: "";
  display: table; }

.hide {
  display: none; }

.hidden {
  visibility: hidden; }

.desktop-only {
  display: none; }

.mobile-only {
  display: block; }

.content {
  margin-bottom: 2em; }
  @media screen and (min-width: 48.0625em) {
    .content {
      padding-right: 2%;
      margin-bottom: 0; } }

.sidebar {
  margin-bottom: 2em; }
  @media screen and (min-width: 48.0625em) {
    .sidebar {
      margin-bottom: 0; } }

.featured-image {
  position: relative;
  margin-bottom: 1.5em; }

.toggle-content {
  display: none; }

.toggle-button {
  display: block; }
  @media screen and (min-width: 48.0625em) {
    .toggle-button {
      display: inline-block; } }
  .toggle-button.read-less {
    display: none; }

.open .toggle-button.read-less {
  display: block; }
  @media screen and (min-width: 48.0625em) {
    .open .toggle-button.read-less {
      display: inline-block; } }
.open .toggle-button.read-more {
  display: none; }

::-moz-selection {
  background: #0092B6;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0092B6;
  color: #fff;
  text-shadow: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/***************************************
 Import Modules
***************************************/
/***************************************
	Global
***************************************/
.narrow-wrapper {
  width: 100%;
  max-width: 41.25em;
  margin: 0 auto; }

.main .container,
.site-footer .container {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media screen and (min-width: 48.0625em) {
    .main .container,
    .site-footer .container {
      margin-top: 2.5em;
      margin-bottom: 2.5em; } }

.grey-bg {
  background: #f8f8f8; }
  .grey-bg .container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2em 0; }
    @media screen and (min-width: 48.0625em) {
      .grey-bg .container {
        padding-top: 2.5em; } }
  .grey-bg .section-title-wrapper .section-title {
    background: #f8f8f8; }
  .grey-bg .section-title-wrapper .more {
    background: #f8f8f8; }

p.note {
  font-size: 0.75em;
  color: #999; }

a.more {
  position: relative;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.3;
  color: #bbb;
  text-transform: uppercase; }
  a.more:after {
    content: '\e902';
    vertical-align: middle;
    padding: 0 0.25em;
    opacity: .5; }
  a.more:hover {
    color: #0092B6; }

h1.section-title {
  font-weight: 300;
  color: #0092B6; }

h3.section-title,
h5.section-title {
  font-size: 1em;
  font-weight: 800;
  color: #999;
  text-transform: uppercase; }

h3.section-surtitle,
h5.section-surtitle {
  margin-bottom: 0; }

.section-intro {
  margin-bottom: 2em; }
  .section-intro p {
    font-size: 1em; }

.section-title-wrapper {
  position: relative;
  margin-bottom: 1em;
  text-align: right; }
  .section-title-wrapper:after {
    clear: both;
    content: "";
    display: table; }
  .section-title-wrapper:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #eee; }
  .section-title-wrapper .section-title {
    position: relative;
    z-index: 10;
    float: left;
    margin-bottom: 0;
    padding-right: 0.5em;
    background: #fff; }
  .section-title-wrapper .more {
    position: relative;
    z-index: 9;
    padding-left: 0.5em;
    background: #fff;
    vertical-align: middle; }

.section-footer {
  padding: 1em 0;
  text-align: center; }

.arrow-list {
  margin-bottom: 0; }
  .arrow-list > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .arrow-list > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .arrow-list > li {
    padding-left: 1.5em;
    font-size: 0.9375em; }
    .arrow-list > li:before {
      content: "\e902";
      float: left;
      margin: 0em 0 0 -1.3em;
      display: block; }
    .arrow-list > li a {
      color: #999; }
      .arrow-list > li a:hover {
        color: #0092B6; }

.show-more {
  padding-top: 1em;
  text-align: center; }

.side-nav {
  background: #f8f8f8; }
  .side-nav .side-menu {
    margin-bottom: 0; }
    .side-nav .side-menu > * {
      list-style: none;
      position: static;
      padding: 0;
      margin: 0;
      line-height: 1;
      font-size: 1em; }
      .side-nav .side-menu > *:before {
        content: none;
        float: none;
        width: auto;
        height: auto;
        margin: 0;
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    .side-nav .side-menu a {
      display: block;
      padding: 0.75em 1.14286em;
      font-size: 0.875em;
      color: #444;
      font-weight: bold;
      border-bottom: 1px solid #fff; }
      .side-nav .side-menu a:hover {
        color: #0092B6; }
    .side-nav .side-menu .active a {
      position: relative;
      color: #fff;
      background: #0092B6; }
      .side-nav .side-menu .active a:before {
        content: '';
        position: absolute;
        left: -8px;
        top: 50%;
        margin-top: -7px;
        height: 0;
        width: 0;
        border-bottom: 7px solid transparent;
        border-right: 8px solid #0092B6;
        border-top: 7px solid transparent; }

.select-section {
  margin-bottom: 1.5em;
  padding: 1.5em 1.5em 0.75em 1.5em;
  background: #f8f8f8; }

/***************************************
	Breadcrumbs
***************************************/
.breadcrumbs p {
  margin-bottom: 1.25em;
  font-size: 0.75em;
  color: #777; }
  .breadcrumbs p:after {
    clear: both;
    content: "";
    display: table; }
.breadcrumbs a {
  position: relative;
  display: block;
  float: left;
  margin: 0 1em;
  line-height: 1;
  color: #888;
  color: rgba(85, 85, 85, 0.6); }
  .breadcrumbs a:before {
    content: '\e902';
    position: absolute;
    top: 50%;
    left: -1.75em;
    margin-top: -0.5em;
    font-size: 0.7em;
    color: #bbb;
    pointer-events: none;
    cursor: default; }
  .breadcrumbs a:first-child {
    margin-left: 0; }
    .breadcrumbs a:first-child:before {
      display: none; }
  .breadcrumbs a:hover {
    color: #666; }
  .breadcrumbs a:last-child {
    color: #0092B6; }

/***************************************
	Header
***************************************/
.site-header {
  position: relative;
  z-index: 1200;
  background: #CDE8EE;
  background: url(../images/bg-header-pattern.jpg);
  background-repeat: repeat-x;
  background-position: 50% 50%;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 48.0625em) {
    .site-header {
      -webkit-box-shadow: inherit;
      -moz-box-shadow: inherit;
      box-shadow: inherit; } }
  .site-header .container {
    width: 100%;
    max-width: 65em;
    padding: 0.5em 5% 0.375em 5%;
    text-align: center;
    background: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media screen and (min-width: 48.0625em) {
      .site-header .container {
        text-align: left;
        padding-bottom: 1em; } }
    @media screen and (min-width: 62em) {
      .site-header .container {
        padding: 1em 0; } }
  .site-header .site-title {
    display: inline-block;
    margin: 0;
    font-size: 1em; }
    .site-header .site-title .company-name {
      display: none; }
    .site-header .site-title .company-logo {
      display: block;
      margin: 0 auto;
      width: 3em;
      height: 3em;
      overflow: hidden; }
      @media screen and (min-width: 48.0625em) {
        .site-header .site-title .company-logo {
          width: 19.5em;
          height: 4.375em; } }
      .site-header .site-title .company-logo img {
        width: 13.375em;
        max-width: none;
        display: block; }
        @media screen and (min-width: 48.0625em) {
          .site-header .site-title .company-logo img {
            width: auto;
            max-width: 100%; } }
    .site-header .site-title .company-logo-30yrs {
      display: block;
      margin: 0 auto;
      width: auto;
      height: 2.5em;
      overflow: visible; }
      @media screen and (min-width: 48.0625em) {
        .site-header .site-title .company-logo-30yrs {
          width: auto;
          height: 4.375em; } }
      .site-header .site-title .company-logo-30yrs img {
        width: auto;
        height: 2.5em;
        max-width: none;
        display: block; }
        @media screen and (min-width: 48.0625em) {
          .site-header .site-title .company-logo-30yrs img {
            width: auto;
            height: 4.375em;
            max-width: 100%; } }
  .site-header .menu-toggle {
    float: left;
    display: block;
    width: 3em;
    height: 3em;
    padding: 0.65em 0.5em 0 0.5em; }
    @media screen and (min-width: 48.0625em) {
      .site-header .menu-toggle {
        display: none; } }
    .site-header .menu-toggle span {
      display: block;
      margin-bottom: 0.35em;
      height: 0.35em;
      background: #999;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .site-header .menu-toggle:hover span {
      background: #222; }
  .site-header .utility-section {
    float: right; }
    .site-header .utility-section:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 48.0625em) {
      .site-header .utility-section {
        margin-top: 1.25em; } }
    .site-header .utility-section .secondary-menu {
      margin-bottom: 0;
      display: none;
      float: left;
      margin-right: 1em; }
      .site-header .utility-section .secondary-menu > * {
        list-style: none;
        position: static;
        padding: 0;
        margin: 0;
        line-height: 1;
        font-size: 1em; }
        .site-header .utility-section .secondary-menu > *:before {
          content: none;
          float: none;
          width: auto;
          height: auto;
          margin: 0;
          background: none;
          border: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
      @media screen and (min-width: 48.0625em) {
        .site-header .utility-section .secondary-menu {
          display: block; } }
      .site-header .utility-section .secondary-menu > li {
        position: relative;
        float: left; }
        .site-header .utility-section .secondary-menu > li a {
          position: relative;
          top: -0.25em;
          display: block;
          margin: 0 0.75em;
          line-height: 3em;
          font-size: 0.8125em;
          color: #444;
          text-transform: uppercase; }
        .site-header .utility-section .secondary-menu > li:hover > a {
          color: #0092B6; }
        .site-header .utility-section .secondary-menu > li:hover > ul {
          display: block; }
      .site-header .utility-section .secondary-menu ul {
        margin-bottom: 0;
        display: none;
        position: absolute;
        top: 2.25em;
        left: 50%;
        margin-left: -6em;
        width: 12em;
        padding: 0.5em 0 0.75em 0;
        background: #fff;
        border-top: 5px solid #0092B6;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
        .site-header .utility-section .secondary-menu ul > * {
          list-style: none;
          position: static;
          padding: 0;
          margin: 0;
          line-height: 1;
          font-size: 1em; }
          .site-header .utility-section .secondary-menu ul > *:before {
            content: none;
            float: none;
            width: auto;
            height: auto;
            margin: 0;
            background: none;
            border: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0; }
        .site-header .utility-section .secondary-menu ul:before {
          content: '';
          position: absolute;
          top: -0.75em;
          left: 50%;
          margin-left: -0.75em;
          height: 0;
          width: 0;
          border-bottom: 0.75em solid #0092B6;
          border-left: 0.75em solid transparent;
          border-right: 0.75em solid transparent; }
        .site-header .utility-section .secondary-menu ul a {
          margin: 0;
          padding: 0.5em 1.25em;
          line-height: 1.3;
          text-transform: none; }
          .site-header .utility-section .secondary-menu ul a:hover {
            background: #0092B6;
            color: #fff; }
        .site-header .utility-section .secondary-menu ul .active {
          position: relative; }
          .site-header .utility-section .secondary-menu ul .active > a {
            color: #00688C; }
            .site-header .utility-section .secondary-menu ul .active > a:hover {
              color: #fff; }
          .site-header .utility-section .secondary-menu ul .active:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 1px;
            background: #0092B6; }
    .site-header .utility-section .main-search {
      float: left; }
      .site-header .utility-section .main-search .search-toggle {
        display: block;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.45em;
        font-size: 2em;
        text-align: center;
        color: #999;
        cursor: pointer;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
        @media screen and (min-width: 48.0625em) {
          .site-header .utility-section .main-search .search-toggle {
            display: none; } }
        .site-header .utility-section .main-search .search-toggle:hover {
          color: #222; }
      .site-header .utility-section .main-search form {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        height: 4em;
        padding: 0.5em 3em 0.5em 1em;
        background: #CDE8EE; }
        @media screen and (min-width: 48.0625em) {
          .site-header .utility-section .main-search form {
            position: relative;
            top: auto;
            left: auto;
            right: 0;
            padding: 0;
            height: auto;
            display: block;
            background: none; } }
        .site-header .utility-section .main-search form input {
          margin-bottom: 0;
          margin-top: 0.2em;
          height: 2.25em;
          line-height: 1.65em;
          border-radius: 1.25em;
          border-color: #fff; }
          @media screen and (min-width: 48.0625em) {
            .site-header .utility-section .main-search form input {
              margin-top: 0;
              font-size: 0.8125em;
              padding-left: 2em;
              width: 16em;
              height: 2.5em;
              line-height: 1.9em; } }
          .site-header .utility-section .main-search form input:hover {
            border-color: #CDE8EE; }
          .site-header .utility-section .main-search form input:focus {
            border-color: #0092B6; }
        .site-header .utility-section .main-search form .search-toggle {
          position: absolute;
          top: 0.25em;
          right: 0; }
          @media screen and (min-width: 48.0625em) {
            .site-header .utility-section .main-search form .search-toggle {
              display: block;
              position: absolute;
              top: 50%;
              left: 0.5em;
              margin-top: -0.6em;
              z-index: 1000;
              color: #aaa;
              font-size: 0.75em;
              background: none; }
              .site-header .utility-section .main-search form .search-toggle:before {
                content: '\f002'; } }
      .site-header .utility-section .main-search.active form {
        display: block; }

.main-nav {
  position: relative;
  z-index: 1100;
  display: none;
  background: #E3F6F9;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 48.0625em) {
    .main-nav {
      display: block; } }
  .main-nav .main-menu {
    margin-bottom: 0; }
    .main-nav .main-menu > * {
      list-style: none;
      position: static;
      padding: 0;
      margin: 0;
      line-height: 1;
      font-size: 1em; }
      .main-nav .main-menu > *:before {
        content: none;
        float: none;
        width: auto;
        height: auto;
        margin: 0;
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    .main-nav .main-menu a {
      display: block;
      font-size: 0.875em;
      color: #121212;
      text-transform: uppercase; }
    .main-nav .main-menu ul {
      margin-bottom: 0; }
      .main-nav .main-menu ul > * {
        list-style: none;
        position: static;
        padding: 0;
        margin: 0;
        line-height: 1;
        font-size: 1em; }
        .main-nav .main-menu ul > *:before {
          content: none;
          float: none;
          width: auto;
          height: auto;
          margin: 0;
          background: none;
          border: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
    .main-nav .main-menu .active {
      position: relative; }
      .main-nav .main-menu .active > a {
        color: #00688C; }
      .main-nav .main-menu .active:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #0092B6; }
    .main-nav .main-menu > li {
      position: relative;
      float: left; }
      .main-nav .main-menu > li > a {
        padding: 0 0.75em;
        line-height: 3em;
        font-weight: 600; }
        @media screen and (min-width: 62em) {
          .main-nav .main-menu > li > a {
            padding: 0 1em; } }
      .main-nav .main-menu > li:hover > a {
        color: #fff;
        background: #0092B6; }
      .main-nav .main-menu > li:hover > ul,
      .main-nav .main-menu > li:hover .dropdown {
        display: block; }
      .main-nav .main-menu > li > ul > li > a {
        font-size: 0.8125em; }
      .main-nav .main-menu > li > ul,
      .main-nav .main-menu > li .dropdown {
        display: none;
        position: absolute;
        right: 0;
        z-index: 100;
        padding: 1em 0;
        width: 15em;
        border-top: 5px solid #0092B6;
        background: #fff;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
        .main-nav .main-menu > li > ul a,
        .main-nav .main-menu > li .dropdown a {
          padding: 0.4em 1em;
          font-weight: 400;
          font-size: 0.875em;
          line-height: 1.4;
          text-transform: none; }
          .main-nav .main-menu > li > ul a:hover,
          .main-nav .main-menu > li .dropdown a:hover {
            background: #0092B6;
            color: #fff; }
        .main-nav .main-menu > li > ul .active:before,
        .main-nav .main-menu > li .dropdown .active:before {
          top: 0;
          left: 0;
          bottom: 0;
          right: auto;
          height: auto;
          width: 1px; }
    .main-nav .main-menu .mega {
      position: static; }
      .main-nav .main-menu .mega > ul {
        left: 0;
        width: auto;
        padding: 0.5em 0.5em 0.5em 0;
        max-width: 68em;
        margin-left: auto;
        margin-right: auto; }
        .main-nav .main-menu .mega > ul:after {
          clear: both;
          content: "";
          display: table; }
        .main-nav .main-menu .mega > ul > li {
          position: relative;
          float: left;
          display: block;
          padding-left: 2%;
          width: 20%;
          padding-top: 0.5em;
          padding-bottom: 0.5em; }
          .main-nav .main-menu .mega > ul > li:after {
            content: '';
            position: absolute;
            top: 0;
            left: 1.5em;
            right: 0;
            height: 1px;
            background: #eee; }
          .main-nav .main-menu .mega > ul > li:first-child:after, .main-nav .main-menu .mega > ul > li:first-child + li:after, .main-nav .main-menu .mega > ul > li:first-child + li + li:after, .main-nav .main-menu .mega > ul > li:first-child + li + li + li:after, .main-nav .main-menu .mega > ul > li:first-child + li + li + li + li:after {
            display: none; }
          .main-nav .main-menu .mega > ul > li > a {
            font-weight: 600; }
        .main-nav .main-menu .mega > ul .active:before {
          display: none; }
        .main-nav .main-menu .mega > ul ul li {
          display: inline-block; }
      .main-nav .main-menu .mega .dropdown {
        left: 0;
        width: auto;
        padding: 0.5em 1.5em 0.5em 1em; }
        .main-nav .main-menu .mega .dropdown > ul {
          max-width: 68em;
          margin-left: -2%;
          margin-right: auto; }
          .main-nav .main-menu .mega .dropdown > ul:after {
            clear: both;
            content: "";
            display: table; }
          .main-nav .main-menu .mega .dropdown > ul > li {
            position: relative;
            float: left;
            display: block;
            padding-left: 2%;
            width: 20%;
            padding-top: 0.5em;
            padding-bottom: 0.5em; }
            .main-nav .main-menu .mega .dropdown > ul > li:after {
              content: '';
              position: absolute;
              top: 0;
              left: 12%;
              right: 0;
              height: 1px;
              background: #eee; }
            .main-nav .main-menu .mega .dropdown > ul > li:first-child:after, .main-nav .main-menu .mega .dropdown > ul > li:first-child + li:after, .main-nav .main-menu .mega .dropdown > ul > li:first-child + li + li:after, .main-nav .main-menu .mega .dropdown > ul > li:first-child + li + li + li:after, .main-nav .main-menu .mega .dropdown > ul > li:first-child + li + li + li + li:after {
              display: none; }
            .main-nav .main-menu .mega .dropdown > ul > li > a {
              padding: 0.3em 0.8517em;
              font-weight: 600; }
          .main-nav .main-menu .mega .dropdown > ul .active:before {
            display: none; }
          .main-nav .main-menu .mega .dropdown > ul ul li {
            display: inline-block;
            padding-right: 0.5em;
            vertical-align: top; }
          .main-nav .main-menu .mega .dropdown > ul ul a {
            font-size: 0.75em;
            padding: 0.3em 1em; }

@media screen and (min-width: 48.0625em) {
  .sticky-mobile.site-header {
    position: static !important; } }

.sticky.main-nav {
  z-index: 999; }
  @media screen and (min-width: 48.0625em) {
    .sticky.main-nav .container {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; } }

/***************************************
	Sliders
***************************************/
.slick-dots {
  margin-bottom: 0;
  text-align: center; }
  .slick-dots > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .slick-dots > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 0.25em; }
    .slick-dots li a, .slick-dots li button {
      display: block;
      padding: 0;
      height: 1em;
      width: 1em;
      line-height: 1;
      font-size: 0.75em;
      text-align: center;
      border: 1px solid #999;
      border-color: rgba(0, 0, 0, 0.3);
      background: rgba(255, 255, 255, 0.1);
      cursor: pointer;
      outline: none;
      border-radius: 1em;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .slick-dots li a:hover, .slick-dots li button:hover {
        background: #fff; }
    .slick-dots li.slick-active a, .slick-dots li.slick-active button {
      background: #0092B6;
      border-color: #0092B6; }

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-top: -0.75em;
  font-size: 2em;
  line-height: 1.5em;
  color: #666;
  cursor: pointer;
  outline: none;
  opacity: .2;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  @media screen and (min-width: 48.0625em) {
    .slick-arrow {
      font-size: 3.5em; } }
  .slick-arrow.arrow-prev {
    left: 0; }
    .slick-arrow.arrow-prev:before {
      content: '\e904'; }
  .slick-arrow.arrow-next {
    right: 0; }
    .slick-arrow.arrow-next:before {
      content: '\e905'; }
  .slick-arrow:hover {
    opacity: 1;
    color: #fff;
    background: #0092B6; }

.main-slider-section {
  position: relative; }
  .main-slider-section .slider-item {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
    .main-slider-section .slider-item > img {
      display: none; }
  .main-slider-section .slider-container {
    width: 80%;
    max-width: 65em;
    margin: 0 auto;
    padding: 2.5em 0;
    position: relative;
    z-index: 10;
    min-height: 250px; }
    @media screen and (min-width: 48.0625em) {
      .main-slider-section .slider-container {
        min-height: 325px; } }
    @media screen and (min-width: 62em) {
      .main-slider-section .slider-container {
        min-height: 400px;
        padding: 3.5em 0; } }
  .main-slider-section header {
    padding: 1em;
    background: #fff;
    background: rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 48.0625em) {
      .main-slider-section header {
        margin-right: 25%; } }
    @media screen and (min-width: 62em) {
      .main-slider-section header {
        margin-right: 50%; } }
  .main-slider-section h3 {
    clear: left;
    margin-bottom: 0.5em;
    color: #0092B6;
    font-weight: 300;
    font-size: 1.6em; }
    @media screen and (min-width: 48.0625em) {
      .main-slider-section h3 {
        font-size: 2em;
        margin-bottom: 0.35em;
        position: relative;
        left: -0.075em; } }
    @media screen and (min-width: 62em) {
      .main-slider-section h3 {
        font-size: 2.25em;
        margin-bottom: 0.25em; } }
  .main-slider-section .surtitle {
    position: relative;
    float: left;
    margin-top: -2.6em;
    margin-left: -1.6em;
    line-height: 1;
    padding: 0.5em 1.6em 0.5em 0;
    font-size: 0.625em;
    font-weight: 600;
    color: #0092B6;
    text-transform: uppercase;
    background: #fff; }
    .main-slider-section .surtitle:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -2em;
      height: 0;
      width: 0;
      border-bottom: 2em solid #fff;
      border-left: 2em solid transparent; }
    .main-slider-section .surtitle:after {
      content: '';
      position: absolute;
      top: 0;
      left: -2em;
      height: 0;
      width: 0;
      border-top: 2em solid #fff;
      border-left: 2em solid transparent; }
  .main-slider-section .inline-list > li a {
    color: #fff;
    background: #0092B6; }
    .main-slider-section .inline-list > li a:hover {
      background: #00688C; }
  .main-slider-section .slick-dots {
    position: absolute;
    bottom: 1em;
    right: 5%;
    left: 5%;
    text-align: center; }

/***************************************
	Articles
***************************************/
.article-list > li {
  margin-bottom: 1em; }
.article-list article {
  padding: 0.5em 1em;
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05); }
.article-list figure {
  margin: -0.5em -1em 0.5em -1em; }
  .article-list figure img {
    display: block; }
.article-list h2 {
  margin-bottom: 0.3em;
  font-size: 0.9375em;
  font-weight: 800; }
  .article-list h2 a {
    color: #0092B6;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: block; }
    .article-list h2 a:hover {
      color: #006983; }
    }
.article-list p {
  margin-bottom: 0.5em;
  font-size: 0.75em;
  color: #444; }
  .article-list p.date {
    margin-bottom: 0.25em;
    font-size: 0.6125em;
    color: #999; }
.article-list .more {
  display: block;
  margin-bottom: 0.5em;
  color: #222; }
.article-list.event-list .date {
  font-size: 1em;
  font-weight: 600; }
.article-list.video-list figure {
  position: relative; }
  .article-list.video-list figure a:before {
    content: "\f16a";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    font-size: 3em;
    color: #222;
    opacity: .8;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .article-list.video-list figure a:hover:before {
    color: #0092B6; }
.article-list.news-list article {
  position: relative;
  padding-bottom: 0.25em;
  background: #F0F2F2;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-bottom: 1px solid #e5e5e5; }
  .article-list.news-list article:before {
    content: '';
    position: absolute;
    top: 0;
    right: 1.25em;
    height: 0;
    width: 0;
    border-top: 1em solid #e5e5e5;
    border-right: 1em solid transparent; }
  .article-list.news-list article:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1em;
    height: 0;
    width: 0;
    border-top: 1em solid #e5e5e5;
    border-left: 1em solid transparent; }

@media screen and (min-width: 48.0625em) {
  .news-section .article-list > li,
  .events-section .article-list > li {
    margin-bottom: 0; } }

.articles-section {
  border-bottom: 3px solid #eee; }

.small-article-list {
  margin-bottom: 0; }
  .small-article-list > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .small-article-list > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .small-article-list > li {
    margin-bottom: 1px; }
  .small-article-list article {
    padding: 0 0 0 5em;
    background: #0092B6;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .small-article-list article:after {
      clear: both;
      content: "";
      display: table; }
    .small-article-list article figure {
      float: left;
      margin-left: -5em;
      width: 5em; }
      .small-article-list article figure img {
        display: block; }
      .small-article-list article figure.thumbnail {
        height: 5em;
        background: #0092B6 50% 50% no-repeat;
        background-size: cover; }
        .small-article-list article figure.thumbnail img {
          display: none; }
    .small-article-list article h2 {
      margin-bottom: 0;
      font-size: 0.9375em; }
      .small-article-list article h2 a {
        display: block;
        min-height: 5.333em;
        padding: 0.75em;
        font-weight: 800;
        color: #fff; }
    .small-article-list article:hover {
      background: #00688C; }
  .small-article-list.video-list article {
    padding-left: 7.5em; }
    .small-article-list.video-list article figure {
      position: relative;
      margin-left: -7.5em;
      width: 7.5em;
      height: auto; }
      .small-article-list.video-list article figure:before {
        content: "\f16a";
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        margin: -0.5em 0 0 -0.5em;
        font-size: 3em;
        color: #222;
        opacity: .8; }
    .small-article-list.video-list article h2 {
      font-size: 0.8125em; }

.inline-list {
  margin-bottom: 0; }
  .inline-list > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .inline-list > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .inline-list > li {
    margin-bottom: 1px; }
    .inline-list > li a {
      display: inline-block;
      padding: 0.5em 1em;
      color: #0092B6;
      font-weight: 800;
      font-size: 0.9375em;
      background: #eee; }
      .inline-list > li a:hover {
        color: #fff;
        background: #00688C; }

article.single .video-container {
  margin-bottom: 1.5em; }

/***************************************
	Content
***************************************/
.page-nav {
  margin-bottom: 2em;
  padding: 0.5em 0.5em;
  background: #f8f8f8; }
  .page-nav p {
    margin: 0.5em 0.5em 0.5em 0.5em;
    display: block;
    vertical-align: middle;
    color: #999;
    text-align: center; }
    @media screen and (min-width: 48.0625em) {
      .page-nav p {
        display: inline-block; } }
  .page-nav ul {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle; }
    .page-nav ul > * {
      list-style: none;
      position: static;
      padding: 0;
      margin: 0;
      line-height: 1;
      font-size: 1em; }
      .page-nav ul > *:before {
        content: none;
        float: none;
        width: auto;
        height: auto;
        margin: 0;
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    .page-nav ul:after {
      clear: both;
      content: "";
      display: table; }
    .page-nav ul > li {
      float: left; }
      .page-nav ul > li a {
        display: block;
        margin: 0 0.25em;
        padding: 0.5em;
        text-transform: uppercase;
        font-size: 0.8125em;
        color: #444;
        border: 1px solid #ddd; }
      .page-nav ul > li.active a {
        color: #fff;
        background: #0092B6;
        border-color: #0092B6; }

/***************************************
	Banners
***************************************/
.banner-section {
  background: #DDF1F7; }
  .banner-section .container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.5em 0 0.5em 0; }

.banner-list {
  margin-bottom: 0;
  margin-left: -2%; }
  .banner-list > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .banner-list > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .banner-list > li {
    margin-bottom: 1em;
    float: left;
    width: 50%;
    padding-left: 2%; }
    @media screen and (min-width: 30.0625em) {
      .banner-list > li {
        width: 33.3334%; } }
    @media screen and (min-width: 48.0625em) {
      .banner-list > li {
        width: 25%; } }
    @media screen and (min-width: 62em) {
      .banner-list > li {
        width: 16.6666666667%; } }
  .banner-list a {
    position: relative;
    display: block;
    opacity: .8; }
    .banner-list a img {
      width: 100%; }
    .banner-list a span {
      position: absolute;
      bottom: 0.75em;
      left: 0;
      display: inline-block;
      padding: 0.5em;
      font-size: 0.6125em;
      text-transform: uppercase;
      color: #222;
      background: #fff;
      background: rgba(255, 255, 255, 0.8); }
    .banner-list a:hover {
      opacity: 1; }
      .banner-list a:hover span {
        background: #fff; }

/***************************************
	Widgets
***************************************/
.widget {
  margin-bottom: 2em; }
  .widget.widget-quote {
    margin-top: 2.5em;
    border: 1px solid #eee;
    border-left: none; }
    .widget.widget-quote .section-title {
      position: relative;
      top: -0.6em;
      display: inline-block;
      margin-bottom: 0;
      padding-right: 0.5em;
      background: #fff; }
    .widget.widget-quote blockquote {
      margin-bottom: 1.25em;
      padding: 0 1em;
      font-size: 1em; }
      .widget.widget-quote blockquote:before {
        top: 0; }

/***************************************
	Galleries
***************************************/
.gallery-section {
  position: absolute;
  bottom: 1em;
  left: 1em; }

.image-gallery {
  margin-bottom: 0; }
  .image-gallery > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .image-gallery > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .image-gallery > li {
    display: none; }
    .image-gallery > li:first-child {
      display: block; }
    .image-gallery > li a {
      display: block;
      padding: 0.75em 1em;
      color: #fff;
      font-weight: 600;
      vertical-align: middle;
      background: #888;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 0.5em; }
      .image-gallery > li a:hover {
        background: #0092B6; }
        .image-gallery > li a:hover .font-icons {
          color: #00688C;
          opacity: .6; }
    .image-gallery > li .font-icons {
      margin-right: -0.5em;
      font-size: 3em;
      color: #000;
      vertical-align: middle;
      opacity: .3;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .image-gallery > li .text {
      position: relative;
      z-index: 2;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.video-gallery {
  margin-bottom: 0; }
  .video-gallery > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .video-gallery > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .video-gallery > li {
    display: none; }
    .video-gallery > li:first-child {
      display: block; }

.location-gallery {
  margin-bottom: 0; }
  .location-gallery > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .location-gallery > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .location-gallery > li {
    display: none; }
    .location-gallery > li:first-child {
      display: block; }

.gallery-list {
  margin-bottom: 0;
  max-width: 68em;
  margin-left: -2%;
  margin-right: auto; }
  .gallery-list > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .gallery-list > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .gallery-list:after {
    clear: both;
    content: "";
    display: table; }
  .gallery-list > li {
    float: left;
    display: block;
    padding-left: 2%;
    width: 33.3333333333%;
    margin-bottom: 3%; }
    .gallery-list > li:nth-child(4n) {
      margin-right: 0; }
    .gallery-list > li:nth-child(4n+1) {
      clear: left; }
    @media screen and (min-width: 30.0625em) and (max-width: 48em) {
      .gallery-list > li {
        float: left;
        display: block;
        padding-left: 2%;
        width: 33.325%; }
        .gallery-list > li:nth-child(3n) {
          margin-right: 0; }
        .gallery-list > li:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 48.0625em) {
      .gallery-list > li {
        float: left;
        display: block;
        padding-left: 2%;
        width: 25%; }
        .gallery-list > li:nth-child(4n) {
          margin-right: 0; }
        .gallery-list > li:nth-child(4n+1) {
          clear: left; } }

/***************************************
	Share
***************************************/
.share-section {
  margin-top: 2.5em;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border: 1px solid #eee;
  border-left: none; }
  @media screen and (min-width: 48.0625em) {
    .share-section {
      display: table;
      width: 100%;
      padding-bottom: 0; } }
  @media screen and (min-width: 48.0625em) {
    .share-section .intro {
      display: table-cell;
      vertical-align: middle; } }
  .share-section .intro .section-title {
    position: relative;
    top: -0.7em;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 0.5em;
    font-size: 0.875em;
    text-transform: none;
    background: #fff; }
    @media screen and (min-width: 48.0625em) {
      .share-section .intro .section-title {
        top: -1em; } }
  .share-section .intro p {
    font-size: 0.75em;
    color: #999; }
  @media screen and (min-width: 48.0625em) {
    .share-section .share-buttons {
      display: table-cell;
      vertical-align: middle;
      padding: 1.25em 1em;
      text-align: right;
      white-space: nowrap; } }
  .share-section .share-buttons > * {
    display: inline-block;
    vertical-align: middle; }
  .share-section .share-tw iframe {
    margin-bottom: 0;
    display: block; }
  .share-section .share-gp {
    font-size: 0; }
    .share-section .share-gp > * {
      display: block; }
  .share-section .share-em a {
    display: block;
    line-height: 18px;
    padding: 0 0.5em;
    font-size: 0.6875em;
    font-weight: 600;
    color: #fff;
    background: #aaa;
    border: 1px solid #aaa;
    border-radius: 0.2em;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .share-section .share-em a:before {
      content: '\f0e0';
      margin-right: 0.4em; }
    .share-section .share-em a:hover {
      background: #888;
      border-color: #666; }

/***************************************
	Pollen
***************************************/
.pollen-bar {
  text-align: center; }
  .pollen-bar span {
    display: inline-block;
    vertical-align: bottom;
    width: 0.75em;
    height: 0.75em;
    background: #fff;
    border: 1px solid #e5e5e5; }

.pollen-low .pollen-bar span:first-child {
  background: #97D000;
  border-color: #97D000; }
  .pollen-low .pollen-bar span:first-child + span {
    background: #97D000;
    border-color: #97D000; }
.pollen-low .pollen-value {
  color: #97D000; }

.pollen-medium .pollen-bar span:first-child {
  background: #FFCD00;
  border-color: #FFCD00; }
  .pollen-medium .pollen-bar span:first-child + span, .pollen-medium .pollen-bar span:first-child + span + span {
    background: #FFCD00;
    border-color: #FFCD00; }
.pollen-medium .pollen-value {
  color: #FFCD00; }

.pollen-high .pollen-bar span:first-child {
  background: #F81C00;
  border-color: #F81C00; }
  .pollen-high .pollen-bar span:first-child + span, .pollen-high .pollen-bar span:first-child + span + span, .pollen-high .pollen-bar span:first-child + span + span + span {
    background: #F81C00;
    border-color: #F81C00; }
.pollen-high .pollen-value {
  color: #F81C00; }

.pollen-section {
  margin-bottom: 1.5em; }
  .pollen-section .pollen-item {
    padding: 1em 0.5em 0 0.5em;
    text-align: center;
    border: 1px solid #eee; }
    .pollen-section .pollen-item h5 {
      margin-bottom: 0.5em;
      font-size: 1.125em;
      font-weight: 400;
      color: #555; }
    .pollen-section .pollen-item .pollen-bar {
      margin-bottom: 1em; }
      .pollen-section .pollen-item .pollen-bar span:first-child + span {
        height: 1.5em; }
      .pollen-section .pollen-item .pollen-bar span:first-child + span + span {
        height: 2.25em; }
      .pollen-section .pollen-item .pollen-bar span:first-child + span + span + span {
        height: 3em; }
    .pollen-section .pollen-item .pollen-value {
      display: none;
      font-weight: 700; }
      @media screen and (min-width: 30.0625em) {
        .pollen-section .pollen-item .pollen-value {
          display: block;
          margin-top: -0.5em; } }

.pollen-table {
  display: table;
  width: 100%;
  margin-bottom: 1.5em; }
  .pollen-table .pollen-head {
    display: table-row; }
    .pollen-table .pollen-head .pollen-column {
      border-bottom: 2px solid #eee; }
  .pollen-table .pollen-row {
    display: table-row; }
    .pollen-table .pollen-row .column-1 p {
      color: #777; }
  .pollen-table .pollen-column {
    display: table-cell;
    text-align: center;
    padding: 0.5em 0.1em;
    border-bottom: 1px solid #eee; }
    .pollen-table .pollen-column.column-1 {
      text-align: left; }
    @media screen and (min-width: 30.0625em) {
      .pollen-table .pollen-column.column-2, .pollen-table .pollen-column.column-3, .pollen-table .pollen-column.column-4 {
        width: 7em; } }
    .pollen-table .pollen-column.column-2 p, .pollen-table .pollen-column.column-3 p, .pollen-table .pollen-column.column-4 p {
      font-size: 0.8125em;
      font-weight: 600; }
    .pollen-table .pollen-column p {
      margin-bottom: 0; }
  .pollen-table .pollen-bar span {
    display: none; }
    @media screen and (min-width: 30.0625em) {
      .pollen-table .pollen-bar span {
        display: inline-block; } }
    .pollen-table .pollen-bar span:first-child {
      display: inline-block; }

.pollen-legend {
  margin-bottom: 1.5em; }
  .pollen-legend h5 {
    margin-bottom: 0.5em; }
  .pollen-legend .pollen-bar {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .pollen-legend .pollen-bar span {
      display: block; }
  .pollen-legend p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1.3;
    color: #777; }

/***************************************
	Contact
***************************************/
.contact-section form {
  margin-top: 1em; }
.contact-section .sidebar .widget {
  margin-top: 2.25em;
  padding: 1.5em 1.5em 1em 1.5em;
  background: #f8f8f8; }
.contact-section .sidebar p {
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .contact-section .sidebar p a {
    color: #121212; }
    .contact-section .sidebar p a:hover {
      color: #0092B6; }
.contact-section .sidebar .font-icons {
  float: left;
  margin: 0.35em 0 0 -1.5em; }

.ecard-section .section-title-wrapper {
  margin-top: 2em; }
.ecard-section .ecard-item {
  margin-bottom: 1em;
  font-size: 1em; }
  .ecard-section .ecard-item h5 {
    font-size: 1em;
    margin-bottom: 0.25em; }
  .ecard-section .ecard-item p {
    margin-bottom: 0.25em; }

.map-poi {
  width: 100%;
  height: 300px;
  background-image: url(../../../public/uploads/map.jpg);
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: cover; }
  @media screen and (min-width: 48.0625em) {
    .map-poi {
      height: 420px; } }

/***************************************
	Brochures
***************************************/
.brochure-list > li {
  margin-bottom: 2%; }
.brochure-list .brochure-item {
  position: relative;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1); }
  .brochure-list .brochure-item img {
    display: block;
    opacity: .8;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .brochure-list .brochure-item .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #444;
    background: #fff;
    background: rgba(255, 255, 255, 0.8); }
    .brochure-list .brochure-item .footer:after {
      clear: both;
      content: "";
      display: table; }
  .brochure-list .brochure-item .font-icons {
    float: left;
    font-size: 1.5em; }
  .brochure-list .brochure-item .cat {
    display: block;
    float: left;
    margin: 0;
    padding: 0.5em;
    font-size: 0.75em; }
  .brochure-list .brochure-item:hover a {
    color: #0092B6;
    background: #fff; }
  .brochure-list .brochure-item:hover img {
    opacity: 1; }

/***************************************
	Pagination
***************************************/
.pagination {
  padding-top: 1.5em;
  text-align: center; }
  .pagination .prev,
  .pagination .next {
    display: inline-block;
    width: 3em;
    color: #555;
    line-height: 3em;
    font-size: 0.75em; }
    .pagination .prev:hover,
    .pagination .next:hover {
      color: #0092B6; }

.pagination-list {
  margin-bottom: 0;
  display: inline-block;
  text-align: center; }
  .pagination-list > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .pagination-list > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .pagination-list li {
    display: inline-block;
    margin: 0 0.25em; }
    .pagination-list li a {
      display: block;
      padding: 0;
      height: auto;
      width: 3em;
      color: #555;
      line-height: 3em;
      font-size: 0.75em;
      text-align: center;
      border: 1px solid #ddd;
      border-color: rgba(0, 0, 0, 0.1);
      background: #fff;
      cursor: pointer;
      outline: none; }
      .pagination-list li a:hover {
        color: #fff;
        background: #0092B6; }
    .pagination-list li.active a, .pagination-list li.active button {
      color: #222;
      background: #eee;
      border-color: rgba(0, 0, 0, 0.3); }

/***************************************
	Footer
***************************************/
.site-footer .container {
  margin-bottom: 1.5em; }
.site-footer .footer-links {
  display: none; }
  @media screen and (min-width: 48.0625em) {
    .site-footer .footer-links {
      float: right;
      width: 75%;
      display: block; } }
.site-footer .site-info {
  text-align: center; }
  @media screen and (min-width: 48.0625em) {
    .site-footer .site-info {
      float: left;
      width: 22%;
      text-align: left; } }
  .site-footer .site-info img {
    margin-bottom: 0.25em;
    max-width: 15em; }
  .site-footer .site-info p {
    font-size: 0.75em;
    color: #999; }
    @media screen and (min-width: 48.0625em) {
      .site-footer .site-info p {
        margin-left: 5em;
        font-size: 0.6125em; } }
.site-footer .menu {
  margin-bottom: 0;
  text-align: right;
  margin-bottom: 0.75em;
  padding-top: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e5e5e5; }
  .site-footer .menu > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .site-footer .menu > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .site-footer .menu:after {
    clear: both;
    content: "";
    display: table; }
  .site-footer .menu > li {
    display: inline-block; }
    .site-footer .menu > li a {
      display: block;
      padding: 0.5em 0.75em;
      font-weight: 600;
      font-size: 0.875em;
      color: #121212;
      text-transform: uppercase; }
      .site-footer .menu > li a:hover {
        color: #00688C; }
.site-footer .social-list {
  float: right; }

.social-list {
  margin-bottom: 0; }
  .social-list > * {
    list-style: none;
    position: static;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1em; }
    .social-list > *:before {
      content: none;
      float: none;
      width: auto;
      height: auto;
      margin: 0;
      background: none;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .social-list:after {
    clear: both;
    content: "";
    display: table; }
  .social-list li {
    float: left; }
    .social-list li a {
      display: block;
      width: 2.5em;
      height: 2.5em;
      color: #bbb;
      text-align: center;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .social-list li a span {
        display: inline-block;
        font-size: 1.25em;
        line-height: 2;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
      .social-list li a.fb span:before {
        content: '\f09a'; }
      .social-list li a.fb:hover {
        color: #3b5998; }
      .social-list li a.tw span:before {
        content: '\f099'; }
      .social-list li a.tw:hover {
        color: #55acee; }
      .social-list li a.gp span:before {
        content: '\f0d5'; }
      .social-list li a.gp:hover {
        color: #dc4e41; }
      .social-list li a.yt span:before {
        content: '\f16a'; }
      .social-list li a.yt:hover {
        color: #cd201f; }
      .social-list li a.ig span:before {
        content: '\f16d'; }
      .social-list li a.ig:hover {
        color: #3f729b; }

/***************************************
	Side Panel
***************************************/
/* border styling extension ------ */
.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

/* mmenu style ---------------------- */
#side-panel .mm-panel {
  background: #0092B6; }
  #side-panel .mm-panel .mm-navbar {
    display: block;
    background: #fff; }
  #side-panel .mm-panel:first-child .mm-navbar {
    display: none; }
  #side-panel .mm-panel.mm-highest .mm-navbar {
    display: block; }
  #side-panel .mm-panel .mm-listview {
    font-size: 1em; }
  #side-panel .mm-panel .main-menu {
    margin-top: 0;
    background: #00688C; }
  #side-panel .mm-panel .main-menu li, #side-panel .mm-panel .main-menu p,
  #side-panel .mm-panel .mm-listview li,
  #side-panel .mm-panel .mm-listview p {
    font-size: 1em; }
  #side-panel .mm-panel .main-menu a,
  #side-panel .mm-panel .mm-listview a {
    color: #fff;
    font-size: 0.875em;
    font-weight: 700; }
  #side-panel .mm-panel .social-list {
    margin-bottom: 0;
    margin: -60px -20px 0 -20px;
    text-align: center;
    background: #fff;
    border-top: 3px solid #0092B6; }
    #side-panel .mm-panel .social-list > * {
      list-style: none;
      position: static;
      padding: 0;
      margin: 0;
      line-height: 1;
      font-size: 1em; }
      #side-panel .mm-panel .social-list > *:before {
        content: none;
        float: none;
        width: auto;
        height: auto;
        margin: 0;
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    #side-panel .mm-panel .social-list li {
      float: none;
      display: inline-block; }
  #side-panel .mm-panel .secondary-menu {
    margin-bottom: 0; }
    #side-panel .mm-panel .secondary-menu > * {
      list-style: none;
      position: static;
      padding: 0;
      margin: 0;
      line-height: 1;
      font-size: 1em; }
      #side-panel .mm-panel .secondary-menu > *:before {
        content: none;
        float: none;
        width: auto;
        height: auto;
        margin: 0;
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    #side-panel .mm-panel .secondary-menu a {
      display: block;
      padding: 0.75em 0;
      color: #fff;
      font-weight: 600;
      font-size: 0.8125em;
      opacity: .8; }
    #side-panel .mm-panel .secondary-menu ul {
      margin-bottom: 0;
      margin-top: -0.25em; }
      #side-panel .mm-panel .secondary-menu ul > * {
        list-style: none;
        position: static;
        padding: 0;
        margin: 0;
        line-height: 1;
        font-size: 1em; }
        #side-panel .mm-panel .secondary-menu ul > *:before {
          content: none;
          float: none;
          width: auto;
          height: auto;
          margin: 0;
          background: none;
          border: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
      #side-panel .mm-panel .secondary-menu ul a {
        padding: 0.5em;
        font-weight: 400; }
    #side-panel .mm-panel .secondary-menu .mm-selected a {
      background: none; }


table.table-bordered, table.table-bordered td { border: 1px solid #ccc; padding: 6px; }

#video-slider .slick-slide { padding: 0 15px; }

.forecast-temp-min { color: #00c0f8; }
.forecast-temp-max { color: #f78211; }
.forecast-day-title { margin: 0; font-weight: normal; }