/*
    Custom mixin for dynamic html images
*/
@font-face {
  font-family: "Helvetica LT W01 Light";
  src: url("../fonts/helvetica.eot?#iefix");
  src: url("../fonts/helvetica.eot?#iefix") format("eot"), url("../fonts/helvetica.woff2") format("woff2"), url("../fonts/helvetica.woff") format("woff"), url("../fonts/helvetica.ttf") format("truetype"), url("../fonts/helvetica.svg#helvetica") format("svg");
}

/* line 3, ../sass/imports/_common.scss */
body {
  background: white;
  border: 0px;
  outline: none;
  font-family: "Helvetica LT W01 Light", arial, sans-serif;
  min-width: 325px;
  color: #555555;
  font-size: 18px;
  font-weight: 100;
  width: 100%;
}

/* line 16, ../sass/imports/_common.scss */
body#ckeditor_custom_id {
  background: white;
}

/* line 21, ../sass/imports/_common.scss */
body#ckeditor_custom_id ul, body#ckeditor_custom_id ol, .articleArea ul, .articleArea ol {
  padding-left: 20px;
}

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

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

/* line 40, ../sass/imports/_common.scss */
.centered_float.padded {
  padding: 0px 100px;
}

/* line 48, ../sass/imports/_common.scss */
.block {
  margin-bottom: 0px !important;
}

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

/* line 59, ../sass/imports/_common.scss */
a {
  text-decoration: none;
  color: inherit;
}
/* line 63, ../sass/imports/_common.scss */
a:hover {
  text-decoration: underline;
}
/* line 67, ../sass/imports/_common.scss */
a img {
  border: 0px;
  outline: none;
}

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

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

/* line 87, ../sass/imports/_common.scss */
.last {
  margin-right: 0px !important;
}

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

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

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

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

/* line 110, ../sass/imports/_common.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #41abc4;
}

/* line 115, ../sass/imports/_common.scss */
h1 {
  font-size: 28px;
  line-height: 40px;
  font-weight: normal;
}

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

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

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

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

/* line 138, ../sass/imports/_common.scss */
h6 {
  font-size: 12px;
}

/* line 142, ../sass/imports/_common.scss */
strong, bold {
  font-weight: bold;
}

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

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

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

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

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

@media (max-width: 1599px) {
  /* line 176, ../sass/imports/_common.scss */
  body {
    font-size: 16px;
  }
}
/**
 * @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. */
  margin: 0;
}

/**
 * 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 264, ../sass/imports/_tabs.scss */
.tabs-primary__tab,
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 5px;
}

/* line 269, ../sass/imports/_tabs.scss */
a.tabs-primary__tab-link,
a.tabs-secondary__tab-link {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 280, ../sass/imports/_tabs.scss */
.tabs-primary__tab,
.tabs-primary__tab.is-active {
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 286, ../sass/imports/_tabs.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 290, ../sass/imports/_tabs.scss */
a.tabs-primary__tab-link,
a.tabs-primary__tab-link.is-active {
  -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 303, ../sass/imports/_tabs.scss */
a.tabs-primary__tab-link:hover,
a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 308, ../sass/imports/_tabs.scss */
a.tabs-primary__tab-link:active,
a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  border-color: #fff;
}

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

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

/* line 325, ../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 341, ../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 347, ../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 359, ../sass/imports/_tabs.scss */
.inline {
  display: inline;
  padding: 0;
}

/* line 363, ../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 370, ../sass/imports/_tabs.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

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

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

/* line 383, ../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 396, ../sass/imports/_tabs.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 408, ../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 414, ../sass/imports/_tabs.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 423, ../sass/imports/_tabs.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 430, ../sass/imports/_tabs.scss */
.menu__item.is-leaf {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC");
  *list-style-image: url("../../images/menu-leaf.png");
  list-style-type: square;
}

/* line 435, ../sass/imports/_tabs.scss */
.menu__item.is-expanded {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==");
  *list-style-image: url("../../images/menu-expanded.png");
  list-style-type: circle;
}

/* line 440, ../sass/imports/_tabs.scss */
.menu__item.is-collapsed {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC");
  /* LTR */
  *list-style-image: url("../../images/menu-collapsed.png");
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 447, ../sass/imports/_tabs.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 457, ../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 468, ../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 484, ../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 494, ../sass/imports/_tabs.scss */
.comments {
  margin: 1.5em 0;
}

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

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

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

/* Nested comments are indented. */
/* line 514, ../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 524, ../sass/imports/_tabs.scss */
.form-item {
  margin: 1.5em 0;
}

/* Pack groups of checkboxes and radio buttons closer together. */
/* line 530, ../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 537, ../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 544, ../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 549, ../sass/imports/_tabs.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 553, ../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 558, ../sass/imports/_tabs.scss */
.form-required {
  color: #c00;
}

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

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

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

/* Drupal's default login form block. */
/* line 582, ../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 594, ../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 601, ../sass/imports/_tabs.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 605, ../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 609, ../sass/imports/_tabs.scss */
#user-login ul {
  margin: 1.5em 0;
}

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

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

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

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

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

/* line 639, ../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 645, ../sass/imports/_tabs.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 651, ../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 656, ../sass/imports/_tabs.scss */
td.menu-disabled {
  background: #ccc;
}

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 677, ../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 684, ../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 689, ../sass/imports/_tabs.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

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

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

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

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

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

/* line 727, ../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 737, ../sass/imports/_tabs.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url("../../images/progress.gif");
}

/* line 2, ../sass/imports/elements/_navigation.scss */
#navigation {
  padding: 20px 0px;
}
/* line 5, ../sass/imports/elements/_navigation.scss */
#navigation #logo {
  float: left;
  margin-top: 50px;
  margin-left: 80px;
}
/* line 9, ../sass/imports/elements/_navigation.scss */
#navigation #logo img {
  max-width: 100%;
}
/* line 14, ../sass/imports/elements/_navigation.scss */
#navigation #menu_wrapper {
  float: right;
  width: 1400px;
}
/* line 20, ../sass/imports/elements/_navigation.scss */
#navigation ul#nice-menu-1 {
  float: right;
  color: #2c6373;
  list-style: none;
  padding: 30px 0px;
  padding-right: 50px;
}
/* line 27, ../sass/imports/elements/_navigation.scss */
#navigation ul#nice-menu-1 li {
  float: left;
}
/* line 30, ../sass/imports/elements/_navigation.scss */
#navigation ul#nice-menu-1 li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 0px 5px;
  line-height: 30px;
  display: block;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  position: relative;
  border: 1px solid #FFFFFF;
}
/* line 40, ../sass/imports/elements/_navigation.scss */
#navigation ul#nice-menu-1 li a:hover {
  border: 1px solid #2c6373;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
}
/* line 47, ../sass/imports/elements/_navigation.scss */
#navigation ul#nice-menu-1 ul {
  display: none !important;
}

/* line 53, ../sass/imports/elements/_navigation.scss */
#header_banner {
  height: 200px;
  width: 100%;
  float: right;
  background: #EEE;
  background-size: cover;
  background-position: center center;
}

/* line 64, ../sass/imports/elements/_navigation.scss */
body.front #navigation #logo {
  margin-top: 0px;
}

