/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../../../Users/smansour/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Users/smansour/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Users/smansour/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Users/smansour/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Users/smansour/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Users/smansour/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Users/smansour/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Users/smansour/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Users/smansour/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/gems/1.9.1/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* MIX-INS */
/* RESET */
/* line 54, ../sass/print.scss */
html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #333;
}
@media only screen and (min-width: 1171px) and (max-width: 1260px) {
  /* line 54, ../sass/print.scss */
  html {
    font-size: 105%;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 54, ../sass/print.scss */
  html {
    font-size: 94%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 54, ../sass/print.scss */
  html {
    font-size: 89%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 54, ../sass/print.scss */
  html {
    font-size: 84%;
  }
}

/* line 74, ../sass/print.scss */
body {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  font-size: 14px;
  font-family: 'Merriweather',serif;
  line-height: 20px;
}

/* line 83, ../sass/print.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 88, ../sass/print.scss */
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 93, ../sass/print.scss */
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 101, ../sass/print.scss */
.container {
  margin: 0 8%;
  width: 84%;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 101, ../sass/print.scss */
  .container {
    width: 94%;
    margin: 0 3%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 101, ../sass/print.scss */
  .container {
    width: 90%;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 101, ../sass/print.scss */
  .container {
    width: 94%;
    margin: 0 3%;
  }
}

/* line 119, ../sass/print.scss */
#main {
  border: 1px solid #E2E2E2;
  padding: 20px 2% 0;
  box-shadow: 0px 0px 3px #ddd;
  margin: 0 0 50px;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 119, ../sass/print.scss */
  #main {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 119, ../sass/print.scss */
  #main {
    padding-top: 0px;
  }
}

/* line 131, ../sass/print.scss */
.not-front #main {
  margin: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  /* line 131, ../sass/print.scss */
  .not-front #main {
    padding-top: 0px;
    margin-top: 10px;
  }
}

/* line 140, ../sass/print.scss */
.region-content {
  min-height: 200px;
}

/* CLEAR & FLOATS */
/* line 144, ../sass/print.scss */
.clear {
  clear: both !important;
}

/* line 145, ../sass/print.scss */
.left {
  float: left !important;
}

/* line 146, ../sass/print.scss */
.right {
  float: right !important;
}

/* line 147, ../sass/print.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 155, ../sass/print.scss */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 165, ../sass/print.scss */
.clearfix {
  display: inline-block;
}

/* line 168, ../sass/print.scss */
* html .clearfix {
  height: 1%;
}

/* line 171, ../sass/print.scss */
.clearfix {
  display: block;
}

@media only screen and (max-width: 640px) {
  /* line 175, ../sass/print.scss */
  .no-small {
    display: none;
  }
}

/* IMPORTED FILES */
/* line 1, ../sass/includes/_isotope.scss */
.isotope-item {
  z-index: 2;
}

/* line 5, ../sass/includes/_isotope.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
/* line 13, ../sass/includes/_isotope.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 21, ../sass/includes/_isotope.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

/* line 29, ../sass/includes/_isotope.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
/* line 41, ../sass/includes/_isotope.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* line 1, ../sass/includes/_dropdown.scss */
.dropdown-filters {
  margin-bottom: 40px;
  width: 100%;
}

/* line 12, ../sass/includes/_dropdown.scss */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* line 20, ../sass/includes/_dropdown.scss */
.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}

/* WRAPPER */
/* line 29, ../sass/includes/_dropdown.scss */
.dropdown {
  position: relative;
  width: 30%;
  cursor: pointer;
  font-weight: 200;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #eee;
  margin-right: 1%;
  float: left;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 29, ../sass/includes/_dropdown.scss */
  .dropdown {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  /* line 29, ../sass/includes/_dropdown.scss */
  .dropdown {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    float: left;
  }
}

/* line 53, ../sass/includes/_dropdown.scss */
.dropdown.last {
  margin-right: 0;
}

/* line 57, ../sass/includes/_dropdown.scss */
.dropdown.open {
  z-index: 9;
}

/* line 61, ../sass/includes/_dropdown.scss */
.dropdown:hover {
  background: #fafafa;
}

/* line 65, ../sass/includes/_dropdown.scss */
.dropdown:after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 3px;
  top: 2px;
  width: 30px;
  background: transparent;
}

/* line 75, ../sass/includes/_dropdown.scss */
.dropdown.focus:after {
  background: #439923;
}

/* CARAT */
/* line 82, ../sass/includes/_dropdown.scss */
.dropdown .carat,
.dropdown .carat:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 60%;
  margin-top: -4px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  z-index: 2;
  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
}

/* line 99, ../sass/includes/_dropdown.scss */
.dropdown .carat:after {
  margin-top: -10px;
  right: -8px;
  border-top-color: #439923;
}

/* line 105, ../sass/includes/_dropdown.scss */
.dropdown:hover .carat:after {
  border-top-color: #439923;
}

/* line 109, ../sass/includes/_dropdown.scss */
.dropdown.focus .carat {
  border-top-color: #f8f8f8;
}

/* line 113, ../sass/includes/_dropdown.scss */
.dropdown.focus .carat:after {
  border-top-color: #439923;
}

/* line 117, ../sass/includes/_dropdown.scss */
.dropdown.open .carat {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* OLD SELECT (HIDDEN) */
/* line 126, ../sass/includes/_dropdown.scss */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* line 135, ../sass/includes/_dropdown.scss */
.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}

/* line 141, ../sass/includes/_dropdown.scss */
.dropdown.touch .old {
  width: 100%;
  height: 100%;
}

/* line 146, ../sass/includes/_dropdown.scss */
.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* SELECTED FEEDBACK ITEM */
/* line 155, ../sass/includes/_dropdown.scss */
.dropdown .selected,
.dropdown li {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 14px 15px 10px;
  overflow: hidden;
  white-space: nowrap;
  font-family: noto sans;
}

/* line 166, ../sass/includes/_dropdown.scss */
.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 37px;
  background: #439923;
  border-radius: 0 2px 2px 0;
}

/* DROP DOWN WRAPPER */
/* line 182, ../sass/includes/_dropdown.scss */
.dropdown div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  background: #fafafa;
  overflow: hidden;
  opacity: 0;
  border: 1px solid #eee;
  margin-top: 10px;
}

/* line 196, ../sass/includes/_dropdown.scss */
.dropdown:hover div {
  background: #fafafa;
}

/* Height is adjusted by JS on open */
/* line 202, ../sass/includes/_dropdown.scss */
.dropdown.open div {
  opacity: 1;
  z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */
/* line 209, ../sass/includes/_dropdown.scss */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #f8f8f8;
}

/* line 220, ../sass/includes/_dropdown.scss */
.dropdown.scrollable:hover div::after {
  box-shadow: inset 0 -50px 30px -35px #fafafa;
}

/* line 224, ../sass/includes/_dropdown.scss */
.dropdown.scrollable.bottom div::after {
  opacity: 0;
}

/* DROP DOWN LIST */
/* line 230, ../sass/includes/_dropdown.scss */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
}

/* line 240, ../sass/includes/_dropdown.scss */
.dropdown.scrollable.open ul {
  overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */
/* line 246, ../sass/includes/_dropdown.scss */
.dropdown li {
  list-style: none;
  padding: 14px 15px 12px;
}

/* .focus class is also added on hover */
/* line 253, ../sass/includes/_dropdown.scss */
.dropdown li.focus {
  background: #439923;
  position: relative;
  z-index: 3;
  color: #fff;
}

/* line 260, ../sass/includes/_dropdown.scss */
.dropdown li.active {
  background: #439923;
  color: #fff;
}

/* line 1, ../sass/_text.scss */
h1, h2, h3, h4 {
  font-family: 'Arvo', serif;
  font-weight: bold;
}

/* line 5, ../sass/_text.scss */
h1 {
  font-size: 28px;
  padding-bottom: 5px;
  line-height: 38px;
}

/* line 10, ../sass/_text.scss */
h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: oxygen;
}

/* line 15, ../sass/_text.scss */
h4 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 14px;
  color: #fff;
}

/* line 20, ../sass/_text.scss */
a {
  text-decoration: none;
  color: #9E009B;
}

/* line 24, ../sass/_text.scss */
#first-time {
  display: none;
}

/* line 27, ../sass/_text.scss */
p {
  padding: 10px 0;
}

/* line 31, ../sass/_text.scss */
.field-item ul {
  list-style: disc;
  margin: 10px 30px;
}
/* line 34, ../sass/_text.scss */
.field-item ul li {
  padding: 3px 10px;
}

/* line 40, ../sass/_text.scss */
strong {
  font-weight: bold !important;
}

/* line 43, ../sass/_text.scss */
em {
  font-style: italic !important;
}

/* IMAGES */
/* line 2, ../sass/_images.scss */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

/* line 10, ../sass/_images.scss */
.field-name-body img {
  width: auto;
  height: auto;
}

