/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/
/* 1.1 Reset & normalize
------------------------------------------------------------------------------*/
/* line 9, sass/globals/_reset.scss */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 21, sass/globals/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* line 25, sass/globals/_reset.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 31, sass/globals/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 36, sass/globals/_reset.scss */
[hidden] {
  display: none;
}

/* line 40, sass/globals/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 46, sass/globals/_reset.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
}

/* line 50, sass/globals/_reset.scss */
body {
  line-height: 1;
}

/* line 54, sass/globals/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 58, sass/globals/_reset.scss */
a:hover, a:active {
  outline: 0;
}

/* line 62, sass/globals/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 67, sass/globals/_reset.scss */
b, strong {
  font-weight: bold;
}

/* line 71, sass/globals/_reset.scss */
blockquote {
  margin: 1em 0;
}

/* line 75, sass/globals/_reset.scss */
dfn {
  font-style: italic;
}

/* line 79, sass/globals/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 84, sass/globals/_reset.scss */
p, pre {
  margin: 1em 0;
  font-weight: 400;
}

/* line 89, sass/globals/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 95, sass/globals/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 101, sass/globals/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 105, sass/globals/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 110, sass/globals/_reset.scss */
small {
  font-size: 75%;
}

/* line 114, sass/globals/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 121, sass/globals/_reset.scss */
sup {
  top: -0.5em;
}

/* line 125, sass/globals/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 129, sass/globals/_reset.scss */
dl, menu, ol, ul {
  margin: 1em 0;
}

/* line 133, sass/globals/_reset.scss */
menu, ol, ul {
  padding: 0 0 0 1em;
}

/* line 137, sass/globals/_reset.scss */
nav ol, nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

/* line 144, sass/globals/_reset.scss */
li ol, li ul {
  margin: 0;
}

/* line 148, sass/globals/_reset.scss */
dd {
  margin: 0 0 0 2em;
}

/* line 152, sass/globals/_reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 157, sass/globals/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 161, sass/globals/_reset.scss */
legend {
  white-space: normal;
  *margin-left: -7px;
  display: none;
}

/* line 167, sass/globals/_reset.scss */
button, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 176, sass/globals/_reset.scss */
button, input {
  line-height: normal;
}

/* line 180, sass/globals/_reset.scss */
a[href], label[for], select, input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

/* line 184, sass/globals/_reset.scss */
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 190, sass/globals/_reset.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 194, sass/globals/_reset.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  *height: 13px;
  *width: 13px;
}

/* line 200, sass/globals/_reset.scss */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 207, sass/globals/_reset.scss */
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 211, sass/globals/_reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 216, sass/globals/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 221, sass/globals/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
}

/* line 227, sass/globals/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* 1.5 @font-face
------------------------------------------------------------------------------*/
@font-face {
  font-family: 'helvetica neue';
  src: url("../fonts/helveticaneue-regular-webfont.eot");
  src: url("../fonts/helveticaneue-regular-webfont.eot?") format("embedded-opentype"), url("../fonts/helveticaneue-regular-webfont.woff") format("woff"), url("../fonts/helveticaneue-regular-webfont.ttf") format("truetype"), url("../fonts/helveticaneue-regular-webfont.svg#") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica neue';
  src: url("../fonts/helveticaneue-medium-webfont.eot");
  src: url("../fonts/helveticaneue-medium-webfont.eot?") format("embedded-opentype"), url("../fonts/helveticaneue-medium-webfont.woff") format("woff"), url("../fonts/helveticaneue-medium-webfont.ttf") format("truetype"), url("../fonts/helveticaneue-medium-webfont.svg#") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica neue';
  src: url("../fonts/helveticaneue-bold-webfont.eot");
  src: url("../fonts/helveticaneue-bold-webfont.eot?") format("embedded-opentype"), url("../fonts/helveticaneue-bold-webfont.woff") format("woff"), url("../fonts/helveticaneue-bold-webfont.ttf") format("truetype"), url("../fonts/helveticaneue-bold-webfont.svg#") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* 1.2 Clearfix
------------------------------------------------------------------------------*/
/* line 4, sass/globals/_base.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

/* line 13, sass/globals/_base.scss */
.clearfix {
  zoom: 1;
}

/* 1.3 Pseudo-class transitions
------------------------------------------------------------------------------*/
/* line 21, sass/globals/_base.scss */
a, a:hover, a:focus, a:active, button, button:hover, button:focus, button:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

/* 1.4 Selection pseudo-elements
------------------------------------------------------------------------------*/
/* line 33, sass/globals/_base.scss */
::-moz-selection {
  color: #333;
  background: #ccc;
}

/* line 38, sass/globals/_base.scss */
::selection {
  color: #333;
  background: #ccc;
}

/* 1.6 Type properties
------------------------------------------------------------------------------*/
/* line 49, sass/globals/_base.scss */
p:first-child, blockquote:first-child, pre:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ul:first-child, ol:first-child, dl:first-child, table:first-child, hr:first-child, img:first-child {
  margin-top: 0;
}

/* line 53, sass/globals/_base.scss */
p:last-child, blockquote:last-child, pre:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child, hr:last-child, img:last-child {
  margin-bottom: 0;
}

/* 1.7 Image replacement
------------------------------------------------------------------------------*/
/* line 61, sass/globals/_base.scss */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

/* line 67, sass/globals/_base.scss */
.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 77, sass/globals/_base.scss */
.ie7 .ir a span, .ie7 a.ir span {
  cursor: pointer;
}

/* 1.8 Accessibility navigation & hide
------------------------------------------------------------------------------*/
/* line 85, sass/globals/_base.scss */
#accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}
/* line 90, sass/globals/_base.scss */
#accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}
/* line 94, sass/globals/_base.scss */
#accessibility-nav a:active, #accessibility-nav a:focus {
  left: 9999em;
}

/* line 100, sass/globals/_base.scss */
.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* 1.9 Default styles
------------------------------------------------------------------------------*/
/* line 109, sass/globals/_base.scss */
html {
  background-color: #e5e0d9;
  border-bottom: 18px solid #1b242b;
}

/* line 114, sass/globals/_base.scss */
body {
  font: 12px/1.25 "Open Sans", sans-serif;
  color: #9a783d;
  background: url("../images/bg_body.png") repeat-y;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

/* line 123, sass/globals/_base.scss */
a {
  text-decoration: none;
  color: #053969;
}

/* line 128, sass/globals/_base.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 132, sass/globals/_base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #9a783d;
}

/* line 137, sass/globals/_base.scss */
h1 {
  font-size: 2em;
  margin: 0;
}

/* line 142, sass/globals/_base.scss */
h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

/* line 147, sass/globals/_base.scss */
h3 {
  margin: 1em 0;
  font-size: 14px;
  margin-bottom: 0px;
  margin: 0;
}

/* line 154, sass/globals/_base.scss */
h4 {
  margin: 0.33em 0;
  font-size: 20px;
}

/* line 159, sass/globals/_base.scss */
h5 {
  margin: 1.67em 0;
  font-size: 15px;
}

/* line 164, sass/globals/_base.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/* line 169, sass/globals/_base.scss */
p {
  font-size: 15px;
  line-height: 27px;
}

/* line 174, sass/globals/_base.scss */
input[type=password], input[type=text], textarea {
  height: 23px;
  line-height: 23px;
  border: 1px solid #b2b7ad;
  border-top-color: #83857d;
  border-bottom-color: #d0d4cd;
  -moz-box-shadow: inset 0 1px 0 #dcdada;
  -webkit-box-shadow: inset 0 1px 0 #dcdada;
  box-shadow: inset 0 1px 0 #dcdada;
  padding: 0 4px;
  width: 266px;
  font-size: 14px;
}

/* line 187, sass/globals/_base.scss */
#recaptcha_table input[type=password], input[type=text], textarea {
  height: auto;
  line-height: normal;
}

/* line 192, sass/globals/_base.scss */
textarea {
  height: auto;
  line-height: 1;
  padding: 4px;
}

/* line 198, sass/globals/_base.scss */
:-moz-placeholder {
  color: #a6a6a6;
  font-style: italic;
}

/* line 203, sass/globals/_base.scss */
::-webkit-input-placeholder {
  color: #a6a6a6;
  font-style: italic;
}

