@charset "CP850";
/*
    Custom mixin for dynamic html images
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat|Muli:400,700");
/* line 1, ../sass/imports/_common.scss */
html, body {
  min-height: 100%;
}

/* line 6, ../sass/imports/_common.scss */
body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

@media (max-width: 1800px) {
  /* line 17, ../sass/imports/_common.scss */
  body {
    font-size: 14px;
  }
}
/* line 24, ../sass/imports/_common.scss */
body#ckeditor_custom_id {
  background: white;
}

/* line 28, ../sass/imports/_common.scss */
* {
  margin: 0px;
  padding: 0px;
}

/* line 34, ../sass/imports/_common.scss */
.centered_float {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 42, ../sass/imports/_common.scss */
.relative_vertical_center {
  top: 50%;
  position: absolute;
}

/* line 48, ../sass/imports/_common.scss */
a {
  text-decoration: none;
  color: inherit;
}
/* line 52, ../sass/imports/_common.scss */
a:hover {
  text-decoration: underline;
}

/* line 57, ../sass/imports/_common.scss */
.ui-dialog {
  z-index: 1000;
}

/* line 62, ../sass/imports/_common.scss */
.clearfloat, .full_width_wrapper {
  width: 100%;
  clear: both;
}

/* line 70, ../sass/imports/_common.scss */
.region-copyright .block, .region-search .block {
  margin-bottom: 0px;
}

/* line 73, ../sass/imports/_common.scss */
.italics {
  font-style: italic;
}

/* line 77, ../sass/imports/_common.scss */
img {
  vertical-align: top;
}

/* line 81, ../sass/imports/_common.scss */
p {
  margin: 10px 0px 15px;
}

/* line 85, ../sass/imports/_common.scss */
table td {
  padding-right: 5px;
}
/* line 87, ../sass/imports/_common.scss */
table td:last-of-type {
  padding-right: 0px;
}

/* line 92, ../sass/imports/_common.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/* line 96, ../sass/imports/_common.scss */
h1 {
  font-size: 30px;
  line-height: 34px;
}

/* line 101, ../sass/imports/_common.scss */
h2 {
  font-size: 24px;
  line-height: 28px;
}

/* line 106, ../sass/imports/_common.scss */
h3 {
  font-size: 20px;
  line-height: 24px;
}

/* line 111, ../sass/imports/_common.scss */
h4 {
  font-size: 16px;
  line-height: 20px;
}

/* line 116, ../sass/imports/_common.scss */
strong, b {
  font-weight: 600;
}

/* line 124, ../sass/imports/_common.scss */
.search-info {
  display: none;
}

/* line 127, ../sass/imports/_common.scss */
li.search-result {
  border-bottom: 1px solid #EEE;
}

/* line 131, ../sass/imports/_common.scss */
div.vertical-tabs {
  width: 60%;
}

/* line 135, ../sass/imports/_common.scss */
div#toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 139, ../sass/imports/_common.scss */
dl {
  margin-top: 30px;
}
/* line 141, ../sass/imports/_common.scss */
dl dt {
  font-size: 110%;
  font-weight: bold;
}
/* line 145, ../sass/imports/_common.scss */
dl dd {
  margin-bottom: 10px;
}

/* line 149, ../sass/imports/_common.scss */
iframe {
  width: 100% !important;
}

/* line 152, ../sass/imports/_common.scss */
.smallFont {
  font-size: 14px;
}

/* line 155, ../sass/imports/_common.scss */
.largeFont {
  font-size: 18px;
}

/* line 158, ../sass/imports/_common.scss */
.normalFont {
  font-size: 16px;
}

/* line 163, ../sass/imports/_common.scss */
.link-block {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 168, ../sass/imports/_common.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 21, ../sass/imports/_tabs.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/* line 31, ../sass/imports/_tabs.scss */
.lt-ie8 .with-wireframes #header,
.lt-ie8 .with-wireframes #main,
.lt-ie8 .with-wireframes #content,
.lt-ie8 .with-wireframes #navigation,
.lt-ie8 .with-wireframes .region-sidebar-first,
.lt-ie8 .with-wireframes .region-sidebar-second,
.lt-ie8 .with-wireframes #footer,
.lt-ie8 .with-wireframes .region-bottom {
  /* IE6/7 do not support the outline property. */
  border: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 44, ../sass/imports/_tabs.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 55, ../sass/imports/_tabs.scss */
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 66, ../sass/imports/_tabs.scss */
#skip-link {
  margin: 0;
}

/* line 70, ../sass/imports/_tabs.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 84, ../sass/imports/_tabs.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 91, ../sass/imports/_tabs.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 96, ../sass/imports/_tabs.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 101, ../sass/imports/_tabs.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 109, ../sass/imports/_tabs.scss */
.header__site-link:link,
.header__site-link:visited {
  color: #000;
  text-decoration: none;
}

/* line 114, ../sass/imports/_tabs.scss */
.header__site-link:hover,
.header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 119, ../sass/imports/_tabs.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 124, ../sass/imports/_tabs.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 129, ../sass/imports/_tabs.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 137, ../sass/imports/_tabs.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
}

/* line 141, ../sass/imports/_tabs.scss */
#navigation .block {
  margin-bottom: 0;
}

/* Main menu and secondary menu links and menu block links. */
/* line 147, ../sass/imports/_tabs.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}

/* line 153, ../sass/imports/_tabs.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 164, ../sass/imports/_tabs.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}

/* line 168, ../sass/imports/_tabs.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 183, ../sass/imports/_tabs.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
}

/**
 * Messages.
 */
/* line 193, ../sass/imports/_tabs.scss */
.messages,
.messages--status,
.messages--warning,
.messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=");
  *background-image: url("../../images/message-24-ok.png");
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 202, ../sass/imports/_tabs.scss */
.messages--warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC");
  *background-image: url("../../images/message-24-warning.png");
  border-color: #ed5;
}

/* line 207, ../sass/imports/_tabs.scss */
.messages--error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==");
  *background-image: url("../../images/message-24-error.png");
  border-color: #ed541d;
}

/* line 212, ../sass/imports/_tabs.scss */
.messages__list {
  margin: 0;
}

/* line 215, ../sass/imports/_tabs.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 220, ../sass/imports/_tabs.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 226, ../sass/imports/_tabs.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 231, ../sass/imports/_tabs.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 236, ../sass/imports/_tabs.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 247, ../sass/imports/_tabs.scss */
.tabs--primary,
.tabs--secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 20px;
  white-space: nowrap;
}

/* line 265, ../sass/imports/_tabs.scss */
.tabs--primary .tabs__tab,
.tabs--primary .tabs__tab.is-active,
.tabs--secondary .tabs__tab,
.tabs--secondary .tabs__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 5px;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}
/* line 274, ../sass/imports/_tabs.scss */
.tabs--primary .tabs__tab,
.tabs--secondary .tabs__tab {
  border-bottom-color: white;
}
/* line 278, ../sass/imports/_tabs.scss */
.tabs--primary .tabs__tab-link,
.tabs--secondary .tabs__tab-link {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #EEEEEE;
  letter-spacing: 1px;
  padding: 5px 20px;
  text-align: center;
}
/* line 294, ../sass/imports/_tabs.scss */
.tabs--primary .tabs__tab-link:hover, .tabs--primary .tabs__tab-link:focus,
.tabs--secondary .tabs__tab-link:hover,
.tabs--secondary .tabs__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}
/* line 298, ../sass/imports/_tabs.scss */
.tabs--primary .tabs__tab-link:active, .tabs--primary .tabs__tab-link.is-active,
.tabs--secondary .tabs__tab-link:active,
.tabs--secondary .tabs__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  border-color: #fff;
}

/* Primary tabs. */
/* Secondary tabs. */
/* line 333, ../sass/imports/_tabs.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 339, ../sass/imports/_tabs.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 343, ../sass/imports/_tabs.scss */
a.tabs-secondary__tab-link,
a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 359, ../sass/imports/_tabs.scss */
a.tabs-secondary__tab-link:hover,
a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 365, ../sass/imports/_tabs.scss */
a.tabs-secondary__tab-link:active,
a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 377, ../sass/imports/_tabs.scss */
.inline {
  display: inline;
  padding: 0;
}

/* line 381, ../sass/imports/_tabs.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 388, ../sass/imports/_tabs.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 395, ../sass/imports/_tabs.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 398, ../sass/imports/_tabs.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 401, ../sass/imports/_tabs.scss */
.more-help-link a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC");
  *background-image: url("../../images/help.png");
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 414, ../sass/imports/_tabs.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 426, ../sass/imports/_tabs.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis,
.pager-current {
  /* The current page's list item. */
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 432, ../sass/imports/_tabs.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 442, ../sass/imports/_tabs.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 453, ../sass/imports/_tabs.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/* line 469, ../sass/imports/_tabs.scss */
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  /* Otherwise these elements will appear below the "Unpublished" text. */
  position: relative;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 479, ../sass/imports/_tabs.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 484, ../sass/imports/_tabs.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 490, ../sass/imports/_tabs.scss */
.comment {
  /* Comment's permalink wrapper. */
}

/* line 493, ../sass/imports/_tabs.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 499, ../sass/imports/_tabs.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 509, ../sass/imports/_tabs.scss */
.form-item {
  margin: 1.5em 0;
}

/* Pack groups of checkboxes and radio buttons closer together. */
/* line 515, ../sass/imports/_tabs.scss */
.form-checkboxes .form-item,
.form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}

/* Form items in a table. */
/* line 522, ../sass/imports/_tabs.scss */
tr.odd .form-item,
tr.even .form-item {
  margin: 0;
}

/* Highlight the form elements that caused a form submission error. */
/* line 529, ../sass/imports/_tabs.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

/* The descriptive help text (separate from the label). */
/* line 534, ../sass/imports/_tabs.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 538, ../sass/imports/_tabs.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 543, ../sass/imports/_tabs.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 548, ../sass/imports/_tabs.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 554, ../sass/imports/_tabs.scss */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
/* line 562, ../sass/imports/_tabs.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 567, ../sass/imports/_tabs.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 579, ../sass/imports/_tabs.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 586, ../sass/imports/_tabs.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 590, ../sass/imports/_tabs.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 594, ../sass/imports/_tabs.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 601, ../sass/imports/_tabs.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}

/* line 606, ../sass/imports/_tabs.scss */
form tbody {
  border-top: 1px solid #ccc;
}

/* line 609, ../sass/imports/_tabs.scss */
form table ul {
  margin: 0;
}

/* line 613, ../sass/imports/_tabs.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 618, ../sass/imports/_tabs.scss */
tr.even {
  background-color: #fff;
}

/* line 624, ../sass/imports/_tabs.scss */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  /* IE doesn't display borders on table rows. */
  border-bottom: 1px solid #ccc;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 630, ../sass/imports/_tabs.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 636, ../sass/imports/_tabs.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 641, ../sass/imports/_tabs.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 652, ../sass/imports/_tabs.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 662, ../sass/imports/_tabs.scss */
html.js .collapsible .fieldset-legend {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==");
  *background-image: url("../../images/menu-expanded.png");
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}

/* line 669, ../sass/imports/_tabs.scss */
html.js .collapsed .fieldset-legend {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC");
  /* LTR */
  *background-image: url("../../images/menu-collapsed.png");
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}

/* line 674, ../sass/imports/_tabs.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 685, ../sass/imports/_tabs.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 688, ../sass/imports/_tabs.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 691, ../sass/imports/_tabs.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 700, ../sass/imports/_tabs.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 709, ../sass/imports/_tabs.scss */
.progress {
  font-weight: bold;
}

/* line 712, ../sass/imports/_tabs.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 722, ../sass/imports/_tabs.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url("../../images/progress.gif");
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 8, ../sass/imports/elements/_webflow.scss */
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 21, ../sass/imports/elements/_webflow.scss */
.w-icon-slider-right:before {
  content: "\e600";
}

/* line 24, ../sass/imports/elements/_webflow.scss */
.w-icon-slider-left:before {
  content: "\e601";
}

/* line 27, ../sass/imports/elements/_webflow.scss */
.w-icon-nav-menu:before {
  content: "\e602";
}

/* line 31, ../sass/imports/elements/_webflow.scss */
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

/* line 34, ../sass/imports/elements/_webflow.scss */
.w-icon-file-upload-remove:before {
  content: "\e900";
}

/* line 37, ../sass/imports/elements/_webflow.scss */
.w-icon-file-upload-icon:before {
  content: "\e903";
}

/* line 40, ../sass/imports/elements/_webflow.scss */
html {
  height: 100%;
}

/* line 44, ../sass/imports/elements/_webflow.scss */
img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 49, ../sass/imports/elements/_webflow.scss */
html.w-mod-touch * {
  background-attachment: scroll !important;
}

/* line 52, ../sass/imports/elements/_webflow.scss */
.w-block {
  display: block;
}

/* line 55, ../sass/imports/elements/_webflow.scss */
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

/* line 60, ../sass/imports/elements/_webflow.scss */
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}

/* line 64, ../sass/imports/elements/_webflow.scss */
.w-clearfix:after {
  clear: both;
}

/* line 67, ../sass/imports/elements/_webflow.scss */
.w-hidden {
  display: none;
}

/* line 70, ../sass/imports/elements/_webflow.scss */
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

/* line 81, ../sass/imports/elements/_webflow.scss */
input.w-button {
  -webkit-appearance: button;
}

