@charset "UTF-8";
/* ==========================================================================
INSTRUCTIONS FOR THIS STYLESHEET
This covers all the default HTML, custom styles, and content (images, videos, tables, etc.) that a client can add using Editor. Be sure to look at /style-guide while you're theming these styles for examples.
========================================================================== */
/* ==========================================================================
   BREAKPOINTS
========================================================================== */
/* ==========================================================================
   COLORS
========================================================================== */
/* ==========================================================================
   IMAGES
========================================================================== */
/* ==================================================================
   DIGTIAL LOOM'S CLEAR FIX
   This clearfix is better than both Drupal and Compass's clearfix
   http://css-tricks.com/snippets/css/clear-fix/
===================================================================== */
/* ==================================================================
   RESPOND TO
   Use the breakpoint names defined in base.scss
   The $direction argument defines the whether to to include sizes up or down from the breakpoint.
===================================================================== */
/* ==========================================================================
   LINK STYLES
   These should only be applied directly to anchor tags
========================================================================== */
/* ------- Button -------------------------- */
/* Used by link buttons, form buttons, search button, and view/edit buttons */
/* ------- Arrow -------------------------- */
/* ------- Clear list style --------------------- */
/* ==========================================================================
TYPOGRAPHY STYLES TO EXTEND THROUGHOUT THE THEME
Table of Contents
  %heading1
  %heading2
  %heading3
  %heading4
  %intro
  %list-item
  %quote
  %related-link
  %caption
========================================================================== */
/* line 15, ../sass/_typography.scss */
h1 {
  font-size: 2.14286em;
  line-height: 1em;
}
/* line 19, ../sass/_typography.scss */
h1 a {
  color: #363d45;
  font-weight: 300;
  position: relative;
  margin-right: 20px;
}
/* line 224, ../sass/_custom.scss */
h1 a:after {
  content: '';
  display: inline;
  vertical-align: middle;
  padding-right: 20px;
  width: 20px;
  min-height: 30px;
  line-height: 30px;
  background: transparent url(../images/arrow-green-lg.png) no-repeat right center;
}
/* line 24, ../sass/_typography.scss */
.no-touch h1 a:hover, .touch h1 a:active {
  text-decoration: none;
  border-bottom: solid 1px #c2cf20;
}

/* line 32, ../sass/_typography.scss */
h2 {
  color: #363d45;
  font-size: 1.78571em;
  line-height: 1.12em;
}
/* line 37, ../sass/_typography.scss */
h2 a {
  color: #363d45;
  font-weight: 300;
  position: relative;
  margin-right: 20px;
}
/* line 224, ../sass/_custom.scss */
h2 a:after {
  content: '';
  display: inline;
  vertical-align: middle;
  padding-right: 20px;
  width: 20px;
  min-height: 28px;
  line-height: 28px;
  background: transparent url(../images/arrow-green-lg.png) no-repeat right center;
}
/* line 42, ../sass/_typography.scss */
.no-touch h2 a:hover, .touch h2 a:active {
  text-decoration: none;
  border-bottom: solid 1px #c2cf20;
}

/* line 50, ../sass/_typography.scss */
h3, h5, h6 {
  font-size: 1.14286em;
  line-height: 1.25em;
  color: #000000;
}
/* line 55, ../sass/_typography.scss */
h3 a, h5 a, h6 a {
  color: #000000;
  position: relative;
  margin-right: 12px;
  font-weight: 300;
}
/* line 224, ../sass/_custom.scss */
h3 a:after, h5 a:after, h6 a:after {
  content: '';
  display: inline;
  vertical-align: middle;
  padding-right: 12px;
  width: 12px;
  min-height: 21px;
  line-height: 21px;
  background: transparent url(../images/arrow-green-sm.png) no-repeat right center;
}
/* line 60, ../sass/_typography.scss */
.no-touch h3 a:hover, .no-touch h5 a:hover, .no-touch h6 a:hover, .touch h3 a:active, .touch h5 a:active, .touch h6 a:active {
  text-decoration: none;
  border-bottom: solid 1px #c2cf20;
}

/* line 68, ../sass/_typography.scss */
h4 {
  font-size: 1.07143em;
  line-height: 1.1em;
  font-weight: 500;
}
/* line 73, ../sass/_typography.scss */
h4 a {
  color: #363d45;
  font-weight: 500;
  position: relative;
  margin-right: 12px;
}
/* line 224, ../sass/_custom.scss */
h4 a:after {
  content: '';
  display: inline;
  vertical-align: middle;
  padding-right: 12px;
  width: 12px;
  min-height: 16px;
  line-height: 16px;
  background: transparent url(../images/arrow-green-sm.png) no-repeat right center;
}
/* line 78, ../sass/_typography.scss */
.no-touch h4 a:hover, .touch h4 a:active {
  text-decoration: none;
  border-bottom: solid 1px #c2cf20;
}

