/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/*
 * Body
 */
/* line 19, ../sass/pages.scss */
body {
  margin: 0;
  padding: 0;
  color: #3a2615;
  background-color: #90B270;
  background-image: url(../images/bg_image.jpg);
  background-size: cover;
  background-attachment: fixed;
}

body > .page-node-1588 {
	background-image: url(../images/background1.jpg)!important;
}


/* line 32, ../sass/pages.scss */
#page-outer {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAC2BAMAAADq9Pp3AAAAA3NCSVQICAjb4U/gAAAAFVBMVEX////////5/P/4+vf1+PLl782QsnAyIzI3AAAAB3RSTlMA////////pX+m+wAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQAxMC8yLzEy8jQBBQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAAaSURBVBiVY0hgGJnQgEGAwYEhgE5QAWibAgCD/T+Rl4y41gAAAABJRU5ErkJggg==') repeat-x left top;
}

/* line 35, ../sass/pages.scss */
#page-inner {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAvBAMAAADQnb38AAAAA3NCSVQICAjb4U/gAAAAD1BMVEX////////z9vnt7/SQsnCJeB7nAAAABXRSTlMA/////xzQJlIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAVdEVYdENyZWF0aW9uIFRpbWUAMTAvMi8xMvI0AQUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzQGstOgAAAAEklEQVQImWNQYBBgMGBwoA0EAAZ8C2Fg7zbLAAAAAElFTkSuQmCC') repeat-x left bottom;
}

/* line 39, ../sass/pages.scss */
#page {
  padding: 0 30px;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 48, ../sass/pages.scss */
#skip-link {
  margin: 0;
}
/* line 51, ../sass/pages.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
/* line 66, ../sass/pages.scss */
#header {
  height: 124px;
  margin-bottom: 3px;
  position: relative;
}

/* line 72, ../sass/pages.scss */
#logo {
  /* Wrapping link for logo */
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}
/* line 77, ../sass/pages.scss */
#logo img {
  vertical-align: bottom;
}

/* line 82, ../sass/pages.scss */
#name-and-slogan {
  /* Wrapper for website name and slogan */
  float: left;
}

/* line 86, ../sass/pages.scss */
#site-name {
  /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
/* line 91, ../sass/pages.scss */
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
/* line 97, ../sass/pages.scss */
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/* line 103, ../sass/pages.scss */
#site-slogan {
  /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

/* line 108, ../sass/pages.scss */
.region-header {
  /* Wrapper for any blocks placed in the header region */
}

/*
 * Main (container for everything else)
 */
/*
 * Content
 */
/* line 122, ../sass/pages.scss */
.page-node #content .inner {
  background-color: white;
  padding: 15px;
  -moz-box-shadow: 3px 3px 10px 0px #555555;
  -webkit-box-shadow: 3px 3px 10px 0px #555555;
  box-shadow: 3px 3px 10px 0px #555555;
}

/* line 128, ../sass/pages.scss */
#content, .sidebars{
  margin-top: 1.5em;
}


/* line 133, ../sass/pages.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
  display: none;
}
/* line 135, ../sass/pages.scss */
.breadcrumb ol {
  margin: 0 0 14px 0;
  padding: 0;
}
/* line 139, ../sass/pages.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  padding: 0;
  color: #d34c02;
  font-size: 2em;
  line-height: 1em;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0px 0px 14px 0;
  font-weight: 300;
}
/* line 155, ../sass/pages.scss */
.breadcrumb li a {
  text-decoration: none;
  color: #d34c02;
}

div.views-field.views-field-field-image > span.field-content {}

/* line 163, ../sass/pages.scss */
.breadcrumb-page h1.title {
  display: none;
}
/* line 166, ../sass/pages.scss */
.breadcrumb-page .breadcrumb {
  display: block;
  margin: 15px 0 5px 5px;
}
/* line 170, ../sass/pages.scss */
.breadcrumb-page #content {
  margin-top: 0;
}

/* line 175, ../sass/pages.scss */
#home-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 115px;
  height: 52px;
  z-index: 10;
}

/* line 184, ../sass/pages.scss */
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  margin: 0;
}

/* line 193, ../sass/pages.scss */
.front h1.title {
  display: none;
}

/* line 196, ../sass/pages.scss */
h1.title,
h2.subtitle {
  color: #d34c02;
  font-size: 2em;
  line-height: 1em;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0px 0px 14px 5px;
  font-weight: 300;
}

/* line 205, ../sass/pages.scss */
h2.subtitle {
  font-size: 1em;
  margin-top: -10px;
}

