/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* line 10, ../sass/nodes.scss */
.node {
  /* Node wrapper */
}
/* line 13, ../sass/nodes.scss */
.preview .node {
  /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */
  /* Drupal core uses a #ffffea background */
}
/* line 19, ../sass/nodes.scss */
.node .node-title {
  /* Node title */
}
/* line 23, ../sass/nodes.scss */
.node .user-picture {
  /* The picture of the node author */
}
/* line 27, ../sass/nodes.scss */
.node .submitted {
  /* The "posted by" information */
}
/* line 31, ../sass/nodes.scss */
.node .content {
  /* Node's content wrapper */
}
/* line 35, ../sass/nodes.scss */
.node ul.links {
  /* Node links. See also the ul.links declaration in the pages.css. */
}

/* line 41, ../sass/nodes.scss */
.node-promoted {
  /* A node that has been promoted to the front page */
}

/* line 45, ../sass/nodes.scss */
.node-sticky {
  /* A sticky node (displayed before others in a list) */
}

/* line 49, ../sass/nodes.scss */
.node-by-viewer {
  /* A node created by the current user */
}

/* line 53, ../sass/nodes.scss */
.node-teaser {
  /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* line 63, ../sass/nodes.scss */
.node-page {
  /* Page content node */
}

/* line 67, ../sass/nodes.scss */
.node-article {
  /* Article content node */
}

/* line 71, ../sass/nodes.scss */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 76, ../sass/nodes.scss */
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  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;
  word-wrap: break-word;
}

/*** Event Nodes ***/
/* line 83, ../sass/nodes.scss */
.event-container {
  margin: 20px 0;
}

/* line 87, ../sass/nodes.scss */
.event-container .event-link-all {
  padding-bottom: 20px;
}

/* line 91, ../sass/nodes.scss */
.event-container .event-link-all a {
  display: inline-block;
  color: #5b595a;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  padding-left: 42px;
  padding-top: 8px;
  height: 23px;
  background: url("../images/view-all-events-icon.png") no-repeat;
  background-position: top left;
}

/* line 104, ../sass/nodes.scss */
.event-container .event-link-all a:hover {
  color: #9f54a1;
  background: url("../images/view-all-events-icon.png") no-repeat;
  background-position: bottom left;
}

/* line 110, ../sass/nodes.scss */
.event-date-header {
  position: absolute;
  bottom: 5px;
  left: 30px;
  float: left;
  width: 135px;
  height: 100px;
  background: url("../images/featured-event-icon.png") no-repeat;
}