/* line 212, sass/globals/_base.scss */
button, input[type=button], input[type=submit], .button {
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #9a783d;
  padding: 4px 10px;
  border: 1px solid #7f7d71;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  background: #f2f6f0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2YyZjZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2RkZGZkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2MwYzBiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(#f2f6f0 0%, #f2f6f0 39%, #dddfd9 61%, #c0c0bc 85%, #b2b2af 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #f2f6f0), color-stop(39%, #f2f6f0), color-stop(61%, #dddfd9), color-stop(85%, #c0c0bc), color-stop(100%, #b2b2af));
  background: -webkit-linear-gradient(#f2f6f0 0%, #f2f6f0 39%, #dddfd9 61%, #c0c0bc 85%, #b2b2af 100%);
  background: -o-linear-gradient(#f2f6f0 0%, #f2f6f0 39%, #dddfd9 61%, #c0c0bc 85%, #b2b2af 100%);
  background: -ms-linear-gradient(#f2f6f0 0%, #f2f6f0 39%, #dddfd9 61%, #c0c0bc 85%, #b2b2af 100%);
  background: linear-gradient(#f2f6f0 0%, #f2f6f0 39%, #dddfd9 61%, #c0c0bc 85%, #b2b2af 100%);
  -pie-background: linear-gradient(#f2f6f0 0%, #f2f6f0 39%, #dddfd9 61%, #c0c0bc 85%, #b2b2af 100%);
  behavior: url(../js/pie.htc);
  position: relative;
}

/* line 240, sass/globals/_base.scss */
.oldie button, .oldie input[type=button], .oldie input[type=submit], .oldie .button {
  box-shadow: 0 2px 3px #3b483a;
}

/* line 248, sass/globals/_base.scss */
input[type=reset] {
  font-size: 18px;
  color: #3e3d40;
  background: transparent;
}

/* line 258, sass/globals/_base.scss */
table {
  width: 100%;
}

/* line 262, sass/globals/_base.scss */
caption {
  padding: 0 0 .75em 0;
  font-weight: bold;
}

/* line 267, sass/globals/_base.scss */
th, td {
  text-align: left;
  vertical-align: top;
  padding: 0px 8px;
}

/* line 274, sass/globals/_base.scss */
hr {
  display: none;
}

/* 2.1 Container
------------------------------------------------------------------------------*/
/* line 280, sass/globals/_base.scss */
.container {
  position: relative;
  width: 996px;
  padding-right: 28px;
}

/* line 286, sass/globals/_base.scss */
#header .container {
  height: 197px;
}

/* line 290, sass/globals/_base.scss */
#footer .container {
  height: 205px;
  padding-bottom: 18px;
}

/* line 296, sass/globals/_base.scss */
.tabs {
  margin-top: -5px;
}

/* line 300, sass/globals/_base.scss */
.tab-menu {
  list-style: none;
  padding: 0 0 12px;
  margin-bottom: 0;
}
/* line 304, sass/globals/_base.scss */
.tab-menu li {
  float: left;
}
/* line 306, sass/globals/_base.scss */
.tab-menu li:last-child a {
  border: 0;
}
/* line 310, sass/globals/_base.scss */
.tab-menu a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #9a783d;
  border-right: 1px solid #949990;
  margin-right: 8px;
  padding: 0 11px 18px 0;
  text-decoration: none;
  outline: 0;
  line-height: 17px;
}
/* line 321, sass/globals/_base.scss */
.tab-menu a.active {
  color: #9a783d;
  background: url(../images/ico_tabmenu-arrow.png) 0 100% no-repeat;
}

/* line 329, sass/globals/_base.scss */
h3#description {
  margin-bottom: -15px;
  font-size: 16px;
  margin-top: 15px;
}

/* line 335, sass/globals/_base.scss */
div.reason1 ul.bulleted {
  margin-top: 0px;
  margin-left: 20px;
}

/* 2.2 Header
------------------------------------------------------------------------------*/
/* line 4, sass/globals/_header.scss */
#header {
  background: #1b242b;
  border-color: #ffffff;
  border-bottom: 1px solid #fff;
  position: relative;
  width: 100%;
}
/* line 10, sass/globals/_header.scss */
#header .site-name {
  width: 399px;
  height: 197px;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 17, sass/globals/_header.scss */
#header .site-name span {
  background: url(../images/logo.png) no-repeat;
}
/* line 21, sass/globals/_header.scss */
#header .contacts {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  color: #e6f3e7;
  margin: 0 0 22px;
  font-family: 'Open Sans', sans-serif;
}
/* line 28, sass/globals/_header.scss */
#header .contacts a {
  color: #e6f3e7;
}
/* line 31, sass/globals/_header.scss */
#header .contacts li {
  font-size: 11px;
  line-height: 15px;
}
/* line 35, sass/globals/_header.scss */
#header .contacts abbr {
  border: 0;
  display: inline-block;
  width: 1em;
  margin-right: 8px;
}
/* line 41, sass/globals/_header.scss */
#header .contacts.social li {
  float: left;
  margin-right: 12px;
}
/* line 44, sass/globals/_header.scss */
#header .contacts.social li a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/sprite_social.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 53, sass/globals/_header.scss */
#header .contacts .twitter {
  background-position: 0 -36px !important;
}
/* line 56, sass/globals/_header.scss */
#header .contacts .linkedin {
  background-position: 0 -72px !important;
}
/* line 59, sass/globals/_header.scss */
#header .contacts .youtube {
  background-position: 0 -108px !important;
}

/* line 65, sass/globals/_header.scss */
.get-in-touch {
  position: absolute;
  top: 25px;
  left: 816px;
}
/* line 69, sass/globals/_header.scss */
.get-in-touch h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 3px;
  color: #e6f3e7;
}
/* line 74, sass/globals/_header.scss */
.get-in-touch h2 a {
  display: block;
  text-decoration: none;
  color: #e6f3e7;
  padding: 6px 50px 4px 27px;
  margin: 0 0 -4px -27px;
}
/* line 80, sass/globals/_header.scss */
.get-in-touch h2 a.active {
  color: #e6f3e7;
  background: url(../images/ico_nav-active.png) 0 4px no-repeat;
}

/* 2.3 Navigation
------------------------------------------------------------------------------*/
/* line 4, sass/globals/_navigation.scss */
#navigation {
  position: absolute;
  top: 5px;
  left: 392px;
  z-index: 1;
  line-height: 1;
}
/* line 11, sass/globals/_navigation.scss */
#navigation li.active {
  background: url(../images/ico_nav-active-caravan.png) 0 4px no-repeat;
}
/* line 15, sass/globals/_navigation.scss */
#navigation a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #e6f3e7;
  text-decoration: none;
  padding: 5px 50px 4px 27px;
}
/* line 23, sass/globals/_navigation.scss */
#navigation a:hover, #navigation a.active {
  color: #e6f3e7;
}

/* line 29, sass/globals/_navigation.scss */
#top-strip {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 197px;
  background: #1b242b;
}

/* 2.5 Sidebar
------------------------------------------------------------------------------*/
/* line 4, sass/globals/_sidebar.scss */
#sidebar {
  padding: 20px 23px;
  width: 353px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  float: left;
  background: #986c41;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: white;
}
/* line 16, sass/globals/_sidebar.scss */
#sidebar .contacts {
  padding-left: 0px;
}
/* line 18, sass/globals/_sidebar.scss */
#sidebar .contacts li {
  font-size: 13px;
  line-height: 24px;
  list-style: none;
}
/* line 23, sass/globals/_sidebar.scss */
#sidebar .contacts abbr {
  margin-right: 6px;
  font-weight: bold;
  border: 0;
}
/* line 29, sass/globals/_sidebar.scss */
#sidebar a {
  color: white;
}
/* line 32, sass/globals/_sidebar.scss */
#sidebar a.button {
  color: #9a783d;
}
/* line 35, sass/globals/_sidebar.scss */
#sidebar .highlight {
  font-size: 28px !important;
  margin-bottom: 21px !important;
}

/* line 42, sass/globals/_sidebar.scss */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 48, sass/globals/_sidebar.scss */
.breadcrumbs li {
  float: left;
  font-size: 11px;
}

/* line 53, sass/globals/_sidebar.scss */
.breadcrumbs a {
  display: inline-block;
  color: #fff;
}

/* line 58, sass/globals/_sidebar.scss */
.breadcrumbs .separator {
  margin: 0 9px;
}

/* line 67, sass/globals/_sidebar.scss */
#sidebar .contacts
.our-location .address {
  margin: 19px 0 -6px;
}

/* line 73, sass/globals/_sidebar.scss */
#sidebar .social {
  list-style: none;
  padding: 0;
  line-height: 36px;
  margin-top: 20px;
}

/* line 80, sass/globals/_sidebar.scss */
#sidebar .social a {
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  background: url(../images/ico_sidebar-social-arrow.png) 0 10px no-repeat;
  padding-left: 26px;
  display: inline-block;
}

/* 2.4 Content
------------------------------------------------------------------------------*/
/* line 4, sass/globals/_content.scss */
#content {
  width: 576px;
  padding: 18px 0 0 18px;
  float: right;
  font-size: 14px;
  line-height: 24px;
}

/* line 12, sass/globals/_content.scss */
#content-wide {
  /* only used for Content-wide is only used for the rental listing to avoid having the top have padding */
  width: 595px;
  padding: 0;
  float: right;
  font-size: 14px;
  line-height: 24px;
}

/* line 20, sass/globals/_content.scss */
#content2 {
  width: 516px;
  padding: 18px 0 0 18px;
  float: right;
  font-size: 14px;
  line-height: 24px;
}

/* line 28, sass/globals/_content.scss */
#blog.content > ul.locations > li {
  border-bottom: 1px dotted #404943;
  padding: 10px 0 10px;
  overflow: hidden;
}

/* line 34, sass/globals/_content.scss */
#blog.content > ul.locations > li > span.date {
  font: 13px/16px "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 39, sass/globals/_content.scss */
#blog.content > ul.locations > li > h3 {
  font-size: 18px;
  margin: 7px 0 14px;
  font-weight: 300;
}

/* line 45, sass/globals/_content.scss */
#blog.content > ul.locations > li > p {
  font: 14px/18px "Open Sans", sans-serif;
  margin: 0 0 21px;
  font-weight: 300;
  line-height: 23px;
}

/* line 1, sass/globals/_footer.scss */
#footer {
  position: relative;
  bottom: -18px;
  width: 100%;
}
/* line 6, sass/globals/_footer.scss */
#footer .botany-logao {
  position: absolute;
  top: 131px;
  left: 24px;
  width: 138px;
  height: 55px;
  background: url(../images/sprite_footer-logo.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 16, sass/globals/_footer.scss */
#footer small {
  position: absolute;
  top: 138px;
  left: 420px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #949990;
  line-height: 18px;
  font-weight: 800;
}
/* line 26, sass/globals/_footer.scss */
#footer .appfolio-logo {
  position: absolute;
  top: 132px;
  left: 816px;
  width: 122px;
  height: 42px;
  background: url(../images/sprite_footer-logo.png) 0 -55px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 2, sass/pages/_home.scss */
