/*!
	Theme Name: Trillium Health Wordpress theme
	Theme URI: http://mindutopia.com
	Author: Mindutopia
	Author URI: http://mindutopia.com
	Version: 2.0
	Description: Wordpress theme created for Trillium Health
*/
/* line 5, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/reset/_utilities.sass */
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/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/reset/_utilities.sass */
html {
  line-height: 1;
}

/* line 24, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/reset/_utilities.sass */
ol, ul {
  list-style: none;
}

/* line 26, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/reset/_utilities.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/reset/_utilities.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/reset/_utilities.sass */
q, blockquote {
  quotes: none;
}

/* line 103, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/reset/_utilities.sass */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/reset/_utilities.sass */
a img {
  border: none;
}

/* line 116, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/reset/_utilities.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* @import "fonts"; */
/* line 6, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.homepage #header {
  background-image: url("images/hero1.jpg");
  -webkit-transition: background-image 1s;
  -moz-transition: background-image 1s;
  -ms-transition: background-image 1s;
  transition: background-image 1s;
  background-size: 100% auto;
  background-position: 50% 60%;
  height: 426px;
}

/* line 17, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#header {
  color: white;
  position: relative;
  background: url(images/header_bg_content-green.png) repeat-y #eedd9b;
  height: 97px;
  position: relative;
}

/* line 23, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#header #inner-header {
  position: relative;
  z-index: 3;
}

/* line 27, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#header #gradient {
  display: none;
}

/* line 29, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.homepage #header #gradient {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: url(images/gradient.png) repeat-x transparent;
}

/* line 42, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#header img#logo {
  position: absolute;
  left: 37px;
  z-index: 100;
}

/* line 48, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#header #left-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 43px;
  background-color: #faf1d5;
}

/* line 57, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#header h1 {
  position: absolute;
  top: 127px;
  left: 535px;
  width: 480px;
  text-transform: uppercase;
  color: white;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 100;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}

/* line 72, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#header #search_box {
  position: absolute;
  top: 4px;
  right: 6px;
}

/* line 77, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#header #search_box input[type=text] {
  border: 1px solid white;
  padding: 4px;
  padding-right: 25px;
  font-size: 12px;
  background-color: transparent;
  background-image: url("images/search_glass.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  color: white;
}

/* line 35, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_mixins.scss */
#header #search_box input[type=text].placeholder {
  background-color: transparent;
  color: white;
}

/* line 36, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_mixins.scss */
#header #search_box input[type=text]:-moz-placeholder {
  background-color: transparent;
  color: white;
}

/* line 37, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_mixins.scss */
#header #search_box input[type=text]::-moz-placeholder {
  background-color: transparent;
  color: white;
}

/* line 38, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_mixins.scss */
#header #search_box input[type=text]:-ms-input-placeholder {
  background-color: transparent;
  color: white;
}

/* line 39, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_mixins.scss */
#header #search_box input[type=text]::-webkit-input-placeholder {
  background-color: transparent;
  color: white;
}

/* line 93, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#header #search_box input[type=text]:focus {
  background-color: rgba(0, 0, 0, 0.25);
  outline: none;
}

/* line 102, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar {
  position: relative;
  top: 43px;
  height: 54px;
  padding-left: 200px;
  color: #002F6C;
  background-color: #eedd9b;
  font-size: 13px;
}

/* line 113, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar li a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}

/* line 6, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/typography/links/_unstyled-link.sass */
#menubar li a:active, #menubar li a:focus {
  outline: none;
}

/* line 116, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar li.current_page_item a,
#menubar li.current-menu-item a,
#menubar li.current_page_parent a,
#menubar li.current-page-ancestor a {
  color: #73A73E;
}

/* line 123, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li:hover {
  color: #002F6C;
  background-color: #dac958;
  cursor: pointer;
}

/* line 128, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li:hover > ul {
  visibility: visible;
  width: auto;
  height: auto;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 100;
  width: 150px;
  background-color: #dac958;
}

/* line 137, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li:hover > ul > li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding: 13px 9px;
}

/* line 141, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li:hover > ul > li a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}

/* line 6, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/typography/links/_unstyled-link.sass */
#menubar > ul > li:hover > ul > li a:active, #menubar > ul > li:hover > ul > li a:focus {
  outline: none;
}