@media (max-width: 1899px) {
  /* line 73, ../sass/imports/elements/_navigation.scss */
  #navigation #logo {
    margin-left: 40px;
  }
  /* line 76, ../sass/imports/elements/_navigation.scss */
  #navigation #menu_wrapper {
    width: 1250px;
  }
}
@media (max-width: 1599px) {
  /* line 85, ../sass/imports/elements/_navigation.scss */
  #navigation #logo {
    margin-left: 30px;
    margin-top: 10px;
  }
  /* line 89, ../sass/imports/elements/_navigation.scss */
  #navigation ul#nice-menu-1 {
    padding-right: 30px;
    padding-top: 10px;
  }
  /* line 93, ../sass/imports/elements/_navigation.scss */
  #navigation ul#nice-menu-1 li a {
    padding: 5px 10px;
  }
  /* line 98, ../sass/imports/elements/_navigation.scss */
  #navigation #menu_wrapper {
    width: 1000px;
  }

  /* line 102, ../sass/imports/elements/_navigation.scss */
  #header_banner {
    height: 150px;
  }
}
@media (max-width: 1349px) {
  /* line 110, ../sass/imports/elements/_navigation.scss */
  #navigation #logo {
    margin-left: 10px;
    margin-top: 0px;
    width: 200px;
  }
  /* line 115, ../sass/imports/elements/_navigation.scss */
  #navigation ul#nice-menu-1 {
    padding-right: 10px;
    padding-top: 0px;
  }
  /* line 119, ../sass/imports/elements/_navigation.scss */
  #navigation ul#nice-menu-1 li a {
    padding: 5px;
    margin: 3px;
  }
  /* line 125, ../sass/imports/elements/_navigation.scss */
  #navigation #menu_wrapper {
    width: 750px;
  }

  /* line 129, ../sass/imports/elements/_navigation.scss */
  #header_banner {
    height: 100px;
  }
}
/* line 134, ../sass/imports/elements/_navigation.scss */
a#left-menu {
  width: 35px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
  border: 1px solid #10789a;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url('../images/sidr_left.png?1462158396') 0px 0px no-repeat, #10789a;
}

/* line 150, ../sass/imports/elements/_navigation.scss */
body.sidr-left-open a#left-menu {
  background: url('../images/sidr_left.png?1462158396') 0px -36px no-repeat, #10789a;
}

/* line 155, ../sass/imports/elements/_navigation.scss */
#left_menu_wrapper {
  display: none;
}

/* line 159, ../sass/imports/elements/_navigation.scss */
div#sidr-left {
  background: #FFFFFF;
  border-right: #EEE 3px solid;
  box-sizing: border-box;
  padding-top: 20px;
}

/* line 166, ../sass/imports/elements/_navigation.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;
}
/* line 169, ../sass/imports/elements/_navigation.scss */
div.sidr .sidr-inner {
  padding-top: 20px;
}
/* line 172, ../sass/imports/elements/_navigation.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 176, ../sass/imports/elements/_navigation.scss */
div.sidr li a {
  color: #10789a;
  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 #FFFFFF;
}
/* line 183, ../sass/imports/elements/_navigation.scss */
div.sidr li a:hover {
  color: #000;
  text-decoration: none;
}
/* line 190, ../sass/imports/elements/_navigation.scss */
div.sidr .sidr-inner ul {
  margin: 0px;
  border-width: 0px;
}
/* line 193, ../sass/imports/elements/_navigation.scss */
div.sidr .sidr-inner ul li {
  padding: 0px;
  padding-left: 10px;
  border-width: 0px;
}
/* line 197, ../sass/imports/elements/_navigation.scss */
div.sidr .sidr-inner ul li a {
  padding: 0px;
  padding-left: 15px;
}
/* line 200, ../sass/imports/elements/_navigation.scss */
div.sidr .sidr-inner ul li a:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px #333333;
  -moz-box-shadow: 0px 0px 0px #333333;
  box-shadow: 0px 0px 0px #333333;
}

/* line 209, ../sass/imports/elements/_navigation.scss */
#sidr-0-button {
  width: 35px;
  height: 35px;
  text-indent: -999px;
  overflow: hidden;
  border: 1px solid #10789a;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url('../images/sidr_menu.png?1462155915') 0px 0px no-repeat, #10789a;
}

/* line 225, ../sass/imports/elements/_navigation.scss */
body.sidr-open #sidr-0-button {
  background: url('../images/sidr_menu.png?1462155915') 0px -36px no-repeat, #10789a;
}

@media (max-width: 999px) {
  /* line 233, ../sass/imports/elements/_navigation.scss */
  #navigation #logo {
    width: 140px;
  }
  /* line 236, ../sass/imports/elements/_navigation.scss */
  #navigation #menu_wrapper {
    width: auto;
  }

  /* line 241, ../sass/imports/elements/_navigation.scss */
  #header_banner {
    float: none;
    height: 150px;
  }
}
@media (max-width: 599px) {
  /* line 249, ../sass/imports/elements/_navigation.scss */
  #left_menu_wrapper {
    display: block;
  }

  /* line 253, ../sass/imports/elements/_navigation.scss */
  #navigation #logo {
    margin-left: 75px;
  }

  /* line 257, ../sass/imports/elements/_navigation.scss */
  #header_banner {
    height: 100px;
  }
}
/* line 2, ../sass/imports/elements/_contentArea.scss */
#contentArea {
  margin-top: 50px;
  position: relative;
  min-height: 400px;
}

/* line 8, ../sass/imports/elements/_contentArea.scss */
.sidebar_left {
  background: #10789a;
  float: left;
  width: 400px;
  color: #FFFFFF;
  -webkit-border-radius: 0px 15px 15px 0px;
  -moz-border-radius: 0px 15px 15px 0px;
  -ms-border-radius: 0px 15px 15px 0px;
  -o-border-radius: 0px 15px 15px 0px;
  border-radius: 0px 15px 15px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  position: absolute;
  left: 0px;
  top: 0px;
}
/* line 20, ../sass/imports/elements/_contentArea.scss */
.sidebar_left ul.menu {
  margin-left: 80px;
  list-style: none;
}
/* line 23, ../sass/imports/elements/_contentArea.scss */
.sidebar_left ul.menu li {
  list-style: none !important;
  padding: 5px 0px;
}
/* line 26, ../sass/imports/elements/_contentArea.scss */
.sidebar_left ul.menu li a {
  padding: 5px 0px;
  display: block;
  color: #FFFFFF;
}

/* line 35, ../sass/imports/elements/_contentArea.scss */
.articleArea {
  padding-left: 500px;
  padding-right: 450px;
}
/* line 39, ../sass/imports/elements/_contentArea.scss */
.articleArea h1.page_title {
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #41abc4;
}
/* line 46, ../sass/imports/elements/_contentArea.scss */
.articleArea .feature_image {
  max-width: 100%;
}
/* line 50, ../sass/imports/elements/_contentArea.scss */
.articleArea .field-type-video-embed-field iframe {
  max-width: 100%;
}
/* line 54, ../sass/imports/elements/_contentArea.scss */
.articleArea a {
  text-decoration: underline;
}
/* line 56, ../sass/imports/elements/_contentArea.scss */
.articleArea a:hover {
  text-decoration: none;
}