/* line 120, ../sass/nodes.scss */
.event-date-header .date-month {
  display: inline-block;
  width: 100%;
  padding-top: 23px;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

/* line 129, ../sass/nodes.scss */
.event-date-header .date-day {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
}

/* line 137, ../sass/nodes.scss */
.event-container .field-event-image {
  padding: 0 15px 50px 0;
}

/* line 141, ../sass/nodes.scss */
.event-container .field-event-image img {
  width: 100%;
}

/* line 145, ../sass/nodes.scss */
.event-container .event-col-1 {
  display: inline-block;
  width: 64%;
  float: left;
  min-width: 345px;
}

/* line 152, ../sass/nodes.scss */
.event-container .event-col-2 {
  min-width: 210px;
  width: 30%;
  float: right;
}

/* line 158, ../sass/nodes.scss */
.event-container .event-header {
  position: relative;
  background: url("../images/h2-bg-960.png?1355330957") no-repeat left bottom;
  background-size: 100% 17px;
  margin-bottom: 20px;
  min-height: 110px;
}

/* line 166, ../sass/nodes.scss */
.event-container .event-header .event-title {
  padding-left: 175px;
  font-size: 28px;
  padding-top: 35px;
  padding-bottom: 15px;
  line-height: 1.3em;
  margin-top: 0;
  min-height: 72px;
}

/* line 176, ../sass/nodes.scss */
.event-container .field-register-link {
  display: inline-block;
  text-align: right;
  padding-top: 40px;
  width: 100%;
  border-bottom-color: #eee;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 189, ../sass/nodes.scss */
.event-container .field-register-link a {
  display: inline-block;
  color: #5b595a;
  font-weight: 500;
  font-size: 28px;
  padding-right: 65px;
  padding-top: 12px;
  height: 44px;
  background: url("../images/event-register-icon.png") no-repeat;
  background-position: top right;
}

/* line 201, ../sass/nodes.scss */
.event-container .field-register-link a:hover {
  color: #9f54a1;
  background: url("../images/event-register-icon.png") no-repeat;
  background-position: bottom right;
}

/* line 207, ../sass/nodes.scss */
.event-lable-date {
  margin: 0;
  font-size: 26px;
  line-height: 1em;
  background: url("../images/event-cal-icon.png") no-repeat;
  padding-left: 40px;
}

/* line 215, ../sass/nodes.scss */
.event-lable-location {
  margin: 25px 0 5px 0;
  font-size: 26px;
  font-weight: 100;
  line-height: 1em;
  background: url("../images/event-location-icon.png") no-repeat;
  padding-left: 40px;
}

/* line 224, ../sass/nodes.scss */
.event-lable-location-link {
  padding-bottom: 20px;
  padding-left: 40px;
}

/* line 229, ../sass/nodes.scss */
.event-lable-location-link a {
  color: #9f54a1;
  font-size: 18px;
  font-weight: 500;
}

/* line 235, ../sass/nodes.scss */
.event-container .field-contact-info {
  background: url("../images/event-contact-icon.png") no-repeat;
  padding-left: 40px;
}

/* line 240, ../sass/nodes.scss */
.event-container .field-contact-info p {
  margin: 0;
}

/* line 244, ../sass/nodes.scss */
.event-container .field-contact-info a {
  color: #72B9E7;
}

/* line 248, ../sass/nodes.scss */
.event-container .event-detail-tabs {
  clear: both;
  padding-bottom: 20px;
}

/* line 253, ../sass/nodes.scss */
.event-container .quicktabs_main {
  padding: 1em;
  position: relative;
  /* box-shadow: 0 0 8px 2px #888; */
  /*
      border-right-color: #bbb;
      border-right-style: solid;
      border-right-width: 1px;
  
      border-left-color: #bbb;
      border-left-style: solid;
      border-left-width: 1px;
      */
  -webkit-box-shadow: 0 3px 14px 0 #cccccc;
  -moz-box-shadow: 0 3px 14px 0 #cccccc;
  box-shadow: 0 3px 14px 0 #cccccc;
}

/* line 273, ../sass/nodes.scss */
.event-container .quicktabs_main a {
  color: #9f54a1;
}

/* line 277, ../sass/nodes.scss */
.event-container .quicktabs_main ul {
  margin: auto;
  padding: 0 0 0 30px;
  list-style-type: disc;
}

/* line 283, ../sass/nodes.scss */
.event-container .quicktabs_main li {
  display: auto;
  text-align: left;
  padding: 0;
  margin: 0;
}

/* line 290, ../sass/nodes.scss */
.event-container .quicktabs_main h2 {
  padding-top: 0;
  margin-top: 0;
}

/* line 295, ../sass/nodes.scss */
.event-container .quicktabs_main .imagegrid ul {
  padding: 0;
}

/* line 299, ../sass/nodes.scss */
.event-container ul.quicktabs-tabs {
  margin: 0;
  padding: 0;
  border-bottom-color: #eee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* line 308, ../sass/nodes.scss */
.event-container .quicktabs-tabs li {
  position: relative;
  text-align: center;
  padding: 0.7em 0.5em 0.5em 0.5em;
  display: inline-block;
}

/* line 315, ../sass/nodes.scss */
.event-container .quicktabs-tabs li.active {
  -webkit-box-shadow: 0 -3px 14px 0 #cccccc;
  -moz-box-shadow: 0 -3px 14px 0 #cccccc;
  box-shadow: 0 -3px 14px 0 #cccccc;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 326, ../sass/nodes.scss */
.event-container .quicktabs-tabs li a {
  color: #5b595a;
  margin: 0 10px;
}

/* line 331, ../sass/nodes.scss */
.event-container .quicktabs-tabs li a:hover {
  color: #9f54a1;
}

/* line 335, ../sass/nodes.scss */
.event-container .quicktabs-tabs li.active a {
  color: #9f54a1;
  margin: 0 15px;
}

/* line 340, ../sass/nodes.scss */
.event-container .quicktabs-tabs li.active a:hover {
  color: #5b595a;
}

/* line 344, ../sass/nodes.scss */
.section-events .region-below-slider {
  margin-top: 50px;
  margin-bottom: 100px;
}

/* line 349, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events {
  width: 64%;
  float: left;
}

/* line 354, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .block-title {
  position: relative;
  padding: 0 0 15px 190px;
  text-align: left;
  margin: 0;
  font-weight: 900;
  font-size: 28px;
  line-height: 2.2em;
}

/* line 364, ../sass/nodes.scss */
.block .block-views .featured-events {
  padding-left: 0;
  padding-bottom: 10px;
  padding-top: 50px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
  border-bottom: 5px double #ececec;
  margin: 0 5px;
}

/* line 375, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .block-title:after {
  top: 32px;
  width: 100%;
}

/* line 380, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .block-title::before {
  content: " ";
  position: absolute;
  bottom: 3px;
  background: url("../images/featured-event-icon.png?1359995066") no-repeat left 0;
  width: 170px;
  height: 90px;
  z-index: -3;
  left: 35px;
  top: -34px;
}

/* line 392, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .view-footer h2 {
  font-size: 19px;
  color: #5b595a;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}

/* line 400, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .block-title::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/h2-bg-960.png?1355330957") no-repeat center 10px;
  background-size: 120%;
  height: 25px;
}

/* line 413, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 6px 0px #9d9d9d;
  -moz-box-shadow: inset 0px 0px 6px 0px #9d9d9d;
  box-shadow: inset 0px 0px 6px 0px #9d9d9d;
  clear: left;
  font-size: 15px;
  margin: 10px 0px;
  padding: 0 10px;
  height: 70px;
}

/* line 429, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event > div {
  float: left;
  padding: 8px 0;
  height: 53px;
}

/* line 435, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .date {
  width: 45px;
  padding: 17px 7px 0 2px;
  text-align: center;
  color: #ae3fa0;
  line-height: 1;
  font-size: 110%;
}

/* line 444, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .date b {
  display: block;
  font-size: 140%;
}

/* line 449, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .title {
  width: 60%;
  min-width: 240px;
  padding: 15px 0 0 8px;
  border-left: 1px solid #ececec;
}

/* line 456, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .title a {
  color: #80BAE5;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.1;
  display: block;
}

/* line 464, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .title a:hover {
  text-decoration: underline;
}

/* line 468, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .meta {
  width: 85px;
  text-align: right;
  font-size: 13px;
  float: right;
  border-left: 1px solid #ececec;
}

/* line 476, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .meta a {
  color: #ae3fa0;
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  display: block;
}

/* line 484, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .meta a:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0;
  background: url("../images/sprite.png?1355330953") no-repeat -290px -55px;
  width: 18px;
  height: 18px;
}

/* line 494, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .meta a:hover {
  text-decoration: none;
  color: #72b9e7;
}

/* line 499, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .meta a:hover:after {
  background-position: -290px -80px;
}

/* line 503, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .meta .info {
  margin-bottom: 20px;
}

/* line 507, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .meta .info:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0;
  background: url("../images/sprite.png?1355330953") no-repeat -290px -3px;
  width: 18px;
  height: 17px;
}

/* line 517, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .event .meta .info:hover:after {
  background-position: -290px -28px;
}

/* line 521, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event {
  position: relative;
  padding: 0;
  height: auto;
}

/* line 527, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event > div {
  float: none;
  padding: 0px 0;
  height: auto;
}

/* line 533, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .date-icon {
  position: absolute;
  top: -95px;
  left: 65px;
  width: 77px;
  text-align: center;
}

/* line 541, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .date-icon .month {
  color: #ffffff;
  font-size: 13px;
}

/* line 546, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .date-icon .day {
  font-size: 42px;
  font-weight: 900;
}

/* line 551, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event img {
  width: 100%;
}

/* line 555, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .date {
  width: auto;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #ececec;
  padding-left: 15px;
  font-weight: 500;
  font-size: 20px;
}

/* line 565, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .title {
  max-width: 100%;
  padding: 10px 0;
  padding-left: 15px;
  border-left: none;
}

/* line 572, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .title a {
  color: #80BAE5;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

/* line 581, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .location {
  padding-left: 15px;
}

/* line 585, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .title a:hover {
  text-decoration: underline;
}

/* line 589, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .meta {
  width: 100%;
  text-align: right;
  font-size: 17px;
  height: 50px;
  border-left: none;
}

/* line 597, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .meta a {
  padding-top: 12px;
  padding-right: 50px;
  float: right;
  color: #5b595a;
}

/* line 604, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .meta a:hover {
  text-decoration: underline;
}

/* line 608, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .meta a:first-child:after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 10px;
  background: url("../images/event-info-large.png?1359995240") no-repeat;
  width: 37px;
  height: 37px;
}

/* line 618, ../sass/nodes.scss */
.section-events .region-below-slider .block.featured-events .featured-single-event .event .meta a:last-child:after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 10px;
  background: url("../images/event-register-large.png?1359995240") no-repeat;
  width: 37px;
  height: 37px;
}

/* line 628, ../sass/nodes.scss */
.section-events .events-sidebar {
  float: right;
  width: 33%;
  padding-top: 30px;
}

/* line 634, ../sass/nodes.scss */
.section-events .events-sidebar a {
  color: #80BAE5;
}

/* line 638, ../sass/nodes.scss */
.section-events .events-sidebar img {
  width: 100%;
  height: auto;
}

/* line 643, ../sass/nodes.scss */
.section-events .events-sidebar h2 {
  margin: 0;
}

/* line 647, ../sass/nodes.scss */
.section-events .region-below-slider .block-constant-contact {
  float: right;
  width: 30%;
  height: 65px;
}

/* line 653, ../sass/nodes.scss */
.section-events .region-below-slider .subscribe {
  background: #80BAE5;
  border-radius: 6px;
  padding: 10px 15px;
  color: white;
  width: 30%;
  font-size: 17px;
  height: 140px;
}

/* line 663, ../sass/nodes.scss */
.section-events .region-below-slider .subscribe h2.block-title {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.4em;
}

/* line 669, ../sass/nodes.scss */
.section-events .region-below-slider .subscribe .form-item {
  width: 220px;
  margin: 0;
  margin-right: 10px;
  float: left;
}

/* line 676, ../sass/nodes.scss */
.section-events .region-below-slider .subscribe input[type="text"] {
  background: #e6e6e6;
  border: 0;
  height: 43px;
  margin: 0;
  width: 220px;
  margin-right: 10px;
  border-radius: 5px;
  margin-top: 20px;
}

/* line 688, ../sass/nodes.scss */
.section-events .region-below-slider .subscribe .btn-go,
.section-events .region-below-slider .subscribe input[type="submit"] {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  margin-top: 20px;
  background: url("../images/sprite.png?1355330953") no-repeat 0 -206px;
  width: 49px;
  height: 44px;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/* line 702, ../sass/nodes.scss */
table {
  width: 100%;
  margin-bottom: 1em;
  font-size: 13px;
}

/* line 708, ../sass/nodes.scss */
tbody {
  border-top: 1px solid #cccccc;
}

/* line 712, ../sass/nodes.scss */
tr, tr.even, tr.odd {
  padding: 0;
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
}

/* line 718, ../sass/nodes.scss */
td {
  padding: 8px;
  vertical-align: middle;
}

/* line 723, ../sass/nodes.scss */
table p {
  padding: 0;
  margin: 0;
}

/* line 729, ../sass/nodes.scss */
article.node-blog {
  display: inline-block;
  width: 70%;
  float: left;
}
/* line 735, ../sass/nodes.scss */
article.node-article.view-mode-full, article.node-press-release.view-mode-full {
  display: inline-block;
  width: 70%;
  float: left;
}

/* line 743, ../sass/nodes.scss */
.recent-sidebar {
  padding-top: 30px;
  width: 27%;
  float: right;
}
/* line 749, ../sass/nodes.scss */
.recent-sidebar .view-content h2.title {
  color: #5b595a;
  font-size: 14px;
  padding-bottom: 15px;
}
/* line 753, ../sass/nodes.scss */
.recent-sidebar .view-content h2.title a {
  position: relative;
}

/* line 765, ../sass/nodes.scss */
.section-blog #main > .container {
  padding-top: 40px;
}

/* line 771, ../sass/nodes.scss */
.section-blog .addthis_toolbox {
  padding: 0;
  margin: 0;
  width: 280px;
  float: right;
}