/* line 87, ../sass/_typography.scss */
.intro {
  font-size: 1.14286em;
  line-height: 1.375em;
}

/* line 96, ../sass/_typography.scss */
ul li,
ol li {
  list-style-position: inside;
  line-height: 1.57143em;
  margin-bottom: 0.6em;
  /* list items should always get some extra space below them to differentiate them from other items. - VM */
}

/* line 102, ../sass/_typography.scss */
.date,
.datecategory {
  font-size: 0.78571em;
  line-height: 1.57143em;
  color: #777777;
  text-transform: uppercase;
  margin: 0;
}

/* line 126, ../sass/_typography.scss */
blockquote {
  font-style: italic;
  font-size: 1.14286em;
  line-height: 1.5em;
  margin: 1em 2px;
  color: #777777;
  position: relative;
}
/* line 134, ../sass/_typography.scss */
blockquote:before {
  content: "\201C";
  display: inline-block;
  font-family: "museo-sans-rounded", "Trebuchet MS", sans-serif;
  position: absolute;
  font-size: 1.3em;
}
/* line 142, ../sass/_typography.scss */
blockquote:after {
  content: "\201D";
  position: absolute;
  bottom: 0;
  display: inline;
  font-size: 1.3em;
  font-family: "museo-sans-rounded", "Trebuchet MS", sans-serif;
}
/* line 150, ../sass/_typography.scss */
blockquote p {
  display: inline;
  padding: 0 5px 0 15px;
}

/* line 156, ../sass/_typography.scss */
.citation {
  /* These sizes only work properly when the citation is inside of the block quote. - ML */
  font-size: 0.8125em;
  line-height: 1.38461em;
  color: gray;
  font-style: normal;
  font-weight: 500;
}

/* line 9, ../sass/2-default.scss */
html {
  background-color: #ffffff;
}

/* line 13, ../sass/2-default.scss */
body {
  color: #363d45;
  font-size: 14px;
  line-height: 18px;
  font-family: "museo-sans", "Trebuchet MS", sans-serif;
  font-weight: 300;
}

/* line 21, ../sass/2-default.scss */
::-moz-selection,
::selection {
  background: #c2cf20;
  color: #ffffff;
  text-shadow: none;
}

/* line 28, ../sass/2-default.scss */
h1 {
  margin-bottom: 1em;
}

/* line 45, ../sass/2-default.scss */
ul.links {
  margin: 0;
  padding: 0;
}
/* line 49, ../sass/2-default.scss */
ul.links.inline {
  display: block;
}
/* line 53, ../sass/2-default.scss */
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/* line 66, ../sass/2-default.scss */
.content-column .block-content ul li {
  margin-left: 14px;
  list-style: none;
  padding-left: 10px;
  background: url("../images/bullet.png") no-repeat left 8px;
}
/* line 73, ../sass/2-default.scss */
.content-column .block-content ol li {
  list-style-position: outside;
  margin-left: 25px;
}

/* line 79, ../sass/2-default.scss */
a {
  text-decoration: none;
  color: #a0aa00;
  font-weight: 500;
}

/* line 86, ../sass/2-default.scss */
a:hover,
a:focus {
  text-decoration: underline;
}

/* line 91, ../sass/2-default.scss */
.touch a:hover {
  text-decoration: none;
}

/* line 95, ../sass/2-default.scss */
.nuo-green {
  color: #c2cf20;
}

/* line 100, ../sass/2-default.scss */
hr {
  height: 1px;
  background-color: #e7e7e7;
  border: 0;
}

/* line 109, ../sass/2-default.scss */
blockquote:before {
  position: static;
  margin-right: 1px;
}

/* =============================================================================
   CUSTOM STYLES
============================================================================= */
/* line 128, ../sass/2-default.scss */
a.arrow-link {
  position: relative;
  margin-right: 12px;
}
/* line 224, ../sass/_custom.scss */
a.arrow-link:after {
  content: '';
  display: inline;
  vertical-align: middle;
  padding-right: 12px;
  width: 12px;
  min-height: 18px;
  line-height: 18px;
  background: transparent url(../images/arrow-green-sm.png) no-repeat right center;
}