/* line 62, ../sass/imports/elements/_contentArea.scss */
.sidebar_right {
  position: absolute;
  width: 350px;
  right: 0px;
  top: 0px;
}
/* line 69, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .social_icons a.social_icon {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  background-position: left top;
}
/* line 76, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .social_icons a.social_icon:hover {
  text-decoration: none;
  background-position: left bottom;
}
/* line 83, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .search_bar {
  padding-top: 20px;
}
/* line 85, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .search_bar form {
  float: left;
}
/* line 87, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .search_bar form input {
  float: left;
  height: 35px;
  outline: none;
  border: 0px;
}
/* line 94, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .search_bar form input[type="text"] {
  background: #41abc4;
  padding: 0px 15px;
  color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 102, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .search_bar form input[type="submit"] {
  width: 35px;
  background: url('../images/search_icon.png?1461311275') center top no-repeat;
  cursor: pointer;
}
/* line 111, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .hotlinks a.hotlink {
  background: #41abc4;
  margin-top: 20px;
  padding: 7px 15px;
  display: block;
  color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  float: left;
  clear: left;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
/* line 121, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .hotlinks a.hotlink:hover {
  background: #2c6373;
  text-decoration: none;
}
/* line 125, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .hotlinks a.hotlink#member {
  background: #10789a;
}
/* line 127, ../sass/imports/elements/_contentArea.scss */
.sidebar_right .hotlinks a.hotlink#member:hover {
  background: #41abc4;
}

/* line 133, ../sass/imports/elements/_contentArea.scss */
iframe.http_embed_ssl_1 {
  width: 100%;
  height: 700px;
  border: 1px solid #DDD;
}

/* line 139, ../sass/imports/elements/_contentArea.scss */
.social_share_links {
  position: absolute;
  top: 160px;
  right: 0px;
  width: 40px;
  border: 3px solid #10789a;
  border-right: none;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
/* line 150, ../sass/imports/elements/_contentArea.scss */
.social_share_links a.social_share_link {
  width: 30px;
  height: 30px;
  padding: 5px 0px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 157, ../sass/imports/elements/_contentArea.scss */
.social_share_links a.social_share_link:hover {
  text-decoration: none;
  opacity: 0.5;
}
/* line 163, ../sass/imports/elements/_contentArea.scss */
.social_share_links #moreIcons {
  position: absolute;
  top: 5px;
  right: 0px;
  display: none;
}
/* line 170, ../sass/imports/elements/_contentArea.scss */
.social_share_links.opened {
  width: 80px;
}
/* line 172, ../sass/imports/elements/_contentArea.scss */
.social_share_links.opened #moreIcons {
  display: block;
}
/* line 175, ../sass/imports/elements/_contentArea.scss */
.social_share_links.opened a#more {
  background-image: url('../images/icons/close_share.png?1463103068') !important;
}

@media (max-width: 1899px) {
  /* line 183, ../sass/imports/elements/_contentArea.scss */
  .sidebar_left {
    width: 350px;
  }
  /* line 185, ../sass/imports/elements/_contentArea.scss */
  .sidebar_left ul.menu {
    margin-left: 40px;
  }

  /* line 189, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right {
    width: 330px;
  }

  /* line 192, ../sass/imports/elements/_contentArea.scss */
  .articleArea {
    padding-left: 420px;
    padding-right: 400px;
  }
}
@media (max-width: 1599px) {
  /* line 200, ../sass/imports/elements/_contentArea.scss */
  #contentArea {
    margin-top: 30px;
  }

  /* line 203, ../sass/imports/elements/_contentArea.scss */
  .sidebar_left {
    width: 330px;
  }
  /* line 205, ../sass/imports/elements/_contentArea.scss */
  .sidebar_left ul.menu {
    margin-left: 30px;
  }
  /* line 207, ../sass/imports/elements/_contentArea.scss */
  .sidebar_left ul.menu li a {
    padding: 0px;
    padding-top: 5px;
  }

  /* line 214, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right {
    width: 300px;
  }

  /* line 218, ../sass/imports/elements/_contentArea.scss */
  .articleArea {
    padding-left: 380px;
    padding-right: 350px;
  }
}
@media (max-width: 1349px) {
  /* line 226, ../sass/imports/elements/_contentArea.scss */
  #contentArea {
    margin-top: 10px;
  }

  /* line 229, ../sass/imports/elements/_contentArea.scss */
  .sidebar_left {
    width: 250px;
  }
  /* line 231, ../sass/imports/elements/_contentArea.scss */
  .sidebar_left ul.menu {
    margin-left: 10px;
  }

  /* line 236, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right {
    width: 230px;
  }
  /* line 240, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right .search_bar form input[type="text"] {
    width: 185px;
  }

  /* line 247, ../sass/imports/elements/_contentArea.scss */
  .articleArea {
    padding-left: 270px;
    padding-right: 250px;
  }
  /* line 250, ../sass/imports/elements/_contentArea.scss */
  .articleArea h1.page_title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 999px) {
  /* line 259, ../sass/imports/elements/_contentArea.scss */
  .sidebar_left {
    display: none;
  }

  /* line 263, ../sass/imports/elements/_contentArea.scss */
  .articleArea {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 175px;
  }

  /* line 269, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right {
    padding-left: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 274, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right .hotlinks a.hotlink {
    clear: none;
    margin-right: 10px;
  }

  /* line 280, ../sass/imports/elements/_contentArea.scss */
  .social_share_links {
    top: 40px;
  }
}
@media (max-width: 599px) {
  /* line 287, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right {
    position: relative;
  }
  /* line 289, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right .search_bar form {
    margin: 0px;
  }
  /* line 293, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right .hotlinks a.hotlink {
    width: 190px;
  }
  /* line 298, ../sass/imports/elements/_contentArea.scss */
  .sidebar_right .social_icons:before {
    content: "Find us on:";
    color: #10789a;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
  }

  /* line 307, ../sass/imports/elements/_contentArea.scss */
  .articleArea {
    padding-top: 10px;
  }

  /* line 310, ../sass/imports/elements/_contentArea.scss */
  .social_share_links {
    position: relative;
    top: 0px;
    float: left;
    margin-top: 20px;
    border: 3px solid #10789a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
    width: 210px;
  }
  /* line 320, ../sass/imports/elements/_contentArea.scss */
  .social_share_links:before {
    content: "Share this page on:";
    color: #10789a;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
  }
  /* line 327, ../sass/imports/elements/_contentArea.scss */
  .social_share_links a.social_share_link {
    float: left;
  }
}
/* line 1, ../sass/imports/elements/_sponsorsArea.scss */
#sponsors_area {
  margin-top: 20px;
}
/* line 3, ../sass/imports/elements/_sponsorsArea.scss */
#sponsors_area h2.block-title {
  color: #10789a;
  margin-left: 40px;
}
/* line 7, ../sass/imports/elements/_sponsorsArea.scss */
#sponsors_area .views-row {
  margin: 20px 40px;
}
/* line 10, ../sass/imports/elements/_sponsorsArea.scss */
#sponsors_area .views-field-title {
  display: none;
}
/* line 14, ../sass/imports/elements/_sponsorsArea.scss */
#sponsors_area ul {
  list-style: none;
}