/* line 211, ../sass/pages.scss */
tr.even {
  /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 215, ../sass/pages.scss */
tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 219, ../sass/pages.scss */
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
/* line 222, ../sass/pages.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 228, ../sass/pages.scss */
div.status {
  /* Normal priority messages */
}

/* line 231, ../sass/pages.scss */
div.warning,
tr.warning {
  /* Medium priority messages */
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */
}

/* line 236, ../sass/pages.scss */
div.error,
tr.error {
  /* High priority messages. See also the .error declaration below. */
}

/* line 240, ../sass/pages.scss */
.error {
  /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */
  /* Drupal core uses a #e55 background */
}

/* line 244, ../sass/pages.scss */
.warning {
  /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */
}

/* line 248, ../sass/pages.scss */
.tabs {
  /* See also the tabs.css file. */
}

/* line 251, ../sass/pages.scss */
.region-help {
  /* Help text on a page */
}

/* line 254, ../sass/pages.scss */
.more-help-link {
  /* Link to more help */
}

/* line 258, ../sass/pages.scss */
.region-highlighted .block {
  margin: 0;
}

/* line 263, ../sass/pages.scss */
.region-content-top {
  margin: 0 0 10px 0;
}
/* line 265, ../sass/pages.scss */
.region-content-top .block {
  margin: 0;
}

/* line 270, ../sass/pages.scss */
.region-content {
  /* Wrapper for the actual page content */
}

/* line 273, ../sass/pages.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
/* line 277, ../sass/pages.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

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

/* line 287, ../sass/pages.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
/* line 290, ../sass/pages.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

/* line 295, ../sass/pages.scss */
.feed-icon {
  /* The link to the RSS or Atom feed for the current list of content */
}

/* line 299, ../sass/pages.scss */
.front .feed-icon {
  display: block;
  margin: 3em 0;
}

/* line 304, ../sass/pages.scss */
.more-link {
  /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
/* line 324, ../sass/pages.scss */
.region-sidebar-second-top .inner {
  margin: 0px 43px 15px 28px;
  padding: 10px 18px 1px 28px;
}

/* line 332, ../sass/pages.scss */
.region-sidebar-second-similar-entries .inner,
.region-sidebar-second-top-top .inner,
.region-sidebar-second .inner, section.region.region-sidebar-second-top.column.sidebar, section.region.region-sidebar-second-top-top.column.sidebar {
  padding: 0 0px 0 28px;
  // margin-top: 43px!important;
}



/*
 * Footer
 */
/* line 344, ../sass/pages.scss */

#footer {
  min-height: 49px;
  font-size: .8em;
  font-family: "Bitter";
  color: #e7f1d0;
  font-weight: bold;
  line-height: 1.3em;
}
/* line 351, ../sass/pages.scss */
#footer #copyright {
  float: left;
}
/* line 354, ../sass/pages.scss */
#footer .inner {
  padding: 16px 0;
}

/*
 * Page bottom
 */
/* line 363, ../sass/pages.scss */
.region-bottom {
  /* Wrapper for any blocks placed in the page bottom region */
}

/*
 * Overrides
 */
/* line 372, ../sass/pages.scss */
.region-sidebar-second-similar-entries .block,
.region-sidebar-second-top-top .block,
.region-sidebar-second .block {
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-box-shadow: 3px 3px 10px 0px #555555;
  -webkit-box-shadow: 3px 3px 10px 0px #555555;
  box-shadow: 3px 3px 10px 0px #555555;
}

#block-views-similar-entries-block {
    padding: 10px;
    background-color: white;
}

#block-views-similar-entries-block a {
  text-decoration: none;
}

#block-views-similar-entries-block .view-content {
  margin-top: 10px;
}

#block-views-similar-entries-block .view-content > div + div {
    margin-top: 5px;
    padding: 5px 0;
    border-top: 1px solid rgb(215, 215, 215);    
}

/* line 378, ../sass/pages.scss */
.front #page-outer {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAH0BAMAAAAOE1qkAAAAA3NCSVQICAjb4U/gAAAAG1BMVEX///8gXD////8gXD/////4+vf1+PLl782QsnB41Z3/AAAACXRSTlMA3e7u//////+Fcri7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAFXRFWHRDcmVhdGlvbiBUaW1lADEwLzIvMTLyNAEFAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M0BrLToAAAACRJREFUKJFjaGAYmTCAwYEhgaGATlABaJsCgwCDwSgchQMABQCryZGRoHxkdwAAAABJRU5ErkJggg==') repeat-x left top;
}