/* line 132, ../sass/2-default.scss */
a.button-link, .button-link a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: #e65c1f;
  border: 1px solid #e65c1f;
  font-weight: 300;
  /* If group-left contains the responsive image */
  font-size: 1.21429em;
  padding: 0.6em 2em 0.6em 0.75em;
  line-height: 1.1em;
  position: relative;
  margin-right: 40px;
  margin-right: 0;
  display: inline-block;
}
/* line 224, ../sass/_custom.scss */
a.button-link:after, .button-link a:after {
  content: '';
  display: inline;
  vertical-align: middle;
  padding-right: 40px;
  width: 40px;
  min-height: 1.21429em;
  line-height: 1.21429em;
  background: transparent url(../images/arrow-white.png) no-repeat right center;
}
/* line 192, ../sass/_custom.scss */
a.button-link:after, .button-link a:after {
  right: 0.7em;
  top: 26%;
  position: absolute;
  display: inline-block;
}
/* line 207, ../sass/_custom.scss */
a.button-link:hover, .button-link a:hover {
  background-color: #c54a14;
  text-decoration: none;
}
/* line 212, ../sass/_custom.scss */
a.button-link:active, .button-link a:active {
  /* nifty depress action!*/
  top: 1px;
  left: 1px;
}

/* line 137, ../sass/2-default.scss */
.button-links a {
  min-width: 150px;
}

/* line 146, ../sass/2-default.scss */
p.date {
  margin: 0;
}

/* line 150, ../sass/2-default.scss */
.price {
  font-size: 1.28571em;
}

/* line 154, ../sass/2-default.scss */
img.dl-tooltip:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

/* line 158, ../sass/2-default.scss */
.extra-more {
  color: #a0aa00;
  font-size: 13px;
  padding-right: 1em;
  font-weight: 500;
  cursor: pointer;
}
/* line 164, ../sass/2-default.scss */
.extra-more .small {
  font-size: 10px;
}

/* line 168, ../sass/2-default.scss */
.extra-more-break {
  line-height: 0;
  content: "";
  position: absolute;
  left: -9999px;
}

/* line 175, ../sass/2-default.scss */
.border-right {
  border-right: 1px solid #777777;
}

/* =============================================================================
*   Pager
 * ========================================================================== */
/* line 182, ../sass/2-default.scss */
ul.pager,
.content-column .block-content ul.pager {
  margin-top: 20px;
  text-align: left;
  font-size: 12px;
}
/* line 187, ../sass/2-default.scss */
ul.pager > li,
.content-column .block-content ul.pager > li {
  background: none;
}
/* line 189, ../sass/2-default.scss */
ul.pager > li.pager-current,
.content-column .block-content ul.pager > li.pager-current {
  font-weight: 300;
  font-size: 14px;
  position: relative;
  top: 2px;
}

/* =============================================================================
*   Submitted
* ========================================================================== */
/* line 200, ../sass/2-default.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* line 214, ../sass/2-default.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 218, ../sass/2-default.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 222, ../sass/2-default.scss */
div.submitted {
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  color: #777777;
}
/* line 228, ../sass/2-default.scss */
div.submitted.full-node-display {
  margin-top: 20px;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 236, ../sass/2-default.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

/* line 242, ../sass/2-default.scss */
table.sticky-header {
  z-index: 10;
}

/* line 246, ../sass/2-default.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

/* line 255, ../sass/2-default.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 261, ../sass/2-default.scss */
caption,
th,
td {
  text-align: left;
}

/* line 267, ../sass/2-default.scss */
thead tr {
  font-weight: 700;
  background-color: #e7e7e7;
}

/* line 272, ../sass/2-default.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

/* line 279, ../sass/2-default.scss */
tbody tr {
  border-top: 1px solid #e7e7e7;
}

/* line 283, ../sass/2-default.scss */
tr.odd {
  background: #ffffff;
}

/* line 287, ../sass/2-default.scss */
tr.odd td.active {
  background-color: #efefef;
}

/* line 291, ../sass/2-default.scss */
tr.even td.active {
  background-color: #e7e7e7;
}

/* =============================================================================
   IMAGES & CAPTIONS
================================================================================ */
/*
 * Float left setting
 */
/* line 303, ../sass/2-default.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
/* line 311, ../sass/2-default.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
/* line 319, ../sass/2-default.scss */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
/* line 331, ../sass/2-default.scss */
#comments {
  margin: 1.5em 0;
}
/* line 333, ../sass/2-default.scss */
#comments h2.comment-title,
#comments h2.comment-form {
  margin: 0;
}

/* line 338, ../sass/2-default.scss */
.comment-title {
  margin: 0;
}