/* line 15, ../sass/_images.scss */
.alignleft,
.alignright {
  width: 35%;
  display: inline-block;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 15, ../sass/_images.scss */
  .alignleft,
  .alignright {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}

/* line 23, ../sass/_images.scss */
.alignleft {
  float: left;
  margin-right: 64px;
  margin-right: 4rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 23, ../sass/_images.scss */
  .alignleft {
    margin-right: 48px;
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 23, ../sass/_images.scss */
  .alignleft {
    margin-right: 48px;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  /* line 23, ../sass/_images.scss */
  .alignleft {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/* line 40, ../sass/_images.scss */
.aligncenter {
  float: none;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}

/* line 44, ../sass/_images.scss */
.alignright {
  float: right;
  margin-left: 64px;
  margin-left: 4rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 44, ../sass/_images.scss */
  .alignright {
    margin-left: 48px;
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 44, ../sass/_images.scss */
  .alignright {
    margin-left: 48px;
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  /* line 44, ../sass/_images.scss */
  .alignright {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

/* line 62, ../sass/_images.scss */
.video-block {
  display: block;
  width: 100%;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}

/* line 1, ../sass/_header.scss */
.front header {
  padding-bottom: 0;
}

/* line 4, ../sass/_header.scss */
header {
  background: url("../images/header-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
}
/* line 11, ../sass/_header.scss */
header .logo {
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 13, ../sass/_header.scss */
  header .logo img.normal-logo {
    display: none;
  }
}
/* line 18, ../sass/_header.scss */
header .logo img.mobile-logo {
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 18, ../sass/_header.scss */
  header .logo img.mobile-logo {
    display: block;
    margin-top: 5px;
  }
}
/* line 27, ../sass/_header.scss */
header .header-top {
  float: left;
  margin-left: 30px;
  width: 50%;
}
/* line 32, ../sass/_header.scss */
header .sitename {
  float: left;
  margin-bottom: 13px;
  margin-top: 15px;
}
/* line 36, ../sass/_header.scss */
header .sitename h1 {
  line-height: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 32, ../sass/_header.scss */
  header .sitename {
    display: none;
  }
}
/* line 46, ../sass/_header.scss */
header ul li a {
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: 'Noto Sans',sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-left: 1px solid;
}
/* line 55, ../sass/_header.scss */
header ul li a.active {
  color: #fff;
}
/* line 59, ../sass/_header.scss */
header ul li.first a {
  border: none;
}
/* line 63, ../sass/_header.scss */
header #main-menu {
  float: left;
  width: 60%;
}
/* line 68, ../sass/_header.scss */
header #main-menu ul li a {
  border-color: #88b400;
  padding: 13px 30px 11px;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 68, ../sass/_header.scss */
  header #main-menu ul li a {
    padding: 13px 25px 11px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 68, ../sass/_header.scss */
  header #main-menu ul li a {
    padding: 13px 15px 11px;
  }
}
/* line 78, ../sass/_header.scss */
header #main-menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #333;
}
/* line 82, ../sass/_header.scss */
header #main-menu ul li a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
/* line 88, ../sass/_header.scss */
header #main-menu li.last a {
  border-right: 1px solid #88b400;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 63, ../sass/_header.scss */
  header #main-menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 63, ../sass/_header.scss */
  header #main-menu {
    display: none;
  }
}
/* line 99, ../sass/_header.scss */
header #secondary-menu {
  float: right;
  position: absolute;
  right: 8%;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 99, ../sass/_header.scss */
  header #secondary-menu {
    right: 3%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 99, ../sass/_header.scss */
  header #secondary-menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 99, ../sass/_header.scss */
  header #secondary-menu {
    display: none;
  }
}
/* line 114, ../sass/_header.scss */
header ul#secondary-menu-links li {
  padding: 0;
}
/* line 117, ../sass/_header.scss */
header ul#secondary-menu-links li a {
  padding: 0px 10px;
  line-height: 15px;
  margin-top: 10px;
}
/* line 122, ../sass/_header.scss */
header ul#secondary-menu-links li a:hover {
  text-decoration: underline;
}
/* line 126, ../sass/_header.scss */
header ul#secondary-menu-links li.menu-417 a {
  background: #570055;
  border: none;
  padding: 10px 12px 12px;
  margin-top: 0;
}
/* line 132, ../sass/_header.scss */
header ul#secondary-menu-links li.menu-417 a:hover, header ul#secondary-menu-links li.menu-417 a.active {
  background: #780076;
  text-decoration: none;
}
/* line 136, ../sass/_header.scss */
header ul#secondary-menu-links li.menu-421 a, header ul#secondary-menu-links li.menu-600 a {
  background: #0549a7;
  padding: 10px 12px 12px;
  margin-top: 0;
  border: none;
}
/* line 142, ../sass/_header.scss */
header ul#secondary-menu-links li.menu-421 a:hover, header ul#secondary-menu-links li.menu-421 a.active, header ul#secondary-menu-links li.menu-600 a:hover, header ul#secondary-menu-links li.menu-600 a.active {
  background: #0457c9;
  text-decoration: none;
}

/* line 151, ../sass/_header.scss */
header .sticky-wrapper {
  min-height: 160px;
}
/* line 153, ../sass/_header.scss */
header .sticky-wrapper .js-waypoint {
  background: #fff;
}

/* line 159, ../sass/_header.scss */
header .sticky-wrapper, header .sticky-wrapper * {
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
}

/* line 168, ../sass/_header.scss */
.small-logo {
  display: none;
}

@media only screen and (min-width: 940px) {
  /* line 174, ../sass/_header.scss */
  header .js-waypoint {
    width: 100%;
  }

  /* line 177, ../sass/_header.scss */
  header.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    -webkit-transition: none;
    background-position: center bottom;
    color: #FFFFFF;
    height: 44px;
    padding-bottom: 0;
  }
  /* line 187, ../sass/_header.scss */
  header.stuck img {
    display: none;
  }
  /* line 190, ../sass/_header.scss */
  header.stuck img.small-logo {
    display: block;
  }
  /* line 193, ../sass/_header.scss */
  header.stuck h1, header.stuck h4 {
    display: none;
  }
  /* line 196, ../sass/_header.scss */
  header.stuck .header-top {
    float: none;
  }
  /* line 199, ../sass/_header.scss */
  header.stuck #header-content .date-name {
    margin-top: 0;
  }
  /* line 201, ../sass/_header.scss */
  header.stuck #header-content .date-name .date, header.stuck #header-content .date-name .center-name {
    font-size: 18px;
  }
  /* line 205, ../sass/_header.scss */
  header.stuck .user-menu {
    margin-top: 12px;
  }
  /* line 208, ../sass/_header.scss */
  header.stuck #main-menu {
    height: auto;
  }
  /* line 211, ../sass/_header.scss */
  header.stuck #main-menu:after {
    content: ' ';
    display: table;
    clear: both;
  }
  /* line 216, ../sass/_header.scss */
  header.stuck #main-menu ul li a {
    font-size: 12px;
    padding: 13px 20px 11px;
  }
}
/* line 225, ../sass/_header.scss */
ul.mobile-menu {
  background: none repeat scroll 0 0 #eee;
  left: 0;
  margin: 0;
  max-height: 0;
  opacity: 0.99;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 69px;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 9999;
}
/* line 238, ../sass/_header.scss */
ul.mobile-menu.is-open {
  max-height: 100em;
}
/* line 241, ../sass/_header.scss */
ul.mobile-menu a {
  border-bottom: 1px solid #DDDDDD;
  color: #7CA401;
  display: block;
  font-size: 20px;
  padding: 16px 0 13px;
  text-align: center;
  width: 100%;
}
/* line 250, ../sass/_header.scss */
ul.mobile-menu a:hover {
  background: #fff;
}

/* line 254, ../sass/_header.scss */
#pull {
  background: url("../images/menu-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: none;
  height: 30px;
  position: absolute;
  right: 5%;
  top: 25px;
  width: 30px;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 254, ../sass/_header.scss */
  #pull {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  /* line 254, ../sass/_header.scss */
  #pull {
    display: block;
    right: 3%;
  }
}

/* line 2, ../sass/_homepage.scss */
.front #page #featured {
  border: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 2, ../sass/_homepage.scss */
  .front #page #featured {
    padding-bottom: 40px;
  }
}
/* line 9, ../sass/_homepage.scss */
.front #page #featured .views-field-nid-1 {
  float: left;
  width: 45%;
}

/* line 16, ../sass/_homepage.scss */
#page #featured .views-field-nid-1 {
  float: left;
  width: 45%;
}

/* line 22, ../sass/_homepage.scss */
#page #featured {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 35px;
  margin-left: -2%;
  padding: 10px 2% 30px;
  width: 104%;
}
@media only screen and (max-width: 640px) {
  /* line 22, ../sass/_homepage.scss */
  #page #featured {
    padding-bottom: 0;
    float: left;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 32, ../sass/_homepage.scss */
  #page #featured .view .views-field-nid-1 {
    margin-top: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 32, ../sass/_homepage.scss */
  #page #featured .view .views-field-nid-1 {
    margin-top: 20px;
    width: 100%;
  }
}
/* line 43, ../sass/_homepage.scss */
#page #featured .featured-left {
  width: 77%;
  float: left;
  margin-right: 2%;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 43, ../sass/_homepage.scss */
  #page #featured .featured-left {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 43, ../sass/_homepage.scss */
  #page #featured .featured-left {
    width: 100%;
    margin: 0;
  }
}
/* line 56, ../sass/_homepage.scss */
#page #featured .featured-right {
  width: 21%;
  float: left;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 56, ../sass/_homepage.scss */
  #page #featured .featured-right {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 56, ../sass/_homepage.scss */
  #page #featured .featured-right {
    display: none;
  }
}
/* line 65, ../sass/_homepage.scss */
#page #featured .featured-right ul {
  background: #f9f7f0;
  padding: 7% 10% 50px;
}
/* line 68, ../sass/_homepage.scss */
#page #featured .featured-right ul li {
  list-style: none;
}
/* line 70, ../sass/_homepage.scss */
#page #featured .featured-right ul li a {
  color: #7ca401;
  padding: 5px 0;
  border-bottom: 1px solid #E1DED3;
  font-family: noto sans;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
