/* This controls how much space is between each item in the block grid */
/* This controls whether or not base styles come through, set to false to leave out */
/* This is handy for when you create multiple block-grids and want less CSS output repetition */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: auto;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .row .small-1 {
    position: relative;
    width: 8.33333%; }

  .row .small-2 {
    position: relative;
    width: 16.66667%; }

  .row .small-3 {
    position: relative;
    width: 25%; }

  .row .small-4 {
    position: relative;
    width: 33.33333%; }

  .row .small-5 {
    position: relative;
    width: 41.66667%; }

  .row .small-6 {
    position: relative;
    width: 50%; }

  .row .small-7 {
    position: relative;
    width: 58.33333%; }

  .row .small-8 {
    position: relative;
    width: 66.66667%; }

  .row .small-9 {
    position: relative;
    width: 75%; }

  .row .small-10 {
    position: relative;
    width: 83.33333%; }

  .row .small-11 {
    position: relative;
    width: 91.66667%; }

  .row .small-12 {
    position: relative;
    width: 100%; }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 38.75em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }

  .row .large-2 {
    position: relative;
    width: 16.66667%; }

  .row .large-3 {
    position: relative;
    width: 25%; }

  .row .large-4 {
    position: relative;
    width: 33.33333%; }

  .row .large-5 {
    position: relative;
    width: 41.66667%; }

  .row .large-6 {
    position: relative;
    width: 50%; }

  .row .large-7 {
    position: relative;
    width: 58.33333%; }

  .row .large-8 {
    position: relative;
    width: 66.66667%; }

  .row .large-9 {
    position: relative;
    width: 75%; }

  .row .large-10 {
    position: relative;
    width: 83.33333%; }

  .row .large-11 {
    position: relative;
    width: 91.66667%; }

  .row .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 38.75em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 56.25em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 68.75em) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 38.75em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }

  [class*="small-block-grid-"] > li {
    clear: none !important; } }