/* line 341, ../sass/2-default.scss */
.comment {
  margin-bottom: 20px;
}
/* line 344, ../sass/2-default.scss */
.comment .submitted {
  padding: 0;
  margin-bottom: 5px;
  width: 100%;
  color: #777777;
}

/* line 352, ../sass/2-default.scss */
.pane-node-comments {
  margin: 1.5em 0;
  padding-top: 1.5em;
  border-top: 1px solid #e7e7e7;
}
/* line 358, ../sass/2-default.scss */
.pane-node-comments .comment-form label {
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 362, ../sass/2-default.scss */
.pane-node-comments .comment-form #edit-author--2 * {
  display: inline-block;
}
/* line 367, ../sass/2-default.scss */
.pane-node-comments h2.comments__title {
  padding-top: 10px;
}
/* line 370, ../sass/2-default.scss */
.pane-node-comments h2.comments__form-title {
  letter-spacing: 0;
}
/* line 373, ../sass/2-default.scss */
.pane-node-comments form.comment-form {
  padding-bottom: 20px;
}
/* line 381, ../sass/2-default.scss */
.pane-node-comments .field-name-post-date, .pane-node-comments .permalink {
  display: inline-block;
  margin: 10px 5px 10px 0;
}
/* line 385, ../sass/2-default.scss */
.pane-node-comments .field-name-post-date {
  color: #000000;
}
/* line 389, ../sass/2-default.scss */
.pane-node-comments date-time:before {
  display: none;
}
/* line 394, ../sass/2-default.scss */
.pane-node-comments ul.links li {
  text-transform: capitalize;
  background-image: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
/* line 400, ../sass/2-default.scss */
.pane-node-comments ul.links li:before {
  display: inline-block;
  color: #e7e7e7;
  content: '|';
  padding: 0 5px;
  font-size: 10px;
}
/* line 408, ../sass/2-default.scss */
.pane-node-comments ul.links li.first:before {
  display: none;
  content: '';
  padding: 0;
}

/*
 * "New" marker for comments that are new for the current user
 */
/* line 421, ../sass/2-default.scss */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
/* line 428, ../sass/2-default.scss */
.indented {
  margin-left: 40px;
}

/*
 * Gradient Button
 */
/* line 436, ../sass/2-default.scss */
.gradient-button {
  display: block;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 10px;
  text-decoration: none;
  width: 31%;
  max-width: 193px;
  text-align: center;
  font-size: 1.15em;
  border: 1px solid #9EA812;
  margin-top: 15px;
  background: #ebeec6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ebeec6 0%, #c9d248 37%, #c1cd23 50%, #c9d248 63%, #ebeec6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebeec6), color-stop(37%, #c9d248), color-stop(50%, #c1cd23), color-stop(63%, #c9d248), color-stop(100%, #ebeec6));
  background: -webkit-linear-gradient(top, #ebeec6 0%, #c9d248 37%, #c1cd23 50%, #c9d248 63%, #ebeec6 100%);
  background: -o-linear-gradient(top, #ebeec6 0%, #c9d248 37%, #c1cd23 50%, #c9d248 63%, #ebeec6 100%);
  background: -ms-linear-gradient(top, #ebeec6 0%, #c9d248 37%, #c1cd23 50%, #c9d248 63%, #ebeec6 100%);
  background: linear-gradient(to bottom, #ebeec6 0%, #c9d248 37%, #c1cd23 50%, #c9d248 63%, #ebeec6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeec6', endColorstr='#ebeec6',GradientType=0 );
}

/*
 * Aggregator feed source
 */
/* line 464, ../sass/2-default.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

/* line 470, ../sass/2-default.scss */
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/* =============================================================================
   COLLAPSIBLE/EXPANDABLE HEADERS
============================================================================= */
/* ----- Color palette ----------------- */
/* ------------------------------------- */
/* line 487, ../sass/2-default.scss */
.xpandable {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  padding: .5em 1em .5em 2em;
  text-transform: none;
  margin: 0.5em 0;
  font-size: 1.28571em;
  background: #efefef;
  position: relative;
}
/* line 497, ../sass/2-default.scss */
.xpandable:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  height: 18px;
  width: 18px;
  background: url(../images/arrow-green-lg.png) center center no-repeat;
}
/* line 508, ../sass/2-default.scss */
.xpandable:hover {
  cursor: pointer;
}
/* line 514, ../sass/2-default.scss */
.xpandable.open:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 521, ../sass/2-default.scss */
.xpandable-area {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  margin-bottom: 2em;
  padding: 1em;
  overflow: hidden;
}