/* line 79, ../sass/_homepage.scss */
#page #featured .featured-right ul li a:hover, #page #featured .featured-right ul li a.active {
  color: #333;
}
/* line 83, ../sass/_homepage.scss */
#page #featured .featured-right ul li.last a {
  border: none;
}
/* line 88, ../sass/_homepage.scss */
#page #featured .views-field-field-image, #page #featured .views-field-field-location {
  float: left;
  width: 52%;
  margin-right: 3%;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 88, ../sass/_homepage.scss */
  #page #featured .views-field-field-image, #page #featured .views-field-field-location {
    margin-right: 1%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 88, ../sass/_homepage.scss */
  #page #featured .views-field-field-image, #page #featured .views-field-field-location {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 88, ../sass/_homepage.scss */
  #page #featured .views-field-field-image, #page #featured .views-field-field-location {
    width: 100%;
  }
}
/* line 102, ../sass/_homepage.scss */
#page #featured .views-field-title {
  font-family: 'Oxygen', sans-serif;
  padding: 0 15px 0;
  margin: 0 0 20px;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 102, ../sass/_homepage.scss */
  #page #featured .views-field-title {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 102, ../sass/_homepage.scss */
  #page #featured .views-field-title {
    margin: 0;
  }
}
/* line 112, ../sass/_homepage.scss */
#page #featured .views-field-title a {
  font-size: 32px;
  color: #000;
  line-height: 38px;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 112, ../sass/_homepage.scss */
  #page #featured .views-field-title a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 112, ../sass/_homepage.scss */
  #page #featured .views-field-title a {
    font-size: 20px;
    line-height: 23px;
  }
}

/* line 127, ../sass/_homepage.scss */
#content-top {
  margin-left: -2.09%;
  width: 104%;
}
/* line 130, ../sass/_homepage.scss */
#content-top .content-top-left, #content-top .content-top-center, #content-top .content-top-right {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE;
  border-image: none;
  border-style: solid none none solid;
  border-width: 1px medium medium 1px;
  float: left;
  min-height: 550px;
  padding: 1%;
  width: 33.3333%;
}
/* line 143, ../sass/_homepage.scss */
#content-top .content-top-left .just-content, #content-top .content-top-center .just-content, #content-top .content-top-right .just-content {
  height: 200px;
}
@media only screen and (min-width: 1260px) {
  /* line 143, ../sass/_homepage.scss */
  #content-top .content-top-left .just-content, #content-top .content-top-center .just-content, #content-top .content-top-right .just-content {
    height: 170px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 130, ../sass/_homepage.scss */
  #content-top .content-top-left, #content-top .content-top-center, #content-top .content-top-right {
    width: 100%;
    min-height: 100px;
  }
  /* line 152, ../sass/_homepage.scss */
  #content-top .content-top-left .views-field-field-image, #content-top .content-top-center .views-field-field-image, #content-top .content-top-right .views-field-field-image {
    width: 40%;
    float: left;
    margin-right: 5%;
  }
  /* line 157, ../sass/_homepage.scss */
  #content-top .content-top-left .views-field-nid, #content-top .content-top-center .views-field-nid, #content-top .content-top-right .views-field-nid {
    display: none;
  }
  /* line 160, ../sass/_homepage.scss */
  #content-top .content-top-left .views-field-title, #content-top .content-top-center .views-field-title, #content-top .content-top-right .views-field-title {
    padding-bottom: 15px;
  }
  /* line 163, ../sass/_homepage.scss */
  #content-top .content-top-left .view-content-summary .views-field-field-summary, #content-top .content-top-center .view-content-summary .views-field-field-summary, #content-top .content-top-right .view-content-summary .views-field-field-summary {
    min-height: 50px;
    float: left;
    width: 60%;
    padding: 0 15px;
  }
  /* line 169, ../sass/_homepage.scss */
  #content-top .content-top-left .view-content-summary .views-field-field-summary .views-field-field-summary, #content-top .content-top-center .view-content-summary .views-field-field-summary .views-field-field-summary, #content-top .content-top-right .view-content-summary .views-field-field-summary .views-field-field-summary {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 130, ../sass/_homepage.scss */
  #content-top .content-top-left, #content-top .content-top-center, #content-top .content-top-right {
    width: 100%;
    min-height: 0px;
  }
  /* line 176, ../sass/_homepage.scss */
  #content-top .content-top-left .view-content-summary .views-field-field-summary, #content-top .content-top-center .view-content-summary .views-field-field-summary, #content-top .content-top-right .view-content-summary .views-field-field-summary {
    min-height: 0px;
    padding: 0;
    margin-bottom: 15px;
  }
  /* line 181, ../sass/_homepage.scss */
  #content-top .content-top-left .view-content-summary .views-field-field-summary .views-field-field-summary, #content-top .content-top-center .view-content-summary .views-field-field-summary .views-field-field-summary, #content-top .content-top-right .view-content-summary .views-field-field-summary .views-field-field-summary {
    padding: 15px;
  }
  /* line 184, ../sass/_homepage.scss */
  #content-top .content-top-left .views-field-title, #content-top .content-top-center .views-field-title, #content-top .content-top-right .views-field-title {
    margin-top: 15px;
    padding: 0 15px;
  }
}
/* line 189, ../sass/_homepage.scss */
#content-top .content-top-left img, #content-top .content-top-center img, #content-top .content-top-right img {
  width: 100% !important;
  height: auto !important;
}
/* line 198, ../sass/_homepage.scss */
#content-top .views-field-nid {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 198, ../sass/_homepage.scss */
  #content-top .views-field-nid {
    display: none;
  }
}
/* line 204, ../sass/_homepage.scss */
#content-top .view-content-summary .views-field-field-summary {
  min-height: 180px;
}
/* line 207, ../sass/_homepage.scss */
#content-top .view-content-summary .views-field-field-summary .views-field-field-summary {
  padding: 0;
}
/* line 210, ../sass/_homepage.scss */
#content-top .views-field-title {
  padding: 0 0 15px;
}

/* line 215, ../sass/_homepage.scss */
#content-bottom {
  background: none repeat scroll 0 0 #F5F5F5;
  margin-left: -2%;
  padding: 40px 30px;
  width: 104%;
  margin-top: 60px;
}
/* line 221, ../sass/_homepage.scss */
#content-bottom h2 {
  float: left;
  font-size: 24px;
  margin-right: 5%;
  text-transform: none;
  width: 25%;
  padding-top: 10px;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 221, ../sass/_homepage.scss */
  #content-bottom h2 {
    width: 20%;
    margin: 0;
    font-size: 22px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 221, ../sass/_homepage.scss */
  #content-bottom h2 {
    padding: 0 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 221, ../sass/_homepage.scss */
  #content-bottom h2 {
    width: 100%;
    padding: 0 0 20px;
  }
}
/* line 242, ../sass/_homepage.scss */
#content-bottom .content {
  float: left;
  width: 70%;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 242, ../sass/_homepage.scss */
  #content-bottom .content {
    width: 80%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 242, ../sass/_homepage.scss */
  #content-bottom .content {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 242, ../sass/_homepage.scss */
  #content-bottom .content {
    width: 100%;
  }
}
/* line 256, ../sass/_homepage.scss */
#content-bottom .view .views-row {
  border: 1px solid #AAAAAA;
  float: left;
  margin-left: 4%;
  padding: 20px 25px;
  width: 46%;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 256, ../sass/_homepage.scss */
  #content-bottom .view .views-row {
    width: 48%;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 256, ../sass/_homepage.scss */
  #content-bottom .view .views-row {
    margin: 0;
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 256, ../sass/_homepage.scss */
  #content-bottom .view .views-row {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 276, ../sass/_homepage.scss */
  #content-bottom .view .views-row-first {
    margin-right: 2%;
  }
}
/* line 283, ../sass/_homepage.scss */
#content-bottom .view .views-field-field-date-1 {
  width: 72px;
  text-align: center;
  font-family: arvo;
  margin-right: 20px;
  float: left;
}
/* line 289, ../sass/_homepage.scss */
#content-bottom .view .views-field-field-date-1 .month {
  font-size: 14px;
  margin-bottom: 3px;
}
/* line 293, ../sass/_homepage.scss */
#content-bottom .view .views-field-field-date-1 .day {
  background: url("../images/cal-icon.png") no-repeat scroll left center white;
  font-size: 35px;
  padding: 30px 0 22px;
}
/* line 299, ../sass/_homepage.scss */
#content-bottom .view .views-field-title {
  padding-top: 20px;
}
/* line 302, ../sass/_homepage.scss */
#content-bottom .view .views-field-field-location {
  font-size: 12px;
  padding-bottom: 20px;
}
/* line 306, ../sass/_homepage.scss */
#content-bottom .view .views-field-field-summary {
  padding: 0;
}

