/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Grid Layout */
/* Compass CSS3 Mixins */
/*------------------------------------*\
  COLORS VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  LAYOUT VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  FONTS VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  GRID VARIABLES
\*------------------------------------*/
/* 64px*/
/* 16px*/
/*------------------------------------*\
   FONT MIXINS
\*------------------------------------*/
/*------------------------------------*\
   ITEMS MIXINS
\*------------------------------------*/
/*------------------------------------*\
   TRANSITIONS MIXINS
\*------------------------------------*/
/*------------------------------------*\
   IE MIXINS
\*------------------------------------*/
/*------------------------------------*\
   COMMONS
\*------------------------------------*/
/* line 4, ../sass/_base.scss */
body, div, p, a {
  font-family: "Lato", sans-serif;
  color: #333333;
}

/* line 8, ../sass/_base.scss */
html, body {
  height: 100%;
}

/* line 12, ../sass/_base.scss */
body {
  line-height: 160%;
  position: relative;
  background-color: #7c7b7b;
}

/* line 17, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 22, ../sass/_base.scss */
h1, h2, h3, h4 {
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 27, ../sass/_base.scss */
h1 {
  font-size: 28px;
  color: #03a9b3;
  font-weight: 100;
}

/* line 32, ../sass/_base.scss */
h2 {
  font-size: 18px;
  color: #a1c32f;
}

/* line 37, ../sass/_base.scss */
.home h2 {
  font-size: 28px;
  font-weight: 100;
}

/* line 42, ../sass/_base.scss */
h3 {
  font-size: 16px;
  color: #666666;
}

/* line 46, ../sass/_base.scss */
h4 {
  font-size: 16px;
  color: #a1c32f;
}

/* line 50, ../sass/_base.scss */
p {
  margin: 30px 0;
  line-height: 160%;
  font-size: 16px;
}

/* line 55, ../sass/_base.scss */
b, strong {
  font-weight: 700;
}

/* line 58, ../sass/_base.scss */
em {
  font-style: italic;
}

/* line 61, ../sass/_base.scss */
a {
  color: #f1922a;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.33s;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
/* line 64, ../sass/_base.scss */
a:hover {
  color: #333333;
}

/* line 68, ../sass/_base.scss */
hr {
  height: 1px;
  border: none;
  border-bottom: 1px dashed #626262;
  margin: 20px 0;
  clear: both;
}

/* line 76, ../sass/_base.scss */
small {
  font-size: 80%;
  line-height: normal;
}

/* line 81, ../sass/_base.scss */
.center {
  text-align: center;
}
@media (min-width: 59em) {
  /* line 81, ../sass/_base.scss */
  .center {
    text-align: left;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .center {
  text-align: left;
}

/* line 88, ../sass/_base.scss */
.alignleft, .alignright {
  margin: 20px 0;
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 39em) {
  /* line 88, ../sass/_base.scss */
  .alignleft, .alignright {
    display: inline;
    width: auto !important;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .alignleft, .no-mediaqueries .alignright {
  display: inline;
  width: auto !important;
}

@media (min-width: 39em) {
  /* line 98, ../sass/_base.scss */
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

@media (min-width: 39em) {
  /* line 105, ../sass/_base.scss */
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 111, ../sass/_base.scss */
input, textarea, select {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
}

/* line 116, ../sass/_base.scss */
select {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  background: #ccc;
  color: #666;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

/* line 128, ../sass/_base.scss */
label {
  width: 180px;
  display: inline-block;
}

/* line 133, ../sass/_base.scss */
.the-content ul {
  list-style-type: disc;
  margin-left: 17px;
}

/* line 138, ../sass/_base.scss */
td {
  border-collapse: collapse;
  border-bottom: 1px dotted #ccc;
  padding: 5px;
  font-size: 14px;
}

/* line 144, ../sass/_base.scss */
th {
  background: #f1922a;
  padding: 5px;
  font-size: 15px;
}

/* line 151, ../sass/_base.scss */
body input[type="submit"],
body a.button {
  background: #f1922a;
  border: none;
  box-shadow: inset 0 -6px 1px #ef8612;
  color: #333333;
  font-size: 16px;
  padding-bottom: 18px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.33s;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  transition-duration: 0.33s;
  text-decoration: none;
  padding: 5px 25px 10px;
  text-transform: uppercase;
}
/* line 163, ../sass/_base.scss */
body input[type="submit"]:hover,
body a.button:hover {
  background: #ef8612;
  box-shadow: inset 0 -6px 1px #da790e;
}

/*------------------------------------*\
   LAYOUT
\*------------------------------------*/
/* line 6, ../sass/_layout.scss */
.full {
  width: 100%;
}

/* line 9, ../sass/_layout.scss */
.grid {
  *zoom: 1;
  max-width: 464px;
  max-width: 29rem;
  _width: 464px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*@include susy-grid-background;*/
}
/* line 38, ../../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 39em) {
  /* line 9, ../sass/_layout.scss */
  .grid {
    max-width: 624px;
    max-width: 39rem;
  }
}
@media (min-width: 59em) {
  /* line 9, ../sass/_layout.scss */
  .grid {
    max-width: 944px;
    max-width: 59rem;
  }
}
@media (min-width: 69em) {
  /* line 9, ../sass/_layout.scss */
  .grid {
    max-width: 1104px;
    max-width: 69rem;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .grid {
  max-width: 1104px;
  max-width: 69rem;
  _width: 1104px;
}
@media (min-width: 79em) {
  /* line 9, ../sass/_layout.scss */
  .grid {
    max-width: 1264px;
    max-width: 79rem;
  }
}

/* line 14, ../sass/_layout.scss */
.no-mediaqueries .grid {
  width: 1200px !important;
  max-width: 1200px !important;
}

/*------------------------------------*\
   CONTENT 
\*------------------------------------*/
/* line 21, ../sass/_layout.scss */
.col-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 59em) {
  /* line 21, ../sass/_layout.scss */
  .col-1 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 25, ../sass/_layout.scss */
  .col-1.one-col {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .col-1 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
/* line 25, ../sass/_layout.scss */
.no-mediaqueries .col-1.one-col {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}

/* line 30, ../sass/_layout.scss */
.col-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 59em) {
  /* line 30, ../sass/_layout.scss */
  .col-2 {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .col-2 {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  *margin-left: -1rem;
  display: inline;
}

/* line 37, ../sass/_layout.scss */
.galleries li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 59em) {
  /* line 37, ../sass/_layout.scss */
  .galleries li {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-right: -100%;
  }
  /* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
  .galleries li:nth-child(2n + 1) {
    margin-left: 0%;
    clear: left;
  }
  /* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
  .galleries li:nth-child(2n + 2) {
    margin-left: 50.84746%;
    clear: none;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .galleries li {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-right: -100%;
}
/* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
.no-mediaqueries .galleries li:nth-child(2n + 1) {
  margin-left: 0%;
  clear: left;
}
/* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
.no-mediaqueries .galleries li:nth-child(2n + 2) {
  margin-left: 50.84746%;
  clear: none;
}

/*------------------------------------*\
   FOOTER 
\*------------------------------------*/
/* line 48, ../sass/_layout.scss */
footer .box-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 59em) {
  /* line 48, ../sass/_layout.scss */
  footer .box-footer {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-right: -100%;
  }
  /* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
  footer .box-footer:nth-child(3n + 1) {
    margin-left: 0%;
    clear: left;
  }
  /* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
  footer .box-footer:nth-child(3n + 2) {
    margin-left: 33.89831%;
    clear: none;
  }
  /* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
  footer .box-footer:nth-child(3n + 3) {
    margin-left: 67.79661%;
    clear: none;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries footer .box-footer {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-right: -100%;
}
/* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
.no-mediaqueries footer .box-footer:nth-child(3n + 1) {
  margin-left: 0%;
  clear: left;
}
/* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
.no-mediaqueries footer .box-footer:nth-child(3n + 2) {
  margin-left: 33.89831%;
  clear: none;
}
/* line 42, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_isolation.scss */
.no-mediaqueries footer .box-footer:nth-child(3n + 3) {
  margin-left: 67.79661%;
  clear: none;
}

/*------------------------------------*\
   HEADER
\*------------------------------------*/
/* line 4, ../sass/_header.scss */
.header-wrap {
  position: relative;
}
/* line 6, ../sass/_header.scss */
.header-wrap header {
  background: #f0f0f0;
  padding: 20px 0;
}
/* line 10, ../sass/_header.scss */
.header-wrap header .logo {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 59em) {
  /* line 10, ../sass/_header.scss */
  .header-wrap header .logo {
    float: left;
    margin: 0 0 8px 0;
    width: 150px;
    padding-top: 15px;
  }
}
@media (min-width: 69em) {
  /* line 10, ../sass/_header.scss */
  .header-wrap header .logo {
    width: 175px;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .header-wrap header .logo {
  width: 175px;
}
@media (min-width: 79em) {
  /* line 10, ../sass/_header.scss */
  .header-wrap header .logo {
    width: auto;
    padding-top: 0;
  }
}
/* line 27, ../sass/_header.scss */
.header-wrap header .menu-wrap {
  margin-top: 20px;
}
@media (min-width: 59em) {
  /* line 27, ../sass/_header.scss */
  .header-wrap header .menu-wrap {
    float: right;
    margin-top: 0;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .header-wrap header .menu-wrap {
  float: right;
  margin-top: 0;
}

/* line 37, ../sass/_header.scss */
.full.slideshow {
  z-index: 1;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
/* line 42, ../sass/_header.scss */
.full.slideshow .cycle-slideshow {
  width: 100%;
  max-width: 100%;
  max-height: 660px;
}
/* line 46, ../sass/_header.scss */
.full.slideshow .cycle-slideshow img {
  width: 100%;
}
/* line 49, ../sass/_header.scss */
.full.slideshow .cycle-slideshow a {
  width: 100%;
}

/* line 58, ../sass/_header.scss */
#header-picture .pic-container img {
  width: 100%;
}

/*------------------------------------*\
   MAIN NAVIGATION
\*------------------------------------*/
/* line 4, ../sass/_nav.scss */
.secondary-menu {
  padding-bottom: 5px;
}
/* line 7, ../sass/_nav.scss */
.secondary-menu ul li {
  text-align: center;
}
@media (min-width: 59em) {
  /* line 7, ../sass/_nav.scss */
  .secondary-menu ul li {
    float: right;
    text-align: right;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .secondary-menu ul li {
  float: right;
  text-align: right;
}
/* line 14, ../sass/_nav.scss */
.secondary-menu ul li.reserved:before {
  content: "\f023";
  font-family: "FontAwesome";
  padding: 0 10px;
  color: #333333;
}
/* line 20, ../sass/_nav.scss */
.secondary-menu ul li.reserved a {
  font-size: 13px;
}

/* line 29, ../sass/_nav.scss */
.primary-menu nav {
  text-align: center;
  clear: both;
}
/* line 32, ../sass/_nav.scss */
.primary-menu nav select {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  margin: 10px 0 20px 0;
  background: #f1922a url(../images/menu.png) no-repeat right;
  color: white;
  border: none;
  border-right: 20px solid #f1922a;
  outline: none;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 59em) {
  /* line 32, ../sass/_nav.scss */
  .primary-menu nav select {
    display: none;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .primary-menu nav select {
  display: none;
}
/* line 51, ../sass/_nav.scss */
.primary-menu nav select option {
  line-height: 20px;
}
/* line 55, ../sass/_nav.scss */
.primary-menu nav ul.nav {
  display: none;
}
@media (min-width: 59em) {
  /* line 55, ../sass/_nav.scss */
  .primary-menu nav ul.nav {
    display: block;
    padding-top: 10px;
    float: right;
  }
}
@media (min-width: 69em) {
  /* line 55, ../sass/_nav.scss */
  .primary-menu nav ul.nav {
    padding-top: 20px;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .primary-menu nav ul.nav {
  padding-top: 20px;
}
/* line 65, ../sass/_nav.scss */
.primary-menu nav ul.nav li {
  float: left;
  text-transform: uppercase;
  margin-left: 35px;
  /* showing sub-menus */
}
@media (min-width: 59em) {
  /* line 65, ../sass/_nav.scss */
  .primary-menu nav ul.nav li {
    margin-left: 17px;
  }
}
@media (min-width: 69em) {
  /* line 65, ../sass/_nav.scss */
  .primary-menu nav ul.nav li {
    margin-left: 28px;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .primary-menu nav ul.nav li {
  margin-left: 28px;
}
@media (min-width: 79em) {
  /* line 65, ../sass/_nav.scss */
  .primary-menu nav ul.nav li {
    margin-left: 35px;
  }
}
/* line 78, ../sass/_nav.scss */
.primary-menu nav ul.nav li a {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.33s;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media (min-width: 59em) {
  /* line 78, ../sass/_nav.scss */
  .primary-menu nav ul.nav li a {
    font-size: 13px;
  }
}
@media (min-width: 69em) {
  /* line 78, ../sass/_nav.scss */
  .primary-menu nav ul.nav li a {
    font-size: 15px;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .primary-menu nav ul.nav li a {
  font-size: 15px;
}
@media (min-width: 79em) {
  /* line 78, ../sass/_nav.scss */
  .primary-menu nav ul.nav li a {
    font-size: 16px;
  }
}
/* line 92, ../sass/_nav.scss */
.primary-menu nav ul.nav li a:hover {
  color: #f1922a;
}
/* line 96, ../sass/_nav.scss */
.primary-menu nav ul.nav li:first-child {
  margin-left: 0;
}
/* line 98, ../sass/_nav.scss */
.primary-menu nav ul.nav li:first-child ul.sub-menu {
  margin-left: -20px;
}
/* line 104, ../sass/_nav.scss */
.primary-menu nav ul.nav li.current_page_item a, .primary-menu nav ul.nav li.current-page-ancestor a {
  background-color: #f1922a;
  color: white;
  padding: 7px 15px;
}
/* line 110, ../sass/_nav.scss */
.primary-menu nav ul.nav li ul.sub-menu {
  background: white;
  margin-top: 0;
  border-top: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  z-index: 8999;
  padding: 10px;
  line-height: 100%;
  margin-left: 25px;
}
/* line 121, ../sass/_nav.scss */
.primary-menu nav ul.nav li ul.sub-menu li {
  margin: 0;
  float: none;
  text-align: left;
}
/* line 125, ../sass/_nav.scss */
.primary-menu nav ul.nav li ul.sub-menu li a {
  width: auto;
  border-bottom: 1px dashed #626262;
  font-family: "Lato", sans-serif;
  font-size: 0.85em;
  color: #333333;
  font-weight: 400;
  display: block;
  padding: 10px 40px 10px 0;
}
/* line 135, ../sass/_nav.scss */
.primary-menu nav ul.nav li ul.sub-menu li a:hover, .primary-menu nav ul.nav li ul.sub-menu li a:focus {
  color: #333333;
}
/* line 138, ../sass/_nav.scss */
.primary-menu nav ul.nav li ul.sub-menu li a:before {
  content: "";
  padding: 0 0 0 10px;
}
/* line 144, ../sass/_nav.scss */
.primary-menu nav ul.nav li ul.sub-menu li:last-child a {
  border-bottom: 0;
}
/* line 151, ../sass/_nav.scss */
.primary-menu nav ul.nav li:hover ul {
  top: auto;
  overflow: visible;
  visibility: visible;
}
/* line 156, ../sass/_nav.scss */
.primary-menu nav ul.nav li:last-child ul {
  right: 0;
}
@media (min-width: 104em) {
  /* line 156, ../sass/_nav.scss */
  .primary-menu nav ul.nav li:last-child ul {
    right: auto;
  }
}

/*------------------------------------*\
   CONTENT
\*------------------------------------*/
/* line 4, ../sass/_content.scss */
#content {
  background-color: white;
  margin-top: -25px;
  margin-bottom: 40px;
  z-index: 100;
  position: relative;
  padding: 20px 30px;
}
@media (min-width: 59em) {
  /* line 4, ../sass/_content.scss */
  #content {
    padding: 20px 50px 35px 50px;
    margin-top: -50px;
  }
  /* line 14, ../sass/_content.scss */
  #content .col-1 {
    padding-right: 45px;
    border-right: 1px solid #ccc;
  }
  /* line 17, ../sass/_content.scss */
  #content .col-1.one-col {
    padding-right: 0;
    border: none;
  }
  /* line 20, ../sass/_content.scss */
  #content .col-1.one-col .galleries {
    list-style-type: none;
    margin-left: 0;
  }
  /* line 23, ../sass/_content.scss */
  #content .col-1.one-col .galleries li {
    text-indent: 0;
    padding-left: 25px;
  }
  /* line 26, ../sass/_content.scss */
  #content .col-1.one-col .galleries li:first-child {
    padding-right: 45px;
    padding-left: 0;
    border-right: 1px solid #ccc;
  }
  /* line 31, ../sass/_content.scss */
  #content .col-1.one-col .galleries li:before {
    content: '';
  }
  /* line 39, ../sass/_content.scss */
  #content .col-2 {
    padding-left: 25px;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries #content {
  padding: 20px 50px 35px 50px;
  margin-top: -50px;
}
/* line 14, ../sass/_content.scss */
.no-mediaqueries #content .col-1 {
  padding-right: 45px;
  border-right: 1px solid #ccc;
}
/* line 17, ../sass/_content.scss */
.no-mediaqueries #content .col-1.one-col {
  padding-right: 0;
  border: none;
}
/* line 20, ../sass/_content.scss */
.no-mediaqueries #content .col-1.one-col .galleries {
  list-style-type: none;
  margin-left: 0;
}
/* line 23, ../sass/_content.scss */
.no-mediaqueries #content .col-1.one-col .galleries li {
  text-indent: 0;
  padding-left: 25px;
}
/* line 26, ../sass/_content.scss */
.no-mediaqueries #content .col-1.one-col .galleries li:first-child {
  padding-right: 45px;
  padding-left: 0;
  border-right: 1px solid #ccc;
}
/* line 31, ../sass/_content.scss */
.no-mediaqueries #content .col-1.one-col .galleries li:before {
  content: '';
}
/* line 39, ../sass/_content.scss */
.no-mediaqueries #content .col-2 {
  padding-left: 25px;
}
@media (min-width: 59em) {
  /* line 4, ../sass/_content.scss */
  #content {
    margin-top: -150px;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries #content {
  margin-top: -150px;
}
/* line 46, ../sass/_content.scss */
#content ul {
  margin-left: 17px;
}
/* line 48, ../sass/_content.scss */
#content ul li {
  text-indent: -1em;
}
/* line 50, ../sass/_content.scss */
#content ul li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  float: left;
  width: 17px;
  font-size: 7px;
  color: #f1922a;
}
/* line 60, ../sass/_content.scss */
#content h1, #content h2, #content h3, #content h4 {
  margin-top: 20px;
}
/* line 64, ../sass/_content.scss */
#content .doc-title i {
  margin-right: 10px;
  color: #f1922a;
  font-size: 17px;
}
/* line 70, ../sass/_content.scss */
#content .doc-abstract {
  padding-left: 26px;
  margin-top: 20px;
}

/*------------------------------------*\
   FOOTER
\*------------------------------------*/
/* line 4, ../sass/_footer.scss */
footer {
  color: #d9d9d9;
  padding: 30px 0;
  text-align: center;
}
/* line 8, ../sass/_footer.scss */
footer .grid {
  padding: 0;
}
/* line 10, ../sass/_footer.scss */
footer .grid .box-footer {
  margin-bottom: 15px;
}
/* line 12, ../sass/_footer.scss */
footer .grid .box-footer a {
  color: #d9d9d9;
}
/* line 15, ../sass/_footer.scss */
footer .grid .box-footer h3 {
  color: #f1922a;
  font-size: 18px;
}
/* line 19, ../sass/_footer.scss */
footer .grid .box-footer p {
  margin: 10px 0;
}
/* line 21, ../sass/_footer.scss */
footer .grid .box-footer p i {
  font-size: 16px;
  color: #f1922a;
  margin-right: 8px;
}
/* line 29, ../sass/_footer.scss */
footer div, footer p {
  color: #d9d9d9;
  font-size: 14px;
}
@media (min-width: 59em) {
  /* line 4, ../sass/_footer.scss */
  footer {
    text-align: left;
  }
}
/* line 91, ../../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries footer {
  text-align: left;
}