/* line 146, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li:hover > ul > li:hover {
  background-color: #eedd9b;
}

/* line 148, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li:hover > ul > li:hover a {
  color: #002F6C;
}

/* line 155, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: block;
  float: left;
  position: relative;
  min-width: 50px;
  max-width: 73px;
  height: 54px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 5px;
}

/* line 166, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li.last {
  margin-right: 0px;
}

/* line 169, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li > a {
  display: table;
  height: 54px;
}

/* line 172, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}

/* line 180, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li > ul {
  width: 0;
  height: 0;
  visibility: hidden;
}

/* line 187, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar > ul > li.last {
  margin-right: 0px;
}

/* line 193, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar #login_container {
  display: table;
  float: left;
  border-left: 1px solid white;
  background-image: url("images/provider_login_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 180px;
  height: 34px;
  margin: 10px 0;
  text-align: center;
}

/* line 204, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in #menubar #login_container {
  background-image: url("images/provider_logout_bg.png");
}

/* line 208, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in #menubar #login_container #login_button a {
  color: #fff;
}

/* line 213, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar #login_container #login_button {
  display: table-cell;
  vertical-align: middle;
  padding-top: 3px;
  font-size: 12px;
  color: #eedd9b;
}

/* line 219, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#menubar #login_container #login_button a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}

/* line 6, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/typography/links/_unstyled-link.sass */
#menubar #login_container #login_button a:active, #menubar #login_container #login_button a:focus {
  outline: none;
}

/* line 228, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
#main-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(images/main_bg_content.png?v=2) repeat-y #faf1d5;
}

/* line 232, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.homepage #main-inner {
  background-position: 312px 0;
}

/* line 238, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav .name-plate {
  width: 25%;
  float: left;
  height: 35px;
  background: url(images/provider_welcome.png) no-repeat;
  margin-top: -10px;
}

/* line 244, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav .name-plate > div {
  padding: 10px 20px;
}

/* line 247, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav .name-plate span {
  text-transform: capitalize;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

/* line 254, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav .nav {
  width: 75%;
  float: right;
  padding-bottom: 50px;
}

/* line 259, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav ul {
  list-style: none;
}

/* line 261, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav ul > li {
  display: block;
  float: left;
  max-width: 200px;
}

/* line 266, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav ul > li.first a {
  border-left: none;
}

/* line 272, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav ul ul li {
  float: none;
  width: inherit;
}

/* line 275, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav ul ul li a {
  border-left: none;
  color: #335989;
}

/* line 281, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_header.scss */
.logged-in-nav ul a {
  border-left: 2px solid #93C154;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: block;
  color: #002F6C;
}

/* line 2, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #right-pane {
  width: 50%;
  float: left;
  background-color: white;
  color: #333333;
  min-height: 440px;
  padding-top: 20px;
}

/* line 11, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #right-pane .copy {
  padding-left: 20px;
  padding-right: 15px;
  line-height: 1.4em;
}

/* line 15, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #right-pane .copy p {
  line-height: 1.4em;
}

/* line 19, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #right-pane .copy .call-to-action {
  text-transform: uppercase;
  color: #002F6C;
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 30px 0 30px 75px;
  margin-bottom: 0px;
  background-image: url("images/call-to-action_arrow.png");
  background-position: 2% 36%;
  background-repeat: no-repeat;
}

/* line 34, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #left-pane {
  background-color: #faf1d5;
  width: 50%;
  float: left;
  height: 440px;
  padding-top: 20px;
}

/* line 42, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #left-pane .row {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
}

/* line 47, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #left-pane .links {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  float: left;
  width: 170.666666667px;
  text-align: center;
  color: #002F6C;
}

/* line 6, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/typography/links/_unstyled-link.sass */
.homepage #left-pane .links:active, .homepage #left-pane .links:focus {
  outline: none;
}