/* line 312, ../sass/_homepage.scss */
.soon {
  left: 6%;
  margin-bottom: -18px;
  position: relative;
  top: -18px;
  z-index: 0;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 312, ../sass/_homepage.scss */
  .soon {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 312, ../sass/_homepage.scss */
  .soon {
    display: none;
  }
}
/* line 324, ../sass/_homepage.scss */
.soon .soon-image {
  float: left;
  width: 26%;
}
/* line 327, ../sass/_homepage.scss */
.soon .soon-image img {
  width: 100%;
}
/* line 331, ../sass/_homepage.scss */
.soon .soon-txt {
  float: left;
  width: 50%;
  margin: 20px 4% 8px;
  font-family: oxygen;
}
/* line 336, ../sass/_homepage.scss */
.soon .soon-txt h2 {
  font-family: oxygen;
  font-size: 21px;
  text-transform: none;
  margin-bottom: 8px;
  font-weight: normal;
}

/* line 345, ../sass/_homepage.scss */
.shadow {
  box-shadow: 0 5px 21px #aaa;
  height: 2px;
  position: relative;
  top: -19px;
  z-index: -1;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 345, ../sass/_homepage.scss */
  .shadow {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 345, ../sass/_homepage.scss */
  .shadow {
    display: none;
  }
}

/* line 3, ../sass/_views.scss */
.front .region-content .view .views-field-title {
  padding: 15px 15px 0px;
}
/* line 5, ../sass/_views.scss */
.front .region-content .view .views-field-title a {
  color: #0549a7;
}
/* line 11, ../sass/_views.scss */
.front .view .views-field-type {
  color: #0549a7;
  border-bottom: 6px solid #0549a7;
  padding: 0;
}
/* line 16, ../sass/_views.scss */
.front .view .views-row {
  box-shadow: 0 3px 4px #F9F9F9;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 16, ../sass/_views.scss */
  .front .view .views-row {
    box-shadow: 0 3px 4px #f5f5f5;
  }
}
@media only screen and (max-width: 640px) {
  /* line 16, ../sass/_views.scss */
  .front .view .views-row {
    box-shadow: 0 3px 4px #f5f5f5;
  }
}
/* line 26, ../sass/_views.scss */
.front .view .views-field-field-image {
  width: 100%;
  margin: 0;
  float: none;
}
/* line 30, ../sass/_views.scss */
.front .view .views-field-field-image img {
  border: none;
}

/* line 37, ../sass/_views.scss */
.views-field-field-image embed, .views-field-field-image iframe, .views-field-field-image object {
  width: 100% !important;
  height: 250px !important;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 37, ../sass/_views.scss */
  .views-field-field-image embed, .views-field-field-image iframe, .views-field-field-image object {
    height: 400px !important;
  }
}
@media only screen and (max-width: 640px) {
  /* line 37, ../sass/_views.scss */
  .views-field-field-image embed, .views-field-field-image iframe, .views-field-field-image object {
    height: 300px !important;
  }
}

/* line 49, ../sass/_views.scss */
.not-front .region-content .view .views-field-field-image {
  margin-left: 2%;
}
/* line 51, ../sass/_views.scss */
.not-front .region-content .view .views-field-field-image embed, .not-front .region-content .view .views-field-field-image iframe, .not-front .region-content .view .views-field-field-image object {
  width: 100% !important;
  height: 220px !important;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 51, ../sass/_views.scss */
  .not-front .region-content .view .views-field-field-image embed, .not-front .region-content .view .views-field-field-image iframe, .not-front .region-content .view .views-field-field-image object {
    height: 400px !important;
  }
}
@media only screen and (max-width: 640px) {
  /* line 51, ../sass/_views.scss */
  .not-front .region-content .view .views-field-field-image embed, .not-front .region-content .view .views-field-field-image iframe, .not-front .region-content .view .views-field-field-image object {
    height: 300px !important;
  }
}
/* line 61, ../sass/_views.scss */
.not-front .region-content .view .views-field-field-image img {
  border-top: 6px solid #0549a7;
}

/* line 68, ../sass/_views.scss */
.page-news #featured-left .views-field-nid-1 {
  float: left;
  width: 43%;
}

/* line 75, ../sass/_views.scss */
.not-front .views-row .views-field-title a {
  font-size: 24px;
}

/* line 81, ../sass/_views.scss */
.view .views-row {
  box-shadow: 0 3px 4px #F9F9F9;
  width: 99%;
}
/* line 85, ../sass/_views.scss */
.view .views-field-title {
  font-family: 'Oxygen', sans-serif;
  margin: 0;
  padding: 5px 15px 0px;
}
/* line 89, ../sass/_views.scss */
.view .views-field-title a {
  font-size: 18px;
  color: #570055;
  line-height: 26px;
}
/* line 95, ../sass/_views.scss */
.view .views-field-field-image {
  width: 40%;
  float: left;
  margin-right: 4%;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 95, ../sass/_views.scss */
  .view .views-field-field-image {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
@media only screen and (max-width: 640px) {
  /* line 95, ../sass/_views.scss */
  .view .views-field-field-image {
    width: 100%;
    margin: 0 0 20px !important;
  }
}
/* line 108, ../sass/_views.scss */
.view .views-field-type {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Noto Sans;
  padding: 0px 15px 0;
  color: #000;
}
/* line 116, ../sass/_views.scss */
.view .location.vcard {
  margin: 0;
}
/* line 120, ../sass/_views.scss */
.view .views-field-field-summary .field-content {
  font-family: 'Merriweather', serif;
}
/* line 123, ../sass/_views.scss */
.view .views-row {
  padding: 0 0 15px;
  margin-bottom: 30px;
  margin-left: 3px;
}
/* line 128, ../sass/_views.scss */
.view .views-field-field-summary {
  padding: 15px;
}
/* line 131, ../sass/_views.scss */
.view .views-field-nid {
  margin: 30px 15px;
}
/* line 134, ../sass/_views.scss */
.view .row-links {
  color: #570055;
  font-weight: bold;
  font-family: oxygen;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 140, ../sass/_views.scss */
.view .row-links .row-categories {
  float: left;
}
/* line 142, ../sass/_views.scss */
.view .row-links .row-categories a {
  color: #570055;
}
/* line 146, ../sass/_views.scss */
.view .row-links .comments-count {
  float: right;
}

/* line 153, ../sass/_views.scss */
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #570055;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-family: oxygen;
}
/* line 159, ../sass/_views.scss */
.calendar-calendar .month-view .full td.multi-day div.monthview a, .calendar-calendar .week-view .full td.multi-day div.weekview a, .calendar-calendar .day-view .full td.multi-day div.dayview a {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-family: oxygen;
}

/* line 166, ../sass/_views.scss */
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: #570055;
}

/* line 170, ../sass/_views.scss */
.search-results li, .node-teaser {
  box-shadow: 0 3px 2px #F3F3F3;
  margin: 25px 0;
  padding: 20px;
}

/* line 175, ../sass/_views.scss */
.progress-bar {
  display: none;
  background: url("../images/progress_bar.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 250px;
}

/* line 184, ../sass/_views.scss */
.view.view-taxonomy-term .views-field-nid {
  margin: 0;
}

/* line 189, ../sass/_views.scss */
.view-our-work {
  float: left;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 50px;
}
/* line 194, ../sass/_views.scss */
.view-our-work .view-header {
  margin-bottom: 10px;
}
/* line 197, ../sass/_views.scss */
.view-our-work .views-row {
  margin-left: 3px;
  padding: 30px 60px 20px 10px;
  float: left;
}
/* line 202, ../sass/_views.scss */
.view-our-work .views-field-field-image {
  float: left;
  margin: 0px 3% 0 2% !important;
  width: 9%;
}
/* line 207, ../sass/_views.scss */
.view-our-work p {
  padding: 0;
}
/* line 210, ../sass/_views.scss */
.view-our-work .views-field-body {
  float: left;
  width: 80%;
}
/* line 214, ../sass/_views.scss */
.view-our-work .views-slideshow-controls-bottom {
  border: 1px solid #eee;
  margin: 0 auto;
  padding: 3px;
  position: relative;
  width: 98px;
  z-index: 99;
  box-shadow: 0 3px 4px #f9f9f9;
  top: -20px;
}
/* line 223, ../sass/_views.scss */
.view-our-work .views-slideshow-controls-bottom .views-field-field-image {
  margin: 0 !important;
  width: 30px;
  height: 30px;
}
/* line 229, ../sass/_views.scss */
.view-our-work .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
  background: none repeat scroll 0 0 #f7f7f7;
}
/* line 234, ../sass/_views.scss */
.view-our-work .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}

/* line 240, ../sass/_views.scss */
.not-front .region-content .view-our-work .views-field-field-image img {
  border: none;
}

/* line 246, ../sass/_views.scss */
.view-staff h2 {
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 5px;
  text-transform: normal;
}
/* line 252, ../sass/_views.scss */
.view-staff .views-row {
  width: 30%;
  margin-right: 2%;
  float: left;
  margin-bottom: 40px !important;
  border: 1px solid #eee;
}
/* line 258, ../sass/_views.scss */
.view-staff .views-row .views-field-picture {
  border-bottom: 1px solid #eee;
}
/* line 261, ../sass/_views.scss */
.view-staff .views-row .views-field-field-last-name {
  font-family: oxygen;
  font-size: 17px;
  padding: 10px 10px 5px;
}
/* line 266, ../sass/_views.scss */
.view-staff .views-row .views-field-field-title {
  color: #555;
  font-style: italic;
  padding: 0 12px 15px;
  font-size: 13px;
  line-height: 15px;
}

/* line 1, ../sass/_topics.scss */
.topics-filters {
  background: none repeat scroll 0 0 #7ca401;
  padding: 20px 0 40px;
  margin-bottom: 40px;
  margin-left: -2.1%;
  width: 104.2%;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 1, ../sass/_topics.scss */
  .topics-filters {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1, ../sass/_topics.scss */
  .topics-filters {
    display: none;
  }
}
/* line 13, ../sass/_topics.scss */
.topics-filters ul {
  float: right;
  margin-right: 5%;
}
/* line 17, ../sass/_topics.scss */
.topics-filters span {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  color: #FFFFFF;
}
/* line 23, ../sass/_topics.scss */
.topics-filters li {
  color: #FFFFFF;
  float: left;
  list-style: none outside none;
  margin-left: 20px;
}
/* line 28, ../sass/_topics.scss */
.topics-filters li a {
  background: #8BB900;
  padding: 5px 25px;
  color: #fff;
  font-family: Oxygen;
  border-radius: 5px;
}
/* line 35, ../sass/_topics.scss */
.topics-filters li a.selected, .topics-filters li a:hover {
  background: #638301;
}
/* line 39, ../sass/_topics.scss */
.topics-filters li.latest {
  margin-left: 5%;
}

/* line 44, ../sass/_topics.scss */
ul.pager {
  margin: 60px 0;
}
/* line 46, ../sass/_topics.scss */
ul.pager li {
  margin: 0;
  padding: 0;
}
/* line 49, ../sass/_topics.scss */
ul.pager li a {
  font-size: 18px;
}

/* line 56, ../sass/_topics.scss */
.view-topics .item-list ul.pager .pager-ellipsis {
  display: none;
}
/* line 59, ../sass/_topics.scss */
.view-topics .item-list ul.pager li {
  margin: 0;
  padding: 0;
}
/* line 63, ../sass/_topics.scss */
.view-topics .item-list ul.pager a {
  background: url("../images/load-more.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  color: #000000;
  font-family: oxygen;
  font-size: 14px;
  padding: 4px 5px 20px;
}
/* line 70, ../sass/_topics.scss */
.view-topics .item-list ul.pager .pager-last {
  display: none;
}

/* line 75, ../sass/_topics.scss */
.mobile-dropdown.topics-filters {
  display: none;
  padding: 20px 0;
  background: #168100;
  margin-top: 50px;
}
/* line 80, ../sass/_topics.scss */
.mobile-dropdown.topics-filters .dropdown {
  background: #fff;
  width: 80%;
  margin-left: 9.5%;
}
/* line 85, ../sass/_topics.scss */
.mobile-dropdown.topics-filters .dropdown-filters {
  margin: 0;
}
/* line 88, ../sass/_topics.scss */
.mobile-dropdown.topics-filters .dropdown div {
  border: none;
}
/* line 91, ../sass/_topics.scss */
.mobile-dropdown.topics-filters li {
  color: #000000;
  float: none;
  margin-left: 0;
}
/* line 96, ../sass/_topics.scss */
.mobile-dropdown.topics-filters li.active, .mobile-dropdown.topics-filters li.focus {
  color: #fff;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 75, ../sass/_topics.scss */
  .mobile-dropdown.topics-filters {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  /* line 75, ../sass/_topics.scss */
  .mobile-dropdown.topics-filters {
    display: block;
  }
}

/* line 106, ../sass/_topics.scss */
#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 300px;
  left: 42%;
  z-index: 100;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 1, ../sass/_static.scss */
.first-content {
  float: left;
  width: 100%;
}

/* line 6, ../sass/_static.scss */
.page-node #block-menu-menu-about {
  margin-top: -20px;
  margin-bottom: 30px;
}
/* line 10, ../sass/_static.scss */
.page-node #block-menu-menu-about li a.about-link.active-link {
  background: none;
  color: #666;
}
/* line 14, ../sass/_static.scss */
.page-node #block-menu-menu-about li a.about-link.active-link:hover {
  background: #0549a7;
  color: #fff;
}
/* line 18, ../sass/_static.scss */
.page-node #block-menu-menu-about li a.faq.active-trail {
  background: #63b1bc;
  color: #fff;
}
/* line 22, ../sass/_static.scss */
.page-node #block-menu-menu-about li a.careers.active-trail {
  background: #E76E7E;
  color: #fff;
}