/* line 84, ../sass/imports/elements/_webflow.scss */
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

/* line 88, ../sass/imports/elements/_webflow.scss */
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

/* line 149, ../sass/imports/elements/_webflow.scss */
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 175, ../sass/imports/elements/_webflow.scss */
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

/* line 186, ../sass/imports/elements/_webflow.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 190, ../sass/imports/elements/_webflow.scss */
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

/* line 195, ../sass/imports/elements/_webflow.scss */
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

/* line 200, ../sass/imports/elements/_webflow.scss */
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

/* line 205, ../sass/imports/elements/_webflow.scss */
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

/* line 210, ../sass/imports/elements/_webflow.scss */
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

/* line 215, ../sass/imports/elements/_webflow.scss */
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

/* line 220, ../sass/imports/elements/_webflow.scss */
p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 224, ../sass/imports/elements/_webflow.scss */
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

/* line 231, ../sass/imports/elements/_webflow.scss */
figure {
  margin: 0;
  margin-bottom: 10px;
}

/* line 235, ../sass/imports/elements/_webflow.scss */
figcaption {
  margin-top: 5px;
  text-align: center;
}

/* line 240, ../sass/imports/elements/_webflow.scss */
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

/* line 245, ../sass/imports/elements/_webflow.scss */
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 250, ../sass/imports/elements/_webflow.scss */
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}

/* line 254, ../sass/imports/elements/_webflow.scss */
.w-embed:after {
  clear: both;
}

/* line 257, ../sass/imports/elements/_webflow.scss */
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

/* line 264, ../sass/imports/elements/_webflow.scss */
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 271, ../sass/imports/elements/_webflow.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 278, ../sass/imports/elements/_webflow.scss */
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 283, ../sass/imports/elements/_webflow.scss */
.w-form {
  margin: 0 0 15px;
}

/* line 286, ../sass/imports/elements/_webflow.scss */
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

/* line 292, ../sass/imports/elements/_webflow.scss */
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

/* line 298, ../sass/imports/elements/_webflow.scss */
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 304, ../sass/imports/elements/_webflow.scss */
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* line 318, ../sass/imports/elements/_webflow.scss */
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

/* line 322, ../sass/imports/elements/_webflow.scss */
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 327, ../sass/imports/elements/_webflow.scss */
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

/* line 331, ../sass/imports/elements/_webflow.scss */
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

/* line 335, ../sass/imports/elements/_webflow.scss */
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

/* line 344, ../sass/imports/elements/_webflow.scss */
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 349, ../sass/imports/elements/_webflow.scss */
textarea.w-input,
textarea.w-select {
  height: auto;
}

/* line 352, ../sass/imports/elements/_webflow.scss */
.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(#ffffff 0%, #f3f3f3 100%);
}

/* line 356, ../sass/imports/elements/_webflow.scss */
.w-select[multiple] {
  height: auto;
}

/* line 359, ../sass/imports/elements/_webflow.scss */
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

/* line 366, ../sass/imports/elements/_webflow.scss */
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

/* line 374, ../sass/imports/elements/_webflow.scss */
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}

/* line 379, ../sass/imports/elements/_webflow.scss */
.w-checkbox:after,
.w-radio:after {
  clear: both;
}

/* line 383, ../sass/imports/elements/_webflow.scss */
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

/* line 390, ../sass/imports/elements/_webflow.scss */
.w-radio-input {
  margin-top: 3px;
}

/* line 393, ../sass/imports/elements/_webflow.scss */
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

/* line 397, ../sass/imports/elements/_webflow.scss */
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

/* line 407, ../sass/imports/elements/_webflow.scss */
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

/* line 411, ../sass/imports/elements/_webflow.scss */
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

/* line 418, ../sass/imports/elements/_webflow.scss */
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

/* line 421, ../sass/imports/elements/_webflow.scss */
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

/* line 431, ../sass/imports/elements/_webflow.scss */
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

/* line 440, ../sass/imports/elements/_webflow.scss */
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

/* line 445, ../sass/imports/elements/_webflow.scss */
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

/* line 454, ../sass/imports/elements/_webflow.scss */
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

/* line 458, ../sass/imports/elements/_webflow.scss */
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

/* line 463, ../sass/imports/elements/_webflow.scss */
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

/* line 468, ../sass/imports/elements/_webflow.scss */
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

/* line 479, ../sass/imports/elements/_webflow.scss */
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

/* line 484, ../sass/imports/elements/_webflow.scss */
.w-icon-file-upload-uploading {
  height: 20px;
}

/* line 487, ../sass/imports/elements/_webflow.scss */
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

/* line 493, ../sass/imports/elements/_webflow.scss */
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}

/* line 497, ../sass/imports/elements/_webflow.scss */
.w-container:after {
  clear: both;
}

/* line 500, ../sass/imports/elements/_webflow.scss */
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 505, ../sass/imports/elements/_webflow.scss */
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}

/* line 509, ../sass/imports/elements/_webflow.scss */
.w-row:after {
  clear: both;
}

/* line 512, ../sass/imports/elements/_webflow.scss */
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

/* line 516, ../sass/imports/elements/_webflow.scss */
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 524, ../sass/imports/elements/_webflow.scss */
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

/* line 528, ../sass/imports/elements/_webflow.scss */
.w-col-1 {
  width: 8.33333333%;
}

/* line 531, ../sass/imports/elements/_webflow.scss */
.w-col-2 {
  width: 16.66666667%;
}

/* line 534, ../sass/imports/elements/_webflow.scss */
.w-col-3 {
  width: 25%;
}

/* line 537, ../sass/imports/elements/_webflow.scss */
.w-col-4 {
  width: 33.33333333%;
}

/* line 540, ../sass/imports/elements/_webflow.scss */
.w-col-5 {
  width: 41.66666667%;
}

/* line 543, ../sass/imports/elements/_webflow.scss */
.w-col-6 {
  width: 50%;
}

/* line 546, ../sass/imports/elements/_webflow.scss */
.w-col-7 {
  width: 58.33333333%;
}

/* line 549, ../sass/imports/elements/_webflow.scss */
.w-col-8 {
  width: 66.66666667%;
}

/* line 552, ../sass/imports/elements/_webflow.scss */
.w-col-9 {
  width: 75%;
}

/* line 555, ../sass/imports/elements/_webflow.scss */
.w-col-10 {
  width: 83.33333333%;
}

/* line 558, ../sass/imports/elements/_webflow.scss */
.w-col-11 {
  width: 91.66666667%;
}

/* line 561, ../sass/imports/elements/_webflow.scss */
.w-col-12 {
  width: 100%;
}

/* line 564, ../sass/imports/elements/_webflow.scss */
.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  /* line 568, ../sass/imports/elements/_webflow.scss */
  .w-container {
    max-width: 728px;
  }

  /* line 571, ../sass/imports/elements/_webflow.scss */
  .w-hidden-main {
    display: inherit !important;
  }

  /* line 574, ../sass/imports/elements/_webflow.scss */
  .w-hidden-medium {
    display: none !important;
  }

  /* line 577, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-1 {
    width: 8.33333333%;
  }

  /* line 580, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-2 {
    width: 16.66666667%;
  }

  /* line 583, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-3 {
    width: 25%;
  }

  /* line 586, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-4 {
    width: 33.33333333%;
  }

  /* line 589, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-5 {
    width: 41.66666667%;
  }

  /* line 592, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-6 {
    width: 50%;
  }

  /* line 595, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-7 {
    width: 58.33333333%;
  }

  /* line 598, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-8 {
    width: 66.66666667%;
  }

  /* line 601, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-9 {
    width: 75%;
  }

  /* line 604, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-10 {
    width: 83.33333333%;
  }

  /* line 607, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-11 {
    width: 91.66666667%;
  }

  /* line 610, ../sass/imports/elements/_webflow.scss */
  .w-col-medium-12 {
    width: 100%;
  }

  /* line 613, ../sass/imports/elements/_webflow.scss */
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 620, ../sass/imports/elements/_webflow.scss */
  .w-hidden-main {
    display: inherit !important;
  }

  /* line 623, ../sass/imports/elements/_webflow.scss */
  .w-hidden-medium {
    display: inherit !important;
  }

  /* line 626, ../sass/imports/elements/_webflow.scss */
  .w-hidden-small {
    display: none !important;
  }

  /* line 630, ../sass/imports/elements/_webflow.scss */
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 634, ../sass/imports/elements/_webflow.scss */
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  /* line 639, ../sass/imports/elements/_webflow.scss */
  .w-col-small-1 {
    width: 8.33333333%;
  }

  /* line 642, ../sass/imports/elements/_webflow.scss */
  .w-col-small-2 {
    width: 16.66666667%;
  }

  /* line 645, ../sass/imports/elements/_webflow.scss */
  .w-col-small-3 {
    width: 25%;
  }

  /* line 648, ../sass/imports/elements/_webflow.scss */
  .w-col-small-4 {
    width: 33.33333333%;
  }

  /* line 651, ../sass/imports/elements/_webflow.scss */
  .w-col-small-5 {
    width: 41.66666667%;
  }

  /* line 654, ../sass/imports/elements/_webflow.scss */
  .w-col-small-6 {
    width: 50%;
  }

  /* line 657, ../sass/imports/elements/_webflow.scss */
  .w-col-small-7 {
    width: 58.33333333%;
  }

  /* line 660, ../sass/imports/elements/_webflow.scss */
  .w-col-small-8 {
    width: 66.66666667%;
  }

  /* line 663, ../sass/imports/elements/_webflow.scss */
  .w-col-small-9 {
    width: 75%;
  }

  /* line 666, ../sass/imports/elements/_webflow.scss */
  .w-col-small-10 {
    width: 83.33333333%;
  }

  /* line 669, ../sass/imports/elements/_webflow.scss */
  .w-col-small-11 {
    width: 91.66666667%;
  }

  /* line 672, ../sass/imports/elements/_webflow.scss */
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  /* line 677, ../sass/imports/elements/_webflow.scss */
  .w-container {
    max-width: none;
  }

  /* line 680, ../sass/imports/elements/_webflow.scss */
  .w-hidden-main {
    display: inherit !important;
  }

  /* line 683, ../sass/imports/elements/_webflow.scss */
  .w-hidden-medium {
    display: inherit !important;
  }

  /* line 686, ../sass/imports/elements/_webflow.scss */
  .w-hidden-small {
    display: inherit !important;
  }

  /* line 689, ../sass/imports/elements/_webflow.scss */
  .w-hidden-tiny {
    display: none !important;
  }

  /* line 692, ../sass/imports/elements/_webflow.scss */
  .w-col {
    width: 100%;
  }

  /* line 695, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-1 {
    width: 8.33333333%;
  }

  /* line 698, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-2 {
    width: 16.66666667%;
  }

  /* line 701, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-3 {
    width: 25%;
  }

  /* line 704, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-4 {
    width: 33.33333333%;
  }

  /* line 707, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-5 {
    width: 41.66666667%;
  }

  /* line 710, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-6 {
    width: 50%;
  }

  /* line 713, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-7 {
    width: 58.33333333%;
  }

  /* line 716, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-8 {
    width: 66.66666667%;
  }

  /* line 719, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-9 {
    width: 75%;
  }

  /* line 722, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-10 {
    width: 83.33333333%;
  }

  /* line 725, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-11 {
    width: 91.66666667%;
  }

  /* line 728, ../sass/imports/elements/_webflow.scss */
  .w-col-tiny-12 {
    width: 100%;
  }
}
/* line 732, ../sass/imports/elements/_webflow.scss */
.w-widget {
  position: relative;
}

/* line 735, ../sass/imports/elements/_webflow.scss */
.w-widget-map {
  width: 100%;
  height: 400px;
}

/* line 739, ../sass/imports/elements/_webflow.scss */
.w-widget-map label {
  width: auto;
  display: inline;
}

/* line 743, ../sass/imports/elements/_webflow.scss */
.w-widget-map img {
  max-width: inherit;
}

/* line 746, ../sass/imports/elements/_webflow.scss */
.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}

/* line 755, ../sass/imports/elements/_webflow.scss */
.w-widget-map .gm-style-iw + div {
  display: none;
}

/* line 758, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter {
  overflow: hidden;
}

/* line 761, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

/* line 772, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 779, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

/* line 787, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

/* line 791, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}

/* line 796, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

/* line 800, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

/* line 804, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

/* line 808, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 818, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

/* line 825, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

/* line 830, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

/* line 837, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

/* line 842, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

/* line 848, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 858, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

/* line 864, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

/* line 870, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

/* line 874, ../sass/imports/elements/_webflow.scss */
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

/* line 877, ../sass/imports/elements/_webflow.scss */
.w-widget-gplus {
  overflow: hidden;
}

/* line 880, ../sass/imports/elements/_webflow.scss */
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

/* line 886, ../sass/imports/elements/_webflow.scss */
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

/* line 899, ../sass/imports/elements/_webflow.scss */
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/* line 903, ../sass/imports/elements/_webflow.scss */
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 912, ../sass/imports/elements/_webflow.scss */
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

/* line 922, ../sass/imports/elements/_webflow.scss */
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

/* line 931, ../sass/imports/elements/_webflow.scss */
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 945, ../sass/imports/elements/_webflow.scss */
.w-slider-nav.w-round > div {
  border-radius: 100%;
}

/* line 948, ../sass/imports/elements/_webflow.scss */
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

/* line 955, ../sass/imports/elements/_webflow.scss */
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

