/*! 
Theme Name: Blu Project Management
Theme URI: http://blupm.com.au
Description: Theme custom designed for Blu Project Management
Author: <a href="http://noosawebsites.com.au/" target="_blank">Noosa Websites</a>
Author URI: http://noosawebsites.com.au
Version: 1.2
*/
/* line 1, sass/_setup.scss */
.annimate {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* line 4, sass/_setup.scss */
.annimate_fast {
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

/* line 7, sass/_setup.scss */
.trans_zoom {
  zoom: 1;
}

/* line 3, sass/_normalize.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 17, sass/_normalize.scss */
body {
  margin: 0;
}

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

/* line 44, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

/* line 61, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 70, sass/_normalize.scss */
a {
  background: transparent;
}

/* line 76, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 85, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 90, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 96, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 102, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 108, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 114, sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 126, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 129, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/_normalize.scss */
img {
  border: 0;
}

/* line 142, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 150, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 155, sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 162, sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 167, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 186, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 197, sass/_normalize.scss */
button {
  overflow: visible;
  width: auto;
}

/* line 206, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 216, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 225, sass/_normalize.scss */
label {
  cursor: pointer;
}

/* line 229, sass/_normalize.scss */
input, select {
  vertical-align: middle;
}

/* line 234, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/* line 250, sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 259, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 268, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

/* line 292, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 300, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 306, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 312, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 320, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 325, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* line 335, sass/_normalize.scss */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 352, sass/_normalize.scss */
body {
  line-height: 1;
}

/* line 355, sass/_normalize.scss */
ol, ul {
  list-style: none;
}

/* line 358, sass/_normalize.scss */
blockquote, q {
  quotes: none;
}

/* line 361, sass/_normalize.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
/* line 368, sass/_normalize.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 373, sass/_normalize.scss */
ins {
  text-decoration: none;
}

/* line 376, sass/_normalize.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 381, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* line 4, sass/_reset.scss */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

/* line 24, sass/_reset.scss */
ol, ul {
  list-style: none;
}

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

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

/* remember to define focus styles! */
/* line 37, sass/_reset.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 42, sass/_reset.scss */
ins {
  text-decoration: none;
}

/* line 45, sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 50, sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ======================================================= */
/*                       Base Style                        */
/* ======================================================= */
/* Basic typography
---------------------------------------------------------- */
/* line 8, sass/_screen.scss */
body {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #999;
  font-weight: 500;
}

/* line 15, sass/_screen.scss */
strong, b, th, thead td {
  font-weight: 700;
  color: #fff;
}

/* line 21, sass/_screen.scss */
cite, em, dfn {
  font-style: italic;
}

/* line 24, sass/_screen.scss */
code, kbd, samp, pre, tt, var {
  font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
}

/* line 27, sass/_screen.scss */
code, pre {
  display: block;
  white-space: pre;
}

/* line 31, sass/_screen.scss */
del {
  text-decoration: line-through;
  color: #666;
}

/* line 35, sass/_screen.scss */
ins, dfn {
  border-bottom: 1px solid #ccc;
}

/* line 38, sass/_screen.scss */
small, sup, sub {
  font-size: 85%;
}

/* line 41, sass/_screen.scss */
abbr, acronym {
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* line 45, sass/_screen.scss */
a abbr, a acronym {
  border: none;
}

/* line 48, sass/_screen.scss */
abbr[title], acronym[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}

/* line 52, sass/_screen.scss */
sup {
  vertical-align: super;
}

/* line 55, sass/_screen.scss */
sub {
  vertical-align: sub;
}

/* line 58, sass/_screen.scss */
p, ul, ol, dl, table, fieldset, blockquote, pre, code {
  margin-bottom: 20px;
}

/* line 61, sass/_screen.scss */
p.last, ul.last, ol.last, dl.last, table.last, fieldset.last, blockquote.last, pre.last, code.last {
  margin-bottom: 0px;
}

/* line 65, sass/_screen.scss */
a.more-link {
  display: block;
  text-align: right;
  padding-right: 20px;
}

/* Basic size
---------------------------------------------------------- */
/* line 72, sass/_screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 800;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 85, sass/_screen.scss */
h3 {
  font-size: 18px;
  line-height: 1.2em;
  color: #ccc;
}

/* line 91, sass/_screen.scss */
h4 {
  font-size: 18px;
  line-height: 1.4em;
  text-transform: none;
  font-weight: 100;
  margin-bottom: 20px;
}

/* line 98, sass/_screen.scss */
h5 {
  font-size: 18px;
  line-height: 1.4em;
  text-transform: none;
  font-weight: 100;
  margin-bottom: 0px;
}

/* line 105, sass/_screen.scss */
h6 {
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
}

/* Basic lists
---------------------------------------------------------- */
/* line 114, sass/_screen.scss */
ul {
  margin: 0px 0px 20px;
  list-style-position: outside;
  list-style-type: disc;
}

/* line 119, sass/_screen.scss */
ul li,
ol li {
  margin-left: 1.85em;
}

/* line 125, sass/_screen.scss */
ul.cols2 li {
  width: 40%;
  float: left;
  margin-left: 1.85em;
}

/* line 130, sass/_screen.scss */
ul ul {
  list-style-type: square;
}

/* line 133, sass/_screen.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 136, sass/_screen.scss */
ol {
  margin: 0px 0px 20px;
  list-style-position: outside;
  list-style-type: decimal;
}

/* line 141, sass/_screen.scss */
dt {
  margin-top: .8em;
  margin-bottom: .4em;
  font-weight: bold;
}

/* line 146, sass/_screen.scss */
ol ol, ul ol {
  margin-left: 2.5em;
}

/* line 149, sass/_screen.scss */
ul ol, ol ul, ol ol, ul ul {
  margin-bottom: 0;
}

/* line 154, sass/_screen.scss */
.upper {
  text-transform: uppercase !important;
}

/* Link style
---------------------------------------------------------- */
/* line 161, sass/_screen.scss */
a {
  color: #1174b8;
  outline: none;
  text-decoration: underline;
}

/* line 166, sass/_screen.scss */
a:hover {
  color: #F90;
}

/* Non-semantic helper classes
---------------------------------------------------------- */
/* line 171, sass/_screen.scss */
.center {
  text-align: center;
}

/* line 174, sass/_screen.scss */
.hidden, .hide {
  display: none !important;
  visibility: hidden !important;
}

/* line 178, sass/_screen.scss */
.invisible {
  visibility: hidden;
}

/* line 181, sass/_screen.scss */
.alignright {
  float: right;
}

/* line 184, sass/_screen.scss */
.alignleft {
  float: left;
}

/* line 187, sass/_screen.scss */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* line 191, sass/_screen.scss */
.clearboth, .clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* line 200, sass/_screen.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 201, sass/_screen.scss */
* html .clearfix, *:first-child + html .clearfix {
  zoom: 1;
}

/* First selector = IE6, Second Selector = IE 7 */
/* line 202, sass/_screen.scss */
.inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 203, sass/_screen.scss */
* html .inner, *:first-child + html .inner {
  zoom: 1;
}

/* First selector = IE6, Second Selector = IE 7 */
/* line 204, sass/_screen.scss */
.entry:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 205, sass/_screen.scss */
* html .entry, *:first-child + html .entry {
  zoom: 1;
}

/* First selector = IE6, Second Selector = IE 7 */
/* ======================================================= */
/*                        Structure                        */
/* ======================================================= */
/* Main Structure
---------------------------------------------------------- */
/* line 213, sass/_screen.scss */
body {
  background: #101010 url(images/grain-even-dark.png);
}

/* line 216, sass/_screen.scss */
#wrapper {
  padding: 0px 0px;
  background: #323232 url(images/grain-even-dark.png);
}

/* line 220, sass/_screen.scss */
#wrapper, #header, #page, #content, .sidebar, .inner {
  position: relative;
}

/* line 223, sass/_screen.scss */
.inner {
  width: 1020px;
  margin: 0 auto;
  height: 100%;
  padding: 0px;
}

/* ======================================================= */
/*                         Header                          */
/* ======================================================= */
/* line 229, sass/_screen.scss */
#header {
  z-index: 200;
  padding: 0px;
  margin: 0px;
  background: #fff;
}

/* line 235, sass/_screen.scss */
#header .inner {
  padding: 0px 0px 0px;
}