.home #content {
  padding: 0 0px;
  width: 595px;
  margin-left: 0px;
}
/* line 7, sass/pages/_home.scss */
.home #sidebar {
  height: 554px;
  position: relative;
  font-size: 17px;
  line-height: 19px;
  margin-top: .5px;
}
/* line 13, sass/pages/_home.scss */
.home #sidebar .highlight {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 32px;
}
/* line 21, sass/pages/_home.scss */
.home #sidebar .highlight2 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 800;
}
/* line 30, sass/pages/_home.scss */
.home #sidebar nav ul {
  position: absolute;
  bottom: 23px;
  right: 16px;
  width: 271px;
}
/* line 35, sass/pages/_home.scss */
.home #sidebar nav ul a {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px dotted #fff;
  padding: 10px 32px 7px 0;
  text-align: right;
  background: url(../images/ico_sidebar-nav-arrow.png) 100% 9px no-repeat;
}
/* line 45, sass/pages/_home.scss */
.home #sidebar nav ul li:first-child a {
  border-top: 1px dotted #fff;
}

/* line 52, sass/pages/_home.scss */
.slideshow {
  position: relative;
  overflow: hidden;
}
/* line 55, sass/pages/_home.scss */
.slideshow figure {
  position: relative;
}
/* line 58, sass/pages/_home.scss */
.slideshow img {
  display: block;
}
/* line 61, sass/pages/_home.scss */
.slideshow figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../images/sprite_slideshow.png) 0 -60px no-repeat;
  border-top: 4px solid #9a783d;
}
/* line 70, sass/pages/_home.scss */
.slideshow .position {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 12px;
}
/* line 77, sass/pages/_home.scss */
.slideshow .title {
  font-size: 36px;
  position: absolute;
  top: 35px;
  left: 12px;
  margin: 0;
  font-weight: bold;
  line-height: normal;
}
/* line 86, sass/pages/_home.scss */
.slideshow .prev, .slideshow .next {
  position: absolute;
  top: 156px;
  left: 12px;
  width: 48px;
  height: 48px;
  background: url(../images/sprite_slideshow-caravan.png) no-repeat;
  z-index: 6;
  text-indent: -9999px;
  overflow: hidden;
  outline: 0;
}
/* line 98, sass/pages/_home.scss */
.slideshow .next {
  left: auto;
  right: 12px;
  background-position: -48px 0;
}
/* line 103, sass/pages/_home.scss */
.slideshow .pagination {
  list-style: none;
  padding: 0;
  margin: 16px 26px 0 0;
  float: right;
}
/* line 108, sass/pages/_home.scss */
.slideshow .pagination li {
  float: left;
  margin-left: 12px;
}
/* line 112, sass/pages/_home.scss */
.slideshow .pagination a {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/sprite_slideshow.png) 0 -48px no-repeat;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  outline: 0;
}
/* line 126, sass/pages/_home.scss */
.slideshow .pagination .current a {
  background-position: -12px -48px;
}

/* 3.2 About
------------------------------------------------------------------------------*/
/* line 20, sass/pages/_about.scss */
.about #footer {
  margin-top: -14px;
}

/* line 25, sass/pages/_about.scss */
.our-team {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 15px;
}
/* line 29, sass/pages/_about.scss */
.our-team > section p:nth-child(2) {
  background: black;
}
/* line 32, sass/pages/_about.scss */
.our-team > section:not(:last-child) {
  margin-bottom: 18px;
  padding-top: 4px;
}
/* line 36, sass/pages/_about.scss */
.our-team h4 {
  margin-bottom: 18px;
}
/* line 39, sass/pages/_about.scss */
.our-team h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1em;
  margin: 0;
}
/* line 45, sass/pages/_about.scss */
.our-team img {
  float: left;
  margin: -4px 18px 0 0;
  border: 1px outset #888581;
  box-shadow: 5px 10px 20px #888581;
}
/* line 51, sass/pages/_about.scss */
.our-team .contacts {
  position: static;
  list-style: none;
  margin: -3px 0 0;
  color: #9a783d;
  padding-left: 0px;
}
/* line 57, sass/pages/_about.scss */
.our-team .contacts li {
  line-height: 20px;
  font-size: 15px;
  color: #9a783d;
}
/* line 62, sass/pages/_about.scss */
.our-team .contacts abbr {
  margin-right: 9px;
  font-weight: bold;
  border: 0;
  color: #9a783d;
}

/* 3.3 Property Details
------------------------------------------------------------------------------*/
/* line 4, sass/pages/_property.scss */
.property-details .slideshow {
  margin-bottom: 17px;
}

/* line 8, sass/pages/_property.scss */
.property-details #content {
  font-size: 14px;
}

/* line 12, sass/pages/_property.scss */
.property-details .slideshow figcaption {
  height: 136px;
  background: url(../images/sprite_slideshow-caravan.png) no-repeat;
  background-position: 0 -348px;
  background-repeat: no-repeat;
}

/* line 19, sass/pages/_property.scss */
.property-details .slideshow .position {
  top: 4px;
}

/* line 23, sass/pages/_property.scss */
.property-details .slideshow .title {
  font-size: 24px;
  top: 49px;
}

/* line 28, sass/pages/_property.scss */
.property-details .slideshow .prev, .property-details .slideshow .next {
  top: 116px;
}

/* line 32, sass/pages/_property.scss */
.property-details .slideshow .pagination {
  display: none;
}

/* line 36, sass/pages/_property.scss */
.slideshow .thumbnails-link {
  position: absolute;
  top: 52px;
  right: 13px;
  color: #9a783d;
  font-size: 12px;
  font-weight: bold;
  padding-right: 20px;
  background: url(../images/sprite_slideshow.png) 100% 5px no-repeat;
}

/* line 47, sass/pages/_property.scss */
.services {
  margin-top: 55px;
  font-size: 13px;
}

/* line 52, sass/pages/_property.scss */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 49%;
  font-weight: 600;
  font-size: 13px;
}

/* line 62, sass/pages/_property.scss */
.feature-list2 {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 97%;
}

/* line 70, sass/pages/_property.scss */
.content2 {
  height: 562px;
}

/* line 77, sass/pages/_property.scss */
.ie7 .property-details #sidebar {
  height: 557px;
}

/* line 82, sass/pages/_property.scss */
.property .details {
  margin-top: 27px;
  /* height:500px; */
}

/* line 88, sass/pages/_property.scss */
.property-details .details {
  height: 561px;
}

/* line 93, sass/pages/_property.scss */
.details2 {
  margin-top: 27px;
  height: 460px;
}

/* line 98, sass/pages/_property.scss */
.details2 .highlight2 {
  font-size: 25px !important;
}

/* line 103, sass/pages/_property.scss */
.details .address {
  font-size: 18px;
  margin-bottom: -5px;
  margin-top: 30px;
  line-height: 23px;
  font-weight: 400;
}

/* line 111, sass/pages/_property.scss */
.features {
  list-style: none;
  padding: 0;
  margin: 22px 0 36px;
}

/* line 117, sass/pages/_property.scss */
.features li {
  float: left;
  border-right: 1px solid #b9d2ae;
  color: #fff;
  padding: 15px 26px 12px 0;
  margin-right: 8px;
}

/* line 125, sass/pages/_property.scss */
.features li:nth-child(2) {
  padding-right: 38px;
}

/* line 129, sass/pages/_property.scss */
.features li:last-child {
  border: 0;
  padding-right: 0;
  margin: 0;
}

/* line 135, sass/pages/_property.scss */
.features .value {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
}

/* line 142, sass/pages/_property.scss */
.features .item {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 149, sass/pages/_property.scss */
.details .social {
  margin-top: 90px !important;
}

/* line 153, sass/pages/_property.scss */
.terms {
  margin-top: 255px;
  color: #707587;
}
/* line 156, sass/pages/_property.scss */
.terms table {
  font-size: 12px;
  font-weight: bold;
}
/* line 159, sass/pages/_property.scss */
.terms table td {
  border: 1px dotted #85A271;
  border-width: 1px 0;
  padding: 9px 0;
}
/* line 163, sass/pages/_property.scss */
.terms table td:last-child {
  text-align: right;
}

/* line 171, sass/pages/_property.scss */
#floorplans li {
  float: left;
  border-right: 1px dotted;
  margin-right: 15px;
  width: 165px;
  list-style-type: none;
  padding-right: 5px;
}
/* line 178, sass/pages/_property.scss */
#floorplans li:last-child {
  border-right: none;
}
/* line 181, sass/pages/_property.scss */
#floorplans li p {
  font-size: .9em;
  line-height: 1.5em;
}

/* 3.4 News
------------------------------------------------------------------------------*/
/* line 4, sass/pages/_news.scss */
.entry {
  font-size: 15px;
  line-height: 18px;
  margin-top: 54px;
}