/* line 958, ../sass/imports/elements/_webflow.scss */
.w-slider-nav-invert {
  color: #fff;
}

/* line 961, ../sass/imports/elements/_webflow.scss */
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

/* line 964, ../sass/imports/elements/_webflow.scss */
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

/* line 967, ../sass/imports/elements/_webflow.scss */
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

/* line 977, ../sass/imports/elements/_webflow.scss */
.w-slider-dot.w-active {
  background-color: #fff;
}

/* line 981, ../sass/imports/elements/_webflow.scss */
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1003, ../sass/imports/elements/_webflow.scss */
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

/* line 1006, ../sass/imports/elements/_webflow.scss */
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

/* line 1010, ../sass/imports/elements/_webflow.scss */
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

/* line 1015, ../sass/imports/elements/_webflow.scss */
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

/* line 1024, ../sass/imports/elements/_webflow.scss */
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

/* line 1034, ../sass/imports/elements/_webflow.scss */
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

/* line 1045, ../sass/imports/elements/_webflow.scss */
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

/* line 1054, ../sass/imports/elements/_webflow.scss */
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

/* line 1064, ../sass/imports/elements/_webflow.scss */
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

/* line 1070, ../sass/imports/elements/_webflow.scss */
.w-dropdown-list.w--open {
  display: block;
}

/* line 1073, ../sass/imports/elements/_webflow.scss */
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

/* line 1078, ../sass/imports/elements/_webflow.scss */
.w-dropdown-link.w--current {
  color: #0082f3;
}

/* line 1082, ../sass/imports/elements/_webflow.scss */
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}

/* line 1085, ../sass/imports/elements/_webflow.scss */
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}

@media screen and (max-width: 991px) {
  /* line 1090, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }

  /* line 1093, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  /* line 1099, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }

  /* line 1102, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }

  /* line 1105, ../sass/imports/elements/_webflow.scss */
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  /* line 1111, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }

  /* line 1114, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
/* line 1132, ../sass/imports/elements/_webflow.scss */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
/* line 1180, ../sass/imports/elements/_webflow.scss */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1185, ../sass/imports/elements/_webflow.scss */
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* line 1190, ../sass/imports/elements/_webflow.scss */
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

/* line 1196, ../sass/imports/elements/_webflow.scss */
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
/* line 1203, ../sass/imports/elements/_webflow.scss */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

/* line 1207, ../sass/imports/elements/_webflow.scss */
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
/* line 1214, ../sass/imports/elements/_webflow.scss */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

/* line 1219, ../sass/imports/elements/_webflow.scss */
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
/* line 1226, ../sass/imports/elements/_webflow.scss */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
/* line 1234, ../sass/imports/elements/_webflow.scss */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

/* line 1241, ../sass/imports/elements/_webflow.scss */
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

/* line 1244, ../sass/imports/elements/_webflow.scss */
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1256, ../sass/imports/elements/_webflow.scss */
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1265, ../sass/imports/elements/_webflow.scss */
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* line 1276, ../sass/imports/elements/_webflow.scss */
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

/* line 1283, ../sass/imports/elements/_webflow.scss */
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
/* line 1295, ../sass/imports/elements/_webflow.scss */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
/* line 1305, ../sass/imports/elements/_webflow.scss */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
/* line 1324, ../sass/imports/elements/_webflow.scss */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

/* line 1334, ../sass/imports/elements/_webflow.scss */
.w-lightbox-active {
  opacity: .3;
}

/* line 1337, ../sass/imports/elements/_webflow.scss */
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

/* line 1343, ../sass/imports/elements/_webflow.scss */
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1348, ../sass/imports/elements/_webflow.scss */
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 1355, ../sass/imports/elements/_webflow.scss */
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
/* line 1368, ../sass/imports/elements/_webflow.scss */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}

/* line 1382, ../sass/imports/elements/_webflow.scss */
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
/* line 1396, ../sass/imports/elements/_webflow.scss */
.w-lightbox-hide {
  display: none;
}

/* line 1399, ../sass/imports/elements/_webflow.scss */
.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 1403, ../sass/imports/elements/_webflow.scss */
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  /* line 1408, ../sass/imports/elements/_webflow.scss */
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  /* .w-lightbox-content */
  /* line 1414, ../sass/imports/elements/_webflow.scss */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  /* line 1417, ../sass/imports/elements/_webflow.scss */
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  /* line 1421, ../sass/imports/elements/_webflow.scss */
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  /* line 1426, ../sass/imports/elements/_webflow.scss */
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }

  /* line 1430, ../sass/imports/elements/_webflow.scss */
  .w-lightbox-close {
    opacity: .8;
  }

  /* line 1433, ../sass/imports/elements/_webflow.scss */
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
/* line 1438, ../sass/imports/elements/_webflow.scss */
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

/* line 1442, ../sass/imports/elements/_webflow.scss */
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}

/* line 1446, ../sass/imports/elements/_webflow.scss */
.w-richtext:after {
  clear: both;
}

/* line 1450, ../sass/imports/elements/_webflow.scss */
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

/* line 1454, ../sass/imports/elements/_webflow.scss */
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

/* line 1458, ../sass/imports/elements/_webflow.scss */
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}

/* line 1462, ../sass/imports/elements/_webflow.scss */
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

/* line 1466, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 1476, ../sass/imports/elements/_webflow.scss */
.w-richtext figure {
  position: relative;
  max-width: 60%;
}

/* line 1480, ../sass/imports/elements/_webflow.scss */
.w-richtext figure > div:before {
  cursor: default !important;
}

/* line 1483, ../sass/imports/elements/_webflow.scss */
.w-richtext figure img {
  width: 100%;
}

/* line 1486, ../sass/imports/elements/_webflow.scss */
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

/* line 1489, ../sass/imports/elements/_webflow.scss */
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

/* line 1495, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

/* line 1499, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

/* line 1503, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

/* line 1508, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

/* line 1513, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1521, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

/* line 1524, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

/* line 1530, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

/* line 1533, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

/* line 1536, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 1545, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

/* line 1552, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

/* line 1555, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

/* line 1560, ../sass/imports/elements/_webflow.scss */
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

/* line 1565, ../sass/imports/elements/_webflow.scss */
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

/* line 1571, ../sass/imports/elements/_webflow.scss */
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}

/* line 1575, ../sass/imports/elements/_webflow.scss */
.w-nav:after {
  clear: both;
}

/* line 1578, ../sass/imports/elements/_webflow.scss */
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

/* line 1584, ../sass/imports/elements/_webflow.scss */
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* line 1595, ../sass/imports/elements/_webflow.scss */
.w-nav-link.w--current {
  color: #0082f3;
}

/* line 1598, ../sass/imports/elements/_webflow.scss */
.w-nav-menu {
  position: relative;
  float: right;
}

/* line 1602, ../sass/imports/elements/_webflow.scss */
.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

/* line 1613, ../sass/imports/elements/_webflow.scss */
.w--nav-link-open {
  display: block;
  position: relative;
}

/* line 1617, ../sass/imports/elements/_webflow.scss */
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

/* line 1626, ../sass/imports/elements/_webflow.scss */
.w-nav-overlay .w--nav-menu-open {
  top: 0;
}

/* line 1629, ../sass/imports/elements/_webflow.scss */
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

/* line 1633, ../sass/imports/elements/_webflow.scss */
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}

/* line 1638, ../sass/imports/elements/_webflow.scss */
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

/* line 1642, ../sass/imports/elements/_webflow.scss */
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}

/* line 1647, ../sass/imports/elements/_webflow.scss */
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1661, ../sass/imports/elements/_webflow.scss */
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

/* line 1665, ../sass/imports/elements/_webflow.scss */
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

/* line 1668, ../sass/imports/elements/_webflow.scss */
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  /* line 1672, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  /* line 1675, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* line 1680, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  /* line 1683, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  /* line 1686, ../sass/imports/elements/_webflow.scss */
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  /* line 1691, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  /* line 1694, ../sass/imports/elements/_webflow.scss */
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
/* line 1698, ../sass/imports/elements/_webflow.scss */
.w-tabs {
  position: relative;
}

/* line 1702, ../sass/imports/elements/_webflow.scss */
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}

/* line 1706, ../sass/imports/elements/_webflow.scss */
.w-tabs:after {
  clear: both;
}

/* line 1709, ../sass/imports/elements/_webflow.scss */
.w-tab-menu {
  position: relative;
}

/* line 1712, ../sass/imports/elements/_webflow.scss */
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

/* line 1723, ../sass/imports/elements/_webflow.scss */
.w-tab-link.w--current {
  background-color: #C8C8C8;
}

/* line 1726, ../sass/imports/elements/_webflow.scss */
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 1731, ../sass/imports/elements/_webflow.scss */
.w-tab-pane {
  position: relative;
  display: none;
}

/* line 1735, ../sass/imports/elements/_webflow.scss */
.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  /* line 1739, ../sass/imports/elements/_webflow.scss */
  .w-tab-link {
    display: block;
  }
}
/* line 1743, ../sass/imports/elements/_webflow.scss */
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  /* line 1747, ../sass/imports/elements/_webflow.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 1750, ../sass/imports/elements/_webflow.scss */
  100% {
    transform: rotate(360deg);
  }
}

/* line 1754, ../sass/imports/elements/_webflow.scss */
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

/* line 1758, ../sass/imports/elements/_webflow.scss */
.w-dyn-bind-empty {
  display: none !important;
}

/* line 1761, ../sass/imports/elements/_webflow.scss */
.w-condition-invisible {
  display: none !important;
}

/* line 1764, ../sass/imports/elements/_webflow.scss */
.link {
  position: relative;
  left: 55px;
  top: 30px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

/* line 1775, ../sass/imports/elements/_webflow.scss */
.link:hover {
  color: #f3901d;
  text-decoration: underline;
}

/* line 1780, ../sass/imports/elements/_webflow.scss */
.link.artists {
  left: 24px;
  top: 85px;
}

/* line 1785, ../sass/imports/elements/_webflow.scss */
.link.home {
  left: -40px;
}

/* line 1789, ../sass/imports/elements/_webflow.scss */
.link.exhibitions {
  left: 0px;
}

/* line 1793, ../sass/imports/elements/_webflow.scss */
.link.exhibitions {
  top: 30px;
}

/* line 1797, ../sass/imports/elements/_webflow.scss */
.link.online-shop {
  left: 0px;
  top: 112px;
}

/* line 1802, ../sass/imports/elements/_webflow.scss */
.link.galleries {
  left: 0px;
  top: 143px;
}

/* line 1, ../sass/imports/elements/_topbar.scss */
#topbar {
  height: 150px;
  position: fixed;
  width: 100%;
  background: #FFFFFF;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 12px 0px #dddddd;
  -moz-box-shadow: 0px 0px 12px 0px #dddddd;
  box-shadow: 0px 0px 12px 0px #dddddd;
}

/* line 10, ../sass/imports/elements/_topbar.scss */
#logo {
  margin-top: 40px;
  margin-left: 80px;
  display: block;
  position: absolute;
}
/* line 15, ../sass/imports/elements/_topbar.scss */
#logo img {
  display: block;
  max-width: 100%;
}

/* line 21, ../sass/imports/elements/_topbar.scss */
#navigation {
  padding-left: 500px;
  padding-right: 300px;
}
/* line 25, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu {
  max-width: 850px;
  float: right;
  list-style: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 39, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li {
  margin: 0px 10px;
  position: relative;
}
/* line 42, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li a {
  padding: 0px 0px;
  padding-bottom: 20px;
  padding-top: 105px;
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #2a8a42;
  line-height: 20px;
  border-bottom: 5px solid #FFFFFF;
}
/* line 56, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li a.is-active, #navigation ul.menu li a:hover {
  text-decoration: none;
  border-bottom: 5px solid #ffce05;
}
/* line 61, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li:hover ul.menu {
  display: block;
}

/* line 68, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li ul.menu {
  position: absolute;
  width: 200px;
  display: none;
  background: #2a8a42;
}
/* line 73, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li ul.menu li {
  width: 100%;
  margin: 0px;
}
/* line 76, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li ul.menu li a {
  margin: 0px 20px;
  color: #FFFFFF;
  text-transform: none;
  border-bottom: 1px solid #FFFFFF;
  padding: 10px 0px;
  text-align: left;
  text-transform: capitalize;
}
/* line 84, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li ul.menu li a:hover {
  color: #ffce05;
}
/* line 88, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li ul.menu li:last-of-type a {
  border-bottom: 0px;
}
/* line 91, ../sass/imports/elements/_topbar.scss */
#navigation ul.menu li ul.menu li ul {
  display: none !important;
}