/* line 240, sass/_screen.scss */
#header h1 {
  font-size: 12px;
  line-height: 1.2em;
  float: left;
  margin: 0px 0px;
}

/* line 246, sass/_screen.scss */
#header h1 a {
  display: block;
  width: 250px;
  height: 100px;
  background: url(images/blu_project_management_logo.png) no-repeat left center;
  text-indent: -9999px;
}

/* line 253, sass/_screen.scss */
#header .description {
  display: none;
}

/* line 258, sass/_screen.scss */
.page_title {
  padding: 0px;
}

/* line 261, sass/_screen.scss */
.page_title h2 {
  text-shadow: 2px 2px 2px #093a5c;
}

/* ======================================================= */
/*                          Page                           */
/* ======================================================= */
/* line 272, sass/_screen.scss */
#page .top {
  height: 40px;
}

/* line 275, sass/_screen.scss */
#page .bottom {
  height: 40px;
}

/* line 279, sass/_screen.scss */
body.home #header,
body.home #page {
  border: none;
}

/* line 283, sass/_screen.scss */
body.home #page .top {
  height: 20px;
}

/* ======================================================= */
/*                         Content                         */
/* ======================================================= */
/* full width
---------------------------------------------------------- */
/* content body
---------------------------------------------------------- */
/* line 298, sass/_screen.scss */
#content {
  width: 60%;
  float: left;
}

/* line 302, sass/_screen.scss */
#content.fullwidth {
  width: auto;
  float: none;
}

/* line 306, sass/_screen.scss */
.sidebar {
  width: 30%;
  float: right;
}

/* ======================================================= */
/*                         Footer                          */
/* ======================================================= */
/* Footer Body
---------------------------------------------------------- */
/* line 316, sass/_screen.scss */
#footer {
  clear: both;
  color: #777;
}

/* line 320, sass/_screen.scss */
#footer .inner {
  padding: 0px 0 20px;
}

/* line 323, sass/_screen.scss */
#footer .top {
  height: 40px;
}

/* line 329, sass/_screen.scss */
#footer h3 {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px;
  color: #fff;
}

/* line 341, sass/_screen.scss */
#footer ul,
#footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 348, sass/_screen.scss */
#footer ul {
  border-top: 1px solid #333;
}

/* line 351, sass/_screen.scss */
#footer ul li {
  border-bottom: 1px solid #333;
}

/* line 354, sass/_screen.scss */
#footer ul li a {
  display: block;
  padding: 6px 10px;
  line-height: 1.4em;
  text-decoration: none;
  color: #999;
}

/* line 361, sass/_screen.scss */
#footer ul li a:hover {
  background: #2a2a2a url(images/grain-even-dark.png);
  color: #fff;
}

/* line 369, sass/_screen.scss */
#copyright {
  clear: both;
}

/* line 372, sass/_screen.scss */
#copyright .inner {
  padding: 20px 0 30px;
  text-align: center;
  font-size: 12px;
  color: #777;
}

/* line 386, sass/_screen.scss */
#copyright p.copyright {
  float: right;
  text-align: right;
  margin: 6px 0px 0px;
}

/* Right Sidebar
---------------------------------------------------------- */
/* line 402, sass/_screen.scss */
.sidebar div.widget {
  padding: 0px 0px 0px;
  margin: 0px 0px 30px;
}

/* line 406, sass/_screen.scss */
.sidebar div.widget div.content {
  padding: 0px;
}

/* line 411, sass/_screen.scss */
.sidebar h3 {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 5px;
  color: #fff;
}

/* line 420, sass/_screen.scss */
.sidebar ul,
.sidebar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 427, sass/_screen.scss */
.sidebar ul {
  border-top: 1px solid #444;
}

/* line 430, sass/_screen.scss */
.sidebar ul li {
  border-bottom: 1px solid #444;
}

/* line 433, sass/_screen.scss */
.sidebar ul li a {
  display: block;
  padding: 6px 10px;
  line-height: 1.4em;
  text-decoration: none;
}

/* line 439, sass/_screen.scss */
.sidebar ul li a:hover {
  background: #3a3a3a;
}

/* ======================================================= */
/*                         Divider                         */
/* ======================================================= */
/* line 448, sass/_screen.scss */
.divider {
  position: relative;
  clear: both;
  display: block;
  padding: 0px;
  margin: 30px 0px;
  height: 1px;
  background: #444;
  border: none;
}

/* line 458, sass/_screen.scss */
ul.social,
ul.social li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/* line 464, sass/_screen.scss */
ul.social {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 0px;
}

/* line 470, sass/_screen.scss */
#copyright ul.social {
  position: relative;
  top: auto;
  right: auto;
  float: left;
}

/* line 476, sass/_screen.scss */
ul.social li {
  float: left;
  margin: 0px 6px 6px 0px;
}

/* line 480, sass/_screen.scss */
#copyright ul.social li {
  float: left;
  margin: 0px 0px 0px 8px;
}

/* line 484, sass/_screen.scss */
ul.social li a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  border: none;
}

/* line 494, sass/_screen.scss */
#copyright ul.social li a {
  zoom: 1;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 499, sass/_screen.scss */
#copyright ul.social li a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 503, sass/_screen.scss */
ul.social li.facebook a {
  background-image: url(images/social/facebook.png);
}

/* line 506, sass/_screen.scss */
ul.social li.instagram a {
  background-image: url(images/social/instagram.png);
}

/* line 509, sass/_screen.scss */
ul.social li.twitter a {
  background-image: url(images/social/twitter.png);
}

/* line 512, sass/_screen.scss */
ul.social li.flickr a {
  background-image: url(images/social/flickr.png);
}

/* line 515, sass/_screen.scss */
ul.social li.linkedin a {
  background-image: url(images/social/linkedin.png);
}

/* line 518, sass/_screen.scss */
ul.social li.google a {
  background-image: url(images/social/google.png);
}

/* line 521, sass/_screen.scss */
ul.social li.youtube a {
  background-image: url(images/social/youtube.png);
}

/* line 524, sass/_screen.scss */
ul.social li.youtube a {
  background-image: url(images/social/youtube.png);
}

/* line 527, sass/_screen.scss */
ul.social li.email a {
  background-image: url(images/social/email.png);
}

/* line 530, sass/_screen.scss */
ul.social li.skype a {
  background-image: url(images/social/skype.png);
}

/* line 533, sass/_screen.scss */
ul.social li.rss a {
  background-image: url(images/social/rss.png);
}

/* line 541, sass/_screen.scss */
body.home div.sections {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #444;
}

/* line 546, sass/_screen.scss */
div.sections ul,
div.sections ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 552, sass/_screen.scss */
div.sections ul {
  margin-right: -20px;
}

/* line 555, sass/_screen.scss */
div.sections ul li {
  margin: 0px 0px 20px 0px;
  float: left;
  width: 50%;
}

/* line 560, sass/_screen.scss */
div.sections ul li .module {
  margin: 0px 20px 0px 0px;
}

/* line 563, sass/_screen.scss */
div.sections .thumbnail {
  display: block;
  padding: 5px;
  background: #202020 url(images/grain-even-dark.png);
  position: relative;
  margin-bottom: 15px;
}

/* line 570, sass/_screen.scss */
div.sections .thumbnail img {
  display: block;
  width: 100%;
}

/* line 574, sass/_screen.scss */
div.sections h3 {
  font-size: 18px;
  line-height: 1.4em;
  margin: 0px;
  font-weight: 800;
  text-transform: uppercase;
}

/* line 581, sass/_screen.scss */
div.sections p {
  margin: 0px;
}

/* line 584, sass/_screen.scss */
div.sections p.link {
  margin-top: 5px;
  text-align: right;
}

/* line 590, sass/_screen.scss */
div.layout {
  margin: 0px 0px 30px;
  overflow: hidden;
}

/* line 594, sass/_screen.scss */
div.layout.above {
  padding: 30px 0px 0px;
  margin: 0px 0px 30px;
  border-top: 1px solid #444;
}

/* line 599, sass/_screen.scss */
div.layout.below {
  padding: 0px 0px 10px;
  margin: 0px 0px 30px;
  border-bottom: 1px solid #444;
}

/* line 605, sass/_screen.scss */
div.layout.both {
  padding: 30px 0px 10px;
  margin: 0px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #444;
}