/* line 10, sass/pages/_news.scss */
.entry time {
  font-size: 11px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

/* line 16, sass/pages/_news.scss */
.entry h4 {
  font-size: 24px;
  color: #404943;
  margin: -2px 0 14px;
  text-transform: none;
}

/* line 23, sass/pages/_news.scss */
.entry img {
  display: block;
  margin-bottom: 17px;
}

/* line 28, sass/pages/_news.scss */
.news-scroll {
  list-style: none;
  padding: 0;
  margin-top: 57px;
}

/* line 34, sass/pages/_news.scss */
.news-scroll a {
  text-decoration: none;
}

/* line 38, sass/pages/_news.scss */
.newer-posts, .older-posts {
  height: 36px;
  background: url(../images/sprite_news-nav.png) no-repeat;
  display: block;
  float: left;
  color: #9a783d;
  font-size: 15px;
  padding: 0 0 0 50px;
}

/* line 48, sass/pages/_news.scss */
.older-posts {
  background-position: 100% -36px;
  float: right;
  padding: 0 50px 0 0;
  text-align: right;
}

/* line 55, sass/pages/_news.scss */
.news-scroll a strong {
  display: block;
  margin: 1px 0 -7px;
}

/* line 60, sass/pages/_news.scss */
.news #sidebar, .contact #sidebar {
  background: none;
  border: none;
}

/* line 65, sass/pages/_news.scss */
.news .breadcrumbs a, .contact .breadcrumbs a {
  color: #99773d;
}

/* line 69, sass/pages/_news.scss */
.archives {
  margin-top: 32px;
}

/* line 73, sass/pages/_news.scss */
.archives ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid #8c9587;
  margin: 0 0 23px;
  width: 270px;
  font-size: 12px;
  font-weight: bold;
}

/* line 83, sass/pages/_news.scss */
.archives li {
  float: right;
  width: 180px;
  border-top: 1px solid #8c9587;
  line-height: 24px;
}

/* line 90, sass/pages/_news.scss */
.archives li:first-child {
  float: left;
  width: 100%;
  margin-bottom: -24px;
}

/* line 96, sass/pages/_news.scss */
.archives li:nth-child(1), .archives li:nth-child(2) {
  border: 0;
}

/* line 100, sass/pages/_news.scss */
.archives li a {
  display: block;
  padding: 3px 2px 2px;
  line-height: 1.5;
  color: #9a783d;
  text-decoration: none;
  width: 176px;
}

/* line 109, sass/pages/_news.scss */
.archives li a:hover, .archives li a.active {
  color: #fff;
  background: #8fbb82;
}

/* line 114, sass/pages/_news.scss */
.archives li span {
  color: #404943;
  float: right;
}

/* line 119, sass/pages/_news.scss */
.ie7 .archives li span {
  margin-top: -18px;
}

/* line 123, sass/pages/_news.scss */
.archives li a:hover span, .archives li a.active span {
  color: #fff;
}

/* line 127, sass/pages/_news.scss */
.view-all {
  font-size: 12px;
  font-weight: bold;
  color: #9a783d;
  margin-top: 6px;
  display: inline-block;
}

/* 3.5 Contact
------------------------------------------------------------------------------*/
/* line 4, sass/pages/_contact.scss */
.contact .our-location {
  margin-top: 38px;
}

/* line 8, sass/pages/_contact.scss */
.contact .our-location .address {
  font-size: 15px;
  font-weight: 500;
  margin: -2px 0 -12px;
}

/* line 14, sass/pages/_contact.scss */
.contact .our-location .contacts li {
  font-size: 13px;
  line-height: 24px;
}

/* line 19, sass/pages/_contact.scss */
.contact .our-location abbr {
  font-weight: bold;
  margin-right: 6px;
}

/* line 24, sass/pages/_contact.scss */
.contact form {
  margin-top: 26px;
}

/* line 28, sass/pages/_contact.scss */
.contact label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

/* line 35, sass/pages/_contact.scss */
.contact form div {
  margin-top: 12px;
}

/* line 39, sass/pages/_contact.scss */
.contact form div div {
  margin: 0 0 -3px;
}

/* line 43, sass/pages/_contact.scss */
.phone-1, .phone-2 {
  width: 50px !important;
}

/* line 47, sass/pages/_contact.scss */
.phone-3 {
  width: 74px !important;
}

/* line 51, sass/pages/_contact.scss */
.contact textarea {
  width: 410px;
  min-height: 231px;
  max-height: 431px;
  resize: vertical;
}

/* line 58, sass/pages/_contact.scss */
.submitters {
  text-align: right;
  width: 420px;
  margin-top: 19px !important;
}

/* line 64, sass/pages/_contact.scss */
.contact input[type=submit] {
  padding: 4px 43px 3px !important;
}

/* line 68, sass/pages/_contact.scss */
.contact input[type=reset] {
  margin-right: 12px;
}

/* line 72, sass/pages/_contact.scss */
.social-networks {
  font-size: 13px;
  width: 288px;
  line-height: 24px;
  margin-top: 20px;
}

/* line 79, sass/pages/_contact.scss */
.social-links {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #adb7a6;
  margin-top: 19px;
}

/* line 90, sass/pages/_contact.scss */
.social-links a {
  display: block;
  padding: 9px 2px 8px 34px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background: url(../images/sprite_social.png) no-repeat;
  border-top: 1px solid #85A271;
  text-decoration: none;
}

/* line 102, sass/pages/_contact.scss */
.social-links a:hover {
  background-color: #649458;
  color: #fff;
}

/* line 107, sass/pages/_contact.scss */
.social-links .facebook {
  background-position: 4px 9px;
}

/* line 111, sass/pages/_contact.scss */
.social-links .twitter {
  background-position: 4px -27px;
}

/* line 115, sass/pages/_contact.scss */
.social-links .linkedin {
  background-position: 4px -63px;
}

/* line 119, sass/pages/_contact.scss */
.social-links .youtube {
  background-position: 4px -99px;
}

/* line 123, sass/pages/_contact.scss */
.fb-like-box {
  background: #fff;
  margin-top: 10px;
  width: 288px;
  height: 576px;
}

/* line 130, sass/pages/_contact.scss */
.ie7 .fb-like-box {
  margin-top: 23px;
}

/* line 133, sass/pages/_contact.scss */
.row {
  overflow: hidden;
  padding: 0 0 10px;
}

/* line 138, sass/pages/_contact.scss */
.row label {
  display: block;
  padding: 0 0 5px;
  font: 14px/16px "Open Sans", sans-serif;
  text-transform: capitalize;
}

/* line 145, sass/pages/_contact.scss */
.row input {
  padding: 6px 5px 2px;
  height: 16px;
  width: 265px;
  border: 1px solid #757575;
  font-size: 14px;
  color: #404943;
}

/* line 155, sass/pages/_contact.scss */
.row input#phone,
.row input#phone2 {
  width: 50px;
}

/* line 159, sass/pages/_contact.scss */
.row input#phone3 {
  width: 74px;
}

/* line 163, sass/pages/_contact.scss */
.row textarea {
  padding: 4px 5px;
  height: 230px;
  width: 410px;
  border: 1px solid #757575;
  font-size: 14px;
  color: #404943;
}

/* line 172, sass/pages/_contact.scss */
.btns-row {
  overflow: hidden;
  width: 426px;
}

/* line 177, sass/pages/_contact.scss */
.btns-row button {
  float: right;
  border: 0;
  background: none;
}

/* line 183, sass/pages/_contact.scss */
.btns-row a {
  float: right;
  padding: 0 20px;
  font: bold 15px/34px "Open Sans", sans-serif;
  color: #3e3d40;
}

/* line 189, sass/pages/_contact.scss */
.filter {
  position: absolute;
  left: -9999px;
}

/* 3.6 Residents/Tenants
------------------------------------------------------------------------------*/
/* Error Message Formatting*/
/* line 4, sass/pages/_residents.scss */
.error, span.fieldWithErrors input, span.fieldWithErrors textarea {
  background: none repeat scroll 0 0 #FFcccc;
}

/* line 8, sass/pages/_residents.scss */
div#ach_form div#errorExplanation {
  background-color: #FFcccc;
  width: 360px;
  padding: 10px;
  border: 1px solid red;
  color: green;
}

/* line 16, sass/pages/_residents.scss */
div#maint div#errorExplanation, div#contact div#errorExplanation {
  background-color: #FFcccc;
  width: 614px;
  padding: 10px;
  border: 1px solid red;
}

/* line 24, sass/pages/_residents.scss */
div#ach_form div#errorExplanation h2, div#maint div#errorExplanation h2, div#contact div#errorExplanation h2 {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 31, sass/pages/_residents.scss */
div#ach_form div#errorExplanation ul, div#maint div#errorExplanation ul, div#contact div#errorExplanation ul {
  margin-left: 15px;
  line-height: 1.1em;
  margin-top: -15px;
}

/* line 38, sass/pages/_residents.scss */
div#ach_form div#errorExplanation p, div#maint div#errorExplanation p, div#contact div#errorExplanation p {
  margin-bottom: 15px;
}

/*          Tenant ACH Styles               */
/*    ---- Tenant ACH Landing Page ----   */
/* line 44, sass/pages/_residents.scss */
div#calltoaction {
  padding: 10px 20px 10px 20px;
  top: 50%;
  width: 450px;
  height: 150px;
  padding-top: 20px;
  margin-bottom: 5px;
  background-color: #DFDBD3;
  border-radius: 5px;
  border: 1px solid #CAC7C3;
}

/* line 56, sass/pages/_residents.scss */
div#calltoaction h1 {
  padding-top: 10px;
}

/* line 60, sass/pages/_residents.scss */
div#calltoaction div#getstarted {
  position: relative;
  width: 200px;
  float: left;
  padding-top: 10px;
  padding-right: 15px;
  border-right: 1px solid #c3c3c3;
}