/* line 97, ../sass/imports/elements/_topbar.scss */
.nav_widgets {
  width: 175px;
  position: absolute;
  right: 75px;
  top: 40px;
}
/* line 102, ../sass/imports/elements/_topbar.scss */
.nav_widgets .social_icons {
  text-align: center;
}
/* line 105, ../sass/imports/elements/_topbar.scss */
.nav_widgets .loginout {
  display: block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #ffce05;
  font-family: "Muli", sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
/* line 116, ../sass/imports/elements/_topbar.scss */
.nav_widgets .loginout:hover {
  text-decoration: none;
  background: #2a8a42;
  color: #FFFFFF;
}

/* line 125, ../sass/imports/elements/_topbar.scss */
.social_icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* line 129, ../sass/imports/elements/_topbar.scss */
.social_icon:hover {
  text-decoration: none;
}

/* line 133, ../sass/imports/elements/_topbar.scss */
.social_icon_fb {
  background: url('../images/si_fb.png?1541815297') no-repeat center center;
  margin-right: 10px;
}
/* line 136, ../sass/imports/elements/_topbar.scss */
.social_icon_fb:hover {
  background: url('../images/si_fb_hover.png?1541815297');
}

/* line 140, ../sass/imports/elements/_topbar.scss */
.social_icon_tw {
  background: url('../images/si_tw.png?1541815297') no-repeat center center;
}
/* line 142, ../sass/imports/elements/_topbar.scss */
.social_icon_tw:hover {
  background: url('../images/si_tw_hover.png?1541815297');
}

/* line 147, ../sass/imports/elements/_topbar.scss */
.topbar_search {
  position: absolute;
  top: 40px;
  right: 225px;
}
/* line 152, ../sass/imports/elements/_topbar.scss */
.topbar_search .search-block-form input {
  height: 30px;
  width: 200px;
  border: 0px;
  border-bottom: 1px solid #000;
  background: none;
  outline: none;
}
/* line 160, ../sass/imports/elements/_topbar.scss */
.topbar_search .search-block-form input[type="submit"] {
  background-image: url('../images/search_icon_top.png?1542594680');
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -999999px;
  overflow: hidden;
  width: 30px;
  border-bottom: 0px;
  cursor: pointer;
}

@media (max-width: 1500px) {
  /* line 176, ../sass/imports/elements/_topbar.scss */
  #logo {
    margin-left: 25px;
    margin-top: 25px;
  }

  /* line 180, ../sass/imports/elements/_topbar.scss */
  #navigation {
    padding-right: 225px;
  }

  /* line 183, ../sass/imports/elements/_topbar.scss */
  .nav_widgets {
    right: 20px;
  }

  /* line 186, ../sass/imports/elements/_topbar.scss */
  .topbar_search {
    right: 165px;
  }
}
@media (max-width: 1339px) {
  /* line 193, ../sass/imports/elements/_topbar.scss */
  #topbar {
    position: absolute;
  }

  /* line 197, ../sass/imports/elements/_topbar.scss */
  .topbar_search input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}
@media (max-width: 1199px) {
  /* line 206, ../sass/imports/elements/_topbar.scss */
  #topbar {
    height: auto;
    position: static;
    padding: 20px 0px;
  }

  /* line 211, ../sass/imports/elements/_topbar.scss */
  #logo {
    width: 300px;
    height: 70px;
    margin: 0px auto;
    position: static;
  }

  /* line 217, ../sass/imports/elements/_topbar.scss */
  #navigation {
    display: none;
  }

  /* line 220, ../sass/imports/elements/_topbar.scss */
  .nav_widgets {
    position: static;
    float: left;
    margin-left: 40px;
    margin-top: 25px;
  }

  /* line 226, ../sass/imports/elements/_topbar.scss */
  .topbar_search {
    top: 120px;
    position: static;
    float: right;
    margin-top: 75px;
    margin-right: 40px;
  }

  /* line 233, ../sass/imports/elements/_topbar.scss */
  .widgets_wrapper {
    width: 530px;
    margin: 0px auto;
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  /* line 242, ../sass/imports/elements/_topbar.scss */
  #logo {
    width: 200px;
    height: 55px;
    margin: 0px;
    margin-left: 20px;
  }

  /* line 248, ../sass/imports/elements/_topbar.scss */
  .widgets_wrapper {
    width: 100%;
  }

  /* line 251, ../sass/imports/elements/_topbar.scss */
  .nav_widgets {
    float: none;
    margin: 20px auto;
  }

  /* line 255, ../sass/imports/elements/_topbar.scss */
  .topbar_search {
    float: none;
    width: 235px;
    margin: 0px auto;
  }
}
/* line 1, ../sass/imports/elements/_sidr.scss */
#menu_ham {
  width: 35px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  background-image: url('../images/sidr_menu.png?1541195023');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: #2a8a42;
  cursor: pointer;
  right: 40px;
  top: 40px;
  display: none;
}
/* line 16, ../sass/imports/elements/_sidr.scss */
#menu_ham:hover {
  background-color: #ffce05;
}

/* line 22, ../sass/imports/elements/_sidr.scss */
body.sidr-open #menu_ham {
  background-position: 0px -36px;
}

/* line 27, ../sass/imports/elements/_sidr.scss */
div.sidr {
  background: #eee;
  -webkit-box-shadow: 0px 0px 0px 0px;
  -moz-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
  font-family: "Montserrat", sans-serif;
  width: 240px !important;
}
/* line 33, ../sass/imports/elements/_sidr.scss */
div.sidr .sidr-inner {
  padding-top: 20px;
}
/* line 36, ../sass/imports/elements/_sidr.scss */
div.sidr li {
  list-style: none;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 40, ../sass/imports/elements/_sidr.scss */
div.sidr li a {
  color: #000;
  font-weight: bold;
  padding: 15px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #2a8a42;
}
/* line 48, ../sass/imports/elements/_sidr.scss */
div.sidr li a:hover {
  color: #2a8a42;
  text-decoration: none;
}
/* line 54, ../sass/imports/elements/_sidr.scss */
div.sidr .sidr-inner ul {
  margin: 0px;
  border-width: 0px;
}
/* line 57, ../sass/imports/elements/_sidr.scss */
div.sidr .sidr-inner ul li {
  padding: 0px;
  padding-left: 10px;
  border-width: 0px;
}
/* line 61, ../sass/imports/elements/_sidr.scss */
div.sidr .sidr-inner ul li a {
  color: #404040;
  font-weight: normal;
  padding: 0px;
  padding-left: 15px;
}
/* line 66, ../sass/imports/elements/_sidr.scss */
div.sidr .sidr-inner ul li a:hover {
  color: #2a8a42;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px #333333;
  -moz-box-shadow: 0px 0px 0px #333333;
  box-shadow: 0px 0px 0px #333333;
}

@media (max-width: 1199px) {
  /* line 78, ../sass/imports/elements/_sidr.scss */
  #menu_ham {
    display: block;
  }
}
@media (max-width: 639px) {
  /* line 85, ../sass/imports/elements/_sidr.scss */
  #menu_ham {
    top: 20px;
    right: 20px;
  }
}
/* line 1, ../sass/imports/elements/_basic-page-content.scss */
.container-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 6, ../sass/imports/elements/_basic-page-content.scss */
.paragraph-3 {
  font-weight: 300;
}

/* line 10, ../sass/imports/elements/_basic-page-content.scss */
#bready {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

/* line 19, ../sass/imports/elements/_basic-page-content.scss */
.bread-crumb-links {
  color: #000;
  text-decoration: none;
  margin: 2px;
}

/* line 25, ../sass/imports/elements/_basic-page-content.scss */
.bread-crumb-links:hover {
  text-decoration: underline;
}

/* line 29, ../sass/imports/elements/_basic-page-content.scss */
.bread-crumb-links.selected {
  color: #f3901d;
  margin: 2px;
}

/* line 34, ../sass/imports/elements/_basic-page-content.scss */
.block-title {
  position: relative;
  color: #f3901d;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}

/* line 42, ../sass/imports/elements/_basic-page-content.scss */
.node-title {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
  color: #f3901d;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
}

/* line 53, ../sass/imports/elements/_basic-page-content.scss */
.link-4 {
  position: relative;
  left: 15px;
  top: 15px;
  color: #000;
  font-style: italic;
  text-decoration: underline;
}

/* line 61, ../sass/imports/elements/_basic-page-content.scss */
.back-to-top-image {
  position: relative;
  padding-top: 30px;
}

/* line 1, ../sass/imports/elements/_footer.scss */
.quote_box {
  width: 100%;
}

/* line 5, ../sass/imports/elements/_footer.scss */
footer {
  width: 1100px;
  float: left;
}
/* line 8, ../sass/imports/elements/_footer.scss */
footer nav.footermap-col {
  margin: 0px;
  padding: 0px;
}

/* line 14, ../sass/imports/elements/_footer.scss */
.footer_sitemap {
  width: 90%;
  max-width: 1400px;
  margin: 60px auto;
}
/* line 18, ../sass/imports/elements/_footer.scss */
.footer_sitemap ul.footermap-header {
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 31, ../sass/imports/elements/_footer.scss */
.footer_sitemap ul.footermap-header li {
  padding: 0px 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Muli", sans-serif;
  color: #2a8a42;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
/* line 40, ../sass/imports/elements/_footer.scss */
.footer_sitemap ul.footermap-header li a:hover {
  color: #2a8a42;
  text-decoration: underline;
}
/* line 44, ../sass/imports/elements/_footer.scss */
.footer_sitemap ul.footermap-header li ul {
  padding: 0px;
  margin-top: 15px;
}
/* line 47, ../sass/imports/elements/_footer.scss */
.footer_sitemap ul.footermap-header li ul li {
  padding: 0px;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
}
/* line 56, ../sass/imports/elements/_footer.scss */
.footer_sitemap ul.footermap-header li ul li a {
  text-transform: capitalize;
}
/* line 58, ../sass/imports/elements/_footer.scss */
.footer_sitemap ul.footermap-header li ul li a:hover {
  color: #141414;
  text-decoration: underline;
}
/* line 63, ../sass/imports/elements/_footer.scss */
.footer_sitemap ul.footermap-header li ul li ul {
  display: none;
}

/* line 72, ../sass/imports/elements/_footer.scss */
.footer_contact {
  width: 300px;
  float: left;
  font-size: 14px;
  line-height: 22px;
}
/* line 77, ../sass/imports/elements/_footer.scss */
.footer_contact span {
  display: inline-block;
  width: 60px;
}
/* line 81, ../sass/imports/elements/_footer.scss */
.footer_contact .footer_social {
  margin-top: 15px;
}

/* line 86, ../sass/imports/elements/_footer.scss */
.copyright {
  padding: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  background: #2a8a42;
}

/* line 95, ../sass/imports/elements/_footer.scss */
.copy_link {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 1500px) {
  /* line 102, ../sass/imports/elements/_footer.scss */
  footer {
    width: 965px;
  }

  /* line 105, ../sass/imports/elements/_footer.scss */
  .footer_sitemap {
    width: 95%;
  }
  /* line 108, ../sass/imports/elements/_footer.scss */
  .footer_sitemap ul.footermap-header li {
    padding: 0px 10px;
  }
}
@media (max-width: 1199px) {
  /* line 117, ../sass/imports/elements/_footer.scss */
  footer {
    display: none;
  }

  /* line 120, ../sass/imports/elements/_footer.scss */
  .footer_contact {
    float: none;
    margin: 0px auto;
  }
}
/* line 1, ../sass/imports/elements/_text_block.scss */
.text-block {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-left: 0px;
  padding: 12px 80px 12px 40px;
  float: right;
  background-color: #f3901d;
  color: #fff;
  font-size: 20px;
}

/* line 12, ../sass/imports/elements/_text_block.scss */
.text-block-2 {
  position: relative;
  left: 960px;
  top: -515px;
  display: inline-block;
  width: 800px;
  height: 400px;
  padding: 60px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

/* line 26, ../sass/imports/elements/_text_block.scss */
.text-span-2 {
  color: #f3901d;
  font-size: 60px;
}

/* line 30, ../sass/imports/elements/_text_block.scss */
.text-span-3 {
  position: relative;
  top: 6px;
  font-size: 28px;
  line-height: 30px;
}

/* line 37, ../sass/imports/elements/_text_block.scss */
.text-block-3 {
  position: relative;
  top: 140px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  line-height: 20px;
}

/* line 46, ../sass/imports/elements/_text_block.scss */
.text-span-4 {
  margin-bottom: 0px;
  line-height: 40px;
  font-weight: 300;
}

/* line 52, ../sass/imports/elements/_text_block.scss */
.text-span-5 {
  position: relative;
  top: 13px;
  line-height: 20px;
  font-weight: 300;
}

/* line 58, ../sass/imports/elements/_text_block.scss */
.text-field {
  position: relative;
  width: 480px;
  font-style: italic;
  font-weight: 300;
}

/* line 65, ../sass/imports/elements/_text_block.scss */
.text-field:focus {
  font-style: normal;
}

/* line 69, ../sass/imports/elements/_text_block.scss */
.text-field.email {
  left: 500px;
  top: -48px;
  bottom: 47px;
}

/* line 75, ../sass/imports/elements/_text_block.scss */
.text-field.subject {
  top: -37px;
  width: 980px;
}

/* line 79, ../sass/imports/elements/_text_block.scss */
.textarea {
  position: relative;
  top: -28px;
  width: 100%;
  font-style: italic;
  font-weight: 300;
}

/* line 86, ../sass/imports/elements/_text_block.scss */
.text-block-4 {
  position: absolute;
  top: 30px;
}

/* line 91, ../sass/imports/elements/_text_block.scss */
.text-span-6 {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

/* line 98, ../sass/imports/elements/_text_block.scss */
.text-span-7 {
  position: absolute;
  top: 43px;
  color: #000;
  font-weight: 300;
}

/* line 105, ../sass/imports/elements/_text_block.scss */
.text-span-8 {
  position: absolute;
  top: 133px;
  color: #000;
  font-weight: 300;
}

/* line 111, ../sass/imports/elements/_text_block.scss */
.text-block-5 {
  position: relative;
  top: 28px;
}

/* line 116, ../sass/imports/elements/_text_block.scss */
.text-span-9 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

/* line 122, ../sass/imports/elements/_text_block.scss */
.text-span-10 {
  position: absolute;
  top: 43px;
  color: #000;
  font-weight: 300;
}

/* line 129, ../sass/imports/elements/_text_block.scss */
.text-block-6 {
  position: relative;
  top: 142px;
  font-weight: 300;
}

/* line 135, ../sass/imports/elements/_text_block.scss */
.text-span-11 {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

/* line 142, ../sass/imports/elements/_text_block.scss */
.text-span-12 {
  position: absolute;
  top: 43px;
}

/* line 146, ../sass/imports/elements/_text_block.scss */
.text-block-7 {
  color: #fff;
  text-align: center;
}

/* line 150, ../sass/imports/elements/_text_block.scss */
.text-span-14 {
  padding-bottom: 35px;
  border-bottom: 8px solid #f3901d;
}

/* line 155, ../sass/imports/elements/_text_block.scss */
.text-span-15 {
  padding-bottom: 30px;
  border-bottom: 8px solid #f3901d;
}

/* line 159, ../sass/imports/elements/_text_block.scss */
.text-span-16 {
  font-weight: 500;
}

/* line 162, ../sass/imports/elements/_text_block.scss */
.text-block-8 {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

/* line 1, ../sass/imports/elements/_imp_links.scss */
#imp_links {
  position: absolute;
  top: 10px;
  right: 200px;
}
/* line 6, ../sass/imports/elements/_imp_links.scss */
#imp_links ul#nice-menu-2 {
  list-style: none;
  color: #58595b;
  font-size: 14px;
  line-height: 20px;
}
/* line 11, ../sass/imports/elements/_imp_links.scss */
#imp_links ul#nice-menu-2 li {
  float: left;
  margin: 0px 10px;
}

/* line 18, ../sass/imports/elements/_imp_links.scss */
#block-nice-menus-2 {
  margin-bottom: 0px;
}

/* line 21, ../sass/imports/elements/_imp_links.scss */
a.social_quick_links {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
}
/* line 26, ../sass/imports/elements/_imp_links.scss */
a.social_quick_links#fb {
  right: 70px;
}
/* line 29, ../sass/imports/elements/_imp_links.scss */
a.social_quick_links#tw {
  right: 40px;
}
/* line 32, ../sass/imports/elements/_imp_links.scss */
a.social_quick_links#text-size-large {
  right: 115px;
}
/* line 35, ../sass/imports/elements/_imp_links.scss */
a.social_quick_links#text-size-normal {
  right: 140px;
}
/* line 38, ../sass/imports/elements/_imp_links.scss */
a.social_quick_links#text-size-small {
  right: 160px;
}