/* line 612, sass/_screen.scss */
div.panel {
  background: #fafafa url(images/grain-even-light.png) center top;
  border: 1px solid #e8e8e8;
  padding: 10px 20px 0px;
  margin: 0px 0px 20px;
}

/* line 618, sass/_screen.scss */
div.panel h3.panel_heading {
  background: #f0f0f0 url(images/grain-even-light.png) center top;
  border-bottom: 1px solid #e8e8e8;
  margin: -10px -20px 20px;
  font-size: 16px;
  line-height: 1.4em;
  padding: 10px 20px;
  color: #000;
}

/* line 631, sass/_screen.scss */
.contact p {
  margin: 0px;
}

/* line 638, sass/_screen.scss */
.project {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
}

/* line 644, sass/_screen.scss */
.project:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

/* line 650, sass/_screen.scss */
.project .details {
  float: left;
  width: 330px;
}

/* line 654, sass/_screen.scss */
.project .galleries {
  float: right;
  width: 600px;
}

/* line 661, sass/_screen.scss */
.project_list ul,
.project_list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 667, sass/_screen.scss */
.project_list ul {
  margin: 0px -30px 15px 0px;
  overflow: hidden;
}

/* line 672, sass/_screen.scss */
.project_list ul li {
  position: relative;
  float: left;
  margin: 15px 30px 15px 0px;
  width: 300px;
}

/* line 678, sass/_screen.scss */
.project_list ul li img,
.project_list ul li a {
  display: block;
}

/* line 683, sass/_screen.scss */
.project_list ul li h4 {
  font-size: 14px;
  line-height: 1.4em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(images/black-trans.png) repeat;
  margin: 0;
}

/* line 693, sass/_screen.scss */
.project_list ul li h4 span {
  display: block;
  margin: 5px 10px;
}

/* line 700, sass/_screen.scss */
.results {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #444;
}

/* line 706, sass/_screen.scss */
hentry:last-child .results {
  padding-bottom: 30px;
  margin-bottom: 0px;
  border-bottom: none;
}

/* line 711, sass/_screen.scss */
.results .thumbnail {
  float: left;
}

/* line 714, sass/_screen.scss */
.results .thumbnail a {
  display: block;
  padding: 5px;
  margin: 2px;
  background: #202020 url(images/grain-even-dark.png);
}

/* line 720, sass/_screen.scss */
.results .thumbnail a:hover {
  background: #1174b8;
}

/* line 723, sass/_screen.scss */
.results .thumbnail img {
  display: block;
}

/* line 726, sass/_screen.scss */
.results .details {
  margin-left: 180px;
}

/* line 729, sass/_screen.scss */
.results .details p.readmore {
  text-align: right;
  margin: 0;
}

/* line 734, sass/_screen.scss */
.meta {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 7px 0px 6px;
  border: 1px dashed #444;
  border-width: 1px 0px;
  margin: 0px 0px 5px;
}

/* line 743, sass/_screen.scss */
body.single .meta {
  margin-bottom: 20px;
}

/* line 746, sass/_screen.scss */
.meta p {
  margin: 0;
}

/* line 749, sass/_screen.scss */
.meta p .comments {
  float: right;
}

/* line 756, sass/_screen.scss */
.point_list ul,
.point_list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 762, sass/_screen.scss */
.point_list ul {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 766, sass/_screen.scss */
.point_list ul li {
  float: left;
  width: 33.333%;
}

/* line 770, sass/_screen.scss */
.point_list ul li span {
  display: block;
  font-size: 20px;
  line-height: 1.8em;
  padding: 0px 0px 1px 12px;
  background: url(images/point_list_dot.png) no-repeat left center;
}

/* line 1, sass/_buttons.scss */
a.button {
  display: inline-block;
  padding: 0px 1em;
  margin: 0px 0px 0.2em;
  line-height: 2.4em;
  border: none;
  color: #fff;
  text-decoration: none;
  background: #1174b8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 14, sass/_buttons.scss */
a.button.large {
  font-size: 18px;
  padding: 0px 1em;
  line-height: 2.2em;
}

/* line 19, sass/_buttons.scss */
a.button.small {
  font-size: 10px;
  padding: 0px 1em;
  line-height: 2.2em;
}

/* line 24, sass/_buttons.scss */
a.button:hover {
  background: #ff9900;
  color: #fff;
}

/* Button Color Scheme
---------------------------------------------------------- */
/* line 32, sass/_buttons.scss */
.button.black {
  background-color: #333333;
}

/* line 35, sass/_buttons.scss */
.button.gray,
.button.grey {
  background: #666666;
}

/* line 39, sass/_buttons.scss */
.button.white {
  background: #fafafa;
  color: #222;
}

/* line 43, sass/_buttons.scss */
.button.red {
  background: #e62727;
}

/* line 46, sass/_buttons.scss */
.button.orange {
  background: #ff5c00;
}

/* line 49, sass/_buttons.scss */
.button.magenta {
  background: #A9014B;
}

/* line 52, sass/_buttons.scss */
.button.yellow {
  background: #ffb515;
}

/* line 55, sass/_buttons.scss */
.button.blue {
  background: #09F;
}

/* line 58, sass/_buttons.scss */
.button.pink {
  background: #e22092;
}

/* line 61, sass/_buttons.scss */
.button.green {
  background: #91bd09;
}

/* line 64, sass/_buttons.scss */
.button.rosy {
  background: #F16C7C;
}

/* ======================================================= */
/*                         Columns                         */
/* ======================================================= */
/* Basic columns
---------------------------------------------------------- */
/* line 6, sass/_columns.scss */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}

/* line 11, sass/_columns.scss */
.one_half {
  width: 48%;
}

/* line 14, sass/_columns.scss */
.one_third {
  width: 30.6666%;
}

/* line 17, sass/_columns.scss */
.two_third {
  width: 65.3332%;
}

/* line 20, sass/_columns.scss */
.one_fourth {
  width: 22%;
}

/* line 23, sass/_columns.scss */
.two_fourth {
  width: 48%;
}

/* line 26, sass/_columns.scss */
.three_fourth {
  width: 74%;
}

/* line 29, sass/_columns.scss */
.one_fifth {
  width: 16.8%;
}

/* line 32, sass/_columns.scss */
.two_fifth {
  width: 37.6%;
}

/* line 35, sass/_columns.scss */
.three_fifth {
  width: 58.4%;
}

/* line 38, sass/_columns.scss */
.four_fifth {
  width: 79.2%;
}

/* line 41, sass/_columns.scss */
.one_sixth {
  width: 13.3333%;
}

/* line 44, sass/_columns.scss */
.two_sixth {
  width: 30.6666%;
}

/* line 47, sass/_columns.scss */
.three_sixth {
  width: 47.9998%;
}

/* line 50, sass/_columns.scss */
.four_sixth {
  width: 65.3332%;
}

/* line 53, sass/_columns.scss */
.five_sixth {
  width: 82.6665%;
}

/* line 56, sass/_columns.scss */
.lastcol {
  margin-right: 0 !important;
  clear: right;
}

/* Two level columns
---------------------------------------------------------- */
/* line 62, sass/_columns.scss */
.one_half .one_half {
  margin-right: 8.3333%;
  width: 45.8333%;
}

/* line 66, sass/_columns.scss */
.one_half .one_third {
  margin-right: 8.3333%;
  width: 27.7778%;
}

/* line 70, sass/_columns.scss */
.one_half .two_third {
  margin-right: 8.3333%;
  width: 63.8889%;
}

/* line 74, sass/_columns.scss */
.two_third .one_third {
  margin-right: 6.1224%;
  width: 29.2517%;
}

/* line 78, sass/_columns.scss */
.two_third .two_third {
  margin-right: 6.1224%;
  width: 64.6258%;
}

/* line 82, sass/_columns.scss */
.two_third .one_fourth {
  margin-right: 6.1224%;
  width: 20.4082%;
}

/* line 2, sass/_comments.scss */
#comments {
  margin: 40px 0px 0px;
}

/* line 6, sass/_comments.scss */
form#commentform {
  margin: 0px 0px 0px;
}

/* line 10, sass/_comments.scss */
form#commentform label {
  display: block;
}

/* line 14, sass/_comments.scss */
form#commentform input.text,
form#commentform textarea {
  outline: none;
  border: 1px solid #ddd;
  padding: 10px 5px;
  width: 98%;
}