/*
div#calltoaction h3,
div#calltoaction p {
  font-size:13px;
}
*/
/* line 76, sass/pages/_residents.scss */
div#calltoaction div#getstarted p {
  width: 195px;
}

/* line 80, sass/pages/_residents.scss */
div#calltoaction div#getstarted a.button {
  position: absolute;
  /*  background-color:#88B22B;
    color:white;
  */
  height: 20px;
}

/*div#calltoaction div#getstarted a:hover.button  {
  background-color:#98c23B;
}
*/
/* line 95, sass/pages/_residents.scss */
div#calltoaction div#login {
  position: relative;
  width: 200px;
  padding-left: 30px;
  padding-top: 10px;
  float: left;
}

/* line 103, sass/pages/_residents.scss */
div#calltoaction div#login p {
  width: 195px;
}

/* line 108, sass/pages/_residents.scss */
div#calltoaction div#login a.button {
  position: absolute;
  /*  background-color:#646464;
    color:white;
  */
  height: 20px;
}

/*div#calltoaction div#login a:hover.button{
  background-color:#747474;
}
*/
/* line 122, sass/pages/_residents.scss */
div#portal {
  width: 500px;
}

/* line 126, sass/pages/_residents.scss */
div#ach_wrap_up {
  padding-top: 10px;
  margin-top: 10px;
  width: 500px;
}

/* line 132, sass/pages/_residents.scss */
div#ach_wrap_up ul.bulleted {
  padding-top: 0px;
  margin-left: 15px;
  padding-bottom: 10px;
}

/*    ---- Getting Started Form ----   */
/* line 143, sass/pages/_residents.scss */
div#ach_form {
  /*height:320px; */
}

/* line 151, sass/pages/_residents.scss */
div#maint {
  /*height:320px; */
  width: 660px;
  padding: 20px 0px 20px 50px;
}

/* line 157, sass/pages/_residents.scss */
div#ach_form h2, div#maint h2 {
  width: 408px;
  font-size: 18px;
  margin-bottom: 15px;
}

/* line 164, sass/pages/_residents.scss */
div#ach_form p {
  width: 408px;
  margin-bottom: 10px;
  color: #3C3C3C;
  line-height: 22px;
}

/* line 171, sass/pages/_residents.scss */
div#maint p {
  width: 600px;
  margin-bottom: 10px;
  color: #3C3C3C;
  line-height: 22px;
}

/* line 178, sass/pages/_residents.scss */
div#ach_form p#warning {
  color: red;
  font-size: 10px;
  padding-top: 10px;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* line 186, sass/pages/_residents.scss */
div#maint p#warning {
  color: red;
  font-size: 10px;
  padding-top: 10px;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* line 195, sass/pages/_residents.scss */
div#ach_form form, div#maint form {
  margin-left: 0px;
  padding-left: 0px;
  color: #646464;
}

/* line 201, sass/pages/_residents.scss */
div#ach_form input[type=text] {
  margin-left: 0px;
  padding-left: 0px;
  width: 380px;
  color: #646464;
  font-size: .9em;
  margin-bottom: 10px;
}

/* line 209, sass/pages/_residents.scss */
div#ach_form > form > fieldset > div.row > input#form_email {
  width: 150px;
}

/* line 212, sass/pages/_residents.scss */
div#ach_form > form > fieldset > div.row > input#form_name {
  width: 150px;
}

/* line 216, sass/pages/_residents.scss */
div#maint input[type=text] {
  margin-left: 0px;
  padding-left: 0px;
  width: 310px;
  color: #646464;
  font-size: .9em;
  margin-bottom: 10px;
}

/* line 225, sass/pages/_residents.scss */
div#maint textarea {
  color: #646464;
  font-size: .9em;
}

/* line 231, sass/pages/_residents.scss */
div#maint input.short[type=text] {
  margin-left: 0px;
  padding-left: 0px;
  width: 97px;
  color: #646464;
  font-size: .9em;
  margin-bottom: 10px;
}

/* line 240, sass/pages/_residents.scss */
div#maint input.mid[type=text] {
  margin-left: 0px;
  padding-left: 0px;
  width: 204px;
  color: #646464;
  font-size: .9em;
  margin-bottom: 10px;
}

/* line 255, sass/pages/_residents.scss */
div#ach_form input[type=submit]:hover, div#maint input[type=submit]:hover {
  background-color: #555555;
}

/* line 260, sass/pages/_residents.scss */
div#ach_form input#form_first_name {
  width: 180px;
}

/* line 264, sass/pages/_residents.scss */
div#ach_form input#form_last_name {
  margin-left: 10px;
  width: 180px;
}

/*    ---- Getting Started Confimation Page ----   */
/* line 271, sass/pages/_residents.scss */
div#ach_thanks {
  /*height:320px; */
  width: 440px;
  padding: 20px 0px 20px 50px;
}

/* line 277, sass/pages/_residents.scss */
div#ach_thanks h2 {
  margin-bottom: 15px;
  font-size: 22px;
}

/* line 286, sass/pages/_residents.scss */
div#ach_thanks p {
  width: 380px;
  color: #3C3C3C;
  line-height: 24px;
}

/*    ---- More Information ----   */
/* line 293, sass/pages/_residents.scss */
div#more_info {
  width: 440px;
  padding: 20px 0px 20px 50px;
}

/* line 298, sass/pages/_residents.scss */
div#more_info h2 {
  margin-bottom: 15px;
  font-size: 22px;
}

/* line 303, sass/pages/_residents.scss */
div#more_info ol {
  margin-top: 20px;
  padding-bottom: 20px;
}

/* line 308, sass/pages/_residents.scss */
div#more_info ol li {
  list-style-type: decimal;
  padding-bottom: 10px;
  line-height: 22px;
}

/* line 314, sass/pages/_residents.scss */
div#more_info p {
  width: 380px;
  color: #3C3C3C;
  line-height: 24px;
}

/* line 322, sass/pages/_residents.scss */
#errorExplanation {
  padding: 4px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

/* line 331, sass/pages/_residents.scss */
#errorExplanation h2 {
  text-align: left;
  padding: 5px 5px 5px 15px;
  margin: 10px 0px -5px -4px;
}

/* line 339, sass/pages/_residents.scss */
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  list-style-position: inside;
  margin: 0px 0px 0px 10px;
}

/*
 *  Part of Lightview - The jQuery Lightbox
 *  http://projects.nickstakenburg.com/lightview
 *
 *  IMPORTANT:
 *  When modifying or adding skins it's recommended to do this in a seperate file,
 *  overwriting or building on top of the styling defined here to make updating easier.
 *
 *  Documentation:
 *  http://projects.nickstakenburg.com/lightview/documentation/skins
 *
 */
/* line 14, sass/plugins/_lightview.scss */
.lv_window {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  overflow: hidden;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, sass/plugins/_lightview.scss */
.lv_window,
.lv_controls_top,
.lv_controls_top_close,
.lv_thumbnails,
.lv_thumbnails_top_close {
  z-index: 100000;
}

/* line 30, sass/plugins/_lightview.scss */
.lv_skin {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

/* line 39, sass/plugins/_lightview.scss */
.lv_bubble,
.lv_shadow {
  position: absolute;
}

/* line 42, sass/plugins/_lightview.scss */
.lv_bubble * {
  display: inline;
  position: relative;
  float: left;
  z-index: none;
}

/* line 49, sass/plugins/_lightview.scss */
.lv_skin * {
  margin: 0;
  padding: 0;
}

/* line 54, sass/plugins/_lightview.scss */
.lv_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}

/* wrapper for the spinner */
/* line 64, sass/plugins/_lightview.scss */
.lv_spinner_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}

/* The the previous/next overlay buttons on top of images */
/* line 72, sass/plugins/_lightview.scss */
.lv_inner_previous_next_overlays {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1;
  background: url("/images/skins/blank.gif");
}

/* line 84, sass/plugins/_lightview.scss */
.lv_inner_previous_next_overlays * {
  padding: 0;
  margin: 0;
}

/* line 85, sass/plugins/_lightview.scss */
.lv_inner_previous_next_overlays .lv_button {
  position: relative;
  height: 100%;
  width: 49%;
  background: url("/images/skins/blank.gif");
  zoom: 1;
  cursor: pointer;
}

/* line 93, sass/plugins/_lightview.scss */
.lv_button_inner_previous_overlay {
  float: left;
}

/* line 94, sass/plugins/_lightview.scss */
.lv_button_inner_next_overlay {
  float: right;
}

/* line 97, sass/plugins/_lightview.scss */
.lv_title_caption {
  position: absolute;
  font: 11px/18px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
  color: #eaeaea;
}

/* line 102, sass/plugins/_lightview.scss */
.lv_title_caption_slider {
  position: relative;
  float: left;
  overflow-y: hidden;
}

/* line 103, sass/plugins/_lightview.scss */
.lv_title_caption_slide {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  padding: 15px 0 7px 0;
}

/* line 104, sass/plugins/_lightview.scss */
.lv_title {
  font-weight: bold;
}

/* line 105, sass/plugins/_lightview.scss */
.lv_title, .lv_caption {
  float: left;
  clear: both;
}

/* line 110, sass/plugins/_lightview.scss */
.lv_update_queue {
  position: absolute;
  top: -15000px;
  left: -15000px;
  width: 5000px;
  height: 5000px;
  visibility: hidden;
}

/* line 119, sass/plugins/_lightview.scss */
.lv_update_queue .lv_window,
.lv_update_queue .lv_content {
  position: relative;
  overflow: visible;
  float: left;
  top: auto;
  left: auto;
  width: 100%;
}