/* line 30, ../sass/_static.scss */
.page-node-8142 #block-menu-menu-about {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 34, ../sass/_static.scss */
.page-node-8142 #block-menu-menu-about li a.about-link.active-link, .page-node-8142 #block-menu-menu-about li a.about-link:hover {
  background: none repeat scroll 0 0 #0549a7;
  color: #fff;
}
/* line 40, ../sass/_static.scss */
.page-node-8142 .region-content {
  float: left;
  width: 100%;
}
/* line 44, ../sass/_static.scss */
.page-node-8142 #page-title {
  display: none;
}
/* line 47, ../sass/_static.scss */
.page-node-8142 .region-content .block {
  margin-top: 58px;
}
/* line 50, ../sass/_static.scss */
.page-node-8142 #content .field-name-body {
  padding: 30px;
  box-shadow: 0 3px 4px #f9f9f9;
  width: 100%;
  float: left;
  border: 1px solid #eee;
}
/* line 57, ../sass/_static.scss */
.page-node-8142 .node-social {
  display: none;
}
/* line 60, ../sass/_static.scss */
.page-node-8142 .partners-left {
  float: left;
  width: 48%;
  margin-right: 4%;
}
/* line 65, ../sass/_static.scss */
.page-node-8142 .partners-right {
  float: left;
  width: 48%;
}

/* line 70, ../sass/_static.scss */
#block-menu-menu-about {
  width: 100%;
  float: left;
  background: white;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 77, ../sass/_static.scss */
#block-menu-menu-about li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 82, ../sass/_static.scss */
#block-menu-menu-about li a {
  display: block;
  padding: 15px;
  float: left;
  color: #666;
  font-family: arvo;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 96, ../sass/_static.scss */
#block-menu-menu-about li a.active-link, #block-menu-menu-about li a:hover {
  color: #fff;
}
/* line 99, ../sass/_static.scss */
#block-menu-menu-about li a.about-link.active-link, #block-menu-menu-about li a.about-link:hover {
  background: none repeat scroll 0 0 #0549a7;
}
/* line 102, ../sass/_static.scss */
#block-menu-menu-about li a.our-work.active-link, #block-menu-menu-about li a.our-work:hover {
  background: none repeat scroll 0 0 #7ba300;
}
/* line 105, ../sass/_static.scss */
#block-menu-menu-about li a.staff.active-link, #block-menu-menu-about li a.staff:hover {
  background: none repeat scroll 0 0 #FFAE00;
}
/* line 108, ../sass/_static.scss */
#block-menu-menu-about li a.guiding.active-link, #block-menu-menu-about li a.guiding:hover {
  background: none repeat scroll 0 0 #570055;
}
/* line 111, ../sass/_static.scss */
#block-menu-menu-about li a.board-trustees.active-link, #block-menu-menu-about li a.board-trustees:hover {
  background: none repeat scroll 0 0 #ed8b00;
}
/* line 114, ../sass/_static.scss */
#block-menu-menu-about li a.partners.active-link, #block-menu-menu-about li a.partners:hover {
  background: none repeat scroll 0 0 #be2e2d;
}
/* line 117, ../sass/_static.scss */
#block-menu-menu-about li a.faq.active-link, #block-menu-menu-about li a.faq:hover {
  background: none repeat scroll 0 0 #63b1bc;
}
/* line 120, ../sass/_static.scss */
#block-menu-menu-about li a.careers.active-link, #block-menu-menu-about li a.careers:hover {
  background: none repeat scroll 0 0 #E76E7E;
}

/* line 125, ../sass/_static.scss */
#block-menu-menu-about.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 80%;
  border: 1px solid #eee;
  border-top: none;
}

/* line 133, ../sass/_static.scss */
.region-content .block-views, .page-node-8142 .block-block {
  float: left;
  width: 100%;
}

/* line 137, ../sass/_static.scss */
#block-views-staff-block-1 h2 {
  font-family: Arvo;
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 25px;
  text-transform: none;
}

/* line 144, ../sass/_static.scss */
#block-views-staff-block-2 h1 {
  margin-bottom: 25px;
}