/* line 22, sass/_comments.scss */
form#commentform textarea {
  height: 150px;
  width: 97.8%;
}

/* line 27, sass/_comments.scss */
form#commentform span.required {
  color: #CC0000;
}

/* line 31, sass/_comments.scss */
p.comment-notes {
  margin: 5px 0px 5px;
  padding: 5px 10px;
  background: #eeeeee url(images/grain-even-light.png) center top;
  border: 1px solid #bbb;
  color: #666;
}

/* line 39, sass/_comments.scss */
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
  width: 29%;
  margin: 0px 6% 5px 0px;
  float: left;
}

/* line 47, sass/_comments.scss */
p.comment-form-url {
  margin-right: 0px;
}

/* line 50, sass/_comments.scss */
p.form-submit {
  margin: 0px;
}

/* line 54, sass/_comments.scss */
#cancel-comment-reply-link {
  float: right;
  border: 1px solid #ddd;
  padding: 2px 6px 3px;
  display: block;
  background: #fff;
  font-size: 10px;
  font-weight: normal;
}

/* line 64, sass/_comments.scss */
h3.comments-title,
#respond h3 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding: 0px 0px 5px;
  margin: 0px 0px 10px;
}

/* line 74, sass/_comments.scss */
ol.commentlist {
  list-style: none;
  margin: 0px 0px 20px;
}

/* line 79, sass/_comments.scss */
ol.commentlist li.comment {
  margin: 0px 0px 20px;
}

/* line 83, sass/_comments.scss */
ol.commentlist li.comment #respond {
  margin: 0px 0px 0px;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
  background: #f5f5f5;
}

/* line 90, sass/_comments.scss */
ol.commentlist li.comment #respond h3#reply-title {
  border: none;
  margin-bottom: 10px;
}

/* line 94, sass/_comments.scss */
ol.commentlist li.comment div.comment {
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  padding: 25px 140px 25px 25px;
  min-height: 80px;
}

/* line 108, sass/_comments.scss */
ol.commentlist li.comment div.comment-meta .edit-link {
  float: right;
}

/* line 111, sass/_comments.scss */
ol.commentlist li.comment div.comment-meta .edit-link a {
  font-size: 8px;
  line-height: 2em;
  display: block;
  background: #f9f9f9;
  text-transform: uppercase;
  border: 1px solid #ddd;
  padding: 1px 6px 0px;
}

/* line 120, sass/_comments.scss */
ol.commentlist li.comment div.comment-author {
  margin: 0px 0px 10px;
  font-size: 14px;
}

/* line 124, sass/_comments.scss */
ol.commentlist li.comment div.comment-meta div.avatar {
  position: absolute;
  top: 25px;
  right: 25px;
  border: 1px solid #ddd;
}

/* line 130, sass/_comments.scss */
ol.commentlist li.comment div.comment-meta div.avatar img {
  display: block;
  border: 1px solid #fff;
}

/* line 139, sass/_comments.scss */
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}

/* line 143, sass/_comments.scss */
ol.commentlist li.comment div.vcard cite.fn a.url {
  color: #111;
  font-size: 1em;
}

/* line 165, sass/_comments.scss */
ol.commentlist li.comment div.reply {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 171, sass/_comments.scss */
ol.commentlist li.comment div.reply a {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  padding: 0px 8px 1px 8px;
  width: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #F9F9F9;
  border: none;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-decoration: none !important;
}

/* line 187, sass/_comments.scss */
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 0px 0 0;
}

/* line 194, sass/_comments.scss */
ol.commentlist li.comment ul.children li div.comment {
  margin: 0px;
  border-top: none;
  border-left: none;
  background: #fafafa;
  padding-right: 100px;
}

/* line 217, sass/_comments.scss */
ol.commentlist li.comment ul.children li.depth-2 {
  border-left: 5px solid #777;
  margin: 0 0 0px 10px;
}

/* line 222, sass/_comments.scss */
ol.commentlist li.comment ul.children li.depth-3 {
  border-left: 5px solid #aaa;
  margin: 0 0 0px 0px;
}

/* line 227, sass/_comments.scss */
ol.commentlist li.comment ul.children li.depth-4 {
  border-left: 5px solid #ccc;
  margin: 0 0 0px 0px;
}

/* line 232, sass/_comments.scss */
ol.commentlist li.comment ul.children li.depth-5 {
  border-left: 5px solid #eee;
}

/* line 245, sass/_comments.scss */
ol.commentlist li.parent {
  border-left: 5px solid #111;
}

/* ======================================================= */
/*                          Form                           */
/* ======================================================= */
/* gravity forms
/*-------------------------------------------------------- */
/* line 9, sass/_forms.scss */
.gform_wrapper {
  overflow: hidden;
  margin: 0px 40px 20px 0px;
  padding-top: 20px;
}

/* line 14, sass/_forms.scss */
.gform_wrapper p {
  margin: 0px;
}

/* line 17, sass/_forms.scss */
.gform_wrapper br {
  display: none;
}

/* line 21, sass/_forms.scss */
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: normal;
  border: none;
  outline: none;
  background: none;
}

/* line 28, sass/_forms.scss */
.gform_wrapper:focus {
  outline: none;
}

/* line 30, sass/_forms.scss */
.gform_wrapper form {
  text-align: left;
}

/* line 32, sass/_forms.scss */
.gform_wrapper input, .gform_wrapper textarea {
  outline-style: none;
  font-size: 1em;
  padding: 10px 5px;
  letter-spacing: normal;
  outline: none;
  border: 3px solid #000;
  color: #666;
  background: #ccc;
}

/* line 43, sass/_forms.scss */
.gform_wrapper .top_label input:focus,
.gform_wrapper .top_label input.focus,
.gform_wrapper .top_label textarea:focus,
.gform_wrapper .top_label textarea.focus {
  border-color: #1174B8 !important;
  color: #000;
  background: #fafafa;
}

/* line 53, sass/_forms.scss */
.gform_wrapper input.button {
  padding: 8px 12px;
  background: #1174b8;
  color: #eee;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 62, sass/_forms.scss */
.gform_wrapper input.button:hover,
.gform_wrapper input.button.hover {
  background: #ff9900;
  cursor: pointer;
}

/* line 68, sass/_forms.scss */
.gform_wrapper ul {
  margin: 0;
  list-style-type: none;
}

/* line 73, sass/_forms.scss */
html > body .entry ul, .gform_wrapper ul {
  text-indent: 0px;
}

/* line 75, sass/_forms.scss */
.gform_wrapper li, .gform_wrapper form li {
  list-style-type: none !important;
  overflow: hidden;
  margin: 0px 0px 15px 0px;
}

/* line 80, sass/_forms.scss */
.gform_wrapper li.gfield {
  padding: 0px 0px 10px;
  margin: 0px 0px 10px;
}

/* line 85, sass/_forms.scss */
.gform_wrapper li.gfield.gfield_html {
  border: none;
}

/* line 88, sass/_forms.scss */
.gform_wrapper ul li.gsection {
  margin: 20px 0px 0px;
  background: #eeeeee url(images/bg_page.png) repeat-x center bottom;
  border: 1px solid #ddd;
  padding: 10px 20px;
}

/* line 95, sass/_forms.scss */
.gform_wrapper li.last, .gform_wrapper form li.last {
  margin: 0px;
}

/* line 97, sass/_forms.scss */
.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
  overflow: visible;
}

/* line 99, sass/_forms.scss */
.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {
  margin-bottom: 14px;
}

/* line 101, sass/_forms.scss */
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .entry ul li:before, .entry ul li:after {
  content: "";
  /* for safari */
}

/* line 103, sass/_forms.scss */
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .entry ul li:before, .entry ul li:after {
  content: none;
  /* for other browsers */
}

/* line 106, sass/_forms.scss */
.gform_wrapper ul.gform_fields {
  padding: 0px;
  margin: 0px;
}

/* line 111, sass/_forms.scss */
.gform_wrapper select {
  font-size: 11px;
  padding: 3px 0 3px 0;
  letter-spacing: normal;
}

/* line 117, sass/_forms.scss */
.gform_wrapper .ginput_container select {
  margin: 5px 0px 5px;
}

/* line 121, sass/_forms.scss */
.gform_wrapper .inline {
  display: inline !important;
}