@media (max-width: 1800px) {
  /* line 45, ../sass/imports/elements/_imp_links.scss */
  #imp_links {
    right: 150px;
  }

  /* line 46, ../sass/imports/elements/_imp_links.scss */
  a.social_quick_links#fb {
    right: 50px;
  }

  /* line 47, ../sass/imports/elements/_imp_links.scss */
  a.social_quick_links#tw {
    right: 20px;
  }

  /* line 48, ../sass/imports/elements/_imp_links.scss */
  a.social_quick_links#text-size-small {
    right: 75px;
  }

  /* line 52, ../sass/imports/elements/_imp_links.scss */
  a.social_quick_links#text-size-normal {
    right: 100px;
  }

  /* line 56, ../sass/imports/elements/_imp_links.scss */
  a.social_quick_links#text-size-large {
    right: 125px;
  }
}
@media (max-width: 1339px) {
  /* line 64, ../sass/imports/elements/_imp_links.scss */
  #imp_links {
    right: 415px;
  }
}
/* line 1, ../sass/imports/elements/_cover_image.scss */
#cover_image_wrapper {
  padding-top: 150px;
}

/* line 5, ../sass/imports/elements/_cover_image.scss */
#cover_image {
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* line 12, ../sass/imports/elements/_cover_image.scss */
body.is-path-frontpage #cover_image:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url("../images/WestMidlandsGroup_Website_Header_1920x800px.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../images/WestMidlandsGroup_Website_Header_1920x800px.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  z-index: 11;
}

/* line 27, ../sass/imports/elements/_cover_image.scss */
ul.home_slideshow {
  padding: 0px;
  height: 100%;
}
/* line 30, ../sass/imports/elements/_cover_image.scss */
ul.home_slideshow li {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

/* line 37, ../sass/imports/elements/_cover_image.scss */
.home_welcome_text {
  width: 760px;
  position: absolute;
  left: 120px;
  top: 120px;
  color: #FFFFFF;
  z-index: 12;
}
/* line 44, ../sass/imports/elements/_cover_image.scss */
.home_welcome_text .home_welcome_title {
  font-weight: 700;
  font-family: "Muli", sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
}
/* line 51, ../sass/imports/elements/_cover_image.scss */
.home_welcome_text .home_welcome_copy {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0px;
}
/* line 57, ../sass/imports/elements/_cover_image.scss */
.home_welcome_text a.become_a_member, .home_welcome_text a.member_benefits {
  padding: 10px 40px;
}
/* line 61, ../sass/imports/elements/_cover_image.scss */
.home_welcome_text a.btn.become_a_member:hover {
  text-decoration: underline;
  background: #ffce05;
  border-color: #ffce05;
  color: #000;
}
/* line 68, ../sass/imports/elements/_cover_image.scss */
.home_welcome_text a.btn.member_benefits {
  background: rgba(0, 0, 0, 0.2);
  border-color: #FFFFFF;
  margin-left: 20px;
}
/* line 72, ../sass/imports/elements/_cover_image.scss */
.home_welcome_text a.btn.member_benefits:hover {
  background: #ffce05;
  border-color: #ffce05;
  color: #000;
  text-decoration: none;
}

@media (max-width: 1500px) {
  /* line 83, ../sass/imports/elements/_cover_image.scss */
  .home_welcome_text {
    top: 55px;
    left: 75px;
  }
}
@media (max-width: 1199px) {
  /* line 91, ../sass/imports/elements/_cover_image.scss */
  #cover_image_wrapper {
    padding-top: 0px;
  }

  /* line 94, ../sass/imports/elements/_cover_image.scss */
  .home_welcome_text {
    width: 560px;
  }
  /* line 96, ../sass/imports/elements/_cover_image.scss */
  .home_welcome_text .home_welcome_copy {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 639px) {
  /* line 105, ../sass/imports/elements/_cover_image.scss */
  body.is-path-frontpage #cover_image {
    height: 620px !important;
  }

  /* line 108, ../sass/imports/elements/_cover_image.scss */
  .home_welcome_text {
    width: 96%;
    left: 2%;
    top: 2%;
  }
  /* line 112, ../sass/imports/elements/_cover_image.scss */
  .home_welcome_text a.btn.member_benefits {
    margin-left: 0px;
    margin-top: 20px;
  }
}
/* line 1, ../sass/imports/elements/_page_wrapper.scss */
#page_wrapper {
  position: relative;
  width: 90%;
  max-width: 1600px;
  padding: 80px;
  margin: 0px auto;
  margin-top: -360px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 15;
}

/* line 13, ../sass/imports/elements/_page_wrapper.scss */
body.is-path-frontpage #page_wrapper {
  margin-top: -180px;
  padding: 0px;
  background: none;
}

/* line 19, ../sass/imports/elements/_page_wrapper.scss */
#block-wmgroup-thm-local-tasks {
  margin-bottom: 60px;
}

@media (max-width: 1500px) {
  /* line 25, ../sass/imports/elements/_page_wrapper.scss */
  #page_wrapper {
    padding: 40px;
  }
}
@media (max-width: 1339px) {
  /* line 32, ../sass/imports/elements/_page_wrapper.scss */
  #page_wrapper {
    margin-top: -180px;
  }

  /* line 35, ../sass/imports/elements/_page_wrapper.scss */
  body.is-path-frontpage #page_wrapper {
    margin-top: -100px;
  }
}
@media (max-width: 1199px) {
  /* line 42, ../sass/imports/elements/_page_wrapper.scss */
  body.is-path-frontpage #page_wrapper {
    margin-top: -40px;
  }
}
@media (max-width: 639px) {
  /* line 49, ../sass/imports/elements/_page_wrapper.scss */
  #page_wrapper {
    padding: 20px;
  }
}
/* line 1, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 5, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar ul.menu {
  list-style: none;
}
/* line 7, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar ul.menu li {
  list-style: none;
  margin-top: 20px;
  font-size: 24px;
}
/* line 11, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar ul.menu li a {
  color: #ffce05;
}
/* line 15, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar ul.menu li.active a, .left_sidebar ul.menu li:hover a {
  color: #2a8a42;
}
/* line 19, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar ul.menu li a:hover {
  text-decoration: none;
}

/* line 26, ../sass/imports/elements/_left_sidebar.scss */
h1.page-title {
  display: inline-block;
  padding-bottom: 50px;
  margin-bottom: 50px;
  font-family: "Muli", sans-serif;
  color: #2a8a42;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
/* line 36, ../sass/imports/elements/_left_sidebar.scss */
h1.page-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 8px;
  position: absolute;
  bottom: 0px;
  background-color: #ffce05;
}

/* line 48, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_events_block_title {
  margin-top: 50px;
  padding: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2a8a42;
  font-size: 20px;
  line-height: 25px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
}
/* line 59, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_event {
  padding: 20px;
  padding-left: 0px;
  padding-right: 40px;
  border-bottom: 1px solid #363636;
  position: relative;
}
/* line 65, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_event .upcoming_event_title {
  font-size: 25px;
  line-height: 30px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #2a8a42;
  cursor: pointer;
}
/* line 73, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_event .upcoming_event_date {
  font-family: "Muli", sans-serif;
  color: #141414;
  font-weight: 700;
}
/* line 78, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_event .upcoming_event_body {
  margin-top: 10px;
  display: none;
  font-size: 14px;
  line-height: 20px;
}
/* line 84, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_event .upcoming_event_buttons {
  margin-top: 20px;
}
/* line 87, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_event .upcoming_event_click_handle {
  background: #ffce05;
  color: #2a8a42;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  padding: 1px 9px;
  width: 35px;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0px;
  top: 20px;
  cursor: pointer;
}
/* line 103, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_event .upcoming_event_click_handle:hover {
  background: #2a8a42;
  color: #ffce05;
}
/* line 109, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_event.opened .upcoming_event_body {
  display: block;
}
/* line 112, ../sass/imports/elements/_left_sidebar.scss */
.upcoming_events_wrapper .upcoming_event.opened .upcoming_event_click_handle {
  content: "-";
  padding: 1px 12px;
}

/* line 120, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar #block-webform {
  margin-top: 50px;
}
/* line 122, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar #block-webform h2 {
  padding: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2a8a42;
  font-size: 20px;
  line-height: 25px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
}
/* line 132, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar #block-webform .form-type-processed-text {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
/* line 137, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar #block-webform input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 151, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar #block-webform input.signup_button {
  background: #ffce05;
  border-color: #ffce05;
  color: #333;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
/* line 160, ../sass/imports/elements/_left_sidebar.scss */
.left_sidebar #block-webform input.signup_button:hover {
  background: #2a8a42;
  color: #FFFFFF;
  border-color: #2a8a42;
}

/* line 168, ../sass/imports/elements/_left_sidebar.scss */
.project_logo {
  text-align: center;
}

/* line 172, ../sass/imports/elements/_left_sidebar.scss */
nav#block-tertiary-navigation {
  margin-top: 40px;
}
/* line 174, ../sass/imports/elements/_left_sidebar.scss */
nav#block-tertiary-navigation ul.menu {
  border-top: 1px solid #8d8d8d;
}
/* line 176, ../sass/imports/elements/_left_sidebar.scss */
nav#block-tertiary-navigation ul.menu li {
  margin: 0px;
  padding: 0px;
}
/* line 180, ../sass/imports/elements/_left_sidebar.scss */
nav#block-tertiary-navigation ul.menu a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8d8d8d;
  font-family: "Muli", sans-serif;
  color: #2a8a42;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
/* line 191, ../sass/imports/elements/_left_sidebar.scss */
nav#block-tertiary-navigation ul.menu a:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  /* line 200, ../sass/imports/elements/_left_sidebar.scss */
  .left_sidebar {
    width: 100%;
  }
}
/* line 1, ../sass/imports/elements/_breadcrumb.scss */
.breadcrumb {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 40px;
}
/* line 6, ../sass/imports/elements/_breadcrumb.scss */
.breadcrumb li {
  display: inline-block;
}
/* line 8, ../sass/imports/elements/_breadcrumb.scss */
.breadcrumb li a {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
}
/* line 14, ../sass/imports/elements/_breadcrumb.scss */
.breadcrumb li a:after {
  content: " / ";
}
/* line 21, ../sass/imports/elements/_breadcrumb.scss */
.breadcrumb li:last-of-type a {
  color: #2a8a42;
  font-weight: 700;
}
/* line 24, ../sass/imports/elements/_breadcrumb.scss */
.breadcrumb li:last-of-type a:after {
  display: none;
}