/* line 147, ../sass/_static.scss */
#block-block-16 {
  margin: 30px 0;
}
/* line 149, ../sass/_static.scss */
#block-block-16 h1 {
  margin: 20px 0;
}
/* line 152, ../sass/_static.scss */
#block-block-16 h3 {
  background: none repeat scroll 0 0 #f2f2f2;
  border-radius: 10px;
  cursor: pointer;
  margin: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-family: Arvo;
}
/* line 161, ../sass/_static.scss */
#block-block-16 h3:before {
  border: 1px solid #777;
  border-radius: 6px;
  color: #777;
  content: "+";
  font-weight: normal;
  margin-right: 19px;
  padding: 2px 6px;
}
/* line 170, ../sass/_static.scss */
#block-block-16 h3:hover {
  background: none repeat scroll 0 0 #f9f9f9;
}
/* line 174, ../sass/_static.scss */
#block-block-16 ul li {
  margin-bottom: 1px;
}
/* line 177, ../sass/_static.scss */
#block-block-16 ul ul {
  background: none repeat scroll 0 0 #fcfcfc;
  display: none;
  font-size: 16px;
  line-height: 30px;
  padding: 30px;
}
/* line 183, ../sass/_static.scss */
#block-block-16 ul ul ul {
  list-style: disc;
  padding: 10px 40px;
}
/* line 186, ../sass/_static.scss */
#block-block-16 ul ul ul li {
  padding: 0 15px;
}

/* line 193, ../sass/_static.scss */
#block-block-17 {
  margin: 30px 0;
}
/* line 195, ../sass/_static.scss */
#block-block-17 h1 {
  margin: 20px 0;
}
/* line 198, ../sass/_static.scss */
#block-block-17 h3 {
  background: none repeat scroll 0 0 #f2f2f2;
  border-radius: 10px;
  cursor: pointer;
  margin: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-family: Arvo;
  margin-bottom: 1px;
}
/* line 208, ../sass/_static.scss */
#block-block-17 h3:before {
  border: 1px solid #777;
  border-radius: 6px;
  color: #777;
  content: "+";
  font-weight: normal;
  margin-right: 19px;
  padding: 2px 6px;
  float: left;
}
/* line 218, ../sass/_static.scss */
#block-block-17 h3:hover {
  background: none repeat scroll 0 0 #f9f9f9;
}
/* line 222, ../sass/_static.scss */
#block-block-17 .slide-down {
  background: none repeat scroll 0 0 #fcfcfc;
  font-size: 16px;
  line-height: 30px;
  padding: 30px 50px;
  display: none;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
/* line 231, ../sass/_static.scss */
#block-block-17 .slide-down ul {
  list-style: disc outside none;
  padding: 5px 24px;
}
/* line 234, ../sass/_static.scss */
#block-block-17 .slide-down ul ul {
  list-style: circle;
}
/* line 237, ../sass/_static.scss */
#block-block-17 .slide-down ul li {
  padding: 0 15px;
}

/* line 243, ../sass/_static.scss */
.guide-item {
  border: 1px solid #eee;
  font-size: 17px;
  min-height: 100px;
  padding: 34px 0 0;
  text-align: center;
  width: 100%;
  height: 100px;
}
/* line 251, ../sass/_static.scss */
.guide-item .guide {
  background: none repeat scroll 0 0 #333;
  color: #fff;
  display: none;
  left: 0;
  padding: 30px;
  position: absolute;
  top: -44px;
  width: 150%;
  z-index: 99;
}

/* line 264, ../sass/_static.scss */
td.guide-div {
  padding: 0;
  width: 20%;
}

/* line 268, ../sass/_static.scss */
.tabs {
  width: 100%;
  float: left;
}

/* line 1, ../sass/_sub.scss */
h1#page-title {
  font-family: oxygen;
  font-size: 36px;
  font-weight: normal;
  line-height: 45px;
  margin: 15px 0;
}
@media only screen and (max-width: 640px) {
  /* line 1, ../sass/_sub.scss */
  h1#page-title {
    font-size: 28px;
    line-height: 30px;
  }
}

/* line 12, ../sass/_sub.scss */
#content.with-sidebar {
  width: 70%;
  float: left;
  margin-right: 0%;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 12, ../sass/_sub.scss */
  #content.with-sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 12, ../sass/_sub.scss */
  #content.with-sidebar {
    width: 100%;
  }
}

/* line 23, ../sass/_sub.scss */
.dropdown-filters.without-featured {
  margin-top: 20px;
}

/* line 27, ../sass/_sub.scss */
.page-topics #page #content.with-sidebar {
  width: 75%;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 27, ../sass/_sub.scss */
  .page-topics #page #content.with-sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 27, ../sass/_sub.scss */
  .page-topics #page #content.with-sidebar {
    width: 100%;
  }
}
/* line 36, ../sass/_sub.scss */
.page-topics #page .dropdown-filters {
  display: none;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 36, ../sass/_sub.scss */
  .page-topics #page .dropdown-filters {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  /* line 36, ../sass/_sub.scss */
  .page-topics #page .dropdown-filters {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }
}

/* line 50, ../sass/_sub.scss */
.node-info {
  margin-bottom: 20px;
}
/* line 52, ../sass/_sub.scss */
.node-info .submitted {
  font-family: oxygen;
  font-size: 12px;
  float: left;
  line-height: 20px;
}
/* line 58, ../sass/_sub.scss */
.node-info .node-social {
  float: right;
}
/* line 60, ../sass/_sub.scss */
.node-info .node-social .social-item a {
  margin: 0 0 0 15px;
}

/* line 65, ../sass/_sub.scss */
.social-item {
  float: left;
}
/* line 69, ../sass/_sub.scss */
.social-item a {
  background: url("../images/fb.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 10px;
  color: #888888;
  display: block;
  font-family: oxygen;
  font-size: 12px;
  margin: 0;
  padding: 5px 0px 10px 40px;
  text-decoration: none;
  margin: 40px 15px 15px 0;
}
@media only screen and (max-width: 640px) {
  /* line 69, ../sass/_sub.scss */
  .social-item a {
    font-size: 0;
    margin: 0 !important;
  }
}
/* line 85, ../sass/_sub.scss */
.social-item a:hover {
  color: #000;
}
/* line 89, ../sass/_sub.scss */
.social-item ul.inline {
  float: left;
  margin-left: 11px;
}
@media only screen and (max-width: 640px) {
  /* line 89, ../sass/_sub.scss */
  .social-item ul.inline {
    margin: 0;
  }
}
/* line 96, ../sass/_sub.scss */
.social-item ul.inline li {
  padding: 0;
}
/* line 99, ../sass/_sub.scss */
.social-item .share-this-txt {
  float: left;
}

/* line 104, ../sass/_sub.scss */
.social-item.footer ul.inline {
  float: left;
  margin-right: 0px;
  margin-top: 40px;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  /* line 104, ../sass/_sub.scss */
  .social-item.footer ul.inline {
    margin-top: 0;
  }
}

/* line 115, ../sass/_sub.scss */
.social-item.tw a {
  background: url("../images/tw.png") no-repeat;
}

/* line 120, ../sass/_sub.scss */
.social-item.printer a {
  background: url("../images/printer.png") no-repeat;
}

/* line 125, ../sass/_sub.scss */
.social-item.comment a {
  background: url("../images/comment.png") no-repeat;
}

/* line 130, ../sass/_sub.scss */
.social-item.share a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  margin-left: 5px !important;
  padding: 5px 0 0;
}

/* line 138, ../sass/_sub.scss */
.social-item .stLarge {
  background: url("../images/sharethis.png") no-repeat !important;
}

/* line 141, ../sass/_sub.scss */
.node-tags {
  margin-top: 20px;
}
/* line 143, ../sass/_sub.scss */
.node-tags a {
  background: none repeat scroll 0 0 #570055;
  color: #FFFFFF;
  display: inline;
  font-family: oxygen;
  font-weight: 700;
  margin-right: 10px;
  padding: 8px 20px;
  text-transform: uppercase;
  display: block;
  float: left;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  /* line 143, ../sass/_sub.scss */
  .node-tags a {
    width: 100%;
    text-align: center;
  }
}
/* line 160, ../sass/_sub.scss */
.node-tags a:hover {
  background: #780076;
}

/* line 166, ../sass/_sub.scss */
.page-node #main .field-name-field-image {
  margin-bottom: 20px;
}
/* line 169, ../sass/_sub.scss */
.page-node #main .field-name-field-summary {
  font-family: oxygen;
  background: #F5F5F5;
  padding: 40px 25px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
  border-radius: 3px 3px 3px;
  font-size: 12px;
}
/* line 177, ../sass/_sub.scss */
.page-node #main .field-name-field-summary .field-label {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
/* line 183, ../sass/_sub.scss */
.page-node #main .field-name-field-location {
  margin-bottom: 30px;
}
/* line 185, ../sass/_sub.scss */
.page-node #main .field-name-field-location .adr {
  margin-bottom: 20px;
}
/* line 189, ../sass/_sub.scss */
.page-node #main .field-name-field-embed-code {
  width: 100%;
}
/* line 191, ../sass/_sub.scss */
.page-node #main .field-name-field-embed-code embed, .page-node #main .field-name-field-embed-code iframe, .page-node #main .field-name-field-embed-code object {
  width: 100% !important;
  height: 400px !important;
}
@media only screen and (max-width: 640px) {
  /* line 191, ../sass/_sub.scss */
  .page-node #main .field-name-field-embed-code embed, .page-node #main .field-name-field-embed-code iframe, .page-node #main .field-name-field-embed-code object {
    height: 300px !important;
  }
}