/* line 123, sass/_forms.scss */
.gform_wrapper .gform_heading {
  width: auto;
  margin: 0px 0px 20px;
  padding: 0;
}

/* line 129, sass/_forms.scss */
.gform_wrapper span.gform_description {
  font-size: 18px;
  line-height: 1.4em;
  display: block;
}

/* line 134, sass/_forms.scss */
.gform_wrapper span.gform_description strong {
  color: #fff;
}

/* line 137, sass/_forms.scss */
.gform_wrapper span.gform_description br {
  display: inline;
}

/* line 141, sass/_forms.scss */
.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  width: 70px;
  float: left;
}

/* line 146, sass/_forms.scss */
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  margin-right: 12px;
}

/* line 148, sass/_forms.scss */
.gform_wrapper .gfield_time_ampm select {
  width: 60px !important;
}

/* line 150, sass/_forms.scss */
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input {
  width: 70% !important;
}

/* line 152, sass/_forms.scss */
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  width: 50px;
  float: left;
}

/* line 157, sass/_forms.scss */
.gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input {
  width: 85% !important;
}

/* line 159, sass/_forms.scss */
.gform_wrapper .field_hover {
  border: 1px dashed #2175a9 !important;
  cursor: pointer;
}

/* line 164, sass/_forms.scss */
.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #c2d7ef !important;
}

/* line 169, sass/_forms.scss */
.gform_wrapper .field_name_first, .gform_wrapper .field_name_last {
  width: 50%;
  float: left;
}

/* line 174, sass/_forms.scss */
.gform_wrapper .ginput_complex {
  overflow: hidden;
}

/* line 176, sass/_forms.scss */
.gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input {
  width: 90% !important;
}

/* line 178, sass/_forms.scss */
.gform_wrapper .field_name_last input {
  width: 93% !important;
}

/* line 180, sass/_forms.scss */
.gform_wrapper .datepicker {
  width: 100px !important;
}

/* line 182, sass/_forms.scss */
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
  float: left;
}

/* line 186, sass/_forms.scss */
.gform_wrapper .ginput_complex .ginput_right {
  margin-left: 2%;
}

/*.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right { width:50% }

.gform_wrapper .gfield_error .ginput_complex .ginput_left input { width:90%!important }

.gform_wrapper .gfield_error .ginput_complex .ginput_right input { width:100%!important }
*/
/* line 196, sass/_forms.scss */
.gform_wrapper .ginput_complex input {
  width: 92% !important;
}

/* line 200, sass/_forms.scss */
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  display: block;
  margin: 1px 0 0px 0;
  font-size: 10px;
  letter-spacing: .1em;
  color: #999;
}

/* line 208, sass/_forms.scss */
.gform_wrapper .ginput_complex .name_prefix {
  float: left;
  width: 30px !important;
  margin-right: 14px;
}

/* line 214, sass/_forms.scss */
.gform_wrapper .ginput_complex .name_suffix {
  float: left;
  width: 30px !important;
}

/* line 219, sass/_forms.scss */
.gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last {
  float: left;
  width: 100px;
  margin-right: 8px;
}

/* line 225, sass/_forms.scss */
.gform_wrapper .top_label .gfield_label {
  margin: 0px 0 7px 0;
  font-weight: normal;
  display: block;
  clear: both;
  line-height: 1em;
}

/* line 233, sass/_forms.scss */
.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: 2px 15px 0 0;
  width: 29%;
  font-weight: bold;
}

/* line 240, sass/_forms.scss */
.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: 2px 15px 0 0;
  width: 29%;
  font-weight: bold;
  text-align: right;
}

/* line 248, sass/_forms.scss */
.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_radio {
  margin-left: 32%;
}

/* line 252, sass/_forms.scss */
.gform_wrapper .top_label input.small {
  width: 25%;
}

/* line 254, sass/_forms.scss */
.gform_wrapper .top_label input.medium {
  width: 50%;
}

/* line 256, sass/_forms.scss */
.gform_wrapper .top_label input.large, .gform_wrapper .top_label textarea.textarea {
  width: 96%;
}

/* line 258, sass/_forms.scss */
.gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small, .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small {
  width: 15%;
}

/* line 260, sass/_forms.scss */
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
  width: 35%;
}

/* line 262, sass/_forms.scss */
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea {
  width: 59%;
}

/* line 264, sass/_forms.scss */
.gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex {
  width: 64%;
  float: left;
}

/* line 269, sass/_forms.scss */
.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}

/* line 275, sass/_forms.scss */
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: bold;
  font-size: 16px;
  font-family: Helvetica, sans-serif;
}

/* line 281, sass/_forms.scss */
.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}

/* line 286, sass/_forms.scss */
.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title {
  width: 98%;
}

/* updated radio and checkbox styling - justifies lenghty labels ----------------------------------- */
/* line 291, sass/_forms.scss */
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative;
}

/* line 293, sass/_forms.scss */
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 10px 0 0px;
  padding: 0;
}

/* line 298, sass/_forms.scss */
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top;
}

/* line 307, sass/_forms.scss */
.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio], .gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-top: 2px;
}

/* some built in styles to use for quick radio/checkbox columns ----------------------------------- */
/* line 314, sass/_forms.scss */
.gform_wrapper .gf_2col ul.gfield_checkbox li, .gform_wrapper .gf_2col ul.gfield_radio li {
  width: 50%;
  float: left;
  margin: 0;
  min-height: 1.8em;
}

/* line 321, sass/_forms.scss */
.gform_wrapper .gf_3col ul.gfield_checkbox li, .gform_wrapper .gf_3col ul.gfield_radio li {
  width: 33%;
  float: left;
  margin: 0;
  min-height: 1.8em;
}

/* line 328, sass/_forms.scss */
.gform_wrapper .gf_4col ul.gfield_checkbox li, .gform_wrapper .gf_4col ul.gfield_radio li {
  width: 25%;
  float: left;
  margin: 0;
  min-height: 1.8em;
}

/* line 335, sass/_forms.scss */
.gform_wrapper .gf_2col ul.gfield_checkbox, .gform_wrapper .gf_2col ul.gfield_radio, .gform_wrapper .gf_3col ul.gfield_checkbox, .gform_wrapper .gf_3col ul.gfield_radio, .gform_wrapper .gf_4col ul.gfield_checkbox, .gform_wrapper .gf_4col ul.gfield_radio {
  overflow: hidden;
}

/* line 337, sass/_forms.scss */
.gform_wrapper .gf_height25 ul.gfield_checkbox li, .gform_wrapper .gf_height25 ul.gfield_radio li {
  height: 25px;
}

/* line 339, sass/_forms.scss */
.gform_wrapper .gf_height50 ul.gfield_checkbox li, .gform_wrapper .gf_height50 ul.gfield_radio li {
  height: 50px;
}

/* line 341, sass/_forms.scss */
.gform_wrapper .gf_height75 ul.gfield_checkbox li, .gform_wrapper .gf_height75 ul.gfield_radio li {
  height: 75px;
}

/* line 343, sass/_forms.scss */
.gform_wrapper .gf_height100 ul.gfield_checkbox li, .gform_wrapper .gf_height100 ul.gfield_radio li {
  height: 100px;
}

/* line 345, sass/_forms.scss */
.gform_wrapper .gf_height125 ul.gfield_checkbox li, .gform_wrapper .gf_height125 ul.gfield_radio li {
  height: 125px;
}

/* line 347, sass/_forms.scss */
.gform_wrapper .gf_height150 ul.gfield_checkbox li, .gform_wrapper .gf_height150 ul.gfield_radio li {
  height: 150px;
}

/* line 349, sass/_forms.scss */
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 10px;
  line-height: 150%;
  clear: both;
  letter-spacing: normal;
}

/* line 356, sass/_forms.scss */
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  padding: 4px 0 8px 0;
}

/* line 358, sass/_forms.scss */
.gform_wrapper .gfield_description {
  padding: 5px 0 0px 0;
  font-style: normal;
  color: #999;
}

/* line 364, sass/_forms.scss */
.gfield_date_year + .gfield_description {
  padding: 0 0 8px 0;
}

/* line 366, sass/_forms.scss */
.gform_wrapper .gsection_description {
  font-style: italic;
}

/* line 368, sass/_forms.scss */
.ginput_complex + .gfield_description {
  padding-top: 0 !important;
}

/* line 370, sass/_forms.scss */
.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction {
  margin-left: 29%;
  padding-left: 15px;
}