@media (max-width: 999px) {
  /* line 21, ../sass/imports/elements/_sponsorsArea.scss */
  #sponsors_area {
    width: 100%;
    padding: 10px;
  }
  /* line 24, ../sass/imports/elements/_sponsorsArea.scss */
  #sponsors_area h2.block-title {
    margin-left: 0px;
  }
}
/* line 1, ../sass/imports/elements/_footerArea.scss */
#footerArea {
  padding: 30px 0px;
  color: #3b3b3b;
  font-size: 14px;
}
/* line 7, ../sass/imports/elements/_footerArea.scss */
#footerArea .main-menu > ul.footer_links_main-menu {
  width: 1400px;
  margin: 0px auto;
  text-align: center;
}
/* line 11, ../sass/imports/elements/_footerArea.scss */
#footerArea .main-menu > ul.footer_links_main-menu li {
  width: 200px;
  float: left;
  list-style: none;
}
/* line 16, ../sass/imports/elements/_footerArea.scss */
#footerArea .main-menu > ul.footer_links_main-menu li a {
  font-weight: bold;
  cursor: pointer;
}
/* line 24, ../sass/imports/elements/_footerArea.scss */
#footerArea .main-menu > ul.footer_links_main-menu li > ul {
  margin-top: 5px;
}
/* line 26, ../sass/imports/elements/_footerArea.scss */
#footerArea .main-menu > ul.footer_links_main-menu li > ul li {
  padding-top: 5px;
}
/* line 28, ../sass/imports/elements/_footerArea.scss */
#footerArea .main-menu > ul.footer_links_main-menu li > ul li a {
  font-weight: normal;
}
/* line 35, ../sass/imports/elements/_footerArea.scss */
#footerArea .main-menu > ul.footer_links_main-menu li > ul ul {
  display: none;
}

@media (max-width: 1599px) {
  /* line 42, ../sass/imports/elements/_footerArea.scss */
  #footerArea {
    font-size: 12px;
  }
  /* line 44, ../sass/imports/elements/_footerArea.scss */
  #footerArea .main-menu > ul.footer_links_main-menu {
    width: 1000px;
  }
  /* line 46, ../sass/imports/elements/_footerArea.scss */
  #footerArea .main-menu > ul.footer_links_main-menu li {
    width: 140px;
  }
}
@media (max-width: 999px) {
  /* line 55, ../sass/imports/elements/_footerArea.scss */
  #footerArea {
    display: none;
  }
}
/* line 2, ../sass/imports/elements/_views.scss */
.view .views-row {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 8, ../sass/imports/elements/_views.scss */
.view .views-field-title {
  background: #41abc4;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 28px;
  line-height: 42px;
  -webkit-border-radius: 0px 15px 15px 0px;
  -moz-border-radius: 0px 15px 15px 0px;
  -ms-border-radius: 0px 15px 15px 0px;
  -o-border-radius: 0px 15px 15px 0px;
  border-radius: 0px 15px 15px 0px;
}
/* line 19, ../sass/imports/elements/_views.scss */
.view .views-field-view-node a {
  background: #41abc4;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
}
/* line 26, ../sass/imports/elements/_views.scss */
.view .views-field-view-node a:hover {
  background: #2c6373;
  text-decoration: none;
}
/* line 33, ../sass/imports/elements/_views.scss */
.view .views-field-field-video {
  position: relative;
}
/* line 35, ../sass/imports/elements/_views.scss */
.view .views-field-field-video::before {
  content: " ";
  width: 50px;
  height: 50px;
  background: url('../images/play_btn.png?1461820991');
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 48, ../sass/imports/elements/_views.scss */
table.views-table, table.commerce-price-formatted-components, table.checkout-review {
  padding-top: 20px;
  width: 100%;
}
/* line 52, ../sass/imports/elements/_views.scss */
table.views-table th, table.views-table td, table.commerce-price-formatted-components th, table.commerce-price-formatted-components td, table.checkout-review th, table.checkout-review td {
  padding: 10px;
}
/* line 56, ../sass/imports/elements/_views.scss */
table.views-table td.views-field-line-item-title a, table.commerce-price-formatted-components td.views-field-line-item-title a, table.checkout-review td.views-field-line-item-title a {
  text-decoration: none;
  color: #10789a;
}
/* line 59, ../sass/imports/elements/_views.scss */
table.views-table td.views-field-line-item-title a:hover, table.commerce-price-formatted-components td.views-field-line-item-title a:hover, table.checkout-review td.views-field-line-item-title a:hover {
  text-decoration: underline;
}

/* line 65, ../sass/imports/elements/_views.scss */
.commerce-line-item-views-form input.delete-line-item {
  font-size: 0.8em;
  padding: 10px 20px;
}

/* line 70, ../sass/imports/elements/_views.scss */
.line-item-total {
  font-size: 120%;
  padding: 10px 20px;
  border-bottom: 3px solid #CCC;
}

/* line 76, ../sass/imports/elements/_views.scss */
input[value="Update cart"] {
  display: none;
}

/* line 80, ../sass/imports/elements/_views.scss */
div#edit-commerce-payment-payment-method {
  display: none;
}

/* line 85, ../sass/imports/elements/_views.scss */
select.stripe#edit-commerce-payment-payment-details-credit-card-exp-month,
select.stripe#edit-commerce-payment-payment-details-credit-card-exp-year {
  width: 80px;
}

/* line 89, ../sass/imports/elements/_views.scss */
.view-memberships-available, body.node-type-membership-product-display {
  margin-top: -20px;
  margin-left: -20px;
}
/* line 93, ../sass/imports/elements/_views.scss */
.view-memberships-available .views-row, body.node-type-membership-product-display .views-row {
  width: 350px;
  padding: 20px;
  margin: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #EEE;
}
/* line 101, ../sass/imports/elements/_views.scss */
.view-memberships-available .cols, body.node-type-membership-product-display .cols {
  float: left;
}
/* line 106, ../sass/imports/elements/_views.scss */
.view-memberships-available .field, body.node-type-membership-product-display .field {
  margin: 10px 0px;
}
/* line 109, ../sass/imports/elements/_views.scss */
.view-memberships-available .field-label, body.node-type-membership-product-display .field-label {
  color: #41abc4;
}
/* line 112, ../sass/imports/elements/_views.scss */
.view-memberships-available h2.node-title a, body.node-type-membership-product-display h2.node-title a {
  text-decoration: none;
}
/* line 114, ../sass/imports/elements/_views.scss */
.view-memberships-available h2.node-title a:hover, body.node-type-membership-product-display h2.node-title a:hover {
  color: #10789a;
}

/* line 122, ../sass/imports/elements/_views.scss */
ul.pager {
  padding-top: 20px;
  list-style: none;
}
/* line 125, ../sass/imports/elements/_views.scss */
ul.pager li {
  background: #DDD;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 10px;
}
/* line 130, ../sass/imports/elements/_views.scss */
ul.pager li:hover, ul.pager li.pager-current {
  background: #10789a;
  color: #FFFFFF;
}
/* line 134, ../sass/imports/elements/_views.scss */
ul.pager li a:hover {
  text-decoration: none;
}