/* line 1, ../sass/imports/elements/_mainContentArea.scss */
.mainContentArea {
  width: 60%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, ../sass/imports/elements/_mainContentArea.scss */
nav#block-wmgroup-thm-secondary-navigation ul.menu {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-bottom: 50px;
}
/* line 23, ../sass/imports/elements/_mainContentArea.scss */
nav#block-wmgroup-thm-secondary-navigation ul.menu li {
  margin: 0px 25px;
  list-style: none;
}
/* line 27, ../sass/imports/elements/_mainContentArea.scss */
nav#block-wmgroup-thm-secondary-navigation ul.menu li a {
  padding: 0px 0px;
  padding-bottom: 10px;
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #2a8a42;
  line-height: 20px;
  border-bottom: 3px solid #FFFFFF;
  text-transform: capitalize;
}
/* line 41, ../sass/imports/elements/_mainContentArea.scss */
nav#block-wmgroup-thm-secondary-navigation ul.menu li a.is-active, nav#block-wmgroup-thm-secondary-navigation ul.menu li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #ffce05;
}

/* line 50, ../sass/imports/elements/_mainContentArea.scss */
.search_area {
  margin: 15px 0px;
}
/* line 52, ../sass/imports/elements/_mainContentArea.scss */
.search_area h3.search_heading {
  margin-top: 5px;
  display: inline-block;
  margin-right: 20px;
  font-family: "Muli", sans-serif;
  color: #2a8a42;
  font-size: 28px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
  width: 20%;
  line-height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 65, ../sass/imports/elements/_mainContentArea.scss */
.search_area h3.search_heading:before {
  width: 40px;
  height: 52px;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/search_icon.png?1542285101');
}
/* line 77, ../sass/imports/elements/_mainContentArea.scss */
.search_area .search-block-form {
  display: inline-block;
  width: 75%;
}
/* line 80, ../sass/imports/elements/_mainContentArea.scss */
.search_area .search-block-form input {
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
/* line 93, ../sass/imports/elements/_mainContentArea.scss */
.search_area .search-block-form input[type="submit"] {
  display: none;
}

/* line 102, ../sass/imports/elements/_mainContentArea.scss */
article, body#ckeditor_custom_id, .views-field-body, .extra_body {
  line-height: 24px;
}
/* line 105, ../sass/imports/elements/_mainContentArea.scss */
article ul, article ol, body#ckeditor_custom_id ul, body#ckeditor_custom_id ol, .views-field-body ul, .views-field-body ol, .extra_body ul, .extra_body ol {
  padding-left: 20px;
  margin-top: -5px;
  margin-bottom: 25px;
}
/* line 109, ../sass/imports/elements/_mainContentArea.scss */
article ul li, article ol li, body#ckeditor_custom_id ul li, body#ckeditor_custom_id ol li, .views-field-body ul li, .views-field-body ol li, .extra_body ul li, .extra_body ol li {
  margin: 10px 0px;
  line-height: 24px;
}
/* line 114, ../sass/imports/elements/_mainContentArea.scss */
article ol, body#ckeditor_custom_id ol, .views-field-body ol, .extra_body ol {
  padding-left: 30px;
}
/* line 117, ../sass/imports/elements/_mainContentArea.scss */
article a, body#ckeditor_custom_id a, .views-field-body a, .extra_body a {
  color: #2a8a42;
  font-weight: bold;
}
/* line 122, ../sass/imports/elements/_mainContentArea.scss */
article a.pdf, body#ckeditor_custom_id a.pdf, .views-field-body a.pdf, .extra_body a.pdf {
  background: url('../images/pdf_icon.png') left center no-repeat;
  min-height: 35px;
  line-height: 35px;
  display: block;
  padding-left: 45px;
  color: #252525;
}
/* line 129, ../sass/imports/elements/_mainContentArea.scss */
article a.pdf:hover, body#ckeditor_custom_id a.pdf:hover, .views-field-body a.pdf:hover, .extra_body a.pdf:hover {
  text-decoration: none;
  color: #2a8a42;
}
/* line 139, ../sass/imports/elements/_mainContentArea.scss */
article p, body#ckeditor_custom_id p, .views-field-body p, .extra_body p {
  margin-bottom: 20px;
  line-height: 24px;
}
/* line 144, ../sass/imports/elements/_mainContentArea.scss */
article table.neat, body#ckeditor_custom_id table.neat, .views-field-body table.neat, .extra_body table.neat {
  background: #fff;
  border-collapse: collapse;
  text-align: left;
}
/* line 149, ../sass/imports/elements/_mainContentArea.scss */
article table.neat th, body#ckeditor_custom_id table.neat th, .views-field-body table.neat th, .extra_body table.neat th {
  padding: 10px 8px;
  border-bottom: 2px solid #333333;
}
/* line 154, ../sass/imports/elements/_mainContentArea.scss */
article table.neat td, body#ckeditor_custom_id table.neat td, .views-field-body table.neat td, .extra_body table.neat td {
  border-bottom: 1px solid #333333;
  padding: 6px 8px;
}
/* line 159, ../sass/imports/elements/_mainContentArea.scss */
article table.neat tbody tr:hover td, body#ckeditor_custom_id table.neat tbody tr:hover td, .views-field-body table.neat tbody tr:hover td, .extra_body table.neat tbody tr:hover td {
  background: #EEE;
}
/* line 164, ../sass/imports/elements/_mainContentArea.scss */
article h2, article h3, article h4, article h5, body#ckeditor_custom_id h2, body#ckeditor_custom_id h3, body#ckeditor_custom_id h4, body#ckeditor_custom_id h5, .views-field-body h2, .views-field-body h3, .views-field-body h4, .views-field-body h5, .extra_body h2, .extra_body h3, .extra_body h4, .extra_body h5 {
  color: #2a8a42;
  font-family: "Muli", sans-serif;
}

@media (max-width: 1500px) {
  /* line 176, ../sass/imports/elements/_mainContentArea.scss */
  .mainContentArea {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  /* line 183, ../sass/imports/elements/_mainContentArea.scss */
  .mainContentArea {
    width: 100%;
  }

  /* line 187, ../sass/imports/elements/_mainContentArea.scss */
  .search_area input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 193, ../sass/imports/elements/_mainContentArea.scss */
  article table td, body#ckeditor_custom_id table td, .views-field-body table td, .extra_body table td {
    width: 100%;
    float: none;
    display: block;
    padding: 0px !important;
    margin: 0px !important;
  }
}
/* line 1, ../sass/imports/elements/_projects.scss */
.projects_tiles {
  width: 100%;
  margin-bottom: 80px;
}
/* line 4, ../sass/imports/elements/_projects.scss */
.projects_tiles .projects_tile {
  width: 33.33333%;
  height: 400px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-right: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  background-size: cover;
}
/* line 15, ../sass/imports/elements/_projects.scss */
.projects_tiles .projects_tile.projects_tile_3, .projects_tiles .projects_tile.projects_tile_6 {
  border-right: 0px;
}
/* line 19, ../sass/imports/elements/_projects.scss */
.projects_tiles .projects_tile:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}
/* line 31, ../sass/imports/elements/_projects.scss */
.projects_tiles .projects_tile:hover:before {
  display: none;
}
/* line 34, ../sass/imports/elements/_projects.scss */
.projects_tiles .projects_tile .projects_tile_text {
  position: absolute;
  width: 100%;
  margin-top: -20px;
  top: 50%;
  font-family: "Muli", sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-shadow: 1px 1px 30px #000;
}