/* line 203, ../sass/_sub.scss */
.first-content .block-webform {
  border: 1px solid #eee;
  margin: -4px 0 50px;
  padding: 30px;
  width: 100%;
}
/* line 208, ../sass/_sub.scss */
.first-content .block-webform #webform-component-email-address {
  float: left;
  margin-right: 20px;
}
/* line 212, ../sass/_sub.scss */
.first-content .block-webform .form-submit {
  float: left;
  background: #570055;
  color: #fff;
  font-weight: bold;
}

/* line 220, ../sass/_sub.scss */
#sidebar-right.without-featured {
  top: -20px;
}

/* line 223, ../sass/_sub.scss */
.sidebar {
  float: left;
  width: 20%;
  margin-right: 4%;
}
/* line 227, ../sass/_sub.scss */
.sidebar span {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin: 10px 0;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 227, ../sass/_sub.scss */
  .sidebar span {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 227, ../sass/_sub.scss */
  .sidebar span {
    display: none;
  }
}
/* line 239, ../sass/_sub.scss */
.sidebar .menu {
  background: none repeat scroll 0 0 #F9F7F0;
  padding: 7% 10% 50px;
  margin: 30px 0px;
}
/* line 246, ../sass/_sub.scss */
.sidebar .menu a {
  border-bottom: 1px solid #E1DED3;
  color: #7CA401;
  display: block;
  font-family: noto sans;
  font-size: 14px;
  padding: 5px;
}
/* line 254, ../sass/_sub.scss */
.sidebar .menu a:hover, .sidebar .menu a.selected {
  background: rgba(0, 0, 0, 0.05);
  color: #333;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 239, ../sass/_sub.scss */
  .sidebar .menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 239, ../sass/_sub.scss */
  .sidebar .menu {
    display: none;
  }
}
/* line 265, ../sass/_sub.scss */
.sidebar .topics-menu {
  margin-top: 20px;
}

/* line 273, ../sass/_sub.scss */
.page-topics #content {
  margin-top: 50px;
}

/* line 276, ../sass/_sub.scss */
#sidebar-right {
  width: 30%;
  float: left;
  position: relative;
  left: 2.1%;
  background: #f0f1f0;
  background: -webkit-linear-gradient(#f0f1f0, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f0f1f0, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f0f1f0, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f0f1f0, #ffffff);
  padding: 15px;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 276, ../sass/_sub.scss */
  #sidebar-right {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 276, ../sass/_sub.scss */
  #sidebar-right {
    display: none;
  }
}
/* line 294, ../sass/_sub.scss */
#sidebar-right #block-block-8 .content, #sidebar-right #block-block-9 .content {
  padding-bottom: 25px;
}
/* line 297, ../sass/_sub.scss */
#sidebar-right #block-block-8 .desc, #sidebar-right #block-block-9 .desc {
  margin-bottom: 20px;
}
/* line 300, ../sass/_sub.scss */
#sidebar-right #block-block-8 img, #sidebar-right #block-block-9 img {
  float: left;
  margin-right: 5px;
  display: block;
}
/* line 305, ../sass/_sub.scss */
#sidebar-right #block-block-8 span, #sidebar-right #block-block-9 span {
  display: block;
  float: left;
  font-size: 11px;
  line-height: 12px;
  margin-top: 6px;
  width: 60px;
  margin-right: 4px;
}
/* line 314, ../sass/_sub.scss */
#sidebar-right #block-block-8 a, #sidebar-right #block-block-9 a {
  display: block;
  font-size: 15px;
  padding: 0;
  text-decoration: underline;
}
/* line 320, ../sass/_sub.scss */
#sidebar-right #block-block-8 a:hover, #sidebar-right #block-block-9 a:hover {
  color: #888;
}
/* line 323, ../sass/_sub.scss */
#sidebar-right #block-block-8 p, #sidebar-right #block-block-9 p {
  padding: 5px 0;
}
/* line 327, ../sass/_sub.scss */
#sidebar-right li {
  list-style: none;
}
/* line 329, ../sass/_sub.scss */
#sidebar-right li a {
  border-bottom: 1px solid #EEEEEE;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none;
}
/* line 337, ../sass/_sub.scss */
#sidebar-right li a:hover {
  color: #888;
}
/* line 342, ../sass/_sub.scss */
#sidebar-right #block-menu-menu-facts-menu .content, #sidebar-right #block-menu-menu-facts .content {
  padding-top: 10px;
}
/* line 346, ../sass/_sub.scss */
#sidebar-right #block-menu-menu-facts-menu li.last a, #sidebar-right #block-menu-menu-facts li.last a {
  border: none;
}
/* line 351, ../sass/_sub.scss */
#sidebar-right .block {
  background: #fff;
  padding: 0px 0px 40px;
  margin-bottom: 20px;
}
/* line 355, ../sass/_sub.scss */
#sidebar-right .block h2 {
  background: #7ca401;
  padding: 10px 20px;
  color: #fff;
}
/* line 360, ../sass/_sub.scss */
#sidebar-right .block .content {
  padding: 30px 20px 10px;
  font-family: oxygen;
}
/* line 363, ../sass/_sub.scss */
#sidebar-right .block .content .views-field-nid {
  text-align: center;
}
/* line 368, ../sass/_sub.scss */
#sidebar-right .block-webform {
  padding-bottom: 0;
}
/* line 370, ../sass/_sub.scss */
#sidebar-right .block-webform .content {
  padding: 0;
}
/* line 372, ../sass/_sub.scss */
#sidebar-right .block-webform .content h2 a {
  color: #fff;
}
/* line 375, ../sass/_sub.scss */
#sidebar-right .block-webform .content .content {
  padding: 30px 20px 0px;
}
/* line 378, ../sass/_sub.scss */
#sidebar-right .block-webform .content .email {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin: 10px 0 0px;
  padding: 10px;
  width: 100%;
}
/* line 384, ../sass/_sub.scss */
#sidebar-right .block-webform .content .form-submit {
  background: url("../images/green-email.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 0;
  padding: 20px 24px;
}
/* line 389, ../sass/_sub.scss */
#sidebar-right .block-webform .content #webform-component-email-address {
  float: left;
  width: 75%;
}
/* line 393, ../sass/_sub.scss */
#sidebar-right .block-webform .content .form-actions {
  float: left;
  left: 75%;
  margin: 10px 0;
  position: relative;
  top: -107px;
  width: 25%;
}
/* line 401, ../sass/_sub.scss */
#sidebar-right .block-webform .content .captcha {
  float: left;
  margin-top: 7px;
  width: 100%;
}
/* line 405, ../sass/_sub.scss */
#sidebar-right .block-webform .content .captcha .description, #sidebar-right .block-webform .content .captcha label {
  display: none;
}
/* line 408, ../sass/_sub.scss */
#sidebar-right .block-webform .content .captcha input {
  padding: 4px;
  width: 60px;
}
/* line 415, ../sass/_sub.scss */
#sidebar-right a.default-btn {
  padding: 10px 40px;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 415, ../sass/_sub.scss */
  #sidebar-right a.default-btn {
    font-size: 14px;
    padding: 6px 16px;
  }
}
/* line 423, ../sass/_sub.scss */
#sidebar-right .phone span {
  background: url("../images/black-phone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  margin: 16px 10px;
  padding: 5px 40px;
}
/* line 430, ../sass/_sub.scss */
#sidebar-right .email {
  background: url("../images/contact.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  margin: 15px 5px;
  padding: 0 15px 0 46px;
}
/* line 435, ../sass/_sub.scss */
#sidebar-right .email a {
  color: #000;
}
/* line 440, ../sass/_sub.scss */
#sidebar-right .simplenews-subscribe label {
  display: none;
}
/* line 443, ../sass/_sub.scss */
#sidebar-right .simplenews-subscribe .form-text {
  float: left;
  padding: 10px;
  width: 65%;
}
/* line 448, ../sass/_sub.scss */
#sidebar-right .simplenews-subscribe .form-submit {
  background: url("../images/green-email.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 0;
  padding: 20px 22px;
}
/* line 454, ../sass/_sub.scss */
#sidebar-right .view .views-field-field-summary {
  padding: 0;
}
/* line 457, ../sass/_sub.scss */
#sidebar-right .view .views-field-field-summary .views-field-field-summary {
  padding: 15px;
}

/* line 461, ../sass/_sub.scss */
caption, th, td {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #CCCCCC !important;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
}

/* line 470, ../sass/_sub.scss */
table {
  margin-top: 30px;
}

/* line 473, ../sass/_sub.scss */
ul.inline li.blog_usernames_blog {
  display: none;
}

/* line 477, ../sass/_sub.scss */
.field-name-body ul, .field-name-body ol {
  margin: 10px 20px;
}
/* line 480, ../sass/_sub.scss */
.field-name-body img {
  margin: 10px 20px;
}

/* line 484, ../sass/_sub.scss */
#footer-wrapper .node-social, .sidebar-right .node-social {
  display: none;
}