/* line 54, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #left-pane .links img {
  display: block;
  margin: 0 auto 15px;
}

/* line 59, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #left-pane .links caption {
  display: block;
}

/* line 64, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #left-pane .highlight {
  color: #61779F;
  margin: 50px 30px;
  padding: 20px 0 10px 0;
  border-top: 1px solid #eedd9b;
  border-bottom: 1px solid #eedd9b;
}

/* line 71, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #left-pane .highlight h2 {
  font-size: 1.15em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  color: #002F6C;
}

/* line 79, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #left-pane .highlight p {
  margin-bottom: 1.1em;
  line-height: 1.4em;
  color: #002F6C;
}

/* line 83, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_homepage.scss */
.homepage #left-pane .highlight p a {
  color: #002F6C;
}

/* line 2, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #right-pane {
  width: 824px;
  float: left;
  background-color: white;
  color: #333333;
  padding-top: 40px;
  padding-bottom: 30px;
}

/* line 11, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #right-pane .copy {
  padding-left: 20px;
  padding-right: 15px;
  line-height: 1.2em;
}

/* line 16, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #right-pane .copy h2 {
  text-transform: uppercase;
  color: #002F6C;
}

/* line 19, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #right-pane .copy h2.title {
  font-size: 1.6em;
  color: #002F6C;
}

/* line 25, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #right-pane .copy p {
  margin-top: 1em;
  line-height: 1.35em;
}

/* line 32, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #left-pane {
  background-color: #faf1d5;
  width: 200px;
  float: left;
  padding-top: 170px;
}

/* line 39, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #left-pane > div {
  padding-left: 0px;
  padding-right: 20px;
  line-height: 2em;
}

/* line 45, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #left-pane h2 {
  padding-left: 30px;
  margin-bottom: 1.2em;
  /* color: $left-header-color; */
  color: #002F6C;
  line-height: 1.1em;
}

/* line 53, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #left-pane a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: #93C154;
}

/* line 6, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/typography/links/_unstyled-link.sass */
.content-page #left-pane a:active, .content-page #left-pane a:focus {
  outline: none;
}

/* line 56, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #left-pane a:hover {
  color: #73A73E;
}

/* line 60, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #left-pane li {
  padding-left: 30px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

/* line 64, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #left-pane li.current_page_item {
  background: url(images/side_nav_active.png) no-repeat transparent;
  background-position: 12px 3px;
}

/* line 67, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_content_page.scss */
.content-page #left-pane li.current_page_item > a:hover {
  color: #93C154;
}

/* line 2, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #quote {
  overflow: hidden;
  *zoom: 1;
  background-color: #eedd9b;
  clear: both;
  height: 230px;
  color: #002F6C;
  font-family: "Arvo";
  font-style: italic;
  font-size: 18px;
}

/* line 14, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #quote img {
  height: 230px;
  float: left;
  margin: 0 40px;
}

/* line 20, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #quote p {
  margin: 40px;
  line-height: 1.4em;
}

/* line 26, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #quote p.attribution {
  font-size: 0.7em;
}

/* line 28, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #quote p.attribution:before {
  content: "\2014\00a0";
}

/* line 36, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #contact {
  background-color: white;
  color: #333333;
  font-size: 13px;
  height: 85px;
  padding-top: 15px;
  position: relative;
}

/* line 44, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #contact img {
  float: left;
  margin: 0 15px;
}

/* line 50, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #contact h2 {
  padding-top: 11px;
  text-transform: uppercase;
  color: #002F6C;
}

/* line 56, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #contact p {
  margin-top: 9px;
}

/* line 59, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #contact p a {
  color: #93C154;
}

/* line 64, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #contact #partner-link {
  position: absolute;
  top: 0;
  right: 30px;
  text-align: right;
  width: 250px;
  line-height: 1.2em;
  font-size: 12px;
}

/* line 73, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #contact #partner-link a {
  text-decoration: none;
  color: #333333;
}

/* line 78, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_footer.scss */
#footer #contact #partner-link img {
  float: right;
}