@media (max-width: 1500px) {
  /* line 53, ../sass/imports/elements/_projects.scss */
  .projects_tiles .projects_tile {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  /* line 62, ../sass/imports/elements/_projects.scss */
  .projects_tiles .projects_tile {
    width: 50%;
    border: 3px solid #FFFFFF !important;
  }
}
@media (max-width: 639px) {
  /* line 72, ../sass/imports/elements/_projects.scss */
  .projects_tiles .projects_tile {
    width: 100%;
  }
}
/* line 1, ../sass/imports/elements/_text_block.scss */
.text-block {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-left: 0px;
  padding: 12px 80px 12px 40px;
  float: right;
  background-color: #f3901d;
  color: #fff;
  font-size: 20px;
}

/* line 12, ../sass/imports/elements/_text_block.scss */
.text-block-2 {
  position: relative;
  left: 960px;
  top: -515px;
  display: inline-block;
  width: 800px;
  height: 400px;
  padding: 60px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

/* line 26, ../sass/imports/elements/_text_block.scss */
.text-span-2 {
  color: #f3901d;
  font-size: 60px;
}

/* line 30, ../sass/imports/elements/_text_block.scss */
.text-span-3 {
  position: relative;
  top: 6px;
  font-size: 28px;
  line-height: 30px;
}

/* line 37, ../sass/imports/elements/_text_block.scss */
.text-block-3 {
  position: relative;
  top: 140px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  line-height: 20px;
}

/* line 46, ../sass/imports/elements/_text_block.scss */
.text-span-4 {
  margin-bottom: 0px;
  line-height: 40px;
  font-weight: 300;
}

/* line 52, ../sass/imports/elements/_text_block.scss */
.text-span-5 {
  position: relative;
  top: 13px;
  line-height: 20px;
  font-weight: 300;
}

/* line 58, ../sass/imports/elements/_text_block.scss */
.text-field {
  position: relative;
  width: 480px;
  font-style: italic;
  font-weight: 300;
}

/* line 65, ../sass/imports/elements/_text_block.scss */
.text-field:focus {
  font-style: normal;
}

/* line 69, ../sass/imports/elements/_text_block.scss */
.text-field.email {
  left: 500px;
  top: -48px;
  bottom: 47px;
}

/* line 75, ../sass/imports/elements/_text_block.scss */
.text-field.subject {
  top: -37px;
  width: 980px;
}

/* line 79, ../sass/imports/elements/_text_block.scss */
.textarea {
  position: relative;
  top: -28px;
  width: 100%;
  font-style: italic;
  font-weight: 300;
}

/* line 86, ../sass/imports/elements/_text_block.scss */
.text-block-4 {
  position: absolute;
  top: 30px;
}

/* line 91, ../sass/imports/elements/_text_block.scss */
.text-span-6 {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

/* line 98, ../sass/imports/elements/_text_block.scss */
.text-span-7 {
  position: absolute;
  top: 43px;
  color: #000;
  font-weight: 300;
}

/* line 105, ../sass/imports/elements/_text_block.scss */
.text-span-8 {
  position: absolute;
  top: 133px;
  color: #000;
  font-weight: 300;
}

/* line 111, ../sass/imports/elements/_text_block.scss */
.text-block-5 {
  position: relative;
  top: 28px;
}

/* line 116, ../sass/imports/elements/_text_block.scss */
.text-span-9 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

/* line 122, ../sass/imports/elements/_text_block.scss */
.text-span-10 {
  position: absolute;
  top: 43px;
  color: #000;
  font-weight: 300;
}

/* line 129, ../sass/imports/elements/_text_block.scss */
.text-block-6 {
  position: relative;
  top: 142px;
  font-weight: 300;
}

/* line 135, ../sass/imports/elements/_text_block.scss */
.text-span-11 {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

/* line 142, ../sass/imports/elements/_text_block.scss */
.text-span-12 {
  position: absolute;
  top: 43px;
}

/* line 146, ../sass/imports/elements/_text_block.scss */
.text-block-7 {
  color: #fff;
  text-align: center;
}

/* line 150, ../sass/imports/elements/_text_block.scss */
.text-span-14 {
  padding-bottom: 35px;
  border-bottom: 8px solid #f3901d;
}

/* line 155, ../sass/imports/elements/_text_block.scss */
.text-span-15 {
  padding-bottom: 30px;
  border-bottom: 8px solid #f3901d;
}

/* line 159, ../sass/imports/elements/_text_block.scss */
.text-span-16 {
  font-weight: 500;
}

/* line 162, ../sass/imports/elements/_text_block.scss */
.text-block-8 {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

/* line 1, ../sass/imports/elements/_campaign.scss */
.campaign {
  height: 480px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

/* line 11, ../sass/imports/elements/_campaign.scss */
.main-button-subscribe, .action_button {
  position: absolute;
  display: block;
  width: 360px;
  height: 80px;
  padding: 30px 0px;
  text-align: center;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: 300;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -40px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 29, ../sass/imports/elements/_campaign.scss */
.main-button-subscribe:hover, .action_button:hover {
  text-decoration: none;
  background: #2a8a42;
  border-color: #2a8a42;
}

/* line 3, ../sass/imports/elements/_webforms.scss */
.webform-client-form label {
  display: none;
}
/* line 7, ../sass/imports/elements/_webforms.scss */
.webform-client-form input, .webform-client-form textarea, .webform-client-form select {
  padding: 5px 15px;
  max-width: 100%;
  float: left;
  border: 0px;
  outline: 0px;
  height: 40px;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
/* line 21, ../sass/imports/elements/_webforms.scss */
.webform-client-form input::placeholder, .webform-client-form input::-webkit-input-placeholder, .webform-client-form input::moz-placeholder, .webform-client-form input:-ms-input-placeholder, .webform-client-form input:-moz-placeholder, .webform-client-form textarea::placeholder, .webform-client-form textarea::-webkit-input-placeholder, .webform-client-form textarea::moz-placeholder, .webform-client-form textarea:-ms-input-placeholder, .webform-client-form textarea:-moz-placeholder, .webform-client-form select::placeholder, .webform-client-form select::-webkit-input-placeholder, .webform-client-form select::moz-placeholder, .webform-client-form select:-ms-input-placeholder, .webform-client-form select:-moz-placeholder {
  color: #464646;
}
/* line 24, ../sass/imports/elements/_webforms.scss */
.webform-client-form input:focus, .webform-client-form textarea:focus, .webform-client-form select:focus {
  border-color: #2a8a42;
}
/* line 33, ../sass/imports/elements/_webforms.scss */
.webform-client-form textarea,
.webform-client-form input[type="text"],
.webform-client-form input[type="email"],
.webform-client-form input[type="button"],
.webform-client-form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* line 38, ../sass/imports/elements/_webforms.scss */
.webform-client-form textarea {
  border: 1px solid #cccccc;
}
/* line 46, ../sass/imports/elements/_webforms.scss */
.webform-client-form input[type="submit"] {
  background: #000000;
  color: #FFFFFF;
  border: 0px;
  width: auto;
  outline: none;
  cursor: pointer;
  padding: 15px 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Montserrat", sans-serif;
  height: 50px;
}
/* line 58, ../sass/imports/elements/_webforms.scss */
.webform-client-form input[type="submit"]:hover {
  background: #2a8a42;
}
/* line 63, ../sass/imports/elements/_webforms.scss */
.webform-client-form input[type="checkbox"] {
  width: auto;
  float: left;
}
/* line 68, ../sass/imports/elements/_webforms.scss */
.webform-client-form fieldset {
  border: 0px;
}
/* line 71, ../sass/imports/elements/_webforms.scss */
.webform-client-form fieldset legend {
  display: block;
  width: 100%;
  font-size: 110%;
  color: #2a8a42;
  margin-bottom: -10px;
}
/* line 80, ../sass/imports/elements/_webforms.scss */
.webform-client-form .form-item-submitted-email-newsletter-email-address {
  margin: 0px;
}

/* line 85, ../sass/imports/elements/_webforms.scss */
.webform-component-markup {
  max-width: 600px;
}

/* line 89, ../sass/imports/elements/_webforms.scss */
.form-item-mailchimp-lists-mailchimp-257997-subscribe {
  visibility: hidden;
  display: none;
}

/* line 94, ../sass/imports/elements/_webforms.scss */
#webform-component-charter--markup {
  margin-bottom: -15px;
}

/* line 98, ../sass/imports/elements/_webforms.scss */
.webform-client-form #edit-payment-method-pmid-title {
  display: none;
}

/* line 1, ../sass/imports/elements/_signup.scss */
.region-campaign {
  width: 980px;
  margin: 0px auto;
  margin-top: 60px;
}

/* line 7, ../sass/imports/elements/_signup.scss */
#block-webform-client-block-2 {
  float: left;
}

/* line 11, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 {
  float: left;
  margin-top: 40px;
}
/* line 14, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 .form-item {
  width: 100%;
  float: left;
  margin: 5px 0px;
}
/* line 18, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 .form-item input, form#webform-client-form-2 .form-item textarea {
  width: 100%;
  font-style: italic;
  font-weight: 300;
  display: block;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
}
/* line 34, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 .form-item textarea {
  height: 100px;
  color: #999;
}
/* line 40, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 .form-item#webform-component-name {
  width: 49%;
}
/* line 44, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 .form-item#webform-component-email {
  width: 49%;
  float: right;
}
/* line 49, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 .form-actions {
  clear: both;
  float: left;
  width: 100%;
}
/* line 55, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 .form-submit {
  float: none;
  display: block;
  margin: 30px auto;
  background-color: black;
  color: white;
  padding: 15px 60px;
  font-weight: 300;
  text-transform: uppercase;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
/* line 69, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 .form-submit:hover {
  background-color: #f3901d;
}
/* line 74, ../sass/imports/elements/_signup.scss */
form#webform-client-form-2 .grippie {
  display: none;
}

/* line 1, ../sass/imports/elements/_home.scss */
.home_events_wrapper {
  width: 100%;
  max-width: 1290px;
  margin: 0px auto;
}

/* line 7, ../sass/imports/elements/_home.scss */
.home_event {
  width: 420px;
  margin: 0px 5px;
  padding: 20px;
  padding-top: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  border-top: #FFFFFF 10px solid;
}
/* line 17, ../sass/imports/elements/_home.scss */
.home_event:hover {
  border-color: #ffce05;
}

/* line 22, ../sass/imports/elements/_home.scss */
.home_event_title {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #2a8a42;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}

/* line 31, ../sass/imports/elements/_home.scss */
.home_event_date {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 39, ../sass/imports/elements/_home.scss */
.home_event_image {
  margin: 20px 0px;
}
/* line 41, ../sass/imports/elements/_home.scss */
.home_event_image img {
  width: 100%;
}

/* line 46, ../sass/imports/elements/_home.scss */
.home_event_body {
  font-size: 14px;
  line-height: 1.42em;
  color: #141414;
  margin-bottom: 10px;
}

/* line 53, ../sass/imports/elements/_home.scss */
a.btn {
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #2a8a42;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
/* line 63, ../sass/imports/elements/_home.scss */
a.btn.dark {
  background-color: #2a8a42;
  color: #fff;
}
/* line 66, ../sass/imports/elements/_home.scss */
a.btn.dark:hover {
  text-decoration: none;
  background: #FFFFFF;
  color: #2a8a42;
}
/* line 72, ../sass/imports/elements/_home.scss */
a.btn.light {
  background-color: #FFFFFF;
  color: #2a8a42;
}
/* line 75, ../sass/imports/elements/_home.scss */
a.btn.light:hover {
  text-decoration: none;
  background: #2a8a42;
  color: #FFFFFF;
}
/* line 81, ../sass/imports/elements/_home.scss */
a.btn.yellow {
  background-color: #ffce05;
  color: #000;
  border-color: #ffce05;
}
/* line 85, ../sass/imports/elements/_home.scss */
a.btn.yellow:hover {
  text-decoration: none;
  background: #2a8a42;
  color: #FFFFFF;
  border-color: #2a8a42;
}

/* line 94, ../sass/imports/elements/_home.scss */
a.btn.book_now {
  margin-left: 20px;
}

/* line 98, ../sass/imports/elements/_home.scss */
a.btn.book_now:hover {
  text-decoration: underline;
  background: #2a8a42;
  border-color: #2a8a42;
  color: #FFFFFF;
}

/* line 105, ../sass/imports/elements/_home.scss */
.home_campaign {
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-top: -160px;
}
/* line 111, ../sass/imports/elements/_home.scss */
.home_campaign a.more_events {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -70px;
}

/* line 119, ../sass/imports/elements/_home.scss */
.about_us_wrapper {
  padding: 80px 0px;
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
}
/* line 124, ../sass/imports/elements/_home.scss */
.about_us_wrapper .about_us_title {
  width: 30%;
  float: left;
  font-family: "Muli", sans-serif;
  color: #2a8a42;
  font-size: 48px;
  line-height: 57px;
  padding-bottom: 40px;
  position: relative;
  font-weight: 700;
}
/* line 134, ../sass/imports/elements/_home.scss */
.about_us_wrapper .about_us_title:after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #ffce05;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
/* line 144, ../sass/imports/elements/_home.scss */
.about_us_wrapper .about_us_body {
  width: 50%;
  float: right;
  color: #141414;
  font-size: 16px;
}
/* line 149, ../sass/imports/elements/_home.scss */
.about_us_wrapper .about_us_body a.btn {
  margin-top: 10px;
  padding: 15px 40px;
}

/* line 156, ../sass/imports/elements/_home.scss */
.home_teasers_wrapper {
  margin-bottom: 80px;
}

/* line 160, ../sass/imports/elements/_home.scss */
.home_teaser {
  width: 50%;
  height: 500px;
  float: left;
  position: relative;
}
/* line 166, ../sass/imports/elements/_home.scss */
.home_teaser:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* line 178, ../sass/imports/elements/_home.scss */
.home_teaser .teaser_content {
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  margin-top: -85px;
}
/* line 187, ../sass/imports/elements/_home.scss */
.home_teaser .home_teaser_title {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 60px;
}
/* line 195, ../sass/imports/elements/_home.scss */
.home_teaser a.btn {
  border-color: #FFFFFF;
  padding: 20px 40px;
}
/* line 198, ../sass/imports/elements/_home.scss */
.home_teaser a.btn:hover {
  text-decoration: none;
  background: #2a8a42;
  border-color: #2a8a42;
}

@media (max-width: 1500px) {
  /* line 208, ../sass/imports/elements/_home.scss */
  .home_events_wrapper {
    max-width: 1180px;
  }

  /* line 211, ../sass/imports/elements/_home.scss */
  .home_event {
    width: 380px;
  }

  /* line 214, ../sass/imports/elements/_home.scss */
  a.btn {
    padding: 10px 30px;
  }

  /* line 217, ../sass/imports/elements/_home.scss */
  .about_us_wrapper {
    max-width: 1000px;
  }
  /* line 219, ../sass/imports/elements/_home.scss */
  .about_us_wrapper .about_us_title {
    width: 40%;
  }
}
@media (max-width: 1339px) {
  /* line 227, ../sass/imports/elements/_home.scss */
  .home_event {
    width: 340px;
  }

  /* line 230, ../sass/imports/elements/_home.scss */
  a.btn {
    padding: 10px 25px;
  }
}
@media (max-width: 1199px) {
  /* line 237, ../sass/imports/elements/_home.scss */
  .home_events_wrapper {
    max-width: 340px;
  }

  /* line 240, ../sass/imports/elements/_home.scss */
  .home_event {
    margin: 0px;
    margin-bottom: 40px;
  }

  /* line 244, ../sass/imports/elements/_home.scss */
  .home_campaign {
    height: 300px;
  }

  /* line 248, ../sass/imports/elements/_home.scss */
  .about_us_wrapper .about_us_title {
    width: 80%;
    margin: 0px 10%;
  }
  /* line 252, ../sass/imports/elements/_home.scss */
  .about_us_wrapper .about_us_body {
    width: 80%;
    margin: 30px 10% 0px;
  }

  /* line 257, ../sass/imports/elements/_home.scss */
  .home_teaser {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 639px) {
  /* line 267, ../sass/imports/elements/_home.scss */
  .home_event {
    width: 100%;
  }

  /* line 270, ../sass/imports/elements/_home.scss */
  a.btn {
    padding: 10px 15px;
  }

  /* line 274, ../sass/imports/elements/_home.scss */
  .home_teaser .home_teaser_title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
/* line 1, ../sass/imports/elements/_artists.scss */
body.page-node-5 article {
  display: none;
}

/* line 3, ../sass/imports/elements/_artists.scss */
.artists_teasers_wrapper {
  margin-bottom: 80px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* line 11, ../sass/imports/elements/_artists.scss */
.artists_teaser {
  width: 380px;
  height: 380px;
  margin: 10px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  float: left;
}
/* line 20, ../sass/imports/elements/_artists.scss */
.artists_teaser:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.67) 44%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 44%, rgba(255, 255, 255, 0));
}
/* line 30, ../sass/imports/elements/_artists.scss */
.artists_teaser:hover:before {
  background-image: -webkit-linear-gradient(270deg, rgba(243, 144, 29, 0.75), rgba(243, 144, 29, 0.75)), url("../images/ArtistGrid_Image_1.jpg");
  background-image: linear-gradient(180deg, rgba(243, 144, 29, 0.75), rgba(243, 144, 29, 0.75)), url("../images/ArtistGrid_Image_1.jpg");
}

/* line 36, ../sass/imports/elements/_artists.scss */
.artists_teaser_body_wrapper {
  position: absolute;
  padding: 0px 20px;
  bottom: 40px;
  color: #FFFFFF;
}
/* line 42, ../sass/imports/elements/_artists.scss */
.artists_teaser_body_wrapper .artists_heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}
/* line 48, ../sass/imports/elements/_artists.scss */
.artists_teaser_body_wrapper .artists_body {
  line-height: 20px;
  font-weight: 300;
  margin: 10px 0px;
}
/* line 54, ../sass/imports/elements/_artists.scss */
.artists_teaser_body_wrapper .artists_readmore {
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 13px;
  padding: 10px 40px;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 65, ../sass/imports/elements/_artists.scss */
.artists_teaser_body_wrapper .artists_readmore:hover {
  text-decoration: none;
  background: #2a8a42;
  border-color: #2a8a42;
}

/* line 1, ../sass/imports/elements/_exhibitions.scss */
body.page-node-6 .page_wrapper {
  background: #f3f0f0;
}

/* line 2, ../sass/imports/elements/_exhibitions.scss */
body.page-node-6 article {
  display: none;
}

/* line 4, ../sass/imports/elements/_exhibitions.scss */
.exhibitions_wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
  margin-bottom: 80px;
  position: relative;
}

/* line 12, ../sass/imports/elements/_exhibitions.scss */
.exhibition {
  position: relative;
  margin-bottom: 100px;
}
/* line 15, ../sass/imports/elements/_exhibitions.scss */
.exhibition .exhibition_body {
  background: #FFFFFF;
  float: right;
  width: 50%;
  min-height: 460px;
  padding: 40px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 23, ../sass/imports/elements/_exhibitions.scss */
.exhibition .exhibition_body h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #2a8a42;
}
/* line 30, ../sass/imports/elements/_exhibitions.scss */
.exhibition .exhibition_image {
  width: 50%;
  max-width: 800px;
  height: 460px;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 40px;
  top: -20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

/* line 46, ../sass/imports/elements/_exhibitions.scss */
.exhibition_2 .exhibition_body {
  float: left;
}
/* line 49, ../sass/imports/elements/_exhibitions.scss */
.exhibition_2 .exhibition_image {
  right: 40px;
  left: auto;
  top: 20px;
}

/* line 57, ../sass/imports/elements/_exhibitions.scss */
.exhibition_3 .exhibition_image {
  top: 40px;
}

/* line 1, ../sass/imports/elements/_social_share.scss */
.social_share_links {
  position: fixed;
  right: 2px;
  top: 50%;
  margin-top: -150px;
  width: 40px;
  z-index: 200;
}
/* line 9, ../sass/imports/elements/_social_share.scss */
.social_share_links a {
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-bottom: 0px;
  display: block;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url('../images/share.png?1541195023');
}
/* line 18, ../sass/imports/elements/_social_share.scss */
.social_share_links a:hover {
  text-decoration: none;
  background-color: #2a8a42;
}
/* line 23, ../sass/imports/elements/_social_share.scss */
.social_share_links a#mail {
  background-position: 0px -40px;
}
/* line 24, ../sass/imports/elements/_social_share.scss */
.social_share_links a#fb {
  background-position: 0px -80px;
}
/* line 25, ../sass/imports/elements/_social_share.scss */
.social_share_links a#tw {
  background-position: 0px -120px;
}
/* line 26, ../sass/imports/elements/_social_share.scss */
.social_share_links a#lin {
  background-position: 0px -160px;
}
/* line 27, ../sass/imports/elements/_social_share.scss */
.social_share_links a#more {
  background-position: 0px -200px;
  border-bottom: 2px solid #FFFFFF;
}
/* line 28, ../sass/imports/elements/_social_share.scss */
.social_share_links a#tum {
  background-position: -40px 0px;
}
/* line 29, ../sass/imports/elements/_social_share.scss */
.social_share_links a#del {
  background-position: -40px -40px;
}
/* line 30, ../sass/imports/elements/_social_share.scss */
.social_share_links a#su {
  background-position: -40px -80px;
}
/* line 31, ../sass/imports/elements/_social_share.scss */
.social_share_links a#gp {
  background-position: -40px -120px;
}
/* line 32, ../sass/imports/elements/_social_share.scss */
.social_share_links a#red {
  background-position: -40px -160px;
  border-bottom: 2px solid #FFFFFF;
}
/* line 35, ../sass/imports/elements/_social_share.scss */
.social_share_links div#moreIcons {
  position: absolute;
  top: 0px;
  left: -41px;
  display: none;
}
/* line 40, ../sass/imports/elements/_social_share.scss */
.social_share_links div#moreIcons.showup {
  display: block;
}