/* line 383, ../sass/pages.scss */
.not-front #page-outermore {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA1BMVEXp6uuSAPZjAAAAAXRSTlO99TYXVwAAAAxJREFUeJxjYmCCQgAARgALnYW8OgAAAABJRU5ErkJggg==');
  background: rgba(233, 234, 235, 0.74);
}
/* line 386, ../sass/pages.scss */
.not-front .region-highlighted {
  padding: 0 2px;
}
/* line 390, ../sass/pages.scss */
.not-front .region-sidebar-second-top .inner {
  background: white;
  -moz-box-shadow: 3px 3px 10px 0px #555555;
  -webkit-box-shadow: 3px 3px 10px 0px #555555;
  box-shadow: 3px 3px 10px 0px #555555;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 397, ../sass/pages.scss */
.not-front.header-image #page-outer {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAFLBAMAAADlj/sEAAAAA3NCSVQICAjb4U/gAAAAFVBMVEX////4+vf1+PLl782QsnA+clkvZ0yyTfcgAAAACXBIWXMAAArwAAAK8AFCrDSYAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M0BrLToAAAABV0RVh0Q3JlYXRpb24gVGltZQAxMC8yLzEy8jQBBQAAAB5JREFUKJFjcGAYmVCAgYFBgcGAThACAhgSRiExEAB912DBNoAOpAAAAABJRU5ErkJggg==') repeat-x left top;
}

/* line 404, ../sass/pages.scss */
.not-front.section-blog #page-outermore {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA1BMVEXN3PCuPUDGAAAAAXRSTlO99TYXVwAAAAxJREFUeJxjYmCCQgAARgALnYW8OgAAAABJRU5ErkJggg==');
  background: rgba(205, 220, 240, 0.74);
}
/* line 407, ../sass/pages.scss */
.not-front.section-blog h1.title {
  color: #396198;
}

/* line 413, ../sass/pages.scss */
.section-enviroprenuer #page-outermore {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA1BMVEXi59Ht9759AAAAAXRSTlO99TYXVwAAAAxJREFUeJxjYmCCQgAARgALnYW8OgAAAABJRU5ErkJggg==');
  background: rgba(226, 231, 209, 0.74);
}
/* line 416, ../sass/pages.scss */
.section-enviroprenuer #page-outer {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAC2BAMAAADq9Pp3AAAAA3NCSVQICAjb4U/gAAAAFVBMVEX////////5/P/4+vf1+PLl782QsnAyIzI3AAAAB3RSTlMA////////pX+m+wAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQAxMC8yLzEy8jQBBQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAAaSURBVBiVY0hgGJnQgEGAwYEhgE5QAWibAgCD/T+Rl4y41gAAAABJRU5ErkJggg==') repeat-x left top !important;
}
/* line 419, ../sass/pages.scss */
.section-enviroprenuer h1.title {
  color: #23573b;
}
/* line 423, ../sass/pages.scss */
.section-enviroprenuer .sidebars .block h2.block-title {
  color: #23573b;
}
/* line 432, ../sass/pages.scss */
.section-enviroprenuer #block-path-block-path-block .bean-block .bean-content .content .field-name-field-links .field-item:first-child {
  background-color: #23573b;
}
/* line 434, ../sass/pages.scss */
.section-enviroprenuer #block-path-block-path-block .bean-block .bean-content .content .field-name-field-links .field-item:first-child:hover {
  background-color: #060e0a;
}

/* line 446, ../sass/pages.scss */
.section-perc-reports #page-outermore {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA1BMVEXR0t1gXWspAAAAAXRSTlO99TYXVwAAAAxJREFUeJxjYmCCQgAARgALnYW8OgAAAABJRU5ErkJggg==');
  background: rgba(209, 210, 221, 0.74);
}
/* line 449, ../sass/pages.scss */
.section-perc-reports h1.title {
  color: #3d3d56;
}
/* line 457, ../sass/pages.scss */
.section-perc-reports #block-path-block-path-block .bean-block .bean-content .content .field-name-field-links .field-item:first-child {
  background-color: #90B270;
}
/* line 459, ../sass/pages.scss */
.section-perc-reports #block-path-block-path-block .bean-block .bean-content .content .field-name-field-links .field-item:first-child:hover {
  background-color: #5d7a42;
}

/* line 470, ../sass/pages.scss */
.region-sidebar-second-top {
  font-family: "Tuffy";
  margin-top: 43px;

}
/* line 473, ../sass/pages.scss */
.region-sidebar-second-top h2 {
  font-family: "Bitter";
}

span.date-display-single, span.views-field.views-field-field-staff > span.field-content > a {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 13px;
}

div.views-field.views-field-body > span.field-content {
	padding-top: 15px;
}

.front > div#page-outermost > div#page-outermore > div#page-outer > div#page-inner > div#page > div#main > aside.sidebars > section.region.region-sidebar-second-top-top.column.sidebar > div.inner{
	 margin-top: 0!important;
}
div.views-field.views-field-field-image > span.field-content {border:0!important; border-radius:0!important;}