/* line 1, ../sass/_forms.scss */
.read-more {
  margin-top: 30px;
  margin-left: 15px;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 1, ../sass/_forms.scss */
  .read-more {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 1, ../sass/_forms.scss */
  .read-more {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1, ../sass/_forms.scss */
  .read-more {
    display: none;
  }
}

/* line 14, ../sass/_forms.scss */
a.default-btn {
  background: none repeat scroll 0 0 #570055;
  border-radius: 9px;
  color: #FFFFFF;
  font-family: Lucida Grande;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 55px;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 14, ../sass/_forms.scss */
  a.default-btn {
    padding: 6px 24px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 14, ../sass/_forms.scss */
  a.default-btn {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  /* line 14, ../sass/_forms.scss */
  a.default-btn {
    width: 100%;
    display: block;
  }
}

/* line 35, ../sass/_forms.scss */
a.default-btn:hover {
  background: #780076;
}

/* line 38, ../sass/_forms.scss */
.form-item, .form-actions {
  margin: 0;
}

/* line 41, ../sass/_forms.scss */
.form-submit {
  background: none repeat scroll 0 0 #EEEEEE;
  border: medium none;
  font-family: oxygen;
  font-size: 14px;
  padding: 7px 16px;
  cursor: pointer;
}

/* line 49, ../sass/_forms.scss */
.form-submit:hover {
  background: #f7f7f7;
}

/* line 52, ../sass/_forms.scss */
.form-text {
  border: 1px solid #CCCCCC;
  font-family: oxygen;
  font-size: 14px;
  padding: 7px;
}

/* line 58, ../sass/_forms.scss */
ul.tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
/* line 63, ../sass/_forms.scss */
ul.tabs li a {
  padding: 7px 15px;
  background: #eee;
  font-family: oxygen;
}
/* line 68, ../sass/_forms.scss */
ul.tabs li a:hover {
  background: #f7f7f7;
}

/* line 75, ../sass/_forms.scss */
#search {
  position: absolute;
  right: 8%;
  top: 71px;
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 75, ../sass/_forms.scss */
  #search {
    right: 3%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 75, ../sass/_forms.scss */
  #search {
    right: 5%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 75, ../sass/_forms.scss */
  #search {
    left: 0;
    position: relative;
    top: 11px;
    width: 100%;
    float: left;
  }
}
/* line 92, ../sass/_forms.scss */
#search .form-text {
  padding: 13px;
  width: 400px;
}
@media only screen and (min-width: 1171px) and (max-width: 1260px) {
  /* line 92, ../sass/_forms.scss */
  #search .form-text {
    width: 300px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
  /* line 92, ../sass/_forms.scss */
  #search .form-text {
    width: 300px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 92, ../sass/_forms.scss */
  #search .form-text {
    width: 350px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 92, ../sass/_forms.scss */
  #search .form-text {
    width: 100%;
    padding: 7px;
  }
}
/* line 110, ../sass/_forms.scss */
#search .form-submit {
  background: url("../images/search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  font-size: 0;
  padding: 13px;
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 999;
}
@media only screen and (max-width: 640px) {
  /* line 110, ../sass/_forms.scss */
  #search .form-submit {
    top: -6px;
  }
}

/* line 123, ../sass/_forms.scss */
.captcha {
  margin: 0 20px 20px 0;
  width: auto;
}
/* line 126, ../sass/_forms.scss */
.captcha .description, .captcha label {
  display: none;
}
/* line 129, ../sass/_forms.scss */
.captcha img {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
  width: 200px;
}

/* line 136, ../sass/_forms.scss */
.page-node-7998 .captcha, #block-webform-client-block-7998 .captcha {
  float: left;
}

/* line 140, ../sass/_forms.scss */
.webform-client-form .webform-component-email {
  float: left;
  margin-right: 20px;
}
/* line 145, ../sass/_forms.scss */
.webform-client-form .form-actions input {
  background: #570055;
  color: #fff;
}

/* line 1, ../sass/_footer.scss */
#footer-wrapper {
  background: #454F43;
  color: #fff;
  font-family: oxygen;
  font-size: 13px;
}
/* line 6, ../sass/_footer.scss */
#footer-wrapper a {
  color: #fff;
}
/* line 9, ../sass/_footer.scss */
#footer-wrapper img {
  width: auto;
  float: left;
  margin-right: 10px;
}
/* line 14, ../sass/_footer.scss */
#footer-wrapper .footer-columns {
  padding: 50px 0;
  font-weight: bold;
}
/* line 17, ../sass/_footer.scss */
#footer-wrapper .footer-columns h2 {
  margin-bottom: 20px;
}
/* line 20, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-left, #footer-wrapper .footer-columns .footer-center, #footer-wrapper .footer-columns .footer-right {
  width: 31%;
  float: left;
  margin-right: 3%;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 20, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-left, #footer-wrapper .footer-columns .footer-center, #footer-wrapper .footer-columns .footer-right {
    width: 100%;
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 4px double #363F35;
  }
}
@media only screen and (max-width: 640px) {
  /* line 20, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-left, #footer-wrapper .footer-columns .footer-center, #footer-wrapper .footer-columns .footer-right {
    width: 100%;
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 4px double #363F35;
  }
}
/* line 37, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-center {
  font-size: 14px;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 39, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-center .facebook {
    width: 8%;
    float: left;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 39, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-center .facebook {
    width: 8%;
    float: left;
    margin-left: 20%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 51, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-center .linked-in, #footer-wrapper .footer-columns .footer-center .twitter, #footer-wrapper .footer-columns .footer-center .you-tube {
    width: 8%;
    float: left;
    margin-left: 8%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 51, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-center .linked-in, #footer-wrapper .footer-columns .footer-center .twitter, #footer-wrapper .footer-columns .footer-center .you-tube {
    width: 8%;
    float: left;
    margin-left: 8%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 63, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-center h2 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 63, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-center h2 {
    display: none;
  }
}
/* line 71, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-center a {
  border-bottom: 2px solid #6D7C66;
  float: left;
  padding: 10px 0;
  width: 95%;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 71, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-center a {
    width: auto;
    border: none;
    font-size: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 71, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-center a {
    width: auto;
    border: none;
    font-size: 0;
    padding: 0;
  }
}
/* line 89, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-center a:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* line 92, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-center .you-tube a {
  border-bottom: none;
}
/* line 95, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-center span {
  font-weight: bold;
  left: 5px;
  position: relative;
  top: 10px;
}
/* line 102, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-right {
  margin: 0;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  /* line 102, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-right {
    border: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 102, ../sass/_footer.scss */
  #footer-wrapper .footer-columns .footer-right {
    border: none;
  }
}
/* line 113, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-right .content {
  margin-left: 20px;
  margin-top: 25px;
}
/* line 117, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-right span {
  position: relative;
  top: -5px;
}
/* line 121, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-right .address {
  background: url("../images/address.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding: 15px 0 0 50px;
}
/* line 128, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-right .phone {
  background: url("../images/phone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  margin-left: 5px;
  padding: 9px 0 0 45px;
}
/* line 136, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-right .email {
  background: url("../images/email.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 0 0 0 50px;
}
/* line 139, ../sass/_footer.scss */
#footer-wrapper .footer-columns .footer-right .email span {
  top: 0;
}
/* line 146, ../sass/_footer.scss */
#footer-wrapper .footer-columns .block-webform label {
  display: none;
}
/* line 149, ../sass/_footer.scss */
#footer-wrapper .footer-columns .block-webform p {
  line-height: 16px;
  font-weight: bold;
  padding: 0 0 20px;
}
/* line 154, ../sass/_footer.scss */
#footer-wrapper .footer-columns .block-webform #webform-component-email-address {
  float: left;
  width: 90%;
}
/* line 158, ../sass/_footer.scss */
#footer-wrapper .footer-columns .block-webform .form-submit {
  background: url("../images/newsletter-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 0;
  padding: 20px 24px;
}
/* line 164, ../sass/_footer.scss */
#footer-wrapper .footer-columns .form-text {
  background: none repeat scroll 0 0 #586554;
  border: medium none;
  width: 100%;
  padding: 10px 10px 11px;
  color: #fff;
}
/* line 172, ../sass/_footer.scss */
#footer-wrapper .footer-columns .form-actions {
  left: 80%;
  position: relative;
  top: -97px;
}
/* line 177, ../sass/_footer.scss */
#footer-wrapper .footer-columns .form-submit {
  background: #363D33;
  color: #fff;
}
/* line 181, ../sass/_footer.scss */
#footer-wrapper .footer-columns .captcha {
  float: left;
  margin-top: 7px;
  width: 100%;
}
/* line 185, ../sass/_footer.scss */
#footer-wrapper .footer-columns .captcha .description {
  display: none;
}
/* line 188, ../sass/_footer.scss */
#footer-wrapper .footer-columns .captcha input {
  padding: 4px;
  width: 60px;
}
/* line 194, ../sass/_footer.scss */
#footer-wrapper .footer {
  text-align: center;
  background: #353C33;
  padding: 20px;
}
/* line 198, ../sass/_footer.scss */
#footer-wrapper .footer ul {
  text-align: center;
}
/* line 201, ../sass/_footer.scss */
#footer-wrapper .footer li {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 206, ../sass/_footer.scss */
#footer-wrapper .footer a {
  border-left: 1px solid;
  color: #7F8C78;
  font-family: oxygen;
  font-size: 14px;
  font-weight: bold;
  line-height: 0;
  padding: 0 5px;
}
/* line 216, ../sass/_footer.scss */
#footer-wrapper .footer a:hover {
  text-decoration: underline;
}
/* line 219, ../sass/_footer.scss */
#footer-wrapper .footer li.last a:hover {
  text-decoration: none;
}
/* line 222, ../sass/_footer.scss */
#footer-wrapper .footer li.first a {
  border: none;
}