@media (max-width: 1339px) {
  /* line 46, ../sass/imports/elements/_social_share.scss */
  .social_share_links {
    margin-top: -100px;
  }
}
@media (max-width: 1199px) {
  /* line 53, ../sass/imports/elements/_social_share.scss */
  .social_share_links {
    display: none;
  }
}
/* line 1, ../sass/imports/elements/_mainContentArea.scss */
.mainContentArea {
  width: 60%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, ../sass/imports/elements/_mainContentArea.scss */
nav#block-wmgroup-thm-secondary-navigation ul.menu {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-bottom: 50px;
}
/* line 23, ../sass/imports/elements/_mainContentArea.scss */
nav#block-wmgroup-thm-secondary-navigation ul.menu li {
  margin: 0px 25px;
  list-style: none;
}
/* line 27, ../sass/imports/elements/_mainContentArea.scss */
nav#block-wmgroup-thm-secondary-navigation ul.menu li a {
  padding: 0px 0px;
  padding-bottom: 10px;
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #2a8a42;
  line-height: 20px;
  border-bottom: 3px solid #FFFFFF;
  text-transform: capitalize;
}
/* line 41, ../sass/imports/elements/_mainContentArea.scss */
nav#block-wmgroup-thm-secondary-navigation ul.menu li a.is-active, nav#block-wmgroup-thm-secondary-navigation ul.menu li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #ffce05;
}

/* line 50, ../sass/imports/elements/_mainContentArea.scss */
.search_area {
  margin: 15px 0px;
}
/* line 52, ../sass/imports/elements/_mainContentArea.scss */
.search_area h3.search_heading {
  margin-top: 5px;
  display: inline-block;
  margin-right: 20px;
  font-family: "Muli", sans-serif;
  color: #2a8a42;
  font-size: 28px;
  font-weight: 700;
  padding-left: 75px;
  position: relative;
  width: 20%;
  line-height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 65, ../sass/imports/elements/_mainContentArea.scss */
.search_area h3.search_heading:before {
  width: 40px;
  height: 52px;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/search_icon.png?1542285101');
}
/* line 77, ../sass/imports/elements/_mainContentArea.scss */
.search_area .search-block-form {
  display: inline-block;
  width: 75%;
}
/* line 80, ../sass/imports/elements/_mainContentArea.scss */
.search_area .search-block-form input {
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
/* line 93, ../sass/imports/elements/_mainContentArea.scss */
.search_area .search-block-form input[type="submit"] {
  display: none;
}

/* line 102, ../sass/imports/elements/_mainContentArea.scss */
article, body#ckeditor_custom_id, .views-field-body, .extra_body {
  line-height: 24px;
}
/* line 105, ../sass/imports/elements/_mainContentArea.scss */
article ul, article ol, body#ckeditor_custom_id ul, body#ckeditor_custom_id ol, .views-field-body ul, .views-field-body ol, .extra_body ul, .extra_body ol {
  padding-left: 20px;
  margin-top: -5px;
  margin-bottom: 25px;
}
/* line 109, ../sass/imports/elements/_mainContentArea.scss */
article ul li, article ol li, body#ckeditor_custom_id ul li, body#ckeditor_custom_id ol li, .views-field-body ul li, .views-field-body ol li, .extra_body ul li, .extra_body ol li {
  margin: 10px 0px;
  line-height: 24px;
}
/* line 114, ../sass/imports/elements/_mainContentArea.scss */
article ol, body#ckeditor_custom_id ol, .views-field-body ol, .extra_body ol {
  padding-left: 30px;
}
/* line 117, ../sass/imports/elements/_mainContentArea.scss */
article a, body#ckeditor_custom_id a, .views-field-body a, .extra_body a {
  color: #2a8a42;
  font-weight: bold;
}
/* line 122, ../sass/imports/elements/_mainContentArea.scss */
article a.pdf, body#ckeditor_custom_id a.pdf, .views-field-body a.pdf, .extra_body a.pdf {
  background: url('../images/pdf_icon.png') left center no-repeat;
  min-height: 35px;
  line-height: 35px;
  display: block;
  padding-left: 45px;
  color: #252525;
}
/* line 129, ../sass/imports/elements/_mainContentArea.scss */
article a.pdf:hover, body#ckeditor_custom_id a.pdf:hover, .views-field-body a.pdf:hover, .extra_body a.pdf:hover {
  text-decoration: none;
  color: #2a8a42;
}
/* line 139, ../sass/imports/elements/_mainContentArea.scss */
article p, body#ckeditor_custom_id p, .views-field-body p, .extra_body p {
  margin-bottom: 20px;
  line-height: 24px;
}
/* line 144, ../sass/imports/elements/_mainContentArea.scss */
article table.neat, body#ckeditor_custom_id table.neat, .views-field-body table.neat, .extra_body table.neat {
  background: #fff;
  border-collapse: collapse;
  text-align: left;
}
/* line 149, ../sass/imports/elements/_mainContentArea.scss */
article table.neat th, body#ckeditor_custom_id table.neat th, .views-field-body table.neat th, .extra_body table.neat th {
  padding: 10px 8px;
  border-bottom: 2px solid #333333;
}
/* line 154, ../sass/imports/elements/_mainContentArea.scss */
article table.neat td, body#ckeditor_custom_id table.neat td, .views-field-body table.neat td, .extra_body table.neat td {
  border-bottom: 1px solid #333333;
  padding: 6px 8px;
}
/* line 159, ../sass/imports/elements/_mainContentArea.scss */
article table.neat tbody tr:hover td, body#ckeditor_custom_id table.neat tbody tr:hover td, .views-field-body table.neat tbody tr:hover td, .extra_body table.neat tbody tr:hover td {
  background: #EEE;
}
/* line 164, ../sass/imports/elements/_mainContentArea.scss */
article h2, article h3, article h4, article h5, body#ckeditor_custom_id h2, body#ckeditor_custom_id h3, body#ckeditor_custom_id h4, body#ckeditor_custom_id h5, .views-field-body h2, .views-field-body h3, .views-field-body h4, .views-field-body h5, .extra_body h2, .extra_body h3, .extra_body h4, .extra_body h5 {
  color: #2a8a42;
  font-family: "Muli", sans-serif;
}

@media (max-width: 1500px) {
  /* line 176, ../sass/imports/elements/_mainContentArea.scss */
  .mainContentArea {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  /* line 183, ../sass/imports/elements/_mainContentArea.scss */
  .mainContentArea {
    width: 100%;
  }

  /* line 187, ../sass/imports/elements/_mainContentArea.scss */
  .search_area input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 193, ../sass/imports/elements/_mainContentArea.scss */
  article table td, body#ckeditor_custom_id table td, .views-field-body table td, .extra_body table td {
    width: 100%;
    float: none;
    display: block;
    padding: 0px !important;
    margin: 0px !important;
  }
}
/* line 1, ../sass/imports/elements/_sponsors.scss */
#sponsors_area {
  width: 90%;
  max-width: 1600px;
  padding: 80px;
  padding-top: 0px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 8, ../sass/imports/elements/_sponsors.scss */
#sponsors_area ul.sponsor_slides {
  list-style: none;
  padding: 0px;
}
/* line 11, ../sass/imports/elements/_sponsors.scss */
#sponsors_area ul.sponsor_slides li {
  width: 250px;
  height: 150px;
  margin: 0px 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 22, ../sass/imports/elements/_sponsors.scss */
.sponsors_heading {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 60px;
}

@media (max-width: 1500px) {
  /* line 31, ../sass/imports/elements/_sponsors.scss */
  #sponsors_area {
    padding: 80px 40px;
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  /* line 40, ../sass/imports/elements/_sponsors.scss */
  #sponsors_area ul.sponsor_slides li {
    width: 150px;
    margin: 0px 20px;
  }

  /* line 45, ../sass/imports/elements/_sponsors.scss */
  .sponsors_heading {
    margin-bottom: 20px;
  }
}
/* line 1, ../sass/imports/elements/_knowledge_hub.scss */
.mainContentArea.search {
  position: relative;
  padding-right: 330px;
  width: 65%;
}
/* line 6, ../sass/imports/elements/_knowledge_hub.scss */
.mainContentArea.search .form-item-search-api-fulltext label {
  float: left;
  margin-right: 30px;
  color: #2a8a42;
  font-size: 30px;
  line-height: 30px;
  margin-top: 10px;
}
/* line 15, ../sass/imports/elements/_knowledge_hub.scss */
.mainContentArea.search #edit-search-api-fulltext {
  border: 1px solid #bcbdc0;
  padding: 15px 20px;
  height: 45px;
  box-sizing: border-box;
}
/* line 22, ../sass/imports/elements/_knowledge_hub.scss */
.mainContentArea.search #edit-actions {
  float: left;
  clear: none;
}
/* line 26, ../sass/imports/elements/_knowledge_hub.scss */
.mainContentArea.search #edit-actions input {
  background: #ffce05;
  color: #333333;
  height: 45px;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0px;
  width: 100px;
}
/* line 38, ../sass/imports/elements/_knowledge_hub.scss */
.mainContentArea.search .view-content {
  padding-top: 20px;
}
/* line 42, ../sass/imports/elements/_knowledge_hub.scss */
.mainContentArea.search .views-row {
  border-bottom: 1px solid #bcbdc0;
  margin-bottom: 20px;
}
/* line 47, ../sass/imports/elements/_knowledge_hub.scss */
.mainContentArea.search .views-field.views-field-title {
  font-size: 24px;
  line-height: 30px;
  color: #2a8a42;
  font-family: "Muli", sans-serif;
  margin-bottom: 10px;
}

/* line 56, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 280px;
}
/* line 62, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .adv_search {
  font-family: "Montserrat", sans-serif;
  color: #2a8a42;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}
/* line 70, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block {
  border: 1px solid #bcbdc0;
  margin-bottom: 20px;
  padding: 10px;
}
/* line 75, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block h2 {
  color: #2a8a42;
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  /*ORIGpadding-right: 40px;*/
  cursor: pointer;
}
/* line 83, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block h2:after {
  content: ":";
}
/* line 86, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block h2:before {
  content: "+";
  background: #ffce05;
  color: #2a8a42;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 27px;
  /*ORIG padding: 0px 7px;*/
  padding: 0px 6px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  /*ORIGposition: absolute;*/
  right: 10px;
  top: 10px;
  float: right;
}
/* line 102, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block h2:before:hover {
  background: #2a8a42;
  color: #ffce05;
}
/* line 109, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block input {
  float: left;
  margin-right: 10px;
}
/* line 114, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block ul {
  list-style: none;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
}
/* line 120, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block .facets-widget-checkbox {
  padding-top: 10px;
  display: none;
}
/* line 126, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block.opened .facets-widget-checkbox {
  display: block;
}
/* line 129, ../sass/imports/elements/_knowledge_hub.scss */
.search_facets .block.opened h2:before {
  content: "-";
  line-height: 24px;
  padding: 1px 9.5px;
}

/*
@import "elements/team_page";



@import "elements/news";
*/