/* line 1, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comments-area {
  margin: 48px auto;
  max-width: 474px;
  padding: 0 10px;
}

/* line 7, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-reply-title,
.comments-title {
  font: 900 16px/1.5 Lato, sans-serif;
  margin: 0;
  text-transform: uppercase;
}

/* line 14, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-list {
  list-style: none;
  margin: 0 0 48px 0;
}

/* line 19, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-author {
  font-size: 14px;
  line-height: 1.7142857142;
}

/* line 24, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-list .reply,
.comment-metadata {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
}

/* line 31, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-list .reply {
  margin-top: 24px;
}

/* line 35, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-author .fn {
  font-weight: 900;
}

/* line 39, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-author a {
  color: #2b2b2b;
}

/* line 43, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
  color: #767676;
}

/* line 49, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
  color: #41a62a;
}

/* line 56, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-top: 24px;
}

/* line 64, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0;
}

/* line 70, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-author {
  position: relative;
}

/* line 74, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-author .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
}

/* line 84, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.bypostauthor > article .fn:before {
  /* content: "\f408"; */
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}

/* line 91, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.says {
  display: none;
}

/* line 95, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 30px;
}

/* line 103, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-edit-link {
  margin-left: 10px;
}

/* line 107, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-edit-link:before {
  /* content: "\f411"; */
}

/* line 111, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-reply-link:before,
.comment-reply-login:before {
  /* content: "\f412"; */
  margin-right: 2px;
}

/* line 117, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

/* line 125, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px;
}

/* line 130, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

/* line 135, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-content > :last-child {
  margin-bottom: 0;
}

/* line 139, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-list .children {
  list-style: none;
  margin-left: 15px;
}

/* line 144, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-respond {
  margin-bottom: 24px;
  padding: 0;
}

/* line 149, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment .comment-respond {
  margin-top: 24px;
}

/* line 153, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-respond h3 {
  margin-top: 0;
  margin-bottom: 24px;
}

/* line 158, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #767676;
}

/* line 167, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  line-height: 1.7142857142;
}

/* line 174, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}

/* line 182, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-form label {
  display: block;
}

/* line 186, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

/* line 192, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}

/* line 198, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.required {
  color: #c0392b;
}

/* line 202, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

/* line 210, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-reply-title small a:hover {
  color: #41a62a;
}

/* line 214, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-reply-title small a:before {
  /* content: "\f405"; */
  font-size: 32px;
}

/* line 219, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}

/* line 226, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}

/* line 231, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
.comment-navigation .nav-previous a {
  margin-right: 10px;
}

/* line 235, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_comments.scss */
#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}

/* line 6, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.search div.copy > div {
  border-bottom: 3px solid #F0F6E7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 13, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog {
  /* Blog nav styles */
}

/* line 14, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog h2 {
  font-size: 1.5em;
}

/* line 16, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog h2 a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: #C1DC9D;
}

/* line 6, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/compass-mixins/compass/typography/links/_unstyled-link.sass */
.blog h2 a:active, .blog h2 a:focus {
  outline: none;
}

/* line 19, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog h2 a:hover {
  color: #73A73E;
}

/* line 24, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog span.post-meta {
  border-bottom: 3px solid #F0F6E7;
  display: block;
  padding: 5px;
  width: auto;
  margin: 10px 0;
  font-size: 0.75em;
  text-align: right;
}

/* line 32, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog span.post-meta a {
  color: #73A73E;
}

/* line 37, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog div.type-post > div {
  border-bottom: 3px solid #F0F6E7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 44, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog #commentform p {
  margin-bottom: 10px;
}

/* line 49, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog .post-lower > div {
  padding: 20px;
}

/* line 52, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog .post-lower h3 {
  margin-bottom: 15px;
  color: #C1DC9D;
}

/* line 57, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog .post-lower ol.commentlist li {
  background: #F0F6E7;
  margin-bottom: 10px;
}

/* line 60, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog .post-lower ol.commentlist li > div {
  padding: 10px;
  clear: both;
}

/* line 64, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog .post-lower ol.commentlist li .comment-author {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #C1DC9D;
}

/* line 69, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog .post-lower ol.commentlist li .commentmetadata {
  font-size: 0.91em;
  font-style: italic;
  margin-bottom: 10px;
}

/* line 73, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog .post-lower ol.commentlist li .commentmetadata a {
  color: #73A73E;
}

/* line 77, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog .post-lower ol.commentlist li .reply {
  height: 24px;
}

/* line 80, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog .post-lower ol.commentlist li a.comment-reply-link {
  background: #73A73E;
  color: #fff;
  text-decoration: none;
  float: right;
  display: block;
  padding: 5px;
}

/* line 92, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog #posts-dir-nav {
  text-align: center;
  margin-top: 20px;
}

/* line 95, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog #posts-dir-nav a {
  color: #fff;
  padding: 5px;
  background: #73A73E;
  text-decoration: none;
}

/* line 101, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog #posts-dir-nav span {
  color: #fff;
  display: block;
  padding: 5px;
  background-color: #F0F6E7;
}

/* line 108, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog #posts-dir-nav div.older-posts {
  float: right;
}

/* line 114, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_blog.scss */
.blog #posts-dir-nav div.newer-posts {
  float: left;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox_sprite.png");
}