/* line 127, sass/plugins/_lightview.scss */
.lv_content .lv_content_wrapper {
  float: left;
  clear: both;
  position: relative;
}

/* line 132, sass/plugins/_lightview.scss */
.lv_update_queue .lv_content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 137, sass/plugins/_lightview.scss */
.lv_content_wrapper canvas {
  float: left;
  zoom: 1;
}

/* line 142, sass/plugins/_lightview.scss */
.lv_content {
  position: absolute;
  padding: 0;
  margin: 0;
  overflow: auto;
  /* scrollbars */
  text-align: left;
  background: url("/images/skins/blank.gif");
  /* Chrome 18+ opacity bug */
}

/* line 151, sass/plugins/_lightview.scss */
.lv_measure_element {
  position: relative;
  float: left;
  clear: both;
}

/* line 161, sass/plugins/_lightview.scss */
.lv_content_canvas,
.lv_content_image,
.lv_content_flash,
.lv_content_object,
.lv_content_iframe,
.lv_content_html {
  float: left;
  border: 0;
  clear: both;
  padding: 0;
  margin: 0;
  background: none;
}

/* line 173, sass/plugins/_lightview.scss */
.lv_blank_background,
.lv_content {
  background-image: url("/images/skins/blank.gif");
}

/* The buttons on the side when you view a gallery */
/* line 176, sass/plugins/_lightview.scss */
.lv_side_buttons_underneath {
  position: absolute;
  top: 50%;
  left: 50%;
  clear: both;
  width: 100%;
  padding: 0;
  height: 67px;
  margin-top: -34px;
}

/* line 186, sass/plugins/_lightview.scss */
.lv_side_buttons_underneath * {
  padding: 0;
  margin: 0;
}

/* line 188, sass/plugins/_lightview.scss */
.lv_side_buttons_underneath .lv_side_left {
  float: left;
}

/* line 189, sass/plugins/_lightview.scss */
.lv_side_buttons_underneath .lv_side_right {
  float: right;
}

/* line 192, sass/plugins/_lightview.scss */
.lv_side,
.lv_side_button {
  height: 37px;
  width: 41px;
  position: absolute;
}

/* line 197, sass/plugins/_lightview.scss */
.lv_side {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  cursor: pointer;
}

/* line 204, sass/plugins/_lightview.scss */
.lv_side_left {
  margin-left: -41px;
}

/* line 205, sass/plugins/_lightview.scss */
.lv_side_right {
  margin-right: -41px;
}

/* line 206, sass/plugins/_lightview.scss */
.lv_side_button {
  height: 31px;
  width: 41px;
  cursor: pointer;
}