/* line 375, sass/_forms.scss */
.gform_wrapper .left_label .gsection .gsection_description, .gform_wrapper .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-left: 0;
  padding-top: 4px;
  line-height: 150%;
}

/* line 382, sass/_forms.scss */
.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}

/* line 387, sass/_forms.scss */
.gform_wrapper textarea.small {
  height: 80px;
}

/* line 389, sass/_forms.scss */
.gform_wrapper textarea.medium {
  height: 150px;
}

/* line 391, sass/_forms.scss */
.gform_wrapper textarea.large {
  height: 200px;
}

/* line 393, sass/_forms.scss */
.gform_wrapper li.gfield_error {
  background-color: #fde9ea !important;
  padding: 10px;
  border: 1px solid #FDCED0;
  width: auto;
}

/* line 400, sass/_forms.scss */
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea {
  border-color: #FDCED0;
}

/*.gform_wrapper .top_label .gfield_error .ginput_container { max-width:99% }*/
/*.gform_wrapper .top_label .gfield_error { width:92% }*/
/*.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea { width:100% }*/
/* line 409, sass/_forms.scss */
.gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea, .gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 66%;
}

/* line 411, sass/_forms.scss */
.gform_wrapper .gfield_error .gfield_label {
  color: #a14a40;
}

/* line 413, sass/_forms.scss */
.gform_wrapper .validation_error {
  /*color:#790000;
  font-weight:bold;
  font-size:14px;
  line-height:150%;
  margin-bottom:16px;*/
  background: #FDE9EA;
  margin-bottom: 20px;
  color: #A14A40;
  border: 1px solid #FDCED0;
  padding: 15px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 429, sass/_forms.scss */
.gform_wrapper .validation_message {
  color: #a14a40 !important;
  font-size: 11px;
  letter-spacing: normal;
  padding: 5px 0px 0px !important;
}

/* line 436, sass/_forms.scss */
.gform_wrapper .gform_footer {
  padding: 10px 0px 0px;
  margin: 0px 0 0 0;
}

/* line 443, sass/_forms.scss */
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
  padding: 16px 0 10px 31%;
}

/* line 446, sass/_forms.scss */
#gforms_confirmation_message {
  background-color: #fffac6;
  border: 1px solid #feda70;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 0;
  font-size: 14px;
  color: #252525;
  text-align: center;
}

/* line 457, sass/_forms.scss */
.gform_wrapper .gform_edit_link {
  margin: 20px 0;
  font-size: 12px;
  display: none;
}

/* line 463, sass/_forms.scss */
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
  min-height: 43px;
  display: block;
  overflow: hidden;
}

/* line 469, sass/_forms.scss */
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  margin: 0 0 4px 0;
  line-height: 130% !important;
}

/* improve spacing and prevent descenders from getting cut off in IE */
/* jQuery UI date picker ---------------------------------------------------------------------------------------*/
/* line 476, sass/_forms.scss */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
  /*resets*/
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  font-family: "lucida sans", "lucida grande", lucida, sans-serif;
  background: #fff;
  font-size: 1.0em;
  border: 4px solid #C1C1C1;
  width: 15.5em;
  padding: 2.5em .5em .5em .5em;
  position: relative;
}

/* line 494, sass/_forms.scss */
.ui-datepicker-div, #ui-datepicker-div {
  z-index: 9999;
  /*must have*/
  display: none;
}

/* line 499, sass/_forms.scss */
.ui-datepicker-inline {
  float: left;
  display: block;
}

/* line 504, sass/_forms.scss */
.ui-datepicker-control {
  display: none;
}

/* line 506, sass/_forms.scss */
.ui-datepicker-current {
  display: none;
}

/* line 508, sass/_forms.scss */
.ui-datepicker-next, .ui-datepicker-prev {
  position: absolute;
  left: .5em;
  top: .5em;
  background: #eeeeee;
}

/* line 515, sass/_forms.scss */
.ui-datepicker-next {
  left: 14.6em;
}

/* line 517, sass/_forms.scss */
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  background: #dadada;
}

/* line 519, sass/_forms.scss */
.ui-datepicker-next a, .ui-datepicker-prev a {
  text-indent: -999999px;
  width: 1.3em;
  height: 1.4em;
  display: block;
  font-size: 1em;
  background: url(../images/datepicker_arrow_left.gif) 50% 50% no-repeat;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}

/* line 530, sass/_forms.scss */
.ui-datepicker-next a {
  background: url(../images/datepicker_arrow_right.gif) 50% 50% no-repeat;
}

/* line 532, sass/_forms.scss */
.ui-datepicker-header select {
  border: 1px solid #d3d3d3;
  color: #555;
  background: #e6e6e6;
  font-size: 1em;
  line-height: 1.4em;
  position: absolute;
  top: .5em;
  margin: 0 !important;
}

/* line 543, sass/_forms.scss */
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
  background: #dadada;
}

/* line 545, sass/_forms.scss */
.ui-datepicker-header select.ui-datepicker-new-month {
  width: 7em;
  left: 2.2em;
}

/* line 550, sass/_forms.scss */
.ui-datepicker-header select.ui-datepicker-new-year {
  width: 5em;
  left: 9.4em;
}

/* line 555, sass/_forms.scss */
table.ui-datepicker {
  width: 15.5em;
  text-align: right;
}

/* line 560, sass/_forms.scss */
table.ui-datepicker td a {
  padding: .1em;
  display: block;
  color: #555;
  background: #e6e6e6;
  cursor: pointer;
  border: 1px solid #fff;
  text-align: center;
}

/* line 570, sass/_forms.scss */
table.ui-datepicker td a:hover {
  border: 1px solid #fff;
  color: #212121;
  background: #dadada;
  text-decoration: none;
}

/* line 577, sass/_forms.scss */
table.ui-datepicker td a:active {
  border: 1px solid #aaa;
  color: #212121;
  background: #fff;
  text-decoration: none;
}

/* line 584, sass/_forms.scss */
table.ui-datepicker .ui-datepicker-title-row td {
  padding: .2em 0;
  text-align: center;
  font-size: .9em;
  color: #222;
  text-transform: uppercase;
}

/* line 592, sass/_forms.scss */
table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222;
  padding: 0.3em 0;
}

/* line 597, sass/_forms.scss */
.ui-datepicker-cover {
  display: none;
  display/**/: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 193px;
  height: 200px;
}

/* line 609, sass/_forms.scss */
img.ui-datepicker-trigger {
  position: relative;
  top: 3px;
  left: 4px;
}

/* tame those pesky hidden fields --------------------------------------------------------------------*/
/* line 617, sass/_forms.scss */
.gform_wrapper input[type="hidden"], .gform_wrapper input.gform_hidden, .gform_hidden {
  display: none;
}

/* line 619, sass/_forms.scss */
.ginput_full br, .ginput_left br, .ginput_right br {
  display: none;
}

/* fix captcha alignment for IE8 ---------------------------------------------------------------------*/
/* line 623, sass/_forms.scss */
.gform_wrapper .left_label #recaptcha_area #recaptcha_table, .gform_wrapper .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

/* additional spacing and padding tweaks --------------------------------------------*/
/* line 627, sass/_forms.scss */
.gform_wrapper .left_label .ginput_complex .ginput_right label, .gform_wrapper .left_label .ginput_complex .ginput_left label, .gform_wrapper .right_label .ginput_complex .ginput_right label, .gform_wrapper .right_label .ginput_complex .ginput_left label {
  word-spacing: -0.4em;
}

/* line 629, sass/_forms.scss */
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

/* line 631, sass/_forms.scss */
.gform_wrapper .top_label .ginput_complex + .gfield_description {
  padding-bottom: 0 !important;
}

/* line 632, sass/_forms.scss */
.gform_wrapper .top_label .gfield_description {
  padding: 10px 0 0 0;
}

/* line 636, sass/_forms.scss */
.gform_wrapper .top_label .gfield_description.validation_message, .gfield_description.validation_message {
  padding: 10px 0 10px 0;
}

/* Twentyten theme specific styles updated 08.23.2010 -----------------------------------------------------*/
/* pretty specific inheritance but if your theme is structured just like the 2010 theme it may affect yours as well */
/* line 641, sass/_forms.scss */
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .ginput_complex input, #wrapper.hfeed #main #container #content .entry-content .gform_wrapper .ginput_complex select, .entry-content .gform_wrapper input, #wrapper.hfeed #main #container #content .entry-content .gform_wrapper select {
  margin: 0 !important;
}