/* line 138, ../sass/imports/elements/_views.scss */
.view.view-business-directory {
  margin-top: 10px;
}
/* line 142, ../sass/imports/elements/_views.scss */
.view.view-business-directory .view-header br {
  display: none;
}
/* line 143, ../sass/imports/elements/_views.scss */
.view.view-business-directory .view-header a {
  position: relative;
  text-decoration: none;
  margin: 0px 5px;
  color: #41abc4;
}
/* line 148, ../sass/imports/elements/_views.scss */
.view.view-business-directory .view-header a:hover {
  color: #2c6373;
}
/* line 152, ../sass/imports/elements/_views.scss */
.view.view-business-directory .view-header a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  top: 7px;
  right: -5px;
  background: #41abc4;
}
/* line 161, ../sass/imports/elements/_views.scss */
.view.view-business-directory .view-header a:last-of-type:after {
  display: none;
}
/* line 167, ../sass/imports/elements/_views.scss */
.view.view-business-directory .views-row {
  padding-bottom: 0px;
}
/* line 171, ../sass/imports/elements/_views.scss */
.view.view-business-directory .business_logo_wrapper {
  float: left;
  padding: 20px;
}
/* line 176, ../sass/imports/elements/_views.scss */
.view.view-business-directory .views-field-title {
  font-size: 18px;
  line-height: 24px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
/* line 182, ../sass/imports/elements/_views.scss */
.view.view-business-directory .field-name-field-business-website, .view.view-business-directory .field-name-field-business-phone, .view.view-business-directory .field-name-field-business-email, .view.view-business-directory .field-type-addressfield .street-block {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-top: 2px;
  min-height: 30px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 192, ../sass/imports/elements/_views.scss */
.view.view-business-directory .field-name-field-business-website a, .view.view-business-directory .field-name-field-business-phone a, .view.view-business-directory .field-name-field-business-email a, .view.view-business-directory .field-type-addressfield .street-block a {
  text-decoration: none;
}
/* line 193, ../sass/imports/elements/_views.scss */
.view.view-business-directory .field-name-field-business-website a:hover, .view.view-business-directory .field-name-field-business-phone a:hover, .view.view-business-directory .field-name-field-business-email a:hover, .view.view-business-directory .field-type-addressfield .street-block a:hover {
  text-decoration: underline;
}
/* line 196, ../sass/imports/elements/_views.scss */
.view.view-business-directory .field-name-field-business-website {
  background-image: url('../images/web.png?1462260849');
}
/* line 200, ../sass/imports/elements/_views.scss */
.view.view-business-directory .field-name-field-business-phone {
  background-image: url('../images/phone.png?1462260795');
}
/* line 204, ../sass/imports/elements/_views.scss */
.view.view-business-directory .field-name-field-business-email {
  background-image: url('../images/email.png?1462260858');
}
/* line 210, ../sass/imports/elements/_views.scss */
.view.view-business-directory .field-type-addressfield .street-block {
  background-image: url('../images/address.png?1462260876');
}
/* line 214, ../sass/imports/elements/_views.scss */
.view.view-business-directory .field-type-addressfield .street-block, .view.view-business-directory .field-type-addressfield .thoroughfare, .view.view-business-directory .field-type-addressfield .premise, .view.view-business-directory .field-type-addressfield .locality-block {
  float: left;
  margin-right: 5px;
}
/* line 220, ../sass/imports/elements/_views.scss */
.view.view-business-directory .views-exposed-form {
  position: relative;
  min-height: 150px;
}
/* line 225, ../sass/imports/elements/_views.scss */
.view.view-business-directory .views-exposed-widget.views-submit-button {
  position: absolute;
  left: 300px;
  top: 20px;
}
/* line 230, ../sass/imports/elements/_views.scss */
.view.view-business-directory .views-exposed-widget.views-submit-button input[type='submit'] {
  background: #FFFFFF;
  outline: none;
  border: 2px solid #41abc4;
  padding: 10px 20px;
  color: #41abc4;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 239, ../sass/imports/elements/_views.scss */
.view.view-business-directory .views-exposed-widget.views-submit-button input[type='submit']:hover {
  background: #41abc4;
  color: #FFFFFF;
}

/* line 249, ../sass/imports/elements/_views.scss */
.view.view-events-calendar .views-field-title {
  font-size: 16px;
  line-height: 22px;
}
/* line 259, ../sass/imports/elements/_views.scss */
.view.view-events-calendar td.single-day div.monthview, .view.view-events-calendar td.multi-day div.monthview {
  background: #AAA !important;
  padding: 5px !important;
  margin: 5px 0px !important;
}
/* line 263, ../sass/imports/elements/_views.scss */
.view.view-events-calendar td.single-day div.monthview a, .view.view-events-calendar td.multi-day div.monthview a {
  background: #FFFFFF !important;
  display: block !important;
  font-size: 16px !important;
  margin: 5px 0px;
  padding: 5px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal !important;
  color: #2c6373 !important;
}
/* line 272, ../sass/imports/elements/_views.scss */
.view.view-events-calendar td.single-day div.monthview a:hover, .view.view-events-calendar td.multi-day div.monthview a:hover {
  text-decoration: none;
  background: #2c6373 !important;
  color: #FFFFFF !important;
}
/* line 280, ../sass/imports/elements/_views.scss */
.view.view-events-calendar .contents {
  z-index: 100 !important;
  position: relative !important;
}
/* line 284, ../sass/imports/elements/_views.scss */
.view.view-events-calendar .stripe {
  position: absolute !important;
  top: 0px !important;
  height: 100% !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -ms-border-radius: 5px 5px 5px 5px !important;
  -o-border-radius: 5px 5px 5px 5px !important;
  border-radius: 5px 5px 5px 5px !important;
}
/* line 291, ../sass/imports/elements/_views.scss */
.view.view-events-calendar .views-field-field-event-type {
  color: #FFFFFF !important;
}
/* line 295, ../sass/imports/elements/_views.scss */
.view.view-events-calendar td.multi-day div.monthview {
  height: auto !important;
}
/* line 299, ../sass/imports/elements/_views.scss */
.view.view-events-calendar td.multi-day .calendar.monthview .contents {
  font-size: 16px !important;
  width: auto !important;
  position: relative !important;
  float: left !important;
}
/* line 306, ../sass/imports/elements/_views.scss */
.view.view-events-calendar td.multi-day .inner .monthview .continues, .view.view-events-calendar td.multi-day .inner .monthview .continuation, .view.view-events-calendar td.multi-day .inner .monthview .cutoff {
  background: none !important;
  font-size: 36px !important;
  margin: 0px 5px !important;
  width: auto !important;
  top: -7px !important;
}
/* line 313, ../sass/imports/elements/_views.scss */
.view.view-events-calendar td.multi-day .inner .monthview .continuation {
  display: none !important;
}
/* line 318, ../sass/imports/elements/_views.scss */
.view.view-events-calendar ul.pager li {
  background: #41abc4;
  color: #FFFFFF;
  width: 80px;
}
/* line 322, ../sass/imports/elements/_views.scss */
.view.view-events-calendar ul.pager li.date-prev {
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  left: 0px;
}
/* line 326, ../sass/imports/elements/_views.scss */
.view.view-events-calendar ul.pager li.date-next {
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  right: 0px;
}
/* line 330, ../sass/imports/elements/_views.scss */
.view.view-events-calendar ul.pager li:hover {
  background: #10789a;
}
/* line 332, ../sass/imports/elements/_views.scss */
.view.view-events-calendar ul.pager li a {
  margin-left: 0px;
  padding: 5px 15px;
}

/* line 342, ../sass/imports/elements/_views.scss */
.view.view-forum h2.node-title a {
  text-decoration: none;
}
/* line 344, ../sass/imports/elements/_views.scss */
.view.view-forum h2.node-title a:hover {
  color: #2c6373;
  text-decoration: none;
}
/* line 351, ../sass/imports/elements/_views.scss */
.view.view-forum ul.links li a {
  background: #41abc4;
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px 10px;
  padding: 5px 10px;
  margin-top: 5px;
  float: left;
  margin-right: 10px;
}
/* line 361, ../sass/imports/elements/_views.scss */
.view.view-forum ul.links li a:hover {
  background: #2c6373;
  text-decoration: none;
}

/* line 368, ../sass/imports/elements/_views.scss */
.view.view-photo-gallery {
  margin-left: -10px;
  margin-top: -10px;
}
/* line 371, ../sass/imports/elements/_views.scss */
.view.view-photo-gallery .views-row {
  position: relative;
  width: 250px;
  height: 250px;
  float: left;
  margin: 10px;
  padding-bottom: 0px;
  border: 0px;
}
/* line 380, ../sass/imports/elements/_views.scss */
.view.view-photo-gallery .views-field-title {
  position: absolute;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 387, ../sass/imports/elements/_views.scss */
.view.view-photo-gallery .views-field-view-node a {
  position: absolute;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 1599px) {
  /* line 401, ../sass/imports/elements/_views.scss */
  .view.view-events-calendar .views-field-title {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 406, ../sass/imports/elements/_views.scss */
  .view.view-events-calendar td.single-day div.monthview a, .view.view-events-calendar td.multi-day div.monthview a {
    font-size: 14px !important;
  }
  /* line 410, ../sass/imports/elements/_views.scss */
  .view.view-events-calendar td.multi-day .calendar.monthview .contents {
    font-size: 14px !important;
  }
}
@media (max-width: 599px) {
  /* line 419, ../sass/imports/elements/_views.scss */
  .view.view-business-directory .views-exposed-widget.views-submit-button {
    left: 0px;
    top: 74px;
  }
}
/* line 2, ../sass/imports/elements/_backgroundSlides.scss */
#background_slides_wrapper {
  position: relative;
  height: 600px;
}
/* line 6, ../sass/imports/elements/_backgroundSlides.scss */
#background_slides_wrapper .flex-control-nav {
  position: absolute;
  z-index: 500;
  width: 1800px;
  bottom: 140px;
  left: 50%;
  margin-left: -900px;
  padding-left: 40px;
  list-style: none;
}
/* line 16, ../sass/imports/elements/_backgroundSlides.scss */
#background_slides_wrapper .flex-control-nav li {
  float: left;
  margin-left: 10px;
}
/* line 19, ../sass/imports/elements/_backgroundSlides.scss */
#background_slides_wrapper .flex-control-nav li a {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -999999px;
  cursor: pointer;
  background: #FFFFFF;
  opacity: 0.5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 29, ../sass/imports/elements/_backgroundSlides.scss */
#background_slides_wrapper .flex-control-nav li a.flex-active, #background_slides_wrapper .flex-control-nav li a:hover {
  opacity: 1;
}

/* line 36, ../sass/imports/elements/_backgroundSlides.scss */
#background_slides {
  height: 100%;
}
/* line 38, ../sass/imports/elements/_backgroundSlides.scss */
#background_slides li {
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: none;
}