/* line 82, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox_loading.gif") center center no-repeat;
}

/* line 100, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox_overlay.png");
}

/* line 190, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  /* line 270, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/* line 4, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_forms.scss */
.wpcf7,
#login-box {
  width: 250px;
  padding: 20px;
}

/* line 8, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_forms.scss */
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
#login-box input[type="password"],
#login-box input[type="email"],
#login-box input[type="text"] {
  width: 98%;
  display: block;
  padding: 5px 1%;
  outline: none;
  border-radius: 2px;
  border: 1px solid #C1DC9D;
  margin-bottom: 10px;
}

/* line 19, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_forms.scss */
.wpcf7 input[type="submit"],
#login-box input[type="submit"] {
  font-family: "Arvo";
  color: #fff;
  background: #73A73E;
  font-size: 1.3em;
  padding: 5px;
  border: none;
  border-radius: 2px;
  outline: none;
  float: right;
  cursor: pointer;
}

/* line 30, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_forms.scss */
.wpcf7 input[type="submit"]:hover,
#login-box input[type="submit"]:hover {
  background: #C1DC9D;
}

/* line 38, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_forms.scss */
.gform_wrapper textarea,
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
  border: none;
  padding: 5px 1%;
  outline: none;
  border-radius: 2px;
  border: 1px solid #C1DC9D;
  font-size: 1.0em;
  width: 99.5% !important;
}

/* line 49, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_forms.scss */
.gform_wrapper select {
  display: block;
  width: 99.5%;
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C1DC9D;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 69, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/_forms.scss */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-family: "Arvo";
  color: #fff;
  background: #73A73E;
  font-size: 1.3em;
  padding: 5px;
  border: none;
  border-radius: 2px;
  outline: none;
  float: right;
  cursor: pointer;
}

/* line 25, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
body {
  font-family: 'Sanchez', 'serif';
  background-color: #f9f9ee;
  background-image: url("images/page-bg.png");
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

/* line 36, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
#container {
  background-color: #faf1d5;
  width: 1024px;
  margin: 0 auto;
}

/* line 42, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
.clear {
  display: block;
  clear: both;
}

/* line 46, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
a {
  color: #93C154;
}

/* line 48, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
a:hover {
  color: #C1DC9D;
}

/* line 52, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
p {
  line-height: 1.4em;
}

/* line 55, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
.dots {
  display: block;
  height: 36px;
  width: auto;
  background: url(images/dotted-bg.png) transparent;
  position: relative;
  z-index: 2;
  margin-top: -36px;
}

/* line 63, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
.dots.top {
  margin-bottom: -36px;
  margin-top: 0px;
}

/* line 69, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
.search-title {
  margin-bottom: 20px;
  padding: 0 20px;
}

/* line 74, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
h1, h2, h3, h4, h5, .call-to-action, a.links span, ul.page-sublist li a {
  font-family: "Arvo", "serif";
}

/* line 77, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
h1, h2, h3, h4, h5 {
  letter-spacing: 1px;
}

/* line 82, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
h4.subheading {
  font-size: 16px;
  margin-top: 20px;
  text-transform: none;
  color: #73A73E;
}

/* line 90, Users/natereist/vagrant-local/www/trillium/htdocs/wp-content/themes/trillium/sass/style.scss */
p#lost-pass {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 10px;
  text-align: center;
}