/* line 643, sass/_forms.scss */
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .ginput_complex select, #wrapper.hfeed #main #container #content .entry-content .gform_wrapper select {
  font-size: 16px;
  padding: 1px 2px !important;
  background-color: #F9F9F9;
  border: 1px solid #CCC;
  color: #444444;
}

/* line 651, sass/_forms.scss */
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_checkbox li input[type=checkbox], #wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_checkbox li input {
  margin-top: 2px !important;
}

/* line 653, sass/_forms.scss */
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_radio li input[type=radio], #wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_radio li input {
  margin-top: 1px !important;
}

/* line 655, sass/_forms.scss */
#wrapper.hfeed #main #container #content .entry-content .gf_2col ul.gfield_checkbox li, #wrapper.hfeed #main #container #content .entry-content .gf_2col ul.gfield_radio li {
  min-height: 1.5em;
}

/* line 657, sass/_forms.scss */
#wrapper.hfeed #main #container #content .entry-content .gf_3col ul.gfield_checkbox li, #wrapper.hfeed #main #container #content .entry-content .gf_3col ul.gfield_radio li {
  min-height: 1.5em;
}

/* line 659, sass/_forms.scss */
#wrapper.hfeed #main #container #content .entry-content .gf_4col ul.gfield_checkbox li, #wrapper.hfeed #main #container #content .entry-content .gf_4col ul.gfield_radio li {
  min-height: 1.5em;
}

/* line 661, sass/_forms.scss */
#wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_checkbox li label, #wrapper.hfeed #main #container #content .entry-content .gform_wrapper .gfield_radio li label {
  *display: inline-block !important;
  *margin: 2px 0 0 6px;
}

/* for IE7 */
/* Thesis theme specific styles updated 08.23.2010 -----------------------------------------------------*/
/* pretty specific inheritance but if your theme is structured identical to the Thesis theme it will affect yours as well */
/* line 668, sass/_forms.scss */
body.custom #container #page #content_box .post_box .format_text ul.gfield_radio li input, body.custom #container #page #content_box .post_box .format_text ul.gfield_checkbox li input {
  width: auto !important;
  border: none !important;
  border-color: none !important;
  background-color: none !important;
  background: none !important;
}

/* line 676, sass/_forms.scss */
body.custom #container #page #content_box .post_box .format_text .gform_footer input[type=image] {
  border: none !important;
  border-color: none !important;
  background-color: none !important;
}

/* line 682, sass/_forms.scss */
body.custom #container #page #content_box .post_box .format_text .gform_footer input.button {
  border-color: #CCC #999 #999 #CCC;
  border-right: 3px double #999;
  border-style: double;
  border-width: 3px;
  color: #111111;
  background-color: #E3E3E3;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  width: auto !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.143em;
  padding: 0.313em 0.25em;
}

/* line 698, sass/_forms.scss */
body.custom #container #page #content_box .post_box .format_text .left_label ul.gfield_checkbox, body.custom #container #page #content_box .post_box .format_text .left_label ul.gfield_radio, body.custom #container #page #content_box .post_box .format_text .right_label ul.gfield_checkbox, body.custom #container #page #content_box .post_box .format_text .right_label ul.gfield_radio {
  margin-top: -0.2em !important;
}

/* line 700, sass/_forms.scss */
body.custom #container #page #content_box .post_box .format_text input, body.custom #container #page #content_box .post_box .format_text select {
  font-size: 1em;
  padding: 0.214em;
}

/* line 705, sass/_forms.scss */
body.custom #container #page #content_box .post_box .format_text select {
  background-color: #eee;
  border-color: #AAA #DDD #DDD #AAA;
  border-style: solid;
  border-width: 1px;
  color: #444;
  font-size: 1em;
}

/* line 714, sass/_forms.scss */
body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_checkbox li input[type=checkbox], body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_radio li input[type=radio], body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-top: 4px;
}

/* line 719, sass/_forms.scss */
body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_checkbox li label, body.custom #container #page #content_box .post_box .format_text .gform_wrapper .gfield_radio li label {
  display: inline-block\9;
  margin: 2px 0 0 6px\9;
}

/* another hack for IE */
/* HTML field default margins -----------------------------------------------------*/
/* line 726, sass/_forms.scss */
.gform_wrapper .left_label li.gfield_html_formatted, .gform_wrapper .right_label li.gfield_html_formatted {
  margin-left: 32%;
}

/* line 728, sass/_forms.scss */
.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

/* ajax forms ------------------------------------------------------*/
/* line 732, sass/_forms.scss */
.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}

/* line 734, sass/_forms.scss */
.gform_wrapper .gform_validation_container {
  display: none !important;
}

/* Simple Captcha ------------------------------------------------------*/
/* line 738, sass/_forms.scss */
.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}

/* line 740, sass/_forms.scss */
.gform_wrapper .simple_captcha_small input {
  width: 100px;
}

/* line 742, sass/_forms.scss */
.gform_wrapper .simple_captcha_medium input {
  width: 150px;
}

/* line 744, sass/_forms.scss */
.gform_wrapper .simple_captcha_large input {
  width: 200px;
}

/* line 746, sass/_forms.scss */
.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .right_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}

/* line 748, sass/_forms.scss */
.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Math Challenge ------------------------------------------------------*/
/* line 758, sass/_forms.scss */
.gform_wrapper .math_small input {
  width: 69px;
}

/* line 760, sass/_forms.scss */
.gform_wrapper .math_medium input {
  width: 90px;
}

/* line 762, sass/_forms.scss */
.gform_wrapper .math_large input {
  width: 108px;
}

/* line 764, sass/_forms.scss */
.gform_wrapper .left_label .math_small, .gform_wrapper .right_label .math_small, .gform_wrapper .left_label .math_medium, .gform_wrapper .right_label .math_medium, .gform_wrapper .left_label .math_large, .gform_wrapper .right_label .math_large {
  margin-left: 32%;
}

/* a few IE specific hacks ------------------------------------------------------------------------- */
/* line 768, sass/_forms.scss */
.gform_wrapper .gfield_time_hour {
  *width: 80px;
}

/* line 771, sass/_forms.scss */
.gform_wrapper .gfield_time_minute {
  *width: 70px;
}

/* line 774, sass/_forms.scss */
.gform_wrapper .gfield_time_ampm {
  *padding-top: 2px;
}

/* line 777, sass/_forms.scss */
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  *margin-left: 0;
}

/* line 780, sass/_forms.scss */
.gform_wrapper .ginput_complex .ginput_left label, .gform_wrapper .ginput_complex .ginput_right label {
  *margin: 3px 0 5px 0;
}

/* line 783, sass/_forms.scss */
.gform_footer input.button {
  *padding: 3px;
}

/* line 786, sass/_forms.scss */
ul.top_label .clear-multi {
  overflow: hidden;
  clear: both;
}

/* line 791, sass/_forms.scss */
.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio], .gform_wrapper .gfield_checkbox li input {
  *margin-top: 0;
}

/* line 794, sass/_forms.scss */
.gform_wrapper .ginput_complex .ginput_left select, .gform_wrapper .ginput_complex .ginput_right select {
  padding: 2px 0 2px 0\9;
}

/* line 796, sass/_forms.scss */
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: inline-block\9;
  margin: 2px 0 0 6px\9;
}

/* ======================================================= */
/*                      Images Styles                      */
/* ======================================================= */
/* Basic image style
---------------------------------------------------------- */
/* line 7, sass/_images.scss */
img.alignleft,
img.alignright {
  border: 1px solid #000;
  padding: 4px;
  background-color: #222;
}

/* line 13, sass/_images.scss */
img.alignleft {
  margin: 2px 20px 10px 2px !important;
}

/* line 16, sass/_images.scss */
img.alignright {
  margin: 2px 2px 2px 16px !important;
}

/* line 19, sass/_images.scss */
img.aligncenter {
  display: block;
  margin: 2px auto !important;
  text-align: center;
}

/* line 25, sass/_images.scss */
.featuredimage {
  margin: 0px 0px 30px;
}

/* line 28, sass/_images.scss */
.featuredimage img {
  display: block;
}