@media (max-width: 1899px) {
  /* line 50, ../sass/imports/elements/_backgroundSlides.scss */
  #background_slides_wrapper .flex-control-nav {
    width: 1500px;
    margin-left: -750px;
    padding-left: 15px;
  }
}
@media (max-width: 1599px) {
  /* line 62, ../sass/imports/elements/_backgroundSlides.scss */
  #background_slides_wrapper .flex-control-nav {
    width: 1350px;
    margin-left: -675px;
    padding-left: 30px;
    bottom: 100px;
  }
}
@media (max-width: 1349px) {
  /* line 74, ../sass/imports/elements/_backgroundSlides.scss */
  #background_slides_wrapper .flex-control-nav {
    width: 1000px;
    margin-left: -500px;
    padding-left: 20px;
    bottom: 80px;
  }
  /* line 79, ../sass/imports/elements/_backgroundSlides.scss */
  #background_slides_wrapper .flex-control-nav li a {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 999px) {
  /* line 89, ../sass/imports/elements/_backgroundSlides.scss */
  #background_slides_wrapper {
    float: left;
    height: 100px;
    width: 100%;
  }
  /* line 93, ../sass/imports/elements/_backgroundSlides.scss */
  #background_slides_wrapper .flex-control-nav {
    width: 94%;
    margin-left: 1%;
    padding-left: 0px;
    left: 0px;
  }
}
/* line 3, ../sass/imports/elements/_homePieces.scss */
.header_widgets {
  float: right;
  width: 375px;
}
/* line 8, ../sass/imports/elements/_homePieces.scss */
.header_widgets .social_icons a.social_icon {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  background-position: left top;
}
/* line 15, ../sass/imports/elements/_homePieces.scss */
.header_widgets .social_icons a.social_icon:hover {
  text-decoration: none;
  background-position: left bottom;
}
/* line 23, ../sass/imports/elements/_homePieces.scss */
.header_widgets .search_bar form {
  float: left;
}
/* line 25, ../sass/imports/elements/_homePieces.scss */
.header_widgets .search_bar form input {
  float: left;
  height: 35px;
  outline: none;
  border: 0px;
}
/* line 32, ../sass/imports/elements/_homePieces.scss */
.header_widgets .search_bar form input[type="text"] {
  background: #41abc4;
  padding: 0px 15px;
  color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 235px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 40, ../sass/imports/elements/_homePieces.scss */
.header_widgets .search_bar form input[type="submit"] {
  width: 35px;
  background: url('../images/search_icon.png?1461311275') center top no-repeat;
  cursor: pointer;
}
/* line 49, ../sass/imports/elements/_homePieces.scss */
.header_widgets .hotlinks a.hotlink {
  background: #2c6373;
  margin-top: 20px;
  padding: 7px 15px;
  display: block;
  float: left;
  color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  float: left;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
/* line 60, ../sass/imports/elements/_homePieces.scss */
.header_widgets .hotlinks a.hotlink:hover {
  background: #41abc4;
  text-decoration: none;
}
/* line 64, ../sass/imports/elements/_homePieces.scss */
.header_widgets .hotlinks a.hotlink#subscribe {
  margin-right: 20px;
}

/* line 71, ../sass/imports/elements/_homePieces.scss */
#home_icons {
  width: 1500px;
  list-style: none;
  margin: 0px auto;
  margin-top: -120px;
  position: relative;
  z-index: 500;
}
/* line 79, ../sass/imports/elements/_homePieces.scss */
#home_icons li a {
  width: 220px;
  height: 220px;
  margin: 0px 40px;
  float: left;
  display: block;
  background-position: center top;
}
/* line 86, ../sass/imports/elements/_homePieces.scss */
#home_icons li a:hover {
  text-decoration: none;
  background-position: center bottom;
}