/* line 211, sass/plugins/_lightview.scss */
.lv_side_button_previous {
  margin-left: 0px;
  background-image: url("/images/skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -33px;
}

/* line 218, sass/plugins/_lightview.scss */
.lv_side_button_previous:hover,
.lv_side_left .lv_side_button_out {
  background-position: 0px -64px;
}

/* line 219, sass/plugins/_lightview.scss */
.lv_side_button_next {
  margin-left: 0px;
  background-image: url("/images/skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: -41px -33px;
}

/* line 226, sass/plugins/_lightview.scss */
.lv_side_button_next:hover,
.lv_side_right .lv_side_button_out {
  background-position: -41px -64px;
}

/* line 227, sass/plugins/_lightview.scss */
.lv_side_buttons_underneath .lv_side_button_out {
  margin-left: 0;
}

/* disabled states */
/* line 231, sass/plugins/_lightview.scss */
.lv_side_buttons_underneath .lv_side_left_disabled .lv_side_button,
.lv_side_buttons_underneath .lv_side_left_disabled:hover .lv_side_button {
  background-position: 0px -95px;
}

/* line 233, sass/plugins/_lightview.scss */
.lv_button_top_close {
  width: 33px;
  height: 33px;
  position: absolute;
  cursor: pointer;
  background-image: url("/images/skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  /* the spacing option set on the relative controls is taken into account when positioning */
  top: 17px;
  /* left or right is set on the css of the skin */
}

/* line 245, sass/plugins/_lightview.scss */
.lv_button_top_close:hover {
  background-position: -33px 0px;
}

/*
 * Top Controls
 */
/* line 254, sass/plugins/_lightview.scss */
.lv_controls_top {
  position: fixed;
  top: 0;
  left: 50%;
  width: 126px;
  margin-left: -63px;
  height: 63px;
  overflow: hidden;
}

/* line 263, sass/plugins/_lightview.scss */
.lv_controls_top_with_slideshow {
  width: 147px;
  margin-left: -74px;
}

/* line 268, sass/plugins/_lightview.scss */
.lv_controls_top .lv_top_middle {
  width: 100%;
  height: 33px;
  margin-top: 15px;
  float: left;
  position: relative;
}

/* line 276, sass/plugins/_lightview.scss */
.lv_controls_top .lv_top_button {
  height: 100%;
  float: left;
  position: relative;
}

/* line 281, sass/plugins/_lightview.scss */
.lv_controls_top .lv_icon {
  background-image: url("/images/skins/light/sprite.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  float: left;
  cursor: pointer;
  font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
  color: #d4d4d4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  position: relative;
}

/* line 293, sass/plugins/_lightview.scss */
.lv_controls_top .lv_icon_disabled {
  cursor: default;
  color: #2e2e2e;
  text-shadow: none;
}

/* line 299, sass/plugins/_lightview.scss */
.lv_top_previous {
  width: 63px;
}

/* line 300, sass/plugins/_lightview.scss */
.lv_top_previous .lv_icon {
  background-position: 0px -96px;
}

/* line 301, sass/plugins/_lightview.scss */
.lv_top_previous:hover .lv_icon {
  background-position: 0px -129px;
}

/* line 303, sass/plugins/_lightview.scss */
.lv_top_previous .lv_icon_disabled,
.lv_top_previous:hover .lv_icon_disabled {
  background-position: 0px -162px;
}

/* line 305, sass/plugins/_lightview.scss */
.lv_top_slideshow {
  width: 21px;
  display: none;
  position: relative;
}

/* line 306, sass/plugins/_lightview.scss */
.lv_controls_top_with_slideshow .lv_top_slideshow {
  display: block;
}

/* line 307, sass/plugins/_lightview.scss */
.lv_top_slideshow .lv_icon {
  background-position: -63px -96px;
}

/* line 308, sass/plugins/_lightview.scss */
.lv_top_slideshow:hover .lv_icon {
  background-position: -63px -129px;
}

/* line 310, sass/plugins/_lightview.scss */
.lv_top_slideshow .lv_icon_disabled,
.lv_top_slideshow:hover .lv_icon_disabled {
  background-position: -63px -162px;
}

/* line 312, sass/plugins/_lightview.scss */
.lv_top_slideshow_playing .lv_icon {
  background-position: -148px -96px;
}

/* line 313, sass/plugins/_lightview.scss */
.lv_top_slideshow_playing:hover .lv_icon {
  background-position: -148px -129px;
}

/* line 316, sass/plugins/_lightview.scss */
.lv_top_next {
  width: 62px;
}

/* line 317, sass/plugins/_lightview.scss */
.lv_top_next .lv_icon {
  background-position: -84px -96px;
}

/* line 318, sass/plugins/_lightview.scss */
.lv_top_next:hover .lv_icon {
  background-position: -84px -129px;
}

/* line 320, sass/plugins/_lightview.scss */
.lv_top_next .lv_icon_disabled,
.lv_top_next:hover .lv_icon_disabled {
  background-position: -84px -162px;
}

/* line 322, sass/plugins/_lightview.scss */
.lv_icon span {
  margin-top: 5px;
  width: 30px;
  text-align: center;
  line-height: 23px;
}

/* line 323, sass/plugins/_lightview.scss */
.lv_top_previous span {
  float: right;
  margin-right: 7px;
}

/* line 324, sass/plugins/_lightview.scss */
.lv_top_next span {
  float: left;
  margin-left: 6px;
}

/* line 327, sass/plugins/_lightview.scss */
.lv_controls_top_close {
  height: 33px;
  width: 33px;
  /* 46 */
  position: fixed;
  top: 0;
  right: 0;
  padding: 13px;
}

/* line 335, sass/plugins/_lightview.scss */
.lv_controls_top_close_button {
  height: 33px;
  width: 33px;
  float: left;
  position: relative;
  background-image: url("/images/skins/light/sprite.png");
  background-repeat: no-repeat;
  background-position: -166px -21px;
  cursor: pointer;
}

/* line 345, sass/plugins/_lightview.scss */
.lv_controls_top_close_button:hover {
  background-position: -166px -54px;
}

/*
 * Relative Controls / Slider
 */
/* line 353, sass/plugins/_lightview.scss */
.lv_controls_relative {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -150px;
  height: 50px;
  overflow: hidden;
  background: url("/images/skins/blank.gif");
}

/* line 362, sass/plugins/_lightview.scss */
.lv_slider {
  font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
  font-size: 9px;
  height: 21px;
  line-height: 21px;
  padding: 15px 0 14px 0;
  position: relative;
  overflow: hidden;
}

/* line 371, sass/plugins/_lightview.scss */
.lv_slider .lv_slider_numbers {
  float: left;
  position: relative;
  height: 21px;
  overflow: hidden;
  margin: 0 2px;
}

/* line 378, sass/plugins/_lightview.scss */
.lv_slider .lv_slider_slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
}

/* line 386, sass/plugins/_lightview.scss */
.lv_slider_number,
.lv_slider_number_empty {
  float: left;
  position: relative;
  height: 21px;
  width: 28px;
  line-height: 21px;
  overflow: hidden;
  color: #d4d4d4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: #4a4a4a;
  text-align: center;
  padding: 0;
  margin: 0;
  zoom: 1;
  text-transform: none;
  text-decoration: none;
  border: none;
  background-repeat: no-repeat;
  background: url("/images/skins/light/sprite.png");
  background-position: -67px 0px;
  cursor: pointer;
}

/* line 409, sass/plugins/_lightview.scss */
.lv_slider_number_empty {
  background-position: -151px 0px;
  cursor: default;
}

/* line 410, sass/plugins/_lightview.scss */
.lv_slider_number_last {
  margin-right: 0;
}

/* line 412, sass/plugins/_lightview.scss */
.lv_slider_number:hover {
  background-position: -95px 0px;
}

/* line 417, sass/plugins/_lightview.scss */
.lv_slider_numbers .lv_slider_number_active,
.lv_slider_numbers .lv_slider_number_active:hover {
  background-position: -123px 0px;
  color: #808080;
  cursor: default;
}

/* line 424, sass/plugins/_lightview.scss */
.lv_slider .lv_slider_icon,
.lv_slider .lv_icon {
  height: 21px;
  width: 21px;
}

/* line 428, sass/plugins/_lightview.scss */
.lv_slider .lv_slider_icon {
  zoom: 1;
  padding: 0 2px;
  /* IE6 needs padding instead of margin */
  display: inline;
  position: relative;
  cursor: pointer;
  float: left;
}

/* line 436, sass/plugins/_lightview.scss */
.lv_slider .lv_icon {
  background: url("/images/skins/light/sprite.png");
  background-repeat: no-repeat;
  /* IE6 */
  position: absolute;
  top: 0;
  left: 2px;
  display: block;
}

/* line 446, sass/plugins/_lightview.scss */
.lv_slider_previous .lv_icon {
  background-position: -82px -21px;
}

/* line 447, sass/plugins/_lightview.scss */
.lv_slider_previous .lv_icon:hover {
  background-position: -82px -42px;
}

/* line 449, sass/plugins/_lightview.scss */
.lv_slider_previous_disabled .lv_icon,
.lv_slider_previous_disabled .lv_icon:hover {
  background-position: -82px -63px;
  cursor: default;
}

/* line 451, sass/plugins/_lightview.scss */
.lv_slider_next .lv_icon {
  background-position: -103px -21px;
}

/* line 452, sass/plugins/_lightview.scss */
.lv_slider_next .lv_icon:hover {
  background-position: -103px -42px;
}

/* line 454, sass/plugins/_lightview.scss */
.lv_slider_next_disabled .lv_icon,
.lv_slider_next_disabled .lv_icon:hover {
  background-position: -103px -63px;
  cursor: default;
}

/* line 456, sass/plugins/_lightview.scss */
.lv_slider_slideshow {
  position: relative;
  top: 0;
  left: 0;
  display: inline;
}

/* line 457, sass/plugins/_lightview.scss */
.lv_slider_slideshow .lv_icon {
  background-position: -125px -21px;
}

/* line 458, sass/plugins/_lightview.scss */
.lv_slider_slideshow .lv_icon:hover {
  background-position: -125px -42px;
}

/* line 459, sass/plugins/_lightview.scss */
.lv_slider_slideshow_playing .lv_icon {
  background-position: -146px -21px;
}

/* line 460, sass/plugins/_lightview.scss */
.lv_slider_slideshow_playing .lv_icon:hover {
  background-position: -146px -42px;
}

/* line 462, sass/plugins/_lightview.scss */
.lv_slider_slideshow_disabled .lv_icon,
.lv_slider_slideshow_disabled .lv_icon:hover {
  background-position: -125px -63px;
  cursor: default;
}

/* thumbnails */
/* line 466, sass/plugins/_lightview.scss */
.lv_thumbnails {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  padding: 15px 0 15px 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 477, sass/plugins/_lightview.scss */
.lv_thumbnails_slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}

/* line 485, sass/plugins/_lightview.scss */
.lv_thumbnails_slide {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 491, sass/plugins/_lightview.scss */
.lv_thumbnail {
  width: 119px;
  height: 72px;
  float: left;
  position: relative;
  display: inline;
  overflow: hidden;
  /* IE6 */
}

/* line 499, sass/plugins/_lightview.scss */
.lv_thumbnail_image {
  position: relative;
  background: red;
  background: #161616;
  width: 108px;
  height: 60px;
  margin: 6px;
  float: left;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  display: inline;
  /* IE6 */
  z-index: 0;
  /* IE8 */
}

/* line 514, sass/plugins/_lightview.scss */
.lv_thumbnail_image img {
  position: absolute;
}

/* line 515, sass/plugins/_lightview.scss */
.lv_thumbnail_active .lv_thumbnail_image {
  filter: alpha(opacity=35);
  opacity: .35;
  display: inline;
}

/* line 521, sass/plugins/_lightview.scss */
.lv_thumbnail_icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background-position: 99px 99px;
  background-repeat: no-repeat;
  display: block !important;
  display: none;
  /* IE6 */
}

/* line 535, sass/plugins/_lightview.scss */
.lv_thumbnail_image_spinner_overlay {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background: #161616;
}

/* line 543, sass/plugins/_lightview.scss */
.lv_thumbnail_icon_video {
  background-position: 0px -196px;
}

/* line 544, sass/plugins/_lightview.scss */
.lv_thumbnail:hover .lv_thumbnail_icon_video {
  background-position: -36px -196px;
}

/* line 545, sass/plugins/_lightview.scss */
.lv_thumbnail_active:hover .lv_thumbnail_icon_video {
  background-position: 0px -196px;
}

/* 
 * Skins
 */
/* normalization for all skins */
/* line 551, sass/plugins/_lightview.scss */
.lv_content {
  text-align: left;
}

/* line 559, sass/plugins/_lightview.scss */
.lv_content,
.lv_content h1,
.lv_content h2,
.lv_content h3,
.lv_content h4,
.lv_content h5,
.lv_content h6 {
  color: #333;
}

/* line 562, sass/plugins/_lightview.scss */
.lv_content a,
.lv_content a:hover {
  color: #0088cc;
  font-weight: normal;
  background: none;
  border: 0;
  text-decoration: none;
}

/* line 569, sass/plugins/_lightview.scss */
.lv_content a:hover {
  text-decoration: underline;
}

/* line 572, sass/plugins/_lightview.scss */
.lv_title_caption a,
.lv_title_caption a:hover {
  color: #b4b4b4;
  font-weight: normal;
  background: none;
  border: 0;
  text-decoration: none;
}

/* line 579, sass/plugins/_lightview.scss */
.lv_title_caption a:hover {
  text-decoration: underline;
}

/* 
 * skin: 'light'
 */
/* title/caption */
/* line 585, sass/plugins/_lightview.scss */
.lv_window_light .lv_title_caption {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

/* close button */
/* line 588, sass/plugins/_lightview.scss */
.lv_window_light .lv_button_top_close {
  top: 17px;
  left: 55px;
}

/* sprite */
/* line 604, sass/plugins/_lightview.scss */
.lv_window_light .lv_side_button_previous,
.lv_window_light .lv_side_button_next,
.lv_window_light .lv_button_top_close,
.lv_window_light .lv_controls_top_close_button,
.lv_window_light .lv_slider .lv_icon,
.lv_window_light .lv_slider_number,
.lv_window_light .lv_slider_number_empty,
.lv_window_light .lv_controls_top_close_button,
.lv_controls_top_skin_light .lv_icon,
.lv_controls_top_close_skin_light .lv_controls_top_close_button,
.lv_thumbnails_skin_light .lv_thumbnail_icon {
  background-image: url("/images/skins/light/sprite.png") !important;
  background-image: url("/images/skins/light/sprite_ie_lt_7.png");
  /* IE < 7 */
}

/*
 * skin: 'dark'
 */
/* normalization */
/* line 620, sass/plugins/_lightview.scss */
.lv_content_dark,
.lv_content_dark h1,
.lv_content_dark h2,
.lv_content_dark h3,
.lv_content_dark h4,
.lv_content_dark h5,
.lv_content_dark h6 {
  color: #f3f3f3;
}

/* line 625, sass/plugins/_lightview.scss */
.lv_content_dark a,
.lv_content_dark a:hover {
  color: #b4b4b4;
}

/* sprite */
/* line 640, sass/plugins/_lightview.scss */
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_previous,
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_next,
.lv_window_dark .lv_button_top_close,
.lv_window_dark .lv_controls_top_close_button,
.lv_window_dark .lv_slider .lv_icon,
.lv_window_dark .lv_slider .lv_slider_number,
.lv_window_dark .lv_slider .lv_slider_number_empty,
.lv_window_dark .lv_controls_top_close_button,
.lv_controls_top_skin_dark .lv_icon,
.lv_controls_top_close_skin_dark .lv_controls_top_close_button,
.lv_thumbnails_skin_dark .lv_thumbnail_icon {
  background-image: url("/images/skins/dark/sprite.png") !important;
  background-image: url("/images/skins/dark/sprite_ie_lt_7.png");
  /* IE < 7 */
}

/* close button */
/* line 646, sass/plugins/_lightview.scss */
.lv_window_dark .lv_button_top_close {
  top: 18px;
  left: 53px;
}

/* controls: 'relative' */
/* line 652, sass/plugins/_lightview.scss */
.lv_window_dark .lv_slider_number {
  color: #acacac;
}

/* line 653, sass/plugins/_lightview.scss */
.lv_window_dark .lv_slider_number:hover {
  color: #e3e3e3;
}

/* line 655, sass/plugins/_lightview.scss */
.lv_window_dark .lv_slider_number_active,
.lv_window_dark .lv_slider_number_active:hover {
  color: #5d5d5d;
}

/* controls: 'top' */
/* line 658, sass/plugins/_lightview.scss */
.lv_controls_top_skin_dark .lv_icon {
  color: #a6a6a6;
}

/* line 659, sass/plugins/_lightview.scss */
.lv_controls_top_skin_dark .lv_icon:hover {
  color: #e0e0e0;
}

/* line 661, sass/plugins/_lightview.scss */
.lv_controls_top_skin_dark .lv_icon_disabled,
.lv_controls_top_skin_dark .lv_icon_disabled:hover {
  color: #575757;
}

/* 
 * skin: 'mac'
 */
/* title/caption */
/* line 668, sass/plugins/_lightview.scss */
.lv_window_mac .lv_title_caption {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

/* sprite */
/* line 681, sass/plugins/_lightview.scss */
.lv_window_mac .lv_side_button_previous,
.lv_window_mac .lv_side_button_next,
.lv_window_mac .lv_button_top_close,
.lv_window_mac .lv_controls_top_close_button,
.lv_window_mac .lv_slider .lv_icon,
.lv_window_mac .lv_slider_number,
.lv_window_mac .lv_slider_number_empty,
.lv_window_mac .lv_controls_top_close_button,
.lv_controls_top_skin_mac .lv_icon,
.lv_controls_top_close_skin_mac .lv_controls_top_close_button,
.lv_thumbnails_skin_mac .lv_thumbnail_icon {
  background-image: url("images//images/skins/mac/sprite.png") !important;
  background-image: url("images//images/skins/mac/sprite_ie_lt_7.png");
}

/* close button */
/* line 687, sass/plugins/_lightview.scss */
.lv_window_mac .lv_button_top_close {
  top: 39px;
  left: 39px;
}

/* controls: 'relative' */
/* line 693, sass/plugins/_lightview.scss */
.lv_window_mac .lv_slider_number {
  color: #acacac;
}

/* line 694, sass/plugins/_lightview.scss */
.lv_window_mac .lv_slider_number:hover {
  color: #e1e1e1;
}

/* line 696, sass/plugins/_lightview.scss */
.lv_window_mac .lv_slider_number_active,
.lv_window_mac .lv_slider_number_active:hover {
  color: #5d5d5d;
}

/* controls: 'top' */
/* line 699, sass/plugins/_lightview.scss */
.lv_controls_top_skin_mac .lv_icon {
  color: #a6a6a6;
}

/* line 700, sass/plugins/_lightview.scss */
.lv_controls_top_skin_mac .lv_icon:hover {
  color: #e0e0e0;
}

/* line 702, sass/plugins/_lightview.scss */
.lv_controls_top_skin_mac .lv_icon_disabled,
.lv_controls_top_skin_mac .lv_icon_disabled:hover {
  color: #575757;
}

/* line 1, sass/plugins/_vallenato.scss */
#accordion-container {
  font-size: 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  width: 459px;
}

/* line 10, sass/plugins/_vallenato.scss */
#content .accordion-header {
  font-size: 16px;
  margin: 5px 0 0 0;
  cursor: pointer;
  color: #9A783D;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 459px;
  background-color: #DFDBD3;
  /*	background: url(../images/bg_body2.png);*/
  border: 1px solid #C7CFC1;
}

/* line 24, sass/plugins/_vallenato.scss */
#content .active-header {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: url(/images/active-header.gif) #e5eddf;
  background-repeat: no-repeat;
  background-position: right 50%;
  width: 459px;
  background-color: #DBD5C9;
  padding: 15px;
  margin-bottom: 5px;
  /*	background: url(../images/bg_body2.png) ;*/
}

/* line 38, sass/plugins/_vallenato.scss */
#content .active-header:hover {
  background: url(/images/active-header.gif) #e5eddf;
  background-repeat: no-repeat;
  background-position: right 50%;
  width: 459px;
  background: #DBD7D0;
  padding: 15px;
  /*background: url(../images/bg_body2.png);*/
}

/* line 48, sass/plugins/_vallenato.scss */
#content .inactive-header {
  background: url(/images/inactive-header.gif) #e5eddf;
  background-repeat: no-repeat;
  background-position: right 50%;
  width: 459px;
  margin-bottom: 5px;
  background-color: #DBD5C9;
  padding: 15px;
  /*background: url(../images/bg_body2.png) ;*/
}