/* line 35, sass/_images.scss */
.gallery h4 {
  margin: 0px 0px 5px;
  font-size: 16px;
  font-weight: normal;
}

/* line 40, sass/_images.scss */
.gallery ul,
.gallery ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 47, sass/_images.scss */
.gallery ul {
  overflow: hidden;
  margin: 0px -5px 20px -5px;
}

/* line 51, sass/_images.scss */
.gallery ul li {
  float: left;
  margin: 5px 5px;
}

/* line 55, sass/_images.scss */
.gallery ul li a,
.gallery ul li a img {
  display: block;
}

/* line 59, sass/_images.scss */
.gallery ul li a {
  padding: 6px;
  background: #202020 url(images/grain-even-dark.png);
}

/* line 63, sass/_images.scss */
.gallery ul li a:hover {
  background: #1174b8;
}

/* ======================================================= */
/*                       Navigation                        */
/* ======================================================= */
/* line 5, sass/_navigation.scss */
#header .nav select {
  display: none;
}

/* line 10, sass/_navigation.scss */
#header .nav {
  position: absolute;
  right: 0;
  bottom: 0px;
}

/* line 15, sass/_navigation.scss */
#header .navigation {
  margin: 0px;
}

/* line 19, sass/_navigation.scss */
#nav-header, #nav-header ul {
  list-style-type: none;
  margin: 0px;
  overflow: visible;
  padding: 0px;
}

/* line 25, sass/_navigation.scss */
#nav-header {
  z-index: 500;
}

/* line 29, sass/_navigation.scss */
#nav-header li {
  float: left;
  margin: 0px;
  height: 40px;
  position: relative;
}

/* line 36, sass/_navigation.scss */
#nav-header li a {
  font-size: 14px;
  display: block;
  float: left;
  color: #323232;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
  margin: 0px 0px;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 49, sass/_navigation.scss */
#nav-header li a span {
  color: #1174b8;
}

/* line 53, sass/_navigation.scss */
#nav-header li.first a {
  border-left: none;
}

/* line 56, sass/_navigation.scss */
#nav-header li.last a {
  border-right: none;
}

/* line 61, sass/_navigation.scss */
#nav-header li.hover a,
#nav-header li a:hover,
#nav-header li a:hover span,
#nav-header li.current-menu-item a:hover {
  background: #323232 url(images/grain-even-dark.png);
  color: #fff;
}

/* line 69, sass/_navigation.scss */
#nav-header li.current-menu-item a,
#nav-header li.current-menu-parent a {
  color: #fff;
  background: #323232 url(images/grain-even-dark.png);
}

/* navigation dropdowns
---------------------------------------------------------- */
/* line 82, sass/_navigation.scss */
#nav-header ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 200px;
  height: auto;
  border: none;
}

/* line 91, sass/_navigation.scss */
#nav-header ul li {
  float: none;
  display: block;
  margin: 0px 0px;
  height: auto;
}

/* line 99, sass/_navigation.scss */
#nav-header ul li.last {
  margin: 0px;
}

/* line 102, sass/_navigation.scss */
#nav-header ul li a,
#nav-header ul li a:hover {
  float: none;
  line-height: 1.4em;
  color: #ddd !important;
  background: #444444 url(images/grain-even.png) !important;
  padding: 10px 10px;
  margin: 0px;
  width: auto;
  text-align: left;
  font-weight: normal;
  zoom: 1;
  height: auto;
  text-shadow: none;
  text-transform: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #3a3a3a;
}

/* line 125, sass/_navigation.scss */
#nav-header ul li:last-child a,
#nav-header ul li.last a {
  border-bottom: none;
}

/* line 129, sass/_navigation.scss */
#nav-header li ul li a:hover {
  background: #222222 url(images/grain-even-dark.png) !important;
  color: #fff !important;
}

/*#nav-header li ul li.current_page_ancestor > a { background: #FFFAE9 !important; }*/
/* line 134, sass/_navigation.scss */
#nav-header li ul li.current-menu-item > a {
  background: #222222 url(images/grain-even-dark.png) !important;
  color: #fff !important;
  /*border-top-color: #f2b300 !important;*/
}

/* line 139, sass/_navigation.scss */
#nav-header ul li.first a {
  border-top: none;
}

/* line 143, sass/_navigation.scss */
#nav-header ul ul {
  left: 184px;
  top: -1px;
  display: none;
  background-position: 5px bottom;
}

/* line 149, sass/_navigation.scss */
#nav-header ul ul li.first {
  border-top: 1px solid #ddd;
}

/* line 154, sass/_navigation.scss */
.wp-pagenavi {
  padding: 15px;
  text-align: center;
  margin: 20px 0 0;
}

/* line 159, sass/_navigation.scss */
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 3px 12px;
  font-size: 12px;
  line-height: 2em;
  text-decoration: none;
  color: #aaa;
  border: 1px solid #ddd;
  margin: 0px 2px;
  background: #eaeaea;
}

/* line 171, sass/_navigation.scss */
.wp-pagenavi span.pages {
  color: #333;
  border: 1px solid #fff;
  background: #fff;
}

/* line 178, sass/_navigation.scss */
.wp-pagenavi a:hover {
  border-color: #1a1a1a;
  background: #3a3a3a;
  color: #fff;
}

/* line 187, sass/_navigation.scss */
.wp-pagenavi span.current {
  border-color: #ccc;
  background: #f5f5f5;
  color: #000;
}

/* line 195, sass/_navigation.scss */
.page-nav {
  overflow: hidden;
}

/* line 198, sass/_navigation.scss */
.page-nav div {
  float: left;
}

/* line 201, sass/_navigation.scss */
.page-nav div.next-post {
  float: right;
}

/* ======================================================= */
/*                          Table                          */
/* ======================================================= */
/* line 4, sass/_tables.scss */
table, td, th {
  vertical-align: middle;
}

/* line 7, sass/_tables.scss */
caption {
  padding-bottom: 0.8em;
}

/* Table Style
---------------------------------------------------------- */
/* line 12, sass/_tables.scss */
.table_style {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

/* line 17, sass/_tables.scss */
.table_style table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #fff;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 26, sass/_tables.scss */
.table_style th {
  text-align: center;
  padding: 12px;
  font-weight: normal;
  font-size: 14px;
  color: #555;
  background-color: #EEEEEE;
}

/* line 35, sass/_tables.scss */
.table_style tbody {
  background: #F9F9F9;
}

/* line 39, sass/_tables.scss */
.table_style td {
  text-align: center;
  padding: 10px;
  color: #666;
  border-top: 1px dashed #fff;
}

/* line 46, sass/_tables.scss */
.table_style tbody tr:hover td {
  color: #333;
  background: #fff;
  border-top: 1px solid #fff;
}

/* line 52, sass/_tables.scss */
.table_style tfoot {
  background-color: #f3f3f3;
}

/* line 56, sass/_tables.scss */
.table_style tfoot td {
  padding: 8px;
}

/* line 65, sass/_tables.scss */
.thetable {
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  margin: 0px 0px 20px;
  float: left;
  clear: both;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

/* line 77, sass/_tables.scss */
.thetable table {
  border-collapse: collapse;
  margin: 0px;
  width: auto;
}

/* line 83, sass/_tables.scss */
.thetable th, .thetable td {
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px 0px;
  background-color: #f5f5f5;
  width: 100px;
  font-weight: normal;
}

/* line 92, sass/_tables.scss */
.thetable tbody td:hover {
  background: #fff;
  color: #333;
}

/* line 97, sass/_tables.scss */
.thetable td.label, .thetable td.label:hover, .thetable th.label, .thetable th.label:hover {
  text-align: right;
  padding: 5px 5px 5px 15px;
  background-color: #e5e5e5;
  font-weight: normal;
  width: 200px;
  color: #111;
}

/* line 105, sass/_tables.scss */
.thetable thead td {
  background-color: #e5e5e5;
  color: #111;
}

/* line 110, sass/_tables.scss */
.thetable td.profit {
  background-color: #efc;
}

/* line 112, sass/_tables.scss */
.thetable thead th {
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 10px 10px;
  border-color: #000;
}

/* line 120, sass/_tables.scss */
.thetable tfoot td, .thetable tfoot td:hover {
  text-align: left;
  font-size: 10px;
  padding: 5px 15px;
  background-color: #f5f5f5;
  color: #333;
}

/* #Media Queries

================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