/* line 95, ../sass/imports/elements/_homePieces.scss */
body.front .social_share_links {
  top: 50%;
  margin-top: -50px;
  border-color: #FFFFFF;
}
/* line 103, ../sass/imports/elements/_homePieces.scss */
body.front .social_share_links.opened a#more {
  background-image: url('../images/icons/close_share_home.png?1463103380') !important;
}

@media (max-width: 1599px) {
  /* line 112, ../sass/imports/elements/_homePieces.scss */
  #home_icons {
    margin-top: -80px;
    width: 1125;
  }
  /* line 116, ../sass/imports/elements/_homePieces.scss */
  #home_icons li a {
    width: 165px;
    height: 165px;
    margin: 0px 30px;
  }

  /* line 127, ../sass/imports/elements/_homePieces.scss */
  .header_widgets .search_bar form input[type="text"] {
    width: 210px;
  }
}
@media (max-width: 1349px) {
  /* line 137, ../sass/imports/elements/_homePieces.scss */
  #home_icons {
    width: 825;
  }
  /* line 140, ../sass/imports/elements/_homePieces.scss */
  #home_icons li a {
    width: 165px;
    height: 165px;
    margin: 0px 0px;
  }
}
@media (max-width: 999px) {
  /* line 151, ../sass/imports/elements/_homePieces.scss */
  #home_icons {
    width: 500px;
    margin-top: -30px;
  }
}
@media (max-width: 599px) {
  /* line 159, ../sass/imports/elements/_homePieces.scss */
  #home_icons {
    width: 300px;
    margin-top: 10px;
  }
  /* line 162, ../sass/imports/elements/_homePieces.scss */
  #home_icons li a {
    width: 140px;
    height: 140px;
    margin: 5px;
    background-size: cover;
  }

  /* line 169, ../sass/imports/elements/_homePieces.scss */
  .header_widgets {
    position: relative;
    width: auto;
    margin-left: 10px;
  }
  /* line 174, ../sass/imports/elements/_homePieces.scss */
  .header_widgets .search_bar form {
    margin-left: 0px;
    margin-top: 10px;
  }
  /* line 180, ../sass/imports/elements/_homePieces.scss */
  .header_widgets .hotlinks a.hotlink {
    width: 180px;
    margin-top: 10px;
  }
  /* line 186, ../sass/imports/elements/_homePieces.scss */
  .header_widgets .social_icons:before {
    content: "Find us on:";
    color: #10789a;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
  }

  /* line 197, ../sass/imports/elements/_homePieces.scss */
  body.front .social_share_links {
    position: relative;
    top: 0px;
    float: left;
    margin-top: 20px;
    border: 3px solid #CCC;
    background: #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
    width: 210px;
  }
  /* line 208, ../sass/imports/elements/_homePieces.scss */
  body.front .social_share_links:before {
    content: "Share this page on:";
    color: #FFFFF;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
  }
  /* line 215, ../sass/imports/elements/_homePieces.scss */
  body.front .social_share_links a.social_share_link {
    float: left;
  }
}
/* line 4, ../sass/imports/elements/_webforms.scss */
.webform-client-form label, .mailchimp-signup-subscribe-form label, #mainContent form#commerce-checkout-form-checkout label, .comment-form label, form label {
  display: block;
  color: #666;
}
/* line 9, ../sass/imports/elements/_webforms.scss */
.webform-client-form input, .webform-client-form textarea, .webform-client-form select, .mailchimp-signup-subscribe-form input, .mailchimp-signup-subscribe-form textarea, .mailchimp-signup-subscribe-form select, #mainContent form#commerce-checkout-form-checkout input, #mainContent form#commerce-checkout-form-checkout textarea, #mainContent form#commerce-checkout-form-checkout select, .comment-form input, .comment-form textarea, .comment-form select, form input, form textarea, form select {
  padding: 5px;
  max-width: 100%;
  width: 400px;
  border: 0px;
  outline: 0px;
  border-bottom: 2px solid #BBB;
  -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;
  font-family: "Helvetica LT W01 Light", arial, sans-serif;
  font-size: 18px;
}
/* line 19, ../sass/imports/elements/_webforms.scss */
.webform-client-form input:focus, .webform-client-form textarea:focus, .webform-client-form select:focus, .mailchimp-signup-subscribe-form input:focus, .mailchimp-signup-subscribe-form textarea:focus, .mailchimp-signup-subscribe-form select:focus, #mainContent form#commerce-checkout-form-checkout input:focus, #mainContent form#commerce-checkout-form-checkout textarea:focus, #mainContent form#commerce-checkout-form-checkout select:focus, .comment-form input:focus, .comment-form textarea:focus, .comment-form select:focus, form input:focus, form textarea:focus, form select:focus {
  border-color: #41abc4;
}
/* line 24, ../sass/imports/elements/_webforms.scss */
.webform-client-form .grippie, .mailchimp-signup-subscribe-form .grippie, #mainContent form#commerce-checkout-form-checkout .grippie, .comment-form .grippie, form .grippie {
  display: none;
}
/* line 28, ../sass/imports/elements/_webforms.scss */
.webform-client-form textarea, .mailchimp-signup-subscribe-form textarea, #mainContent form#commerce-checkout-form-checkout textarea, .comment-form textarea, form textarea {
  border: 2px solid #BBB;
  margin-top: 10px;
}
/* line 33, ../sass/imports/elements/_webforms.scss */
.webform-client-form .resizable-textarea, .mailchimp-signup-subscribe-form .resizable-textarea, #mainContent form#commerce-checkout-form-checkout .resizable-textarea, .comment-form .resizable-textarea, form .resizable-textarea {
  max-width: 600px;
}
/* line 37, ../sass/imports/elements/_webforms.scss */
.webform-client-form input[type="submit"], .mailchimp-signup-subscribe-form input[type="submit"], #mainContent form#commerce-checkout-form-checkout input[type="submit"], .comment-form input[type="submit"], form input[type="submit"] {
  background: #2c6373;
  color: #FFFFFF;
  border: 0px;
  width: auto;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Helvetica LT W01 Light", arial, sans-serif;
  margin-right: 15px;
}
/* line 49, ../sass/imports/elements/_webforms.scss */
.webform-client-form input[type="submit"]:hover, .mailchimp-signup-subscribe-form input[type="submit"]:hover, #mainContent form#commerce-checkout-form-checkout input[type="submit"]:hover, .comment-form input[type="submit"]:hover, form input[type="submit"]:hover {
  background: #41abc4;
}
/* line 54, ../sass/imports/elements/_webforms.scss */
.webform-client-form input[type="checkbox"], .mailchimp-signup-subscribe-form input[type="checkbox"], #mainContent form#commerce-checkout-form-checkout input[type="checkbox"], .comment-form input[type="checkbox"], form input[type="checkbox"] {
  width: auto;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