/* line 59, sass/plugins/_vallenato.scss */
#content .inactive-header:hover {
  background: url(/images/inactive-header.gif) #e5eddf;
  background-repeat: no-repeat;
  background-position: right 50%;
  width: 459px;
  background: #ffffff;
  padding: 15px;
  /*	background: url(../images/bg_body2.png) ;*/
}

/* line 69, sass/plugins/_vallenato.scss */
#content .accordion-content {
  display: none;
  width: 459px;
  padding: 15px;
  border-top: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  text-align: left;
  background: #DBD7D0;
  margin-bottom: 5px;
  border: 1px solid #C7CFC1;
}

/* line 93, sass/plugins/_vallenato.scss */
#social-container {
  font-size: 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

/* line 105, sass/plugins/_vallenato.scss */
.social-header {
  display: block;
  padding: 9px 2px 8px 34px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: url(../images/sprite_social.png) no-repeat;
  border-top: 1px solid#2B4353;
  text-decoration: none;
}

/* line 116, sass/plugins/_vallenato.scss */
.social-header img {
  margin-right: 10px;
  float: left;
  position: relative;
  bottom: 9px;
}

/* line 124, sass/plugins/_vallenato.scss */
.active-header-social {
  -moz-border-radius: 5px 5px 0 0;
  background: url(/images/active-header.gif) #e5eddf;
  background-repeat: no-repeat;
  background-position: right 50%;
  background: #DAE0D5;
  padding: 15px;
  margin-bottom: 5px;
  background: url(../images/bg_body2.png);
}

/* line 138, sass/plugins/_vallenato.scss */
.active-header-social:hover {
  background: url(/images/active-header.gif) #e5eddf;
  background-repeat: no-repeat;
  background-position: right 50%;
  background: #DAE0D5;
  padding: 15px;
  background: url(../images/bg_body2.png);
}

/* line 152, sass/plugins/_vallenato.scss */
.inactive-header-social {
  background: url(/images/inactive-header.gif) #e5eddf;
  background-repeat: no-repeat;
  background-position: right 50%;
  margin-bottom: 3px;
  background: #DAE0D5;
  padding: 10px;
  background: url(../images/bg_body2.png);
}

/* line 166, sass/plugins/_vallenato.scss */
.inactive-header-social:hover {
  background: url(/images/inactive-header.gif) #e5eddf;
  background-repeat: no-repeat;
  background-position: right 50%;
  background-color: #1A242B;
  background: #DAE0D5;
  background: url(../images/bg_body2.png);
}

/* line 176, sass/plugins/_vallenato.scss */
.social-content {
  display: none;
  width: 300px;
  padding: 15px;
  border-top: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  text-align: left;
  background: #DAE0D5;
}

/* line 3, sass/_custom.scss */
.home #sidebar .highlight {
  font-size: 48px;
  font-weight: bold;
  color: #444C4F;
}

/* line 9, sass/_custom.scss */
.slideshow .prev, .slideshow .next {
  background-image: url("../images/sprite_slideshow-blue.png");
}

/* line 12, sass/_custom.scss */
.home .slideshow figcaption {
  background-image: url("../images/sprite_slideshow-blue.png");
  background-repeat: repeat-x;
  height: 85px;
}

/* line 17, sass/_custom.scss */
.home .slideshow .title {
  top: 5px;
  font-size: 30px;
}

@media print {
  /* line 2, sass/_print.scss */
  body {
    font: normal normal 12pt/1.5em "Times New Roman", Times, serif;
  }

  /* line 6, sass/_print.scss */
  a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }

  /* line 10, sass/_print.scss */
  a[href^="/"]:after {
    content: " (http://domain.com" attr(href) ") ";
  }

  /* line 14, sass/_print.scss */
  #accessibility-nav, .hide {
    display: none !important;
  }

  /* 5. Testing 
  ----------------*/
  /* line 20, sass/_print.scss */
  .accordion {
    border: 1px solid #ddd;
    border-top: none;
    margin: 10px 0;
    width: 470px;
  }

  /* line 21, sass/_print.scss */
  #accordion > a {
    display: block;
    text-decoration: none;
  }

  /* line 22, sass/_print.scss */
  #accordion > h2, .accordion > a {
    background-color: #fff;
    background-image: url(../img/gradient.jpg);
    background-image: -moz-linear-gradient(bottom, #f1f1f1, white);
    background-image: -ms-linear-gradient(bottom, #f1f1f1, white);
    background-image: -o-linear-gradient(bottom, #f1f1f1, white);
    background-image: -webkit-linear-gradient(bottom, #f1f1f1, white);
    background-image: linear-gradient(bottom, #f1f1f1, #ffffff);
    border-top: 1px solid #ddd;
    color: #222;
    font: 14px/30px "Verdana", sans-serif;
    height: 30px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
  }

  /* line 29, sass/_print.scss */
  p {
    color: #555;
    font: 12px/18px "Verdana", sans-serif;
    padding: 20px 10px;
  }
}