p.lead {
  font-size: 1.16875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #2795b6; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.95em;
  line-height: 1.3;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif !important;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 0.95em;
  line-height: 1.3;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.3;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 38.75em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 2.3125em; }

  h3 {
    font-size: 1.6875em; }

  h4 {
    font-size: 1.4375em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Sections */
.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #cccccc;
  border-top: none; }
  .section-container section,
  .section-container .section, .section-container.auto section,
  .section-container.auto .section {
    border-top: 1px solid #cccccc;
    position: relative; }
    .section-container section .title,
    .section-container .section .title, .section-container.auto section .title,
    .section-container.auto .section .title {
      top: 0;
      cursor: pointer;
      width: 100%;
      margin: 0;
      background-color: #efefef; }
      .section-container section .title a,
      .section-container .section .title a, .section-container.auto section .title a,
      .section-container.auto .section .title a {
        padding: 0.9375em;
        display: inline-block;
        color: #333333;
        font-size: 0.875em;
        white-space: nowrap;
        width: 100%; }
      .section-container section .title:hover,
      .section-container .section .title:hover, .section-container.auto section .title:hover,
      .section-container.auto .section .title:hover {
        background-color: #e2e2e2; }
    .section-container section .content,
    .section-container .section .content, .section-container.auto section .content,
    .section-container.auto .section .content {
      display: none;
      padding: 0.9375em;
      background-color: white; }
      .section-container section .content > *:last-child,
      .section-container .section .content > *:last-child, .section-container.auto section .content > *:last-child,
      .section-container.auto .section .content > *:last-child {
        margin-bottom: 0; }
      .section-container section .content > *:first-child,
      .section-container .section .content > *:first-child, .section-container.auto section .content > *:first-child,
      .section-container.auto .section .content > *:first-child {
        padding-top: 0; }
      .section-container section .content > *:last-child,
      .section-container .section .content > *:last-child, .section-container.auto section .content > *:last-child,
      .section-container.auto .section .content > *:last-child {
        padding-bottom: 0; }
    .section-container section.active .content,
    .section-container .section.active .content, .section-container.auto section.active .content,
    .section-container.auto .section.active .content {
      display: block; }
    .section-container section.active .title,
    .section-container .section.active .title, .section-container.auto section.active .title,
    .section-container.auto .section.active .title {
      background: #d5d5d5; }

.section-container.tabs {
  border: 0;
  position: relative; }
  .section-container.tabs section,
  .section-container.tabs .section {
    padding-top: 0;
    border: 0;
    position: static; }
    .section-container.tabs section .title,
    .section-container.tabs .section .title {
      width: auto;
      border: 1px solid #cccccc;
      border-right: 0;
      border-bottom: 0;
      position: absolute;
      z-index: 1; }
      .section-container.tabs section .title a,
      .section-container.tabs .section .title a {
        width: 100%; }
    .section-container.tabs section:last-child .title,
    .section-container.tabs .section:last-child .title {
      border-right: 1px solid #cccccc; }
    .section-container.tabs section .content,
    .section-container.tabs .section .content {
      border: 1px solid #cccccc;
      position: absolute;
      z-index: 10;
      top: -1px; }
    .section-container.tabs section.active .title,
    .section-container.tabs .section.active .title {
      background-color: white;
      z-index: 11;
      border-bottom: 0; }
    .section-container.tabs section.active .content,
    .section-container.tabs .section.active .content {
      position: relative; }

@media only screen and (min-width: 38.75em) {
  .section-container.auto {
    border: 0;
    position: relative; }
    .section-container.auto section,
    .section-container.auto .section {
      padding-top: 0;
      border: 0;
      position: static; }
      .section-container.auto section .title,
      .section-container.auto .section .title {
        width: auto;
        border: 1px solid #cccccc;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        z-index: 1; }
        .section-container.auto section .title a,
        .section-container.auto .section .title a {
          width: 100%; }
      .section-container.auto section:last-child .title,
      .section-container.auto .section:last-child .title {
        border-right: 1px solid #cccccc; }
      .section-container.auto section .content,
      .section-container.auto .section .content {
        border: 1px solid #cccccc;
        position: absolute;
        z-index: 10;
        top: -1px; }
      .section-container.auto section.active .title,
      .section-container.auto .section.active .title {
        background-color: white;
        z-index: 11;
        border-bottom: 0; }
      .section-container.auto section.active .content,
      .section-container.auto .section.active .content {
        position: relative; }

  .section-container.accordion .section {
    padding-top: 0 !important; }

  .section-container.vertical-nav {
    border: 1px solid #cccccc;
    border-top: none; }
    .section-container.vertical-nav section,
    .section-container.vertical-nav .section {
      padding-top: 0 !important; }
      .section-container.vertical-nav section .title a,
      .section-container.vertical-nav .section .title a {
        display: block;
        width: 100%; }
      .section-container.vertical-nav section .content,
      .section-container.vertical-nav .section .content {
        display: none; }
      .section-container.vertical-nav section.active .content,
      .section-container.vertical-nav .section.active .content {
        display: block;
        position: absolute;
        left: 100%;
        top: -1px;
        z-index: 999;
        min-width: 12.5em;
        border: 1px solid #cccccc; }

  .section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 1px solid #cccccc; }
    .section-container.horizontal-nav section,
    .section-container.horizontal-nav .section {
      padding-top: 0;
      border: 0;
      position: static; }
      .section-container.horizontal-nav section .title,
      .section-container.horizontal-nav .section .title {
        width: auto;
        border: 1px solid #cccccc;
        border-left: 0;
        top: -1px;
        position: absolute;
        z-index: 1; }
        .section-container.horizontal-nav section .title a,
        .section-container.horizontal-nav .section .title a {
          width: 100%; }
      .section-container.horizontal-nav section .content,
      .section-container.horizontal-nav .section .content {
        display: none; }
      .section-container.horizontal-nav section.active .content,
      .section-container.horizontal-nav .section.active .content {
        display: block;
        position: absolute;
        z-index: 999;
        left: 0;
        top: -2px;
        min-width: 12.5em;
        border: 1px solid #cccccc; } }
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: white; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: white;
  margin-bottom: 1.875em; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: bold;
        color: black;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: black;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: #4d4d4d; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px #4d4d4d, 0 16px 0 1px #4d4d4d, 0 22px 0 1px #4d4d4d;
          box-shadow: 0 10px 0 1px #4d4d4d, 0 16px 0 1px #4d4d4d, 0 22px 0 1px #4d4d4d; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: white; }
    .top-bar.expanded .toggle-topbar a {
      color: #4d4d4d; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
        box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: white;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider {
    border-bottom: solid 1px white;
    border-top: solid 1px #e6e6e6;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: black;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.8125em;
    font-weight: bold;
    background: white; }
    .top-bar-section ul li > a:hover {
      background: #f7f7f7; }
    .top-bar-section ul li > a.button {
      background: #2ba6cb;
      font-size: 0.8125em; }
      .top-bar-section ul li > a.button:hover {
        background: #2284a1; }
    .top-bar-section ul li > a.button.secondary {
      background: #e9e9e9; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #d0d0d0; }
    .top-bar-section ul li > a.button.success {
      background: #5da423; }
      .top-bar-section ul li > a.button.success:hover {
        background: #457a1a; }
    .top-bar-section ul li > a.button.alert {
      background: #c60f13; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #970b0e; }
  .top-bar-section ul li.active a {
    background: #f7f7f7; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: visible; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: black;
          line-height: 22.5px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.625em; }

.top-bar-js-breakpoint {
  width: 56.25em !important;
  visibility: hidden; }

.js-generated {
  display: block; }

/* Top Bar styles intended for screen sizes above the breakpoint. */
@media only screen and (min-width: 56.25em) {
  .top-bar {
    background: white;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: white; }

  .contain-to-grid .top-bar {
    max-width: auto;
    margin: 0 auto; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: white; }
      .top-bar-section li a:not(.button):hover {
        background: #b3b3b3; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        margin-top: -2.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden; }
    .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
      visibility: visible; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      margin-top: -7px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: white; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: white; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px white;
      border-left: solid 1px #e6e6e6;
      clear: none;
      height: 45px;
      width: 0px; }
    .top-bar-section .has-form {
      background: white;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; } }
/* Inline Lists */
.inline-list {
  margin: 0 0 1.0625em -1.375em;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Pagination */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  .pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: #222222;
    font-size: 0.875em;
    margin-left: 0.3125em; }
    .pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999999; }
    .pagination li:hover a,
    .pagination li a:focus {
      background: #e6e6e6; }
    .pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    .pagination li.current a {
      background: #2ba6cb;
      color: white;
      font-weight: bold;
      cursor: default; }
      .pagination li.current a:hover, .pagination li.current a:focus {
        background: #2ba6cb; }

.pagination-centered {
  text-align: center; }
  .pagination-centered ul > li {
    float: none;
    display: inline-block; }

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  list-style: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown *:first-child {
    margin-top: 0; }
  .f-dropdown *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 6px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    padding: 0.3125em 0.625em;
    line-height: 1.125em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    top: -9999px;
    list-style: none;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content *:first-child {
      margin-top: 0; }
    .f-dropdown.content *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

body {
  font-family: normal 16px/1.3em Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif !important; }

ul li {
  list-style: none; }

iframe, embed, object {
  border: none; }

[class*="button-"] {
  display: block;
  text-indent: -9999em;
  width: 22px;
  height: 26px; }

.button-go-top {
  background: url(../img/ui-sprite.png) -5px -4px no-repeat; }

.go-top {
  display: block;
  text-indent: -9999em;
  width: 22px;
  height: 26px;
  background: url(../img/ui-sprite.png) -5px -4px no-repeat;
  margin-bottom: 3em; }

.button-close {
  background: url(../img/ui-sprite.png) -35px -4px no-repeat; }

.button-go-left {
  background: url(../img/ui-sprite.png) -65px -4px no-repeat; }

.button-go-left {
  display: none; }

p:empty {
  display: none; }

.addthis_button_compact {
  display: block;
  margin: -.5em 0 1em;
  z-index: 9999; }

body.home,
body.error404 {
  background: #fff486;
  overflow: hidden; }

body.home .sep-nav, .page-id-19 .sep-nav, .page-id-20 .sep-nav, body.error404 .sep-nav {
  display: none; }

body.error404 .content-area {
  text-align: center; }
  body.error404 .content-area h1, body.error404 .content-area p {
    margin: 0;
    text-align: left;
    max-width: 350px; }
  body.error404 .content-area img {
    margin: 2em 0; }

#page, .nav-fixe {
  margin: 0 auto;
  max-width: 360px; }

@media only screen and (max-width: 380px) {
  #page, .nav-fixe {
    padding: 0 1em; } }
.site-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: auto;
  *zoom: 1;
  background: white; }
  .site-header:before, .site-header:after {
    content: " ";
    display: table; }
  .site-header:after {
    clear: both; }
  .site-header.expanded {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6); }
    .site-header.expanded .sep-nav {
      position: absolute;
      top: 46px;
      width: 360px; }

#main {
  width: 100%;
  margin: 1em 0 3em; }

.type-page {
  max-width: 675px; }

.page-id-19, .page-id-20 {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff486; }

/* Workarounds... */
@media only all and (max-width: 1024px) and (max-height: 768px) {
  .page-id-19, .page-id-20 {
    -moz-background-size: 1024px 768px;
    background-size: 1024px 768px; } }
@media only all and (max-width: 1024px) and (max-height: 900px) {
  .page-id-19, .page-id-20 {
    -moz-background-size: 1024px 900px;
    background-size: 1024px 900px; } }
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* Background image */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

@media screen and (max-width: 1024px) {
  /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;
    /* 50% */ } }
/* Typography resets */
.home-panel > p {
  font-size: 60px;
  line-height: 1em; }

li.name .site-title {
  display: none; }
li.name img {
  height: .8em;
  margin: 1em 0; }

.site-content a {
  color: #9c9e9f; }
  .site-content a:hover {
    color: #4d4d4d; }

.destacat {
  color: #fff486; }

.page-id-19 div,
.page-id-19 dl,
.page-id-19 dt,
.page-id-19 dd,
.page-id-19 ul,
.page-id-19 ol,
.page-id-19 li,
.page-id-19 h1,
.page-id-19 h2,
.page-id-19 h3,
.page-id-19 h4,
.page-id-19 h5,
.page-id-19 h6,
.page-id-19 pre,
.page-id-19 form,
.page-id-19 p,
.page-id-19 a,
.page-id-19 blockquote,
.page-id-19 th,
.page-id-19 td, .page-id-20 div,
.page-id-20 dl,
.page-id-20 dt,
.page-id-20 dd,
.page-id-20 ul,
.page-id-20 ol,
.page-id-20 li,
.page-id-20 h1,
.page-id-20 h2,
.page-id-20 h3,
.page-id-20 h4,
.page-id-20 h5,
.page-id-20 h6,
.page-id-20 pre,
.page-id-20 form,
.page-id-20 p,
.page-id-20 a,
.page-id-20 blockquote,
.page-id-20 th,
.page-id-20 td {
  color: white;
  font-weight: bold; }
.page-id-19 a, .page-id-20 a {
  color: #fff486; }

.entry-title {
  font-size: 1em; }

@media only screen and (min-width: 56.25em) {
  span.kerning-minus-one {
    letter-spacing: -1px !important; }
  span.kerning-minus-two {
    letter-spacing: -2px !important; }
  span.kerning-minus-three {
    letter-spacing: -3px !important; }
  span.kerning-minus-four {
    letter-spacing: -4px !important; }
  span.kerning-minus-five {
    letter-spacing: -5px !important; }
  span.kerning-minus-six {
    letter-spacing: -6px !important; }
  span.kerning-minus-seven {
    letter-spacing: -7px !important; }
  span.kerning-minus-eight {
    letter-spacing: -8px !important; }
  span.kerning-minus-nine {
    letter-spacing: -9px !important; }
  span.kerning-minus-ten {
    letter-spacing: -1px !important; }
  span.kerning-plus-one {
    letter-spacing: 1px !important; }
  span.kerning-plus-two {
    letter-spacing: 2px !important; }
  span.kerning-plus-three {
    letter-spacing: 3px !important; }
  span.kerning-plus-four {
    letter-spacing: 4px !important; }
  span.kerning-plus-five {
    letter-spacing: 5px !important; }
  span.kerning-plus-six {
    letter-spacing: 6px !important; }
  span.kerning-plus-seven {
    letter-spacing: 7px !important; }
  span.kerning-plus-eight {
    letter-spacing: 8px !important; }
  span.kerning-plus-nine {
    letter-spacing: 9px !important; }
  span.kerning-plus-ten {
    letter-spacing: 10px !important; } }
span.kerning-small-minus-one {
  letter-spacing: -1px !important; }
span.kerning-small-minus-two {
  letter-spacing: -2px !important; }
span.kerning-small-minus-three {
  letter-spacing: -3px !important; }
span.kerning-small-minus-four {
  letter-spacing: -4px !important; }
span.kerning-small-minus-five {
  letter-spacing: -5px !important; }
span.kerning-small-minus-six {
  letter-spacing: -6px !important; }
span.kerning-small-minus-seven {
  letter-spacing: -7px !important; }
span.kerning-small-minus-eight {
  letter-spacing: -8px !important; }
span.kerning-small-minus-nine {
  letter-spacing: -9px !important; }
span.kerning-small-minus-ten {
  letter-spacing: -10px !important; }
span.kerning-small-plus-one {
  letter-spacing: 1px !important; }
span.kerning-small-plus-two {
  letter-spacing: 2px !important; }
span.kerning-small-plus-three {
  letter-spacing: 3px !important; }
span.kerning-small-plus-four {
  letter-spacing: 4px !important; }
span.kerning-small-plus-five {
  letter-spacing: 5px !important; }
span.kerning-small-plus-six {
  letter-spacing: 6px !important; }
span.kerning-small-plus-seven {
  letter-spacing: 7px !important; }
span.kerning-small-plus-eight {
  letter-spacing: 8px !important; }
span.kerning-small-plus-nine {
  letter-spacing: 9px !important; }
span.kerning-small-plus-ten {
  letter-spacing: 10px !important; }

#sharing-widget {
  color: #9c9e9f;
  margin: 1em 0; }
  #sharing-widget h6 {
    margin-bottom: 0;
    line-height: 1.5em;
    font-weight: normal; }
  #sharing-widget a:hover {
    color: #4d4d4d; }

@media only screen and (min-width: 38.75em) {
  .home-panel > p {
    font-size: 120px;
    line-height: 1em; } }
.nav-fixe .sep-nav {
  margin: 0 auto;
  background: #9c9e9f;
  height: 1px;
  width: 100%; }

.top-bar {
  margin-bottom: 0;
  padding: 0; }
  .top-bar .name h1 a {
    padding: 0; }
  .top-bar .toggle-topbar a {
    padding: 0;
    font-weight: normal !important; }
    .top-bar .toggle-topbar a span {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .top-bar .toggle-topbar.menu-icon {
    display: none; }
  .top-bar span.dot {
    display: none; }
  .top-bar .button-close {
    border: none;
    float: right;
    margin-bottom: 1.5em; }
    .top-bar .button-close:hover {
      cursor: pointer; }

.top-bar-section ul li a:not(.button) {
  text-align: right;
  padding-left: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  color: #9c9e9f;
  font-weight: normal !important; }
  .top-bar-section ul li a:not(.button):hover {
    background: none; }
.top-bar-section ul li:first-child a:not(.button) {
  padding-top: 1em; }
.top-bar-section ul li.lang-item {
  font-style: italic; }
.top-bar-section ul li.current-menu-item a {
  text-decoration: underline;
  color: black; }

#primary {
  width: auto; }

/* 
 * Portfolio Archive 
 */
.portfolio-items, .portfolio-items-sub {
  display: block;
  padding: 0;
  margin: 0 -10px;
  *zoom: 1; }
  .portfolio-items:before, .portfolio-items:after, .portfolio-items-sub:before, .portfolio-items-sub:after {
    content: " ";
    display: table; }
  .portfolio-items:after, .portfolio-items-sub:after {
    clear: both; }
  .portfolio-items > li, .portfolio-items-sub > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 10px; }
  .portfolio-items > li, .portfolio-items-sub > li {
    width: 100%;
    padding: 0 10px 10px; }
    .portfolio-items > li:nth-of-type(1n+1), .portfolio-items-sub > li:nth-of-type(1n+1) {
      clear: both; }
  .portfolio-items > li, .portfolio-items-sub > li {
    clear: none !important;
    margin-bottom: 10px; }
    .portfolio-items > li > .item-inner, .portfolio-items-sub > li > .item-inner {
      position: relative;
      overflow: hidden; }
      .portfolio-items > li > .item-inner img, .portfolio-items-sub > li > .item-inner img {
        width: 100%;
        height: auto; }
      .portfolio-items > li > .item-inner > .hidden-title, .portfolio-items-sub > li > .item-inner > .hidden-title {
        display: none; }
    .portfolio-items > li.archive > .item-inner, .portfolio-items-sub > li.archive > .item-inner {
      border: 1px solid #9c9e9f;
      position: relative; }
      .portfolio-items > li.archive > .item-inner a img, .portfolio-items-sub > li.archive > .item-inner a img {
        display: block !important; }
      .portfolio-items > li.archive > .item-inner a span, .portfolio-items-sub > li.archive > .item-inner a span {
        color: #9c9e9f;
        position: absolute;
        top: 1em;
        left: 1em; }

.project-nav {
  margin: 0; }
  .project-nav li:first-child {
    float: left; }
  .project-nav li:last-child {
    float: right; }

/* 
 * Portfolio Single 
 */
.project-description {
  margin-bottom: 1em; }

ul.image-list li {
  margin-bottom: .5em;
  text-align: center; }
  ul.image-list li img {
    max-width: 100%; }
  ul.image-list li iframe, ul.image-list li embed, ul.image-list li object {
    height: 240px;
    width: 100%; }
ul.image-list br, ul.image-list p:empty {
  display: none; }

.close {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: auto;
  *zoom: 1;
  width: 100%; }
  .close:before, .close:after {
    content: " ";
    display: table; }
  .close:after {
    clear: both; }
  .close .button-close {
    float: right; }

@media only screen and (min-width: 38.75em) {
  #page, .nav-fixe {
    max-width: 580px; }

  .site-header.expanded .sep-nav {
    width: 580px; }

  .portfolio-items {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    .portfolio-items:before, .portfolio-items:after {
      content: " ";
      display: table; }
    .portfolio-items:after {
      clear: both; }
    .portfolio-items > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }
    .portfolio-items > li {
      width: 50%;
      padding: 0 10px 10px; }
      .portfolio-items > li:nth-of-type(2n+1) {
        clear: both; }

  ul.image-list li iframe, ul.image-list li embed, ul.image-list li object {
    height: 400px; } }
@media only screen and (min-width: 56.25em) {
  .button-go-top {
    display: none; }

  .button-go-left {
    display: block; }

  #page, .nav-fixe {
    max-width: 90%;
    margin: 0 auto; }

  #main {
    margin: 1em 0 0; }

  .site-header {
    padding-top: 1em; }
    .site-header.expanded .sep-nav {
      width: 90%; }

  body.page-template-template-portfolio-php,
  body.single-portfolio,
  body.post-type-archive-portfolio {
    padding-top: 50px; }
    body.page-template-template-portfolio-php .site-header,
    body.single-portfolio .site-header,
    body.post-type-archive-portfolio .site-header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 9999;
      padding-top: 1em; }
      body.page-template-template-portfolio-php .site-header.expanded .sep-nav,
      body.single-portfolio .site-header.expanded .sep-nav,
      body.post-type-archive-portfolio .site-header.expanded .sep-nav {
        width: 90%; }
    body.page-template-template-portfolio-php .content-area,
    body.single-portfolio .content-area,
    body.post-type-archive-portfolio .content-area {
      padding-top: 1em; }

  .home-panel > p {
    font-size: 180px; }

  .page .entry-header {
    display: none; }

  .top-bar .button-close {
    display: none; }

  .top-bar-section ul li {
    position: relative;
    padding-right: 0.5em; }
    .top-bar-section ul li a:not(.button) {
      padding-top: 0;
      padding-bottom: 0; }
    .top-bar-section ul li span.dot {
      display: block;
      padding-left: 0;
      position: absolute;
      top: 10px;
      right: 10px;
      color: #9c9e9f;
      text-decoration: none; }
    .top-bar-section ul li:first-child a:not(.button) {
      padding-top: 0; }
    .top-bar-section ul li:last-child {
      padding-right: 0; }
      .top-bar-section ul li:last-child a {
        padding-right: 0; }
        .top-bar-section ul li:last-child a:after {
          display: none;
          padding: 0; }

  .portfolio-items {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    .portfolio-items:before, .portfolio-items:after {
      content: " ";
      display: table; }
    .portfolio-items:after {
      clear: both; }
    .portfolio-items > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }
    .portfolio-items > li {
      width: 33.33333%;
      padding: 0 10px 10px; }
      .portfolio-items > li:nth-of-type(3n+1) {
        clear: both; }

  .portfolio-items-sub {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    .portfolio-items-sub:before, .portfolio-items-sub:after {
      content: " ";
      display: table; }
    .portfolio-items-sub:after {
      clear: both; }
    .portfolio-items-sub > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }
    .portfolio-items-sub > li {
      width: 33.33333%;
      padding: 0 10px 10px; }
      .portfolio-items-sub > li:nth-of-type(3n+1) {
        clear: both; }
    .portfolio-items-sub.has-one {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .portfolio-items-sub.has-one:before, .portfolio-items-sub.has-one:after {
        content: " ";
        display: table; }
      .portfolio-items-sub.has-one:after {
        clear: both; }
      .portfolio-items-sub.has-one > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .portfolio-items-sub.has-one > li {
        width: 100%;
        padding: 0 10px 10px; }
        .portfolio-items-sub.has-one > li:nth-of-type(1n+1) {
          clear: both; }
    .portfolio-items-sub.has-two {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .portfolio-items-sub.has-two:before, .portfolio-items-sub.has-two:after {
        content: " ";
        display: table; }
      .portfolio-items-sub.has-two:after {
        clear: both; }
      .portfolio-items-sub.has-two > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .portfolio-items-sub.has-two > li {
        width: 50%;
        padding: 0 10px 10px; }
        .portfolio-items-sub.has-two > li:nth-of-type(2n+1) {
          clear: both; }
    .portfolio-items-sub.has-three {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .portfolio-items-sub.has-three:before, .portfolio-items-sub.has-three:after {
        content: " ";
        display: table; }
      .portfolio-items-sub.has-three:after {
        clear: both; }
      .portfolio-items-sub.has-three > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .portfolio-items-sub.has-three > li {
        width: 33.33333%;
        padding: 0 10px 10px; }
        .portfolio-items-sub.has-three > li:nth-of-type(3n+1) {
          clear: both; }

  .portfolio-items > li > .item-inner > .hidden-title, .portfolio-items-sub > li > .item-inner > .hidden-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999999; }
    .portfolio-items > li > .item-inner > .hidden-title a, .portfolio-items-sub > li > .item-inner > .hidden-title a {
      height: 100%;
      width: 100%;
      padding: .5em;
      display: block;
      font-weight: bold;
      font-size: 2em;
      color: black; }
  .portfolio-items > li > .item-inner:hover > .hidden-title, .portfolio-items-sub > li > .item-inner:hover > .hidden-title {
    display: block; }

  .close .button-close {
    float: left; }

  .portfolio-article {
    height: 35em;
    width: 999em;
    position: relative; }
    .portfolio-article .entry-header,
    .portfolio-article .project-description {
      width: 300px;
      margin-right: 50px; }
    .portfolio-article .project-description {
      float: left; }
    .portfolio-article h1 {
      font-size: 1em; }
    .portfolio-article .image-list {
      position: absolute;
      top: 0px;
      left: 350px;
      height: 100%; }
      .portfolio-article .image-list li {
        margin: 0 10px 0 0;
        float: left;
        height: 100%;
        width: auto; }
        .portfolio-article .image-list li img {
          max-height: 100%;
          width: auto; }
        .portfolio-article .image-list li .video-element {
          position: relative;
          height: 100%;
          width: 100%;
          width: 750px; }
        .portfolio-article .image-list li iframe, .portfolio-article .image-list li embed, .portfolio-article .image-list li object {
          height: 100%;
          width: 100%; }
      .portfolio-article .image-list p, .portfolio-article .image-list h1, .portfolio-article .image-list h2, .portfolio-article .image-list h3, .portfolio-article .image-list h4, .portfolio-article .image-list h5, .portfolio-article .image-list h6 {
        display: none;
        /* Just in Case the user puts some text */ }
    .portfolio-article .project-nav {
      width: 60px;
      position: absolute;
      top: 0;
      right: 60px; }
      .portfolio-article .project-nav li {
        margin-right: 16px; }
        .portfolio-article .project-nav li:last-child {
          margin: 0; } }
@media only screen and (min-width: 68.75em) {
  .site-header.expanded .sep-nav {
    width: 90%; }

  .home-panel > p {
    font-size: 210px; } }
@media only screen and (min-width: 113.75em) {
  .portfolio-items {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    .portfolio-items:before, .portfolio-items:after {
      content: " ";
      display: table; }
    .portfolio-items:after {
      clear: both; }
    .portfolio-items > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }
    .portfolio-items > li {
      width: 25%;
      padding: 0 10px 10px; }
      .portfolio-items > li:nth-of-type(4n+1) {
        clear: both; }

  .portfolio-items-sub {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    .portfolio-items-sub:before, .portfolio-items-sub:after {
      content: " ";
      display: table; }
    .portfolio-items-sub:after {
      clear: both; }
    .portfolio-items-sub > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }
    .portfolio-items-sub > li {
      width: 25%;
      padding: 0 10px 10px; }
      .portfolio-items-sub > li:nth-of-type(4n+1) {
        clear: both; }
    .portfolio-items-sub.has-two {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .portfolio-items-sub.has-two:before, .portfolio-items-sub.has-two:after {
        content: " ";
        display: table; }
      .portfolio-items-sub.has-two:after {
        clear: both; }
      .portfolio-items-sub.has-two > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .portfolio-items-sub.has-two > li {
        width: 50%;
        padding: 0 10px 10px; }
        .portfolio-items-sub.has-two > li:nth-of-type(2n+1) {
          clear: both; }
    .portfolio-items-sub.has-three {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .portfolio-items-sub.has-three:before, .portfolio-items-sub.has-three:after {
        content: " ";
        display: table; }
      .portfolio-items-sub.has-three:after {
        clear: both; }
      .portfolio-items-sub.has-three > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .portfolio-items-sub.has-three > li {
        width: 33.33333%;
        padding: 0 10px 10px; }
        .portfolio-items-sub.has-three > li:nth-of-type(3n+1) {
          clear: both; }
    .portfolio-items-sub.has-four {
      display: block;
      padding: 0;
      margin: 0 -10px;
      *zoom: 1; }
      .portfolio-items-sub.has-four:before, .portfolio-items-sub.has-four:after {
        content: " ";
        display: table; }
      .portfolio-items-sub.has-four:after {
        clear: both; }
      .portfolio-items-sub.has-four > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 10px; }
      .portfolio-items-sub.has-four > li {
        width: 25%;
        padding: 0 10px 10px; }
        .portfolio-items-sub.has-four > li:nth-of-type(4n+1) {
          clear: both; } }