/* line 61, ../sass/imports/elements/_webforms.scss */
.webform-client-form fieldset, .mailchimp-signup-subscribe-form fieldset, #mainContent form#commerce-checkout-form-checkout fieldset, .comment-form fieldset, form fieldset {
  border: 0px;
}
/* line 64, ../sass/imports/elements/_webforms.scss */
.webform-client-form fieldset legend, .mailchimp-signup-subscribe-form fieldset legend, #mainContent form#commerce-checkout-form-checkout fieldset legend, .comment-form fieldset legend, form fieldset legend {
  padding-top: 30px;
  display: block;
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  color: #2c6373;
  margin-bottom: 0px;
}
/* line 77, ../sass/imports/elements/_webforms.scss */
.webform-client-form .form-checkboxes input[type=checkbox]:not(old),
.webform-client-form .form-checkboxes input[type=radio]:not(old), .webform-client-form .form-radios input[type=checkbox]:not(old),
.webform-client-form .form-radios input[type=radio]:not(old), .mailchimp-signup-subscribe-form .form-checkboxes input[type=checkbox]:not(old),
.mailchimp-signup-subscribe-form .form-checkboxes input[type=radio]:not(old), .mailchimp-signup-subscribe-form .form-radios input[type=checkbox]:not(old),
.mailchimp-signup-subscribe-form .form-radios input[type=radio]:not(old), #mainContent form#commerce-checkout-form-checkout .form-checkboxes input[type=checkbox]:not(old),
#mainContent form#commerce-checkout-form-checkout .form-checkboxes input[type=radio]:not(old), #mainContent form#commerce-checkout-form-checkout .form-radios input[type=checkbox]:not(old),
#mainContent form#commerce-checkout-form-checkout .form-radios input[type=radio]:not(old), .comment-form .form-checkboxes input[type=checkbox]:not(old),
.comment-form .form-checkboxes input[type=radio]:not(old), .comment-form .form-radios input[type=checkbox]:not(old),
.comment-form .form-radios input[type=radio]:not(old), form .form-checkboxes input[type=checkbox]:not(old),
form .form-checkboxes input[type=radio]:not(old), form .form-radios input[type=checkbox]:not(old),
form .form-radios input[type=radio]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
/* line 85, ../sass/imports/elements/_webforms.scss */
.webform-client-form .form-checkboxes input[type=checkbox]:not(old) + label,
.webform-client-form .form-checkboxes input[type=radio]:not(old) + label, .webform-client-form .form-radios input[type=checkbox]:not(old) + label,
.webform-client-form .form-radios input[type=radio]:not(old) + label, .mailchimp-signup-subscribe-form .form-checkboxes input[type=checkbox]:not(old) + label,
.mailchimp-signup-subscribe-form .form-checkboxes input[type=radio]:not(old) + label, .mailchimp-signup-subscribe-form .form-radios input[type=checkbox]:not(old) + label,
.mailchimp-signup-subscribe-form .form-radios input[type=radio]:not(old) + label, #mainContent form#commerce-checkout-form-checkout .form-checkboxes input[type=checkbox]:not(old) + label,
#mainContent form#commerce-checkout-form-checkout .form-checkboxes input[type=radio]:not(old) + label, #mainContent form#commerce-checkout-form-checkout .form-radios input[type=checkbox]:not(old) + label,
#mainContent form#commerce-checkout-form-checkout .form-radios input[type=radio]:not(old) + label, .comment-form .form-checkboxes input[type=checkbox]:not(old) + label,
.comment-form .form-checkboxes input[type=radio]:not(old) + label, .comment-form .form-radios input[type=checkbox]:not(old) + label,
.comment-form .form-radios input[type=radio]:not(old) + label, form .form-checkboxes input[type=checkbox]:not(old) + label,
form .form-checkboxes input[type=radio]:not(old) + label, form .form-radios input[type=checkbox]:not(old) + label,
form .form-radios input[type=radio]:not(old) + label {
  display: inline-block;
  width: auto;
  cursor: pointer;
  margin-left: -28px;
  padding-left: 28px;
  background: url('../images/checks_empty.png?1438052405') no-repeat 0 0, url('../images/checks_tick.png?1444276616') no-repeat 0 0, url('../images/checks_dot.png?1444276613') no-repeat 0 0;
  line-height: 24px;
}
/* line 95, ../sass/imports/elements/_webforms.scss */
.webform-client-form .form-checkboxes input[type=checkbox]:not(old):checked + label, .webform-client-form .form-radios input[type=checkbox]:not(old):checked + label, .mailchimp-signup-subscribe-form .form-checkboxes input[type=checkbox]:not(old):checked + label, .mailchimp-signup-subscribe-form .form-radios input[type=checkbox]:not(old):checked + label, #mainContent form#commerce-checkout-form-checkout .form-checkboxes input[type=checkbox]:not(old):checked + label, #mainContent form#commerce-checkout-form-checkout .form-radios input[type=checkbox]:not(old):checked + label, .comment-form .form-checkboxes input[type=checkbox]:not(old):checked + label, .comment-form .form-radios input[type=checkbox]:not(old):checked + label, form .form-checkboxes input[type=checkbox]:not(old):checked + label, form .form-radios input[type=checkbox]:not(old):checked + label {
  background: url('../images/checks_tick.png?1444276616') no-repeat 0 0;
}
/* line 99, ../sass/imports/elements/_webforms.scss */
.webform-client-form .form-checkboxes input[type=radio]:not(old):checked + label, .webform-client-form .form-radios input[type=radio]:not(old):checked + label, .mailchimp-signup-subscribe-form .form-checkboxes input[type=radio]:not(old):checked + label, .mailchimp-signup-subscribe-form .form-radios input[type=radio]:not(old):checked + label, #mainContent form#commerce-checkout-form-checkout .form-checkboxes input[type=radio]:not(old):checked + label, #mainContent form#commerce-checkout-form-checkout .form-radios input[type=radio]:not(old):checked + label, .comment-form .form-checkboxes input[type=radio]:not(old):checked + label, .comment-form .form-radios input[type=radio]:not(old):checked + label, form .form-checkboxes input[type=radio]:not(old):checked + label, form .form-radios input[type=radio]:not(old):checked + label {
  background: url('../images/checks_dot.png?1444276613') no-repeat 0 0;
}

/* line 106, ../sass/imports/elements/_webforms.scss */
form#commerce-checkout-form-checkout input, form#commerce-checkout-form-checkout textarea, form#commerce-checkout-form-checkout select {
  width: auto;
}

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

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

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

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

/* line 2, ../sass/imports/elements/_gallery.scss */
.field-name-field-gallery-images .field-items {
  margin-top: -10px;
  margin-left: -10px;
}
/* line 7, ../sass/imports/elements/_gallery.scss */
.field-name-field-gallery-images .field-item {
  float: left;
  margin: 10px;
}

/* line 1, ../sass/imports/elements/_forums.scss */
article.comment {
  background: #EEEEEE;
  padding: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid;
}

/* line 9, ../sass/imports/elements/_forums.scss */
h2.comments__form-title {
  margin-top: 30px;
  margin-bottom: -15px;
}

/* line 14, ../sass/imports/elements/_forums.scss */
section#comments .grippie {
  display: none;
}

/* line 20, ../sass/imports/elements/_forums.scss */
.view-forum ul.links li.comment-add {
  display: none;
}
